
#body {
background-color:#595757;
margin:0;
padding:0;
text-align:center;
}
#main {
width:741px;
height:502px;
text-align:left;
margin: 0 auto;
/* center  */
position:absolute;
top:50%;
margin-top:-251px;  /*negative half margin of height */
margin-left: -370px; /*negative half margin of  width */
left:50%
/* center  */
}
#top {
width:741px;
height:14px;
background-image:url(images/home_top.jpg);
font-size:1px; /*fix for weird ie bug */
}
#bottom {
width:741px;
height:16px;
background-image:url(images/home_bottom.jpg);
font-size:1px;  /*fix for weird ie bug */
}
#wrap {
width:741px;
height:472px;
background-image:url(images/home_wrapbg.jpg);
}
#main_img {
float:right;
width:442px;
height:472px;
background-image:url(images/thedoors1.jpg);
margin-right:14px;
display:inline;
}
#content_main {
width: 400px;
height:430px;
background-image:url(images/fff.gif); 
/*  use the following code if you want
to use firefox or ie's opacity stuff. Remove the background-image line
if you're going to use the code below

opacity:0.60;
background-color:#FFFFFF;
filter:alpha(opacity=60);
*/    
margin:25px auto 0 auto;
border:1px #999 solid;
font-family:Arial, Helvetica, sans-serif;
font-weight:bolder;
overflow:auto; /* makes anchor links in ie non-working */
}
#content_main p {
font-size:12px;
text-align:justify;
}
#content_main h2 {
font-size:20px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:lighter;
text-transform:uppercase;
border-bottom: 2px #666 solid;
}
#content_main .item {
padding:8px;
}
#left {
width:270px;
height:472px;
float:left;
margin-left:15px;
display:inline;
}
#left .headline{
padding:0 6px;
text-align:justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666;
}
#left .headline a{
color:#666;
}
#left h1 {
font-size:30px;
color:#999999;
font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-weight:400;
text-align:right;
padding: 10px 8px 0 0;
margin:0;
}
.darker {
color:#4D4C4B;
}
#tagline {
font: 9px "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-align:right;
padding: 0 8px 0 0;
margin:-5px 0 0 0;
color:#4D4C4B;
}
#nav {
padding: 10px 0 0 6px;
}
#nav ul {
list-style-type:none;
padding:0;
margin:0;
font-size:36px;
font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#D2D0CE;
font-weight:300;
letter-spacing:-3px;
}
#nav ul li{
width:257px;
height:77px;
background-image:url(images/nav_bg.gif);
background-repeat:no-repeat;
margin:0 0 4px 0;
padding-right:0;
text-align:right;
}
#nav ul li a{
height:77px;
text-decoration:none;
color:#D2D0CE;
display:block;
height:100%;
background-image:url(images/nav_bg.gif);
padding-right:8px;
}
#nav ul li a:hover{
background-image:url(images/nav_bg2.gif);
color:#FFFFFF;
text-transform:uppercase;
font-size:30px;
}
#footer p {
margin:0;
text-align:right;
color:#E6E4E2;
font:9px Verdana, Arial, Helvetica, sans-serif;
padding-right:10px;
}
#footer p a{
color:#E6E4E2;
text-decoration:none;
}

/*folio / gallery */
.image_spot_tn {
width:85%;
padding-left:30px;
}
.image_spot_tn img{
margin-right:3px;
float:left;
margin-bottom:5px;
border:1px #666 solid;
}
/*folio / gallery */

/* form */
.form {
width:80%;
margin: 0 auto;
}
.form legend {
color:#333;
}
.form fieldset {
border: 1px #666 solid;
padding:1em;
}
.form label {
  display: block;
}
.form input {
  width: 270px;
}
.form textarea {
  width: 270px;
  height: 100px;
}
.form input.submit {
width: 100px;
}
/* form */

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	