/*** ELEMENT STYLES / SETUP ***/
body, td, p {
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
}

a { 
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a:visited { font-weight: normal; }


.center { text-align: center; }
.justify { text-align: justify; }

.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }

/*** MAIN STYLES ***/
#header {
	height: 270px;
	margin: 0px auto;
	padding: 0px;
	width: 798px;
}

#main {
	background: url(../images_global/inner_left.jpg) repeat-y left top;
	margin: 0px auto;
	padding: 0px;
	width: 798px;
}

#main h1 {
	display: block;
	height: 86px;
	margin: 0px;
	overflow: hidden;
	text-indent: -9000px;
	width: 798px;
}
#main h1.home { background: url(../images_global/img_head_home.jpg) no-repeat left top; }
#main h1.about { background: url(../images_global/img_head_about.jpg) no-repeat left top; }
#main h1.products { background: url(../images_global/img_head_products.jpg) no-repeat left top; }
#main h1.testimonials { background: url(../images_global/img_head_testimonials.jpg) no-repeat left top; }
#main h1.contact { background: url(../images_global/img_head_contact.jpg) no-repeat left top; }
#main h1.links { background: url(../images_global/img_head_links.jpg) no-repeat left top; }
#main h1.availability { background: url(../images_global/img_head_availability.jpg) no-repeat left top; }

#content {
	background: url(../images_global/inner_right.jpg) repeat-y right top;
}

#main_content {
	margin: 0px auto;
	width: 775px;
}

#main_content p { margin-top: 10px; }
#main_content h3 { 
	color: #337D0B;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}

#content_footer {
	background: url(../images_global/inner_foot.jpg) no-repeat left bottom;
	height: 20px;
	margin: 0px auto;
	width: 798px;
}

#footer {
	/* background: url(../images_global/footer.gif); */
	/* background-color: #663300; */
	height: 31px;
	margin: 0px auto;
	/* text-indent: -9000px; */
	width: 798px;
	/* color:#FFF; */
}

#unique {
	margin: 0px auto;
	width: 798px;
	text-align: right;
}

/*** MISC. STYLES ***/
.alert {
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	padding: 5px;
}

/** TABULAR / DATA STYLES **/
.tableHeader {
	background-color: #7a7673;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.tableDataItem {
	background-color: #f3f5f4;
	border-bottom: 1px solid #a4a4a4;
}
.alt { background-color: #fff; }
.tableDataHeader {
	background-color: #d7d8da;
	border-bottom: 1px solid #999;
	font-weight: bold;
}
.dataBox {
	background-color: #e5ecf2;
	border: 2px solid #ced7dc;
	color: #5d6265;
}


/*** LIGHTBOX STYLES ***/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images_global/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images_global/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images_global/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
