@charset "UTF-8";
/* CSS Document */

/* 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, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:bottom;
	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 */

.clear {
clear:both;
}

body {
background-image:url(../images/gridbg.jpg);
background-repeat:repeat;
font-family:Arial, Helvetica, sans-serif;
}

h1 {
font-weight:normal;
color:#fff9db;
font-size:20px;
font-style:italic;
}

h2 {
font-weight:normal;
color:#fff9db;
font-size:35px;
font-style:italic;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
text-align:left;
color:#FFCC00;
margin-bottom:4px;
}

#headerwrap {
background-color:#550909;
width:100%;
}

#headerwrapInner {
width:960px;
margin:0 auto;
}

#logowrap {
width:579px;
float:left;
}

#addresswrap {
width:364px;
float:right;
}

#navwrap {
width:100%;
height:36px;
margin:0 auto;
background-color:#771616;
margin:0px 0px 12px 0px;
}

#navwrapInner {
width:960px;
margin:0 auto;
}

#navtext {
width:454px;
float:left;
font-weight:bold;
color:#fff;
font-size:20px;
text-align:left;
padding-left:20px;
margin-top:7px;
}

	#navtext a{
	color:#fff;
	text-decoration:none;
	}
	
	#navtext a:hover{
	color:#fff;
	text-decoration:underline;
	}

#taglinetext {
width:454px;
float:right;
text-align:right;
padding-right:20px;
margin-top:7px;
}

#flashwrap {
width:950px;
margin:0 auto;
background-color:#550909;
padding:8px;
}

#flashbox {
width:736px;
float:left;
border:2px solid #FFFFFF;
background-image:url(../images/champagne4.jpg);
background-repeat:no-repeat;
height:400px;
}

#contactWrap {
width:197px;
float:left;
margin-left:10px;
}

#blueprintWrap {
width:960px;
margin:12px auto 0 auto;
background-image:url(../images/blueprint.jpg);
background-repeat:no-repeat;
height:434px;
background-position:center;
}

#blueText {
width:335px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-align:left;
color:#FFFFFF;
padding:108px 0px 0px 120px;
line-height:12px;
}

	#blueText p{
	margin:3px 0px 5px 0px;
	}
	
	#blueText a{
	color:#ffffff;
	}

#footerWrap {
width:100%;
height:77px;
background-color:#550909;
}

#footerBox {
width:960px;
margin:0 auto;
}

#leftNav {
width:240px;
float:left;
font-size:11px;
color:#fff9db;
text-align:left;
font-weight:bold;
margin:34px 0px 0px 15px;
}

	#leftNav a{
	text-decoration:underline;
	color:#fff9db;
	}
	
	#leftNav a:hover{
	text-decoration:none;
	color:#fff9db;
	}

#leftAddress {
width:630px;
float:right;
font-size:11px;
color:#fff9db;
text-align:right;
font-weight:bold;
margin:20px 22px 0px 0px;
line-height:20px;
}

	#leftAddress a{
	text-decoration:underline;
	color:#fff9db;
	}
	
	#leftAddress a:hover{
	text-decoration:none;
	color:#fff9db;
	}

#photosWrap {
width:966px;
margin:0 auto;
background-color:#771616;
font-size:11px;
color:#fff9db;
font-weight:bold;
}

	#photosWrap td {
	border:1px solid #fff;
	}
	
#contactWrap2 {
width:966px;
margin:0 auto;
background-color:#771616;
font-size:11px;
color:#fff9db;
font-weight:bold;
padding-bottom:10px;
}

#h1Wrap {
width:800px;
margin:0 auto;
}

#h1Wrap2 {
width:550px;
margin:0 auto;
padding-top:10px;
}

/*lightbox	*/

#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/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/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/*endoflightbox	*/