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

BODY {
	margin: 0 auto;
	padding: 0;
	background-image:url(images/bg.png);
	background-repeat:repeat;
	}
IMG {
	border:0;
	}
.bold {
	font-weight:bold;
	}
.bold14 {
	font-weight:bold;
	font-size:14px;
	}
.header {
	color: #36A5CF;
	font-weight:bold;
	font-size:16px;}
.wrapper {
	margin: 0 auto;
	padding:0; 
	background-image:url(images/home2.png);
	background-repeat:no-repeat;
	width:900px;
	height:699px;
	}


.nav {
	margin: 0 auto;
	padding:0;
	padding: 35px 0 0 0;
	
	}
ul {
	list-style-type:none;
	float:left;
	
	}
.nav li {
	float:left;
	padding-right: 35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color:#1888b2;
	}
.nav li a {
	color: #1888b2;
	text-decoration:none;
	}
.nav li a:hover {
	color: #1888b9;
	text-decoration:underline;}
.nav li.first {
	margin-left: 350px;
	}
.comments {
	margin:0px 0 0 735px;
	}

.welcome {
	width: 350px;
	margin: 0 0 0 15px;
	padding:360px 0;
	*padding:310px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#5c5c5c;
	line-height:19px;
	}
.welcome a {color: #5c5c5c;}	

.footer {
	clear:both;
	width:900px;
	margin: 0 auto;
	border-top:solid 1px #c5c5c5;
	text-align:center;
	background-color:#fff;
	}
.content {
	margin: 0 auto;
	padding:0; 
	background-image:url(images/wrapper.gif);
	background-repeat:repeat-y;
	width:900px;
	height:auto;
	}
.int_main {
	width: 899px;
	height: 261px;
	float: left;
	margin: 0 auto;
	margin-left: 1px;
	background-image:url(images/int_main.jpg);
	background-repeat:no-repeat;
	}
.int_left {
	width: 474px;
	float: left;
	margin: 0 auto;
	border-right:solid 1px #c5c5c5;
	}
.int_left IMG {
	margin-left: 10px;
	}
.int_left p {
	font-family: "Garamond" , Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color:#515151;
	margin: 20px 0 15px 15px;
	width:425px;
	line-height:19px;
	
	}
.int_left p a {
	color: #515151;
	text-decoration:underline;
	}
.int_left table {
	font-family: "Garamond" , Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color:#515151;
	margin: 20px 0 15px 15px;
	width:425px;
	line-height:19px;
	
	}
.int_left table a {
	color: #515151;
	text-decoration:underline;
	}
.int_right {
	width: 425px;
	float: left;
	margin: 0 auto;
	text-align:center;
	font-family: "Garamond" , Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color:#515151;
	line-height:19px;
		}

.int_footer {
	clear:both;
	width:900px;
	margin: 0 auto;
	border-top:solid 1px #c5c5c5;
	text-align:center;
	margin-top: -5px;
	background-color:#fff;
	}
.hairextensions {
	float: right;
	margin-top:7px;
	*margin-top: 9px;
	}
	/* lightbox stuff */

#lightbox{
	position: absolute;
	top: 0px;
	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{
	background-image: url(../images/loading.gif)
	position: absolute;
	top: 30%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0px;
	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;background: url(images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;background: url(images/nextlabel.gif) right 15% no-repeat;}
#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=90);
	-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 */
	}
	/* END OF LIGHTBOX STUFF */	
	
