
html, body {
	font-family:geneva, tahoma, arial;
	font-size:9pt;
	color:#ccc;
	height:100%; 
	margin:0px;
	padding:0px;
	max-height:100%;
	/*background-color:#0a0d10; */
	background-color:#0a0d10; 

}

#wrap {height:100%;} 


html>body #content-wrap {height:100%;} 

.background {

	width:790px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#121523;
}

#cover{ position:absolute; top:0; left:0; width:100%; height:100%; z-index:2; background-image:url('images/overlay.gif'); image-repeat:repeat;
}
#topHeader {
	width:790px;
	height:238px;
/*	display:block; */
	float:left;


}

.topLinks  {
	width:790px;
	height:37px;
	float:left;
	display:block;
	background-image: url('images/header2.jpg');
	color:#eee;
}

.topLinksContent {
	top:14px;
	position:relative;
	text-align:center;
}

a.topLinks2 {
			position:relative;
			margin-right:15px;
			font-size:8pt;
			color:#E4E9F0;
			border:0px;
			text-decoration:none;
}

a.topLinks2:hover {
				 color:#fff;	
}

.modelList {
margin-right:-25px;
}

#modelPage {
	position:relative;
	width:770px;
	height:auto;
}

.modelPageLeft {
	width:450px;
	height:400px;
	display:block;
	float:left;
	text-align:center;
}
.modelPageRight {
	width:320px;
	height:500px;
	height:auto;
	float:right;
}


td.model1 {
	width:100px;
	height:220px;
	text-align:center;
	vertical-align: bottom;
}

.content {
	color:#ccc;
	width:790px;
	height:auto;
	float:left;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;

}
.contentContent {
	padding-left:10px;
	padding-right:10px;
}

.footer  {
	width:790px;
	height:44px;
	float:left;
	display:block;
	background-image: url('images/footer.jpg');
}
.footer2  {
	width:790px;
	height:20px;
	float:left;
	color:#D3D7E3;
	font-size:7pt;
	background-color:#121523;
	


}

#banner1 {
	height:57px;
	width:467px;
	margin-bottom:20px;
}

#banner2 {
	height:57px;
	width:467px;
	margin-bottom:20px;
}

#banner3 {
	height:57px;
	width:467px;
	margin-bottom:20px;
}

a {
	color: #ccc;
	text-decoration:none;
}
a:hover {
	color: #84abda;
}

span.new {
	color:#990002;
	font-size:.9em;
}

table.models {
	margin-left:15px;
	border-collapse:collapse;
}

tr.vip {
	background-color:#fff;
	border:1px solid #444;
}

#vday {
	width:740px;
	height:135px;
	display:block;
}

/*-------------------------------------------IMAGE LINKS------------------------------------*/
					
a.imageLink:hover	{
					color:red;
					}
				
a.imageLink:link img,
a.imageLink:visited img		{
							border:0px solid #000;
							}
a.imageLink:focus img,
a.imageLink:hover img,
a.imageLink:active img		{
							border:0px solid #4A617C;
							}

a.imageLink:hover {
	font-size:12pt;
	color:#000;
}
a.imageLink .rollOver {
	display:none;
}
a.imageLink:hover .rollOver {
	z-index:100;
	display:block;
	position:absolute;
	left:125px;
	top:1px;
	margin:0px;
	padding:0px;
}

#bigImage {
	background-repeat:no-repeat; 
	position:absolute; 
	top:1px;
	left:125px;
	width:200px;
	height:400px;
	display:block; 
	padding:0px; 
	z-index:1; 	
}


