body, html {
	margin:0;
	padding:0;
	font-family:helvetica,arial,verdana,sans-serif;
}

body {
	background-image:url('images/bg-gradient.jpg');
	background-repeat:repeat-x;
	background-color:#414142;
}

.container {
	width:760px;
	margin:0 auto;
	padding:0;
	background-color:#ffffff;
	color:#717073;
	border-left-style:solid;
	border-right-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-left-color:#babcbe;
	border-right-color:#babcbe;
}

.header {
	height:95px;
	padding:0;
	margin:0 37px 0 37px;
}

.navigation {
	height:20px;
	width:686px;
	margin:0;
	padding:0;
}

/* navigation image sprite rollovers */

#nav {position:relative; margin:0 37px 0 37px; padding:0;}

#nav li {margin:0; padding:0; list-style:none; position:absolute; top:0px;}
		
#nav li, #nav a {height:20px; display:block;}
		
#home {left:0px; width:35px;}
#home {background:url('images/navigation.gif') 0 -40px;}
#home a:hover {background:url('images/navigation.gif') 0 0;}
#home a:active {background:url('images/navigation.gif') 0 -20px;}

#home-selected {left:0px; width:35px;}
#home-selected {background:url('images/navigation.gif') 0 -20px;}
	
#history {left:119px; width:53px;}	
#history {background:url('images/navigation.gif') -119px -40px;}
#history a:hover {background:url('images/navigation.gif') -119px 0;}
#history a:active {background:url('images/navigation.gif') -119px -20px;}

#history-selected {left:119px; width:53px;}	
#history-selected {background:url('images/navigation.gif') -119px -20px;}

#recipes {left:247px; width:53px;}
#recipes {background:url('images/navigation.gif') -247px -40px;}
#recipes a:hover {background:url('images/navigation.gif') -247px 0;}
#recipes a:active {background:url('images/navigation.gif') -247px -20px;}

#recipes-selected {left:247px; width:53px;}
#recipes-selected {background:url('images/navigation.gif') -247px -20px;}

#blog {left:385px; width:33px;}
#blog {background:url('images/navigation.gif') -385px -40px;}
#blog a:hover {background:url('images/navigation.gif') -385px 0;}
#blog a:active {background:url('images/navigation.gif') -385px -20px;}

#blog-selected {left:385px; width:33px;}
#blog-selected {background:url('images/navigation.gif') -385px -20px;}

#gallery {left:502px; width:56px;}
#gallery {background:url('images/navigation.gif') -502px -40px;}
#gallery a:hover {background:url('images/navigation.gif') -502px 0;}
#gallery a:active {background:url('images/navigation.gif') -502px -20px;}

#gallery-selected {left:502px; width:56px;}
#gallery-selected {background:url('images/navigation.gif') -502px -20px;}

#contact {left:629px; width:57px;}
#contact {background:url('images/navigation.gif') -629px -40px;}
#contact a:hover {background:url('images/navigation.gif') -629px 0;}
#contact a:active {background:url('images/navigation.gif') -629px -20px;}

#contact-selected {left:629px; width:57px;}
#contact-selected {background:url('images/navigation.gif') -629px -20px;}

.top-image {
	height:200px;
	padding:0;
	margin:20px 37px 0 37px;
}

.full {
	padding:0;
	margin:20px 37px 0 37px;
}

.half-right {
	float:right;
	width:333px;
	margin:0 37px 0 0;
	padding:20px 0 0 0;
}

.half-left {
	width:333px;
	margin:0 0 0 37px;
	padding:20px 0 0 0;
}

.spacer {
	height:5px;
	margin:0;
	padding:0;
}

.floatclear {
	clear:both;
}
	
p {
	font-size:11px;
	line-height:14px;
	padding:0;
	margin:7.5px 4px 0 4px;
	text-align:justify;
}

.footer {
    padding:20px 37px 20px 37px;
	margin:0;
	color:#babcbe;
	background-color:#efeff0;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#babcbe;
	font-size:8px;
}

.footer a {
	text-decoration:none;
	color:#babcbe;
}

.footer a:hover {
	color:#717073;
}

.footer #mininav {
	width:350px;
	padding:0;
	float:right;
	text-align:right;
}

.continue a {
	text-decoration:none;
	font-size:9px;
	line-height:14px;
	color:#b9bbbd;
}

.continue a:hover {
	color:#439539;
}

img {
	margin:0;
	padding:0;
}


/* lightbox 2 code */

#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/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; }



