* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../img/img3/page-background.png);
}

a {
	color: #3b3b3b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

ul {
	list-style: none;
}


/* layout */
.container {
	width: 930px;
	overflow: hidden;
	margin: 16px auto 0;
}

/* header */
.header {
	height: 99px;
	position: relative;
	margin-top: 9px;
	background: url(../img/img3/header-background.png) no-repeat 100% 0%;
}

.header h1 {
	color: #010101;
	font-size: 32px;
	font-weight: normal;
	margin: 30px 40px 0px 0;
	float: right;
	white-space: nowrap;
}

.header h1 span {
	font-size: 14px;
	font-weight: bold;
}

.header p {
	color: #720303;
	font-size: 16px;
	font-weight: bold;
	float: right;
	margin: 0px 40px 5px 0;
	white-space: nowrap;
}

.header img.cam {
	position: absolute;
	bottom: 0;
	right: 310px;
}

.header .banner {
	width: 468px;
	height: 58px;
	border: 1px solid #000;
	float: left;
	overflow: hidden;
	margin: 24px 0 0 40px;
}


/* navigation */
.navigation {
	background: url(../img/img3/content-background.png) repeat-y;
}

.navigation ul {
	height: 25px;
	background: url(../img/img3/navigation-background.png) no-repeat 0% 0%;
	margin: auto;
	width: 851px;
}

.navigation ul li {
	float: left;
	margin: 0px 30px;
	line-height: 25px;
}

.navigation ul li a {
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}


/* content */
.content {
	width: 930px;
	margin: 0px auto;
	background: #fffae8 url(../img/img3/content-background.png) repeat-y;
	overflow: hidden;
}

.content h3 {
	font-size: 18px;
	font-weight: normal;
	color: #3b3b3b;
	margin: 0px 0 10px;
}

.content p.note {
	font-size: 10px;
	color: #3b3b3b;
	text-align: center;
	margin: 35px 40px;
	clear: both;
}


/* box */
.box {
	width: 848px;
	background: #efefef;
	border: 1px solid #c1c1c1;
	position: relative;
	margin: 12px auto 7px;
	padding: 20px 0 12px 0;
}


/* drop down */
.dropDown {
	margin: 5px auto 10px;
	width: 605px;	
}

.dropDown li.firstLevel {
	width: 113px;
	height: 19px;
	float: left;
	position: relative;
	background: url(../img/img3/dropDown-background.png) repeat-x;
	border: 1px solid #2a2929;
	margin: 0 3px;
}

.dropDown li.firstLevel h4 {
	font-size: 12px;
	background: url(../img/img3/dropDown-icon.png) no-repeat 98% 50%;
	cursor: pointer;
	text-align: center;
	line-height: 19px;
}

.dropDown li.firstLevel h4 a {
	color: #fefefe;
	display: block;
}

.dropDown li.firstLevel ul {
	position: absolute;
	top: 19px;
	left: -1px;
	background: #fd012a;
	border: 1px solid #2a2929;
	padding: 0 5px 5px;
	min-width: 103px;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;	
	max-height: 350px;	
}

.dropDown li.firstLevel:hover ul {
	display: block;
}

.dropDown li.firstLevel ul li a {
	font-size: 10px;
	color: #fefefe;
	white-space: nowrap;
}


/* rounded corners */
.ctl, .ctr, .cbl, .cbr {
	width: 9px;
	height: 9px;
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	position: absolute;
}

.ctl {
	width: 100%;
	top: -1px;
	left: -1px;
}

.ctr {
	float: right;
	right: -2px;
}

.cbl {
	width: 100%;
	bottom: -1px;
	left: -1px;
}

.cbr {
	float: right;
	right: -2px;
}

.clear {
	clear: both;
	display: block;
}


/* container */
.box .ctl {background-image: url(../img/img3/corner0-tl.png);}
.box .ctr {background-image: url(../img/img3/corner0-tr.png);}
.box .cbl {background-image: url(../img/img3/corner0-bl.png);}
.box .cbr {background-image: url(../img/img3/corner0-br.png);}

/* preview/textBlock */
.preview .ctl, .textBlock .ctl {background-image: url(../img/img3/corner1-tl.png);}
.preview .ctr, .textBlock .ctr {background-image: url(../img/img3/corner1-tr.png);}
.preview .cbl, .textBlock .cbl {background-image: url(../img/img3/corner1-bl.png);}
.preview .cbr, .textBlock .cbr {background-image: url(../img/img3/corner1-br.png);}

/* bioDetails/webmaster */
.bioDetails .ctl, .webmaster .ctl {background-image: url(../img/img3/corner2-tl.png);}
.bioDetails .ctr, .webmaster .ctr {background-image: url(../img/img3/corner2-tr.png);}
.bioDetails .cbl, .webmaster .cbl {background-image: url(../img/img3/corner2-bl.png);}
.bioDetails .cbr, .webmaster .cbr {background-image: url(../img/img3/corner2-br.png);}

/* pinkBlock  */
.pinkBlock .ctl {background-image: url(../img/img3/corner3-tl.png);}
.pinkBlock .ctr {background-image: url(../img/img3/corner3-tr.png);}
.pinkBlock .cbl {background-image: url(../img/img3/corner3-bl.png);}
.pinkBlock .cbr {background-image: url(../img/img3/corner3-br.png);}

/* models  */
.models .ctl {background-image: url(../img/img3/corner5-tl.png);}
.models .ctr {background-image: url(../img/img3/corner5-tr.png);}
.models .cbl {background-image: url(../img/img3/corner5-bl.png);}
.models .cbr {background-image: url(../img/img3/corner5-br.png);}

/* webmaster  */
.webmaster .ctl, .webmaster .ctr, .webmaster .cbl, .webmaster .cbr {width: 10px;height: 10px;}
.webmaster .ctl {width: 100%;top: -2px;left: -2px;}
.webmaster .ctr {float: right;right: -4px;}
.webmaster .cbl {width: 100%;bottom: -2px;left: -2px;}
.webmaster .cbr {float: right;right: -4px;}
.webmaster .ctl {background-image: url(../img/img3/corner6-tl.png);}
.webmaster .ctr {background-image: url(../img/img3/corner6-tr.png);}
.webmaster .cbl {background-image: url(../img/img3/corner6-bl.png);}
.webmaster .cbr {background-image: url(../img/img3/corner6-br.png);}


/* pink block */
.pinkBlock {
	background: #ffc1c1;
	border: 1px solid #ffc1c1;
	clear: both;
	margin: 10px 11px 0;
	position: relative;
	padding: 40px;
}

.pinkBlock p {
	color: #3b3b3b;
	font-size: 24px;
	text-align: center;
}


/* footer */
.footer {
	width: 930px;
	height: 50px;
	margin: 0 auto 40px;
	background: url(../img/img3/footer-background.png) no-repeat 100% 0%;
}

.footer .copyright {
	font-size: 12px;
	color: #7f7d7d;
	text-align: center;
	padding-top: 25px;
}


/* profile page */
.preview {
	width: 348px;
	float: left;
	margin: 0px 0px 10px 8px;
	position: relative;
	background: #dfe0e0;
	border: 1px solid #ababab;
	text-align: center;
	padding: 10px 0;
}

.preview .preview-block {
	width: 318px;
	margin: auto;
	border: 1px solid #000;
	overflow: hidden;
}

.preview .preview-block img {
	display: block;
}

.preview .rating {
	font-size: 15px;
	color: #0c0c0c;
	padding: 10px 0 7px;
}

.preview img.star {
	margin: 0px 4px 0;
}

.thumbs {
	width: 325px;
	overflow: hidden;
	margin: 10px 10px 0 14px;
}

.thumbs .preview-thumb {
	margin: 0 3px 3px 0;
	float: left;	
}

.thumbs img {
	width: 60px;
	height: 45px;
	display: block;
	border: 1px solid #000;
	cursor: pointer;	
}


/* text block */
.textBlock {
	width: 348px;
	float: left;
	margin: 0px 0px 0 8px;
	position: relative;
	background: #dfe0e0;
	border: 1px solid #ababab;
	padding: 10px 0;
	clear: left;
}

.textBlock p {
	margin: 70px 30px 70px 60px;
	font-size: 18px;
}


/* bio details */
.bioDetails {
	width: 438px;
	float: right;
	margin: 0px 8px 0 0;
	position: relative;
	background: #f7f7f7;
	border: 1px solid #ababab;
	padding: 10px 15px;
}

.bioDetails .bioDetails-block p {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}

.bioDetails .bioDetails-block p span {
	color: #990000;
}


.bioDetails .bioDetails-block p img.flag {
	margin: 0px 1px 0;
	vertical-align: bottom;
}


/* front page */
.models {
	width: 812px;
	margin: 10px auto 0;
	overflow: hidden;
	position: relative;
	background: #d6d6d6;
	padding: 15px 6px 24px;
}

.models h3 {
	text-align: center;
	font-size: 14px;
	color: #000;
}

.model-block-container {
	overflow: hidden;
	width: 100%;
}

.models .model-block {
	width: 108px;
	height: 118px;
	overflow: hidden;
	float: left;
	margin: 0 3px 11px;
	text-align: center;
	background: #f6f3e9;
	border: 1px solid #b4b4b4;
}

.models .model-block .model-image {
	width: 100px;
	height: 75px;
	margin: 5px auto 4px;
	border: 1px solid #5b5b5b;
	overflow: hidden;
}

.models .model-block .model-image img {
	width: 100px;
	height: 75px;
}

.models .model-block .model-name {
	color: #990000;
	font-size: 10px;
	margin-bottom: 2px;
}

.models .model-block a.freeVideoChat {
	font-size: 10px;
	display: block;
	color: #0a0909;
	height: 18px;
	line-height: 18px;
	background: #efd7d9;
	border-top: 1px solid #616161;
}


/* webmaster */
.webmaster {
	width: 461px;
	height: 220px;
	margin: 0 7px 0 10px;
	position: relative;
	background: #f3f3f3;
	border: 2px solid #444;
	padding: 10px 15px;
	float: left;
	text-align: center;
	line-height: 20px;
}


/* video */
.video {
	width: 320px;
	height: 240px;
	margin: 0 0 0px 0;
	background: #c1c1c1;
	border: 2px solid #444;
	float: left;
}


/* offline page */
.models.offline .model-block {
	height: 102px;
}


/* paging */
.paging {
	text-align: center;
	margin: 10px 15px;
	font-size: 13px; 
}
