@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#333333 url(../img/img1/bgbody.gif) repeat-x top;
	color:#CCCCCC;
}

ul {
	list-style: none;
}

a {
	color:#ffffff;
	text-decoration: none;
}

a:hover {
	color:#cccccc;
	text-decoration: underline;
}

a img {
	border: none;
}

br.clear {
	clear: both;
	font-size: 0;
}

#wrapper {
	margin:auto;
	width:906px;
	background:#161616 url(../img/img1/bgwrap.gif) repeat-y top;
}

#header {
	margin:0px;
	width:906px;
	height:230px;
	background:url(../img/img1/header2.jpg) no-repeat center top;
}

#header h1 {font-size:18px; margin:20px 0 0 10px; color:#FFFFFF; text-align:left;}
#header h2 {font-size:14px; margin:0 0 0 10px; text-align:left;}

#videoh {
	width:300px;
	height:200px;
	float:right;
	background:url(../img/img1/videoh.jpg) no-repeat center top;
	margin:6px 0 0 0;
	text-align:center;
}

#videoh iframe {
	margin:40px 5px 0 0;
}

#content {
	margin:20px 0 0 0;
	width:906px;
}

#content p {
	padding:0px 30px;
}

#content h3 {
	padding:0px 30px;
	font-size:16px;
}


#menutop {padding:7px 0 0 0;}

#menutop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menutop ul li {
	display: inline; 
}

#menutop a {
	font-size:14px;
	font-weight:bold;
	color:#cc00cc;
	padding:0px 10px;
}

#menutop a:hover {
	font-size:14px;
	font-weight:bold;
	color:#CCCCCC;
	padding:0px 10px;
}

#menu {
	margin:0px;
	width:906px;
	height:35px;
	background:url(../img/img1/menubg.gif) repeat-x center;
}

#menul {
	position:relative;
	float:left;
	width:15px;
	height:35px;
	background:url(../img/img1/menul.gif) no-repeat left;
}

#menur {
	position:relative;
	float:right;
	width:15px;
	height:35px;
	background:url(../img/img1/menur.gif) no-repeat right;
}

/* drop down */
.dmenustyle{
	width: 870px;
	font-weight: bold;
	float:left;
}

.dmenustyle:after{ /*Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.dmenustyle ul{
	width: 100%;
	padding: 0px 0;
	margin: 0;
	text-align: center;
}

.dmenustyle ul li{
	display: inline;
}

.dmenustyle ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #e6e6e6;
	padding: 10px 10px;
	margin: 0;
	line-height:35px;
	text-decoration: none;
	background:url(../img/img1/menudelimiter.gif) center right no-repeat;
}

.dmenustyle ul li a:hover, .dmenustyle ul li a.selected{ 
	background: url(../img/img1/menubgr.gif) center center repeat-x;
	color: #FFFFFF;
	font-size:18px;
}

/* drop down */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:normal 16px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	text-transform:capitalize;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only*/
	width: 100%;
}

.dropmenudiv a:hover{
	background-color: #F0F0F0;
}

#footer {
	margin:auto;
	padding:30px 0 0 0;
	width:906px;
	height:80px;
	background:url(../img/img1/footer.gif) no-repeat center top;
	text-align:center;
	color:#FFFFFF;
}

#models {
	width:100%;
	padding-left:10px;
}

#models p {
	padding:0px;
}

.modelbox {
	float:left;
	margin:0px 0px 30px 15px;
	width:202px;
	height:222px;
	background:url(../img/img1/modelboxbg.jpg) no-repeat top center;
}

.modelthumb {
	width: 180px;
	height: 135px;
	margin: 14px 0 0 11px;
	overflow: hidden;
}
.modelthumb img{
	width: 180px;
	height: 135px;
	overflow: hidden;
}

.modelboxs {
	float:left;
	margin:0px 0px 30px 22px;
	width:120px;
	height:132px;
	background:url(../img/img1/modelboxbgoff.jpg) no-repeat top center;
}

.modelthumbs {
	width: 106px;
	height: 80px;
	margin: 9px 0 0 7px;
	overflow: hidden;
}
.modelthumbs img{
	width: 106px;
	height: 80px;
	overflow: hidden;
}

.model-name {
	margin:8px 0 3px 0;
	line-height:16px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#d8d8d8;
}

.model-name-s {
	margin:5px 0 3px 0;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#d8d8d8;
}

.model-name a{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#009900;
}

.model-name a:hover{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#CCCCCC;
}

.flags {
	position:relative;
	margin: -20px 5px 0 0;
	float:right;
	z-index:1;
}
.flags img {
	width:20px;
	height:15px;
}

.navigation {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

.navigation a{
	color:#FFFFFF;
	padding:0px 10px;
}

.navigation a:hover{
	color:#999999;
	padding:0px 10px;
}

/* Bio page */

.preview {
	width: 330px;
	float: left;
	margin: 0 0 0 20px;
}

.preview h4{
	font-size:16px;
}

.preview .preview-block {
	width: 330px;
	background: url(../img/img1/modelpicbg.gif) no-repeat 0 bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.preview .preview-block .preview-blockInner {
	background: url(../img/img1/modelpicbg.gif) no-repeat 0 top;
	overflow: hidden;
}

.preview .preview-block .preview-blockInner .image-preview {
	width: 320px;
	margin: 5px 0 0 5px;
	display: block;
}

.preview .thumbs {
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.preview .preview-thumb {
	width: 80px;
	height: 62px;
	margin: 0 1px 0 1px;
	float: left;
}

.preview .preview-thumb img {
	width: 80px;
	height: 60px;
	border:solid 1px #CCCCCC;
	cursor: pointer;
}

.preview .chat-button {
	width: 330px;
	height: 40px;
	margin:10px 0px;
	background: url(../img/img1/freechatbutton.gif) no-repeat;
	clear: both;
	text-align: center;
	line-height: 40px;
	color: #b5aa56;
	font-size: 16px;
	font-weight: bold;
}

.bioDetails {
	width: 500px;
	float: left;
	margin: 0 20px;
}

.bioDetails h4 {
	font-size:16px;

}

.bioDetails .bioDetails-block {
	background: url(../img/img1/bioboxbg.jpg) no-repeat top center;
	padding-top:10px;
}

.bioDetails .bioDetails-block .bioDetails-blockInner {
	overflow: hidden;
	padding: 10px 15px 0px;
	background: url(../img/img1/bioboxbgs.gif) repeat-y top center;
}

.bioDetails .bioDetails-block .bioDetails-blockInner h4 {
	text-align: left;
	font-size: 14px;
	padding:0px;
}

.bioDetails .bioDetails-block .bioDetails-blockInner p {
	color: #ececec;
	font-size: 14px;
	margin-bottom: 15px;
}

.bioDetails .bioDetails-block .bioDetails-blockInner p span {
	color: #FFFFFF;
	font-weight:bold;
}

.bioDetails .bioDetails-block .bioDetails-blockInner p img.star {
	margin: 0px 4px 0;
}

.bioDetails .bioDetails-block .bioDetails-blockInner p img.flag {
	margin: 0px 1px 0;
	vertical-align: bottom;
}
.bioDetails .bioboxbottom {
	height: 10px;
	background: url(../img/img1/bioboxbg.jpg) no-repeat bottom center;
}