* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	position: relative;
	background: #e8e1db url(../images/bg.jpg);
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	border: none;
	-moz-outline-style: none;
}

a:hover * {
	border: none;
}

a.mail {
	text-decoration: underline;
}

h1, h2, h3 {
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;		
}

h1 {
	margin-bottom: 12px;
	margin-top: 62px;
	
	color: #61002d;
	font-size: 24px;
	font-weight: normal;
}

h1 a {
	color: #710034;
	text-decoration: none;
}

h2 {
	color: #ff0096;
	font-size: 14px;
	line-height: 18px;
}

h2 a {
	color: #ff0096;
	text-decoration: none;
}

h3 {
	color: #e1dad3;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
}

h3 a {
	color: #e1dad3;
	text-decoration: none;
}

p {
	margin: 0 0 18px 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a0130;
}

p span.text {
	color: #FF069A;
}

select {
	height: 16px;
	padding: 0;
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc9966;
}

optgroup {
	background-color: #650032;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

option {
	margin: 0;
	padding: 0;
	
	color: #cc9966;
	background-color: #fff;
	text-transform: none;
}

optgroup option {
	text-align: left;
	text-indent: 5px;
}

.noscript {
	text-align: center;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}

.clear {
	clear: both;
	width: 0;
	height: 0; /* sometimes it needs to have layout */
	overflow: hidden; /* for ie */
}

.spacer {
	float: left;
	height: 50%;
	width: 1px;
	margin-bottom: -312px;
}

.line {
	margin: 3px 3px 3px 4px;
	height: 1px;
	
	background: url(../images/dotted.gif) left top repeat-x;
	overflow: hidden;
}

.content-shadow {
	position: relative;
	clear: left;
	width: 1020px;
	height: 624px;
	margin: 0 auto;
	
	background: url(../images/content-shadow.png) center no-repeat;
	_background: none;
	_filter: expression('progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+window.baseUrl+'/images/content-shadow.png", sizingMethod="scale");');
}

.content-margin {
	padding: 6px 15px 6px 6px;
	background: url(../images/ajax-loader.gif) 300px center no-repeat;
}

.content {
	position: relative;
	width: 999px;
	height: 612px;
}

.content-overlay {
	width: 999px;
	height: 612px;
}

.textbox-wrapper {
	position: absolute;
	left: 607px;
	width: 362px;
	height: 612px;
}

.textbox-shadow {
	position: static;
	width: 362px;
	height: 612px;
	
	background: url(../images/textbox-shadow.png) center no-repeat;
	_background: none;
	_filter: expression('progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+window.baseUrl+'/images/textbox-shadow.png", sizingMethod="scale");');
}

.textbox {
	position: relative;
	width: 350px;
	height: 100%;
	margin: 0 auto;
	
	background: #fff;
}

.textbox-padding {
	padding: 18px;
}

.textbox-end {
	position: absolute;
	bottom: 18px;
	left: 18px;
	height: 1px;
	width: 314px;
	margin-top: 2px;
	line-height: 1px;
	
	background-color: #e1dad3;
	overflow: hidden;
}

p.lead {
	color: #f1009c;
	font-size: 11px;
	text-transform: uppercase;
}

.separator {
	line-height: 18px;
	font-size: 11px;
	color: #e1dad3;
	font-weight: bold;
}

.separator-arrow {
	width: 278px;
	height: 18px;
	
	background: url(../images/presite_separator-arrow.gif) left center no-repeat;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e1dad3;
}

a.btn {
	display: block;
	height: 20px;
	width: 40px;
}

a.btn:hover {
	background-position: 0 -20px;
}
a.prev {
	background: url(../images/arr-left.gif) no-repeat;
}

a.next {
	float: right;
	background: url(../images/arr-right.gif) no-repeat;
}

a.first {
	background: url(../images/arr-first.gif) no-repeat;
}

a.last {
	float: right;
	background: url(../images/arr-last.gif) no-repeat;
}

a.disabled,
a.disabled:hover {
	background-position: 0 -40px;
}


a.excel {
	float: right;
	background: url(../images/excel.gif) no-repeat;
}

.model-selector {
	height: 18px;
	
	background-color: #f7f6f4;
	overflow: hidden;
	text-align: right;
}

.model-selector select,
.model-selector option {
	color: #ff069a;
}

.progress_indicator {
	float: left;
	height: 20px;
	width: 16px;
	margin-top: 1px;
	margin-right: 4px;
	
	background: url(../images/progress-anim.gif) no-repeat;
}

.inprogress {
	background-position: 0 -20px;
}

#sliderbox,
#sliderbox_text,
#sliderbox_photos {
	position: relative;
	width: 308px;
	height: 432px;
	
	overflow: hidden;
}

#slidercontent,
#slidercontent_text,
#slidercontent_photos {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
}

#v,
#v_text,
#v_photos {
	display: none;
}

.vslider-track {
	position: absolute;
	top: 0;
	right: 0;
	height: 440px;
	width: 14px;
	background: url(../images/vslider_track-bg.gif) right repeat-y;
}

.vslider-handle {
	height: 158px;
	width: 14px;
	_width: 7px;

	background: #660034;
	border-left: 7px solid #fff;
	cursor: n-resize;
	overflow: hidden;
}

.vslider-handle.mouseover {
	background-image: url(images/slider_handle-mouseover.gif);
}

.hslider-track {
	height: 8px;
	width: 100%;
	
	background: url(../images/slider_track-bg.gif);
	overflow: hidden;
}

.hslider-handle {
	height: 8px;
	width: 50px;
	
	background-color: #660034;
	cursor: e-resize;
	overflow: hidden;
}


#thumbnail-box {
	position: relative;
	height: 106px;
	width: 313px;
	
	overflow: hidden;
}

.thumbnails {
	position: absolute;
	top: 0;
	left: 0;
	height: 106px;
	width: 1000px;
}

.thumb {
	float: left;
	position: relative;
	display: inline;
	margin: 2px 3px 2px 0;
	padding: 2px;
	
	background-color: #f7f6f4;
	border: 1px solid #fff;
}

.thumb label {
	display: none;
}

.prototip {
	position: absolute;
	width: auto;
}

.prototip-shadow {
	height: 18px;
	padding: 2px 0;
	
	background: url(../images/thumb-label-bg.png) repeat-x;
	_background: none;
	_filter: expression('progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+window.baseUrl+'/images/thumb-label-bg.png", sizingMethod="scale");');
	z-index: 1000;
}

.prototip .content {
	position: relative;
	float: left;
	width: auto;
	height: 18px;
	padding: 0 20px 0 43px;
	
	font-size: 11px;
	text-transform: uppercase;
	line-height: 18px;
	color: #996633;
	background: url(../images/thumb-label-arr.gif) no-repeat #fff;
	white-space: nowrap;
}

.thumb a {
	display: block;
	height: 96px;
	width: 96px;
	
	background-position: center;
	background-repeat: no-repeat;
}

div.thumb.hover {
	background-color: #fff;
	border: 1px solid #d3a77a;
}

.labelbox {
	position: absolute;
	bottom: 0;
	_bottom: 2px;
	left: 4px;
}

div.label {
	float: left;
	width: 109px;
}

div.label div {
	margin-bottom: 4px;
	padding: 2px 0 1px 4px;
	
	background: #fff;
	color: #FF069A;
	font-size: 11px;
	text-transform: uppercase;
}

div.modelname div {
	background: #fff;
}

#thumbnail-box a:hover div.modelname div {
	background: #FF069A;
	color: #fff;
}

div.active {
	position: absolute;
	width: 64px;
	height: 18px;
	top: 142px;
	right: 2px;
	
	background: #996633;
	text-align: center;
}

div.intown {
	position: absolute;
	width: 64px;
	height: 18px;
	top: 142px;
	left: 2px;
	
	background: #996633;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}

.sidelink {
	position: absolute;
	right: 0;
	width: 13px;
}

a.credits {
	top: 28px;
	height: 80px;
}

a.privacy {
	top: 120px;
	height: 65px;
}



/*	MENU	*/
#menu {
	position: absolute;
	left: 38px;
	bottom: 0px;
	width: 140px;
	height: 325px;
	
	background: #fff;
	color: #e1dad3;
}

.admin #menu {
	height: 394px;
}

#menu .topline {
	margin: 11px 3px 0px 4px;
	height: 1px;
	
	background: url(../images/dotted.gif) repeat-x;
	overflow: hidden;
}

#menu .bottomline {
	margin: 3px 4px 13px 4px;
	height: 1px;
	
	border-bottom: 1px solid #996633;
	overflow: hidden;
}

#menu .wrapper {
	position: absolute;
	bottom: 19px;
	width: 140px;
}

#menu a {
	display: block;
	padding: 0 5px;
	margin: 0 2px;
	
	xfont-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #ff069a;
}

#menu a:hover,
#menu a.selected {
	background: #61002d;
	xcolor: #fff;
}

#menu a.lang {
	color: #ff069a;
}

#menu .plus {
	padding: 0 7px 1px 7px;
	
	font-size: 10px;
	line-height: 12px;
}
#menu a.tomain,
#menu a.tomain:hover {
	margin: 3px 3px 0 4px;
	padding: 0 4px 0 3px;
	height: 25px;
	
	background: url(../images/dotted.gif) left top repeat-x;
	overflow: hidden;
	line-height: 24px;
	color: #996633;
}

#menu .arr-back {
	width: 0px; /* is animated to 38 on rollover */
	height: 18px;
	position: absolute;
	left: 0px; /* is animated to -38 on rollover */
	bottom: 23px;
	
	background: url(../images/arr-back.gif) left no-repeat;
}





/*	CREDITS	*/
.credits #sliderbox a {
	color: #DAB48F;
}





.article-list p {
	margin-bottom: 0;
}

.article-list h2 span,
.article-list p span {
	padding: 0 1px;
}


.article-list h2.hover span,
.article-list p.hover span {
	color: #fff;
	background-color: #ff0096;
}

.article-list .date.hover {
	color: #ff0096;
}




.address {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
}

.address * {
	height: 18px;
	line-height: 18px;
}

.address div {
	height: 18px;
}

.address a {
	color: #996633;
}

.address label {
	float: left;
	width: 130px;
	margin-right: 5px;
	
	font-size: 10px;
	color: #cc9966;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
}

.contactus .textbox form {
	margin-top: 19px;
}

.contactus .textbox form input,
.contactus .textbox form textarea {
	float: left;
	width: 302px;
	padding: 4px 6px 0 6px;
	margin-bottom: 4px;
	
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cc9966;
	line-height: 10px;
	background: #f7f6f4;
	border: 0px;
}

.contactus .textbox form input {
	height: 16px;
}

.contactus .textbox form textarea {
	height: 165px;
	
	overflow: auto;
	line-height: 14px;
}





/*	WIDE LAYOUT	*/
.index .textbox-wrapper,
.girls .textbox-wrapper,
.boys .textbox-wrapper,
.commercialfaces .textbox-wrapper,
.newfaces .textbox-wrapper,
.friends .textbox-wrapper,
.models-list .textbox-wrapper,
.sent-footages .textbox-wrapper {
	left: 345px;
	width: 624px;
}

.index .textbox-shadow,
.girls .textbox-shadow,
.boys .textbox-shadow,
.commercialfaces .textbox-shadow,
.newfaces .textbox-shadow,
.friends .textbox-shadow,
.models-list .textbox-shadow,
.sent-footages .textbox-shadow {
	width: 624px;
	
	background: url(../images/textbox_wide-shadow.png) center no-repeat;
	_background: none;
	_filter: expression('progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+window.baseUrl+'/images/textbox_wide-shadow.png", sizingMethod="scale");');
}

.index .textbox,
.girls .textbox,
.boys .textbox,
.commercialfaces .textbox,
.newfaces .textbox,
.friends .textbox,
.models-list .textbox,
.sent-footages .textbox {
	width: 612px;
}

.index .textbox-end,
.girls .textbox-end,
.boys .textbox-end,
.commercialfaces .textbox-end,
.newfaces .textbox-end,
.friends .textbox-end,
.sent-footages .textbox-end {
	width: 576px;
}

.index h1,
.girls h1,
.boys h1,
.commercialfaces h1,
.newfaces h1,
.friends h1 {
	float: left;
	width: 50%;
	
	line-height: 18px;
}

.index p,
.girls p,
.boys p,
.commercialfaces p,
.newfaces p,
.friends p {
	position: relative;
	float: left;
	width: 50%;
	height: 54px;
	margin-bottom: 12px;
	margin-top: 62px;
	margin-left: -2px;
	
	color: #e1dad3;
	font-size: 11px;
	text-transform: uppercase;
}


/*	INDEX	*/
.index #thumbnail-box {
	height: 191px;
	width: 576px;
}

.index .thumbnails {
	height: 188px;
}

.index .thumb a {
	height: 178px;
	width: 136px;
}

.index a .labelbox {
	xdisplay: none;
}

.index a:hover .labelbox {
	display: block;
}

.banner-box {
	width: 282px;
	height: 207px;
	
	background: #f7f6f4;
}

.banner-wrapper {
	padding: 24px 24px 15px 24px;
}

.banner {
	width: 234px;
	height: 60px;
	
	font-size: 10px;
	text-align: center;
	color: #996633;
	border: 1px solid #996633;
}

.banner a {
	display: block;
}


.banner img {
	border: none;
}




/*	MODELS	*/


.girls #thumbnail-box,
.boys #thumbnail-box,
.commercialfaces #thumbnail-box,
.newfaces #thumbnail-box {
	height: 380px;
	width: 576px;
}

.index .thumbnails {
	height: 380px;
}

.girls .thumb a,
.boys .thumb a,
.commercialfaces .thumb a,
.newfaces .thumb a {
	position: relative;
	height: 178px;
	width: 136px;
}




/*	MODEL	*/
body.model #menu {
	display: none;
}

.model h1 {
	margin-top: 158px;
	
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	color: #663300;
}

.model h1 .nick {
	color: #cc9966;
	text-transform: none;
}

.model .textbox-wrapper {
	left: 700px;
	width: 305px;
}

.model .textbox-shadow {
	width: 305px;
}

.model .textbox {
	width: 293px;
}

.model .vslider-track {
	height: 330px;
}

.model #sliderbox {
	margin-bottom: 15px;
	width: 242px;
	height: 330px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
}

.model #sliderbox .row {
	clear: both;
	line-height: 18px;
}

.model #sliderbox .row div {
	float: right;
	width: 125px;
}

.model #sliderbox a {
	color: #996633;
}

.model #sliderbox label {
	float: left;
	width: 125px;
	margin: 0 5px;
	
	font-size: 10px;
	color: #cc9966;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
}

.model .controls {
	height: 18px;
	
	background-color: #f0ece9;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #996633;
}

.model .controls a {
	float: right;
	padding-right: 22px;
	
	color: #996633;
	background: url(../images/send_footage-a.gif) right top no-repeat;
}

.model .controls a:hover {
	background-position: right -18px;
}

.model .controls span {
	padding-left: 4px;
}

.model .textbox-end {
	display: none;
}

#form_footagesender input.field,
#form_footagesender textarea {
	width: 300px;
}




/*	ABOUT US	*/
.hilite {
	border-color: #ff069a !important;
}






/*	FRIENDS	*/
.friends .content-overlay {
	xbackground: url(../images/+bg.gif) left top;
}

.friends .textbox .line {
	width: 574px;
	margin: 0;
}

.friends #sliderbox {
	margin-bottom: 15px;
	height: 418px;
	width: 574px;
}

.friends #slidercontent {
	width: 545px;
}

.friends .logo-row {
	padding-top: 1px;
	height: 138px;
	
	background: url(../images/dotted.gif) left top repeat-x;
}

.friends .big {
	background: none;
}

.friends a.logo {
	float: left;
	height: 138px;
	width: 25%;
	
	background-position: center;
	background-repeat: no-repeat;
}

.friends .big a.logo {
	width: 33.3%;
}





/*	MODELS ADMIN	*/
.sent-footages #sliderbox {
	margin-bottom: 15px;
	height: 418px;
	width: 574px;
}

.models-list #slidercontent {
	width: 100%;
}


.sent-footages #slidercontent {
	width: 545px;
}





/*	LOGIN	*/
.alphacube_message .field {
	padding: 4px 6px 0 6px;
	margin-bottom: 4px;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cc9966;
	line-height: 10px;
	background: #f7f6f4;
	border: 0px;
}

.alphacube_message textarea {
	padding: 4px 6px 0 6px;
	margin-bottom: 4px;
	height: 60px;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cc9966;
	background: #f7f6f4;
	border: 0px;
	line-height: 14px;
}

input.ok_button,
.cancel_button {
	border: 1px solid #cc9966;
	color: #cc9966;
	background: #f7f6f4;
}






/*	FOOTAGE SENDER	*/
#form_footagesender .float_logo {
	width: 342px;
	height: 85px;
	
	background: url(../images/top-logo340.gif) center no-repeat;
}

#form_footagesender .fields input {
	width: 300px;
	height: 14px;
	
	background-color: #fff;
	border: 1px solid #eeeae6;
	font-size: 10px;
	color: #996633;
}

#form_footagesender .fields textarea {
	width: 300px;
	height: 56px;
	
	background-color: #fff;
	border: 1px solid #eeeae6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996633;
	overflow: auto;
}







/*	LOGIN	*/
#form_login .float_logo {
	width: 291px;
	height: 85px;
	
	background: url(../images/top-logo293.gif) center no-repeat;
}

#form_login .fields {
	float: right;
	padding: 6px;
	width: 162px;
	
	background-color: #f6f4f2;
}

#form_login .fields input {
	width: 150px;
	height: 14px;
	
	background-color: #fff;
	border: 1px solid #eeeae6;
	font-size: 10px;
	color: #996633;
}

#form_login .labels {
	margin-top: 1px;
	padding: 6px;
}

#form_login .labels label {
	display: block;
	width: 100px;
	height: 19px;
	
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc9966;
	text-align: left;
	text-transform: uppercase;
	line-height: 19px;
	white-space: nowrap;
}

#form_login .login_error {
	padding: 4px 0;
	font-size: 11px;
	color: #990000;
}








/*	ADMIN	*/
#form_model_text {
	background-color: #fff;
}

#form_model_text .float_logo {
	width: 342px;
	height: 85px;
	
	background: url(../images/top-logo340.gif) center no-repeat;
}

#sliderbox_text {
	height: 482px;
	width: 325px;
}

#sliderbox_photos {
	height: 460px;
	width: 325px;
}

#vslider_text-track {
	height: 482px;
}

#vslider_photos-track {
	height: 460px;
}

#slidercontent_text {
	width: 301px;
}

#slidercontent_photos {
	width: 315px;
}

#form_model_text .row {
	clear: both;
	
	line-height: 19px;
}

.form_upload_photo .row {
	clear: both;
	
	line-height: 19px;
}

#form_model_text .fields,
.form_upload_photo .fields {
	float: right;
	padding: 0;
	width: 50%;
	
	background-color: #f6f4f2;
}

#form_model_text .fields input,
#form_model_text .fields select,
#form_model_text .fields option,
.form_upload_photo input {
	width: 99%;
	height: 14px;
	
	background-color: #fff;
	border: 1px solid #eeeae6;
	font-size: 10px;
	color: #996633;
}

#form_model_text .fields textarea {
	width: 99%;
	height: 56px;
	
	background-color: #fff;
	border: 1px solid #eeeae6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996633;
	overflow: auto;
}

*+html #form_model_text .fields select {
	height: 18px;
	
	line-height: 18px;
}

#form_model_text .labels,
.form_upload_photo .labels {
	width: 50%;
}

#form_model_text .labels label,
.form_upload_photo .labels label {
	display: block;
	height: 19px;
	margin: 2px 6px;
	
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc9966;
	text-align: left;
	text-transform: uppercase;
	line-height: 23px;
	white-space: nowrap;
}

#form_model_text .labels label {
	width: 120px;
}

.form_upload_photo .labels label {
	width: 100px;
}

#form_model_text .login_error {
	padding: 4px 0;
	font-size: 11px;
	color: #990000;
}

#form_model_text .vmwindow_buttons {
	position: absolute;
	bottom: 8px;
	_left: 8px;
	_bottom: 24px;
	width: 342px;
}

.become #form_model_text .labels,
.register #form_model_text .labels {
	width: 110px;
}




.photo_item {
	float: left;
	margin: 0 3px 3px 0;
}

.photo {
	width: 100px;
	height: 100px;
	
	border: 1px solid #fff;
	background-position: center;
	background-repeat: no-repeat;
	cursor: move;
}

.photo_item:hover .photo {
	border-color: #996600;
}

#sliderbox_photos .controls {
	width: 102px;
	
	background-color: #f6f4f2;
	color: #cc9966;
}

#sliderbox_photos .controls a {
	color: #cc9966;
}

#sliderbox_photos .controls a.magnify {
	float: left;
	width: 20px;
	height: 16px;
	
	background: url(../images/magnify.gif) center no-repeat;
}

#sliderbox_photos .controls a.visible {
	float: left;
	width: 20px;
	height: 16px;
	margin-left: 4px;
	
	background: url(../images/visible.gif) center no-repeat;
}

#sliderbox_photos .controls a.delete-btn {
	float: right;
	width: 20px;
	height: 16px;
	
	background: url(../images/delete.gif) center no-repeat;
}

#photo_upload {
	border-top: 1px solid #EEEAE6;
}






#flash_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: url(../images/flash_video-bg.png);
	_background: none;
	_filter: expression('progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+window.baseUrl+'/images/flash_video-bg.png", sizingMethod="scale");');
	z-index: 5000;
}

#flash_video div {
	position: absolute;
	width: 100%;
	height: 100%;
}