@charset "UTF-8";
/* CSS Document */

body, html{
	padding:0px;
	margin:0px auto;
	font-size:11px;
	color:#343434;
	background-color:#d6d3c2;
	height:100%; /* this is the key! */
	font-family:"Times New Roman", Times, serif;


}


#holder_all{
	width: 820px;
	margin:0px auto;
		padding:0px;

	background:#d6d3c2 url(../img/back2.jpg) repeat-y;
	height:100%;
	background-size: 100%;
	position:relative;
	}

#call{
	width:100%;
	height:32px;
	background-color:#77462f;
position:relative;
	top:0px;
	z-index:99;
	border-bottom:#d6d3c2 2px solid;
text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:30px;

	
}

img#bg {
position:fixed;
top:0;
width:100%;
height:100%;
	background:#d6d3c2 url(../img/back2.jpg) repeat-y;

}

#content_holder{
	width:655px;
	margin:0px auto;
		padding:0px;
		height: auto;
	

}

#flash{
	height:340px;
	width:655px;
	color:#000000;
		padding:0px;

}

#content{
	width:610px;
	padding:0px;
	z-index:2;
	position: absolute;
	top:0;
	margin-left:105px;
	background:url(../images/top_content.jpg) no-repeat;
	padding-top:180px;

}


#content_error{
	width:610px;
	padding:0px;
	z-index:2;
	position: absolute;
	top:0;
	margin-left:105px;
	background:url(../images/top_content_centered.jpg) no-repeat;
	padding-top:180px;

}

#photo{
	width:215px;
	position:relative;
	top:0px;
	left:501px;
	z-index:5;
	margin-top:-133px;



}

h1{
	width:440px;
	color:#77462f;
	font-size:14px;
		padding: 0px 0px 10px 85px;
		letter-spacing:1px;

}

p{
	font-size:12px;
	color:#151313;
	line-height:21px;
	width:275px;
	padding:0px 0px 20px 85px;	
	margin:0px;
}

p a{
	color:#77462f;
	border-bottom: #77462f 1px  solid;
	text-decoration:none;
	font-weight:bold;
}

p a:hover{
	color:#77462f;
	border-bottom: #d6d3c2 1px  solid;
	text-decoration:none;
}



h2{
	color:#151313;
	font-size:13px;
	width:275px;
	padding:0px 0px 0px 85px;	
	font-weight:bold;
	margin:0px;

}


h3{
	color:#77462f;
	font-size:12px;
	width:275px;
	padding:0px 0px 0px 85px;	
	font-weight:normal;
	margin:0px;

}


blockquote{
	font-size:12px;
	color:#151313;
	width:275px;
	padding:0px 0px 30px 100px;	
	margin:0px;
		line-height:18px;

}

blockquote a{
	color:#151313;
	border-bottom: #d6d3c2 1px  solid;
	text-decoration:none;
}

blockquote a:hover{
	color:#77462f;
	border-bottom: #77462f 1px  solid;
	text-decoration:none;
}

#content ul{
	font-size:11px;
	color:#151313;
	width:275px;
	padding:0px 0px 30px 100px;	
	margin:0px;
	line-height:16px;
}

#content li{
		padding: 5px 0px 8px 0px;


}




#menu {height:132px; width:132px; position:relative;}

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:1px 1px 0 1px; }

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline-block; display:inline;}
#menu ul ul {position:absolute; left:-9999px;}
#menu ul#toplevel {position:absolute; left:0; top:0; }

#menu a {display:block; font:normal 11px verdana,arial,sans-serif; color:#000;  text-decoration:none;padding:0px; height:38px;} 

#menu ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px;}

#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px; }

#menu li a:hover {color:#fff;} 
#menu li:hover > a {color:#fff;}
#menu li a.fly {}
#menu li a.fly:hover {
	} 
#menu li:hover > a.fly {
	}

#menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-17px; margin-left:-1px;}





/* light box style */






#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 110; text-align: center; line-height: 0; top: 0; padding:0px; margin:-80px 0px 0px 0px; }
#lightbox img{ width: auto; height: auto;  padding:0px; margin:0px; }
#lightbox a img{ border: none;  padding:0px; margin:0px;}

#outerImageContainer{ position: relative; width: 250px; height: 250px; margin: 0 auto;}
#imageContainer{ padding: 50px 0px 10px 0px; }

#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: 111; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{  width: 60%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(../images/prevlabel.gif) left 35% no-repeat; margin-left:-200px; }
#nextLink { right: 0; float: right;  background: url(../images/nextlabel.gif) right 35% no-repeat; margin-right:-200px;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 35% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 35% no-repeat; }

#imageDataContainer{ font-size:11px;  margin: 0 auto; line-height: 1.4em; overflow: auto; width:100%; color:#000; 
}

#imageData{	padding:0 20px; color: #000; }
#imageData #imageDetails{ width: 80%; float: left; text-align: left; }	
#imageData #caption{ font-size:12px; display:block; padding:10px;	/* background:#fdfcfb url(../images/texture.jpg) repeat;*/}
#imageData #numberDisplay{ display: block; clear: left; padding:10px; display:none;	}	
#imageData #bottomNavClose{ width: 85px; float: right;  padding-bottom: 0.7em; outline: none; margin-bottom:750px; margin-top:40px;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 109; width: 120%; height: 120%; background-color: #f3f3ed; }
