
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#e7e7ea;
 color:#000000;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 line-height:160%;
} 
h1,h2,h3,h4,h5
{margin:0px;
letter-spacing: 2px;
padding-bottom: 12px;
padding-top:8px
}

p{}
 

a, a:link, a:active {
	color: #93607f;
	text-decoration: none;
	border:none
	}
a:visited {
	color: #93607f;
	border:none
	
	}
a:hover {
	color: #86a3a9;
	border:none
	}
	
	img{border:none}

#pagewidth{
height:100%;
min-height:100%; 
width:780px; 
text-align:left;  
margin:auto; /*center for compliant browsers*/  
} 
 
#header{
 position:relative; 
 height:140px; 
 background-color:#ffffff; 
 width:100%;
 border-bottom: 5px solid #e7e7ea;
 border-top: 5px solid #e7e7ea;
} 
#nav{
width:450px;
margin-left: auto;
margin-right: auto;
text-align:center;
margin-top:5px;
background-color:#ffffff;
}
a.nav, a.nav:link, a.nav:active {
	color: #000000;}
	a.nav:hover{
	color: #86a3a9;}
#logo{
margin-left: auto;
margin-right: auto;
margin-top:5px;
width:240px;
}
#gallery{
width: 100%;
clear:both}

#maincol{
margin:0px; 
 padding:35px 35px 15px 35px; 
 background-color: #ffffff;  
 position: relative; 
 width:710px;
 height:auto; 
 }
 #footer{
 border-top: 5px solid #e7e7ea;
 height:auto; 
 background-color:#ffffff; 
 clear:both;
 text-align:center;
 padding:10px
 } 
 /*table.sale{
 padding:3px;
 border:solid #140f11 thin;
 font-size:medium;
 }*/
 td {
 	text-align:center;
	border: 1px solid #000000;
	background: #140f11;
	padding: 6px 6px 6px 12px;
	color: #eeeeee;
}
td.title{
text-align:center;
font-weight:bold;}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*lightbox css*/
#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;
	}
/*float right for image and caption*/

.floatright{
float: right;
width: 150px;
margin: 0 0 30px 30px;
background-color:#000000;
padding:10px;
border: 1px solid #666;
text-align:center; }

.floatrightmap{
float: right;
width: 300px;
margin: 0 0 30px 30px;
background-color:#000000;
padding:10px;
border: 1px solid #666;
text-align:center; }

.floatrightdress{
float: right;
width: 300px;
margin: 0 0 30px 30px;
background-color:#000000;
padding:10px;
border: 1px solid #666;}

.thumbnail
{
float: left;
width: 150px;
background-color:#000000;
border: 1px solid #666666;
margin: 0px 0px 30px 30px;
padding: 10px;
text-align:center; 
}


.floatrightacc{
float: right;
width: 200px;
margin: 0 0 30px 30px;
background-color:#000000;
padding:10px;
border: 1px solid #666;}

.clearboth{
clear:both;}

div.floatright img{
border:0px}
