/* reset	|	http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */
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}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body { font: 12px/17px arial, helvetica, sans-serif; color: #333; }
.clear { clear: both; }
.orange { color: #FF8500; }
.red { color: #C2001D; }
.grey { color: #464B4A; }
.dark-yellow { color: #A67000; }
.dark-green { color: #146E5C; }

#main { width: 980px; margin: 0 auto; }

#header { background: url(../images/header.jpg) no-repeat; height: 66px; padding: 30px 0 0 0; margin: 0 0 15px 0; }
#header #logo { display: block; width: 108px; height: 40px; text-indent: -9999px; }

#content { position: relative; background: url(../images/content-top.jpg) no-repeat left 377px; }
#content h1 { font-size: 16px; width: 198px; float: left; border-top: 1px solid #B9B9B9; margin: 25px 0 0 0; text-transform: uppercase; padding: 15px 20px 0 0; }
#content .text { float: left; width: 762px; border-top: 1px solid #B9B9B9; padding: 15px 0 0 0; margin: 25px 0 0 0; }
#content .text p { margin: 0 0 10px 0; }

#toggleNav { background: url(../images/menu.png) no-repeat right top; width: 63px; height: 362px; display: block; text-indent: -9999px; position: absolute; top: 0px; left: 198px; }

#nav { width: 198px; float: left; height: 332px; padding: 45px 0 0 0; background: #fff; overflow: hidden; }
#nav .cufon { color: #848689; text-transform: uppercase; margin: 0; padding: 0; display: block; }
#nav a { text-decoration: none; }
#nav a:hover { color: #000; }
#nav li { margin: 0 0 10px 0; }
#nav li ul { margin-top: 5px; }
#nav li li { margin: 0; font-size: 11px; }
#nav li li a { color: #848689; margin-left: 10px; font-size: 11px; }

#picture { width: 955px; height: 362px; position: absolute; z-index: -1; left: 25px; }

#contact { position: absolute; width: 400px; height: 362px; top: 13px; right: 0; z-index: 10; overflow: hidden; color: #fff; } 
#contact table td { padding: 5px 4px; vertical-align: top; }
#contact input, #contact textarea { padding: 5px 4px; width: 270px; border: 0; font: 12px Arial, helvetica, sans-serif; }
#contact label { padding-top: 5px; display: block; }
#contact .button { color: red; font-size: 14px; width: 100px; background: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; float: right; cursor: pointer; }

#footer {
	border-top: 1px solid #B9B9B9;
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
	font-size: 11px;
	color: #666;
	text-align: center;
}
#footer a { color: #666; }



#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



/*

#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); 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; }
*/