@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #FFFFFF repeat;
}

#container {
	width: 977px;
	margin: auto;
}

#content_container {
	width:977px;
	margin: auto;
}

#top_bar {
	background: url(../images/top_bar.jpg) no-repeat;
	height: 26px;
	width: 977px;
}

#left_bar {
	background: url(../images/left_bar.jpg) repeat-y;
	float: left;
	height: 508px;
	width: 19px;
}

#menu {
	background: url(../images/menu_bg.jpg) no-repeat;
	float: left;
	height: 508px;
	width: 274px;
	margin: auto;
}

#content {
	background: url(../images/content_bg.jpg) repeat;
	float: left;
	height: 508px;
	width: 665px;;
	margin: auto;
}

#header {
	width: 100%;
	height: 60px;
	margin: 45px 0px 20px 0px;
}

#right_bar {
	background: url(../images/right_bar.jpg) repeat-y;
	float: left;
	height: 508px;
	width: 19px;
}

#footer_container {
	width: 977px;
	margin: auto;
}

#left_foot {
	background: url(../images/left_foot.jpg) repeat-y;
	float: left;
	height: 150px;
	width: 19px;
}
	

#footer {
	background: url(../images/footer_bg.jpg) repeat;
	float: left;
	height: 150px;
	width: 939px;
}

#foot_email {
	height: 364px;
	widht: 387px;
	float: left;
	clear: both;
}

#foot_tagline {
	font-family: "Trebuchet MS", san-serif;
	font-size: 32px;
	color: #ffffff;
	height: 50%;
	text-align: right;
}

#foot_serving {
	font-family: "Trebuchet MS", san-serif;
	font-size: 22px;
	color: #000000;
	text-align: right;
	height: 50%;
}

#right_foot {
	background: url(../images/right_foot.jpg) repeat-y;
	float: left;
	height: 150px;
	width: 19px;
}

#bottom_bar {
	background: url(../images/bot_bar.jpg) no-repeat;
	height: 23px;
	width: 977px;
	clear: both;
}

/* HEADERS */

h3.headers {
	font-family: "Trebuchet MS", san-serif;
	font-size: 32px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin: 25px auto;
}

/* IMAGES */

img.logo {
	float: left;
	margin: 5px 0px 0px 5px;
}

img.email_img {
	margin: 25px 0px 0px 25px;
}

img.logo_header {
	display: block;
	margin: 20px auto;
}

/* PARA */

p.foot_tag {
	margin: 30px 15px 0px;
}

p.foot_serving {
	margin: -30px 15px 0px;
}

p.foot_phone {
	margin: 0px 15px 0px;
}

p.content_p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0066CC;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
}

p.products_p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 10px;
}

p.sig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0066CC;
}

/* LINKS */

#content a {
	text-decoration: none;
	color: #FF6600;
}

/* MENU */

.products a {
	margin-top: 185px;
	margin-left: 55px;
	display: block;
	height: 29px;
	width: 158px;
	padding: 10px 10px 10px 7px;
	background: url(../images/menu/products.png) 0 0 no-repeat;
	text-decoration: none;
}
.products a:hover { 
	background-position: 0 -49px;
}

.producst a:active { 
	background-position: 0 -49px;
}

.products a:selected {
	background-position: 0 -98px;
}

.gallery a {
	margin-top: 5px;
	margin-left: 45px;
	display:block;
	height: 29px;
	width: 158px;
	padding:10px 10px 10px 7px;
	background: url(../images/menu/gallery.png) 0 0 no-repeat;
	text-decoration: none;
}
.gallery a:hover { 
	background-position: 0 -49px;
}

.gallery a:active { 
	background-position: 0 -49px;
}

.gallery a:selected {
	background-position: 0 -98px;
}

.quote a {
	margin-top: 5px;
	margin-left: 35px;
	display:block;
	height: 29px;
	width: 158px;
	padding:10px 10px 10px 7px;
	background: url(../images/menu/quote.png) 0 0 no-repeat;
	text-decoration: none;
}
.quote a:hover { 
	background-position: 0 -49px;
}

.quote a:active { 
	background-position: 0 -49px;
}

.quote a:selected {
	background-position: 0 -98px;
}

.contact a {
	margin-top: 5px;
	margin-left: 35px;
	display:block;
	height: 29px;
	width: 158px;
	padding:10px 10px 10px 7px;
	background: url(../images/menu/contact.png) 0 0 no-repeat;
	text-decoration: none;
}
.contact a:hover { 
	background-position: 0 -49px;
}

.contact a:active { 
	background-position: 0 -49px;
}

.contact a:selected {
	background-position: 0 -98px;
}

.about a {
	margin-top: 5px;
	margin-left: 45px;
	display:block;
	height: 29px;
	width: 158px;
	padding:10px 10px 10px 7px;
	background: url(../images/menu/about.png) 0 0 no-repeat;
	text-decoration: none;
}
.about a:hover { 
	background-position: 0 -49px;
}

.about a:hover { 
	background-position: 0 -49px;
}

.about a:selected {
	background-position: 0 -98px;
}

/* LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
