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

body {
	background-color: #760a02;
	SCROLLBAR-FACE-COLOR: #D4A849;
  	SCROLLBAR-HIGHLIGHT-COLOR: #333333;
  	SCROLLBAR-SHADOW-COLOR: #760a02;
  	SCROLLBAR-3DLIGHT-COLOR: #760a02;
  	SCROLLBAR-ARROW-COLOR: #760a02;
  	SCROLLBAR-TRACK-COLOR: #760a02;
  	SCROLLBAR-DARKSHADOW-COLOR: #760a02;
}

a:link {
	color: #D4A849;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #D4A849;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
	border: solid 1px #D4A849;
	height:auto;
}

#logo {
	width:840px;
	height:340px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../2007images/erotowar_logo.jpg);
	background-repeat: no-repeat;
}

#menu {
	float:left;
	width:120px;
	padding-left:25px;
	margin-left:50px;
	margin-top:-40px;
	color: #D4A849;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15pt;
	display:inline;
}

#menu2 {
	float:left;
	width:120px;
	padding-left:25px;
	margin-left:20px;
	margin-top:50px;
	color: #D4A849;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15pt;
	display:inline;
}

#imagepanel {
	float:right;
	width:680px;
	height:auto;

}

#forumpanel {
	float:right;
	width:225px;
	height:auto;
	margin:160px 30px 0 0;
}

#imagepanel img{
	border: solid 1px #D4A849;
}

#clear {
	clear: both;	
}

#contentheader{
	width:100%;
	background-color:#FFFFFF;
	
}

#segment{
float:right;
width:615px;
background-color:#FFFFFF;
border:1px dotted #000;
margin-bottom:15px;
padding-bottom: 15px;
padding-left:5px;
}

#titleholder{
	float:right;
	width:640px;
	margin-right:20px;
	border:1px dotted #d4a849;
	padding:5px;
	display:inline;
}

#title {
	float:left;
	width:174px;
	margin-left:30px;
		display:inline;
}

#contentoverflow {
	float:right;
	margin-right:20px;
	width:640px;
	height:400px;
	margin-top:10px;
	overflow: scroll;
	overflow-y: auto;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	border: dotted 1px #d4a849;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#770B02;
	display:inline;
}


#contentover {
	float:right;
	margin-right:20px;
	width:620px;
	margin-top:10px;
	margin-bottom:10px;
	border: dotted 1px #d4a849;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#770B02;
	display:inline;
}

#content{
width:595px;
background-color:#FFFFFF;
padding:5px;
}

#contentflow{
width:610px;
background-color:#FFFFFF;
padding:5px;
}

.tablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#D4A849;
}

#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: #760B03;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

.hugebrighttxt a{
color:#609;
font-size:22px;
font-weight:bold;
background-color:#F90;
padding:10px;
border:1px solid #000;
}

.nomimg {
	margin:0 0 30px 20px;
	padding:2px;
	border:1px solid #333;
	
}
