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

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	background-image:url(images/bg_strip.jpg);
	background-repeat:repeat;
}

.title {
	font-size:14px;
	color:#d09e18;
	background-color:#000;
	width:900px;
	padding-top:0px;
	margin-top:0px;
	text-align:center;
}

div#container {
	margin:0 auto;
	width:900px;
	background-color:#000;
}

div#header {
	background-image:url(images/home_01.jpg);
	background-repeat:no-repeat;
	height:208px;
}

div#menu {
	padding-top:100px;
	padding-left:430px;
	height:50px;
	width:450px;
}

div#content {
	background-image:url(images/content_top_home.jpg);
	background-repeat:no-repeat;
	color:#b68501;
	}
	
div#contentlinks {
	margin-top:-19px;
	padding:0 25px 0 25px;
	background-image:url(images/content_top.jpg);
	background-repeat:no-repeat;
	color:#b68501;
}

div#banners {
	width:500px;
	margin-left:230px;
}

div#contentbeauties {
	margin-top:-15px;
	background-image:url(images/beauty_bg_new.jpg);
	background-repeat:no-repeat;
	width:900px;
	color:#b68501;
	overflow:auto;
}

div#contentmistress {
	margin:0;
	padding:0;
	background-image:url(images/beauties_bottom_new.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:auto;
}

div#mistressdetails {
	color:#b68501;
	width:540px;
	padding:0px 15px;
}

div#mistressbottom {
	background-image:url(images/mistress_footer_bg.gif);
	background-repeat:no-repeat;
	background-color:#000;
	width:900px;
	height:463px;
}

div#mistressbottomtext {
	width:700px;
	margin-left:150px;
	color:#b68501;
}

div#home {
	font-size:40px;
	color:#d09e18;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	width:900px;
}

div#home2 {
	font-size:14px;
	color:#d09e18;
	background-color:#000;
	width:450px;
	padding:0px;
	margin:0px;
	margin-left:230px;
}


div#home2 a {
	text-decoration:underline;
	color:#d09e18;
}
div#home2 a:hover {
	text-decoration:none;
	color:#791830;
}


.beauties {
	font-size:18px;
	font-weight:bold;
}

div#footer {
	margin:0;
	padding:0;
	background-image:url(images/content_bottom.jpg);
	background-repeat:no-repeat;
}

/******************************************** LIGHTBOX *******************************************************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }