/* CSS Document */
:focus {
	outline: 0;
}
body {
	background:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
p {
	font-size:12px;
	margin:0px;
	margin-right:10px;
	padding:5px 0px;
}
a {
	text-decoration:none;
	color:#2A41B2;
}
a:hover{
	text-decoration:none;
	color:#6579DB;
}
h1 {
	font-size:20px;
	margin-left:30px;
	color:#5e2b00;
	margin-top:24px;
	margin-bottom:0px;
}

h2 {
	font-size:14px;
	margin:0px;
	margin-bottom:10px;
	color:#ac682f;
}
h3 {
	font-size:14px;
	margin:0px;
	margin-bottom:2px;
	margin-top:2px;
	color:#333333;
}
h4 {
	font-size:11px;
	margin-top:20px;
	margin-bottom:2px;
	color:#333333;
}
h5 {
	font-size:17px;
	margin:0px;
	color:#5e2b00;
	border-bottom:1px #ac682f solid;	
}
h6 {
	margin:0px;
	
	font-weight: bold; 
	color: rgb(157, 94, 43); 
	font-size: 14px;
}
td img {
	background:#87411d;
	border:1px solid #753311;
	padding:2px;
}
.largeBold {
	font-size:15px;
	color:#AC682F;
	font-weight:bold;
}
/*Center that bad Boy*/
.bodySurround {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
}
.bodyMain {
	position:relative;
	top:0px;
	width:900px;
	margin: 0 auto;
}
.bodyBox {
	position:absolute;
	top:20px;
	left:0px;
	height:auto;
	width:862px;
	text-align:left;
	float:left;
	padding:19px;
	background:url(../../local/images/pattern/darkwood.jpg) repeat top left;
}
.containerBox {
	position:relative;
	top:0px;
	left:0px;
	width:862px;
	text-align:left;
	float:left;
	background:#ffffff repeat-x top left;
}

/* Border Tastic! */
.north {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:14px;
	background:url(../../local/images/border/north.gif) repeat-x top left;
}
.east {
	position:absolute;
	top:0px;
	right:0px;
	width:14px;
	height:100%;
	background:url(../../local/images/border/east.gif) repeat-y top right;
}
.west {
	position:absolute;
	top:0px;
	left:0px;
	width:14px;
	height:100%;
	background:url(../../local/images/border/west.gif) repeat-y top left;
}
.south {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:14px;
	background:url(../../local/images/border/south.gif) repeat-x bottom left;
}
.northWest {
	position:absolute;
	top:0px;
	left:0px;
	width:32px;
	height:32px;
	background:url(../../local/images/border/northwest.gif) no-repeat top left;
}
.northEast {
	position:absolute;
	top:0px;
	right:0px;
	width:32px;
	height:32px;
	background:url(../../local/images/border/northeast.gif) no-repeat top right;
}
.southWest {
	position:absolute;
	bottom:0px;
	left:0px;
	width:32px;
	height:32px;
	background:url(../../local/images/border/southwest.gif) no-repeat bottom left;
}
.southEast {
	position:absolute;
	bottom:0px;
	right:0px;
	width:32px;
	height:32px;
	background:url(../../local/images/border/southeast.gif) no-repeat bottom right;
}

/*Header */
.header {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	margin:5px;
	height:130px;
	width:852px;
	background:#FFFFFF;
}
.logowood {
	position:absolute;
	top:0px;
	left:0px;
	width:61px;
	height:101px;
	background:url(../../local/images/logo/jowood.jpg) no-repeat top left;
}
.logoText {
	position:absolute;
	top:66px;
	left:61px;
	width:158px;
	height:64px;
	background:url(../../local/images/logo/jojomologo.gif) no-repeat top left;
}
.logoBackground {
	position:absolute;
	top:0px;
	right:0px;
	width:675px;
	height:101px;
	background:url(../../local/images/logo/fadedheader.gif) no-repeat top right;
}
.buttonContainer {
	position:absolute;
	left:235px;
	top:81px;
	left:235px;
	height:46px;
	width:617px;
	background:url(../../local/images/logo/barback.gif) repeat-x bottom left;
}
.buttonContainerLeft {
	position:absolute;
	left:0px;
	top:0px;
	width:9px;
	height:46px;
	background:url(../../local/images/logo/bar.gif) no-repeat top left;
}
.buttonHolder {
	position:absolute;
	top:28px;
	left:7px;
	width:612px;
	height:15px;
}
.button {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	margin:17px;
	margin-top:0px;
	margin-bottom:0px;
	height:15px;
}
#btAbout {
	width:67px;
}
#btAbout a{
	position:absolute;
	width:67px;
	height:15px;
	background:url(../../local/images/buttons/about.gif) no-repeat top left;
}
#btAbout a:hover{
	background-position:0px -15px;
}

#btProducts {
	width:59px;
}
#btProducts a{
	position:absolute;
	width:59px;
	height:15px;
	background:url(../../local/images/buttons/products.gif) no-repeat top left;
}
#btProducts a:hover{
	background-position:0px -15px;
}
#btPortfolio {
	width:58px;
}
#btPortfolio a{
	position:absolute;
	width:58px;
	height:15px;
	background:url(../../local/images/buttons/portfolio.gif) no-repeat top left;
}
#btPortfolio a:hover{
	background-position:0px -15px;
}
#btHow {
	width:106px;
}
#btHow a{
	position:absolute;
	width:106px;
	height:15px;
	background:url(../../local/images/buttons/howwework.gif) no-repeat top left;
}
#btHow a:hover{
	background-position:0px -15px;
}
#btContact {
	width:77px;
}
#btContact a{
	position:absolute;
	width:77px;
	height:15px;
	background:url(../../local/images/buttons/contact.gif) no-repeat top left;
}
#btContact a:hover{
	background-position:0px -15px;
}
#btLinks {
	width:33px;
}
#btLinks a{
	position:absolute;
	width:77px;
	height:15px;
	background:url(../../local/images/buttons/links.gif) no-repeat top left;
}
#btLinks a:hover{
	background-position:0px -15px;
}

/* CONTENT BOXES */
.contentMain {
	position:relative;
	float:left;
	margin:0px;
	margin-top:10px;
	width:862px;
	border-top:1px #CCCCCC solid;
}
.textContainer {
	position:relative;
	top:0px;
	left:0px;
	margin:5px;
	width:852px;
	font-size:13px;
	text-align:justify;
}

/** PHOTO GALLERY **/
.photoContainer {
	position:relative;
	margin-bottom:5px;
	float:left;
	text-align:center;
}
.photoThumbnailMain {
	position:relative;
	float:left;
	width:202px;
	margin:5px;
	text-align:center;
}
.photoThumbnail {
	position:relative;
	float:left;
	width:202px;
	height:135px;
	border:1px #BFBFBF solid;
	overflow:hidden;
	text-align:center;
	margin-bottom:2px;
}
.photoThumbnailholder {
	position:relative;
	float:left;
	text-align:center;
	width:100%;
	margin-bottom:10px;
}
.photoCaption {
	position:relative;
	float:left;
	width:159px;
	text-align:center;
}
.photoThumbnailMain h1{
	font-size:10px;
	margin:0px;
	height:26px;
	overflow:hidden;
	text-align:center;
	color:#333333;
}
.photoFullSizeCenter {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
.photoFullsize {
	position:relative;
	float:left;
	text-align:center;
}
#PicDisplay {
	text-align:center;
	margin: 0 auto;
	margin-bottom:10px;
	border:1px #666666 solid;
}

/*Products Section */
.productsMainBox {
	position:relative;
	float:left;
}
.productsMainBox h2 {
	margin-left: 0px;
}
.productsContainer {
	position:relative;
	float:left;
	width:100%;
	padding:20px 0px 20px 0px;
	background:#FFFFFF;
	border-bottom:1px dashed #CCC;
	overflow:hidden;
}
.productsImage {
	position:relative;
	float:left;
	top:0px;
	left:0px;
}
#productionsLeft {
	position:relative;
	float:left;
	width:380px;
	padding-bottom:20px;
}
#productsRight {
	position:relative;
	float:left;
	width:380px;
	padding-left:30px;
	padding-bottom:20px;
}
#productsPic {
	position:relative;
	float:right;
	height:50px;
	padding-left:10px;	
}
#productsTitle {
	position:relative;
	float:left;	
	font-size:14px;
	padding-top:35px;
	padding-left:10px;
	font-weight:bold;
}
.productsText {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:370px;
	padding-top:4px;
}
.productsText a{
	cursor:pointer;
}
#productOverlay {
	position:absolute;
	float:left;
	top:0px;
	left:0px;
	width:370px;
	height:100%;
	cursor:pointer;
}

/* Contact Us */
#contactFlash {
	position:relative;
	float:left;
	height:345px;
	width:180px;
	padding: 8px 10px 30px 20px;
}
#contactInfo {
	position:relative;
	float:left;
	width:230px;
	padding: 0px 0px 20px 60px;
	z-index:10;
}
#contactMap{
	position:relative;
	float:left;
	width:290px;
	height:550px;
	margin-top:-30px;
	
}
#contactAdd {
	position:relative;
	float:left;
	width:270px;
	padding-left:10px;
	padding-top:5px;
	font-size:14px;
	padding-bottom:30px;
}
#contactAddSmall {
	position:relative;
	float:left;
	width:270px;
	padding-left:10px;
	padding-top:5px;
	font-size:12px;
	padding-bottom:20px;
}

/* LINKS */
#retailLinksRight{
	margin-top:10px;
	width:510px;
	margin-right:0px;
	margin-left:20px;
	margin-bottom:20px;
	padding:0px;
}
#retailLinksRight h2{
	font-style:normal;
	color:#000000;
	font-size:13px;
	margin:0px;
	margin-bottom:2px;
	margin-top:5px;
	padding-bottom:1px;
	padding-top:2px;
}
#retailLinksRight h3{
	font-style:normal;
	color:#000000;
	font-size:13px;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:15px;
}
#retailLinksRight p{
	color:#333333;
	font-size:12px;
	margin:0px;
	text-align:left;
}
#retailLinksRight p a:hover {
	text-decoration:none;
	color:#ac682f;
}
.links h2 {
	color:#333333;
	margin:0px;
}
.links p {
	margin-bottom:10px;
}

/* Flash Show */
.flashHolder {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}
.flashBorder {
	position:relative;
	float:left;
	width:600px;
	left:130px;
	border:1px #666666 solid;
}
.paragraph {
	margin:30px;
	margin-top:12px;
}
.paragraph h1{
	font-size:15px;
	margin-top:5px;
	margin-left:0px;
}
#flashPortfolio {
	position:relative;
	float:left;
	width:850px;
	height:480px;
}

.footer {
	position:absolute;
	bottom:-20px;
	left:0px;
	float:left;
}
.footerBBB {
	position:absolute;
	top:16px;
	left:20px;
	width:860px;
	height:50px;
	color:#9A5128;
	text-align:center;
}
.footerBBB a {
	color:#FFFFFF;
	font-size:11px;
}
.footerBBB a:hover {
	color:#999999;
	font-size:11px;
}
.footerText {
	color:#743B1A;
	position:absolute;
	top:0px;
	left:20px;
	width:860px;
	text-align:center;
	font-size:12px;
}
.footerText a {
	color:#FFFFFF
}
.footerText a:hover {
	color:#999999;
}




/* javascript popup*/
#popupImage {
	padding:4px;
	background:#FFF;
}
#nyroCloseBut a{
	color:#FFF;
}
#nyroCloseBut a:hover{
	color:#999;
}
#nyroCloseBut{
	color:#FFF;
}
.nyroModalClose {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
.nyroModalClose a{
	color:#FFF;
}
.nyroModalClose a:hover{
	color:#999;
}


#links {
	position:relative;
	margin-left:0px;
	float:left;
	padding: 0px 5px 10px 5px;
}
#links h3 {
	padding:0px;
	padding-left:0px;	
	padding-top:5px;
	margin:0px;
	font-size:14px;
	font-weight:bold;
}

#links h4 {
	margin:0px;
	font-size:12px;
	padding:0px 0px 12px 0px;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	color:/**{{CSS_ELEMENT:text-color}}**//**{{/CSS_ELEMENT:text-color}}**/;
}
#links p {
	font-size:11px;
	padding:2px 0px;
}

#linkBox {
	position:relative;
	float:left;
	width:100%;
	padding:0px 0px 5px 0px;
	margin-bottom:15px;
	border-bottom:1px solid #e3e3e3;
}
#linkHit {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(../../graphics/themes/globalgraphics/images/hit_zone.gif')?>) repeat top left;
	cursor:pointer;
}

#pagination {
	position:relative;
	float:left;
	font-size:16px;
	text-align:center;
	padding:10px 0px 0px 0px;
	width:100%;
	color: /**{{CSS_ELEMENT:main-site-color}}**//**{{/CSS_ELEMENT:main-site-color}}**/;
	
}
	
/* javascript popup*/
#popupImage {
	padding:4px;
	background:#FFF;
}
#nyroCloseBut a{
	color:#FFF;
}
#nyroCloseBut a:hover{
	color:#999;
}
#nyroCloseBut{
	color:#FFF;
}
.nyroModalClose {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
.nyroModalClose a{
	color:#FFF;
}
.nyroModalClose a:hover{
	color:#999;
}

.clear {
	clear:both;
	display:block;
	height:0px;
	content: ".";
}
