* { outline:none; }

html, body, h1, h2, h3, ul, li, form, input {
	margin:0;
	padding:0;
}

body {
	background:#121212;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e5e5e5;
}

p {
	margin:0;	
	padding:5px 0;
}

a {
	color:#FEFE75;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}

h1.title {
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	padding:10px 0;
	color:#fefe75;
}

h2.subtitle {
	font-size:12px;
	line-height:12px;
	padding:0 0 10px 0;
	color:#fff;
}

h1.title2 {
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	padding:0 0 10px 0;
	color:#fefe75;
}

#container {
	margin:0 auto;
	padding:0 0 20px 0;
	width:1002px;
}

#menu {
	height:54px;
	margin-top:10px;
	background:url(../images/bg_menu.jpg) no-repeat;
}

#menu ul li {
	float:left;
	list-style:none;
	padding-right:2px;
	background:url(../images/bg_menu_separator.gif) right no-repeat;
}

#menu ul li a {
	display:block;
	float:left;
	padding:0 35px;
	line-height:54px;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	background:none;
}

#menu ul li a:hover {
	background:url(../images/bg_menu_hover.gif) repeat-x;
}

#menu ul li a.current {
	background:url(../images/bg_menu_hover.gif) repeat-x;
}

#menu #langs {
	float:right;
	padding:18px 20px 0 0;
}

#menu #langs ul li {
	float:left;
	list-style:none;
	padding:0;
	background:none;	
}

#menu #langs a {
	display:block;
	float:left;
	width:24px;
	height:15px;
	border:1px solid #3d3d3d;
	padding:2px;
	margin:0 0 0 10px;
}

#menu #langs a.current_lang {
	border:1px solid #666;
}

#menu #langs a img {
	border:0;
}

#content {
	padding:20px 35px;
	background:#1c1c1c;
	border:2px solid #121212;
}

#content_wrapper {
	padding:20px 20px;
	background:#1c1c1c;
	border:2px solid #121212;
}

#girlpage_content {
	background:url(../images/girlpage_bg.jpg) repeat-y;
	float:left;
}

#content_top {
	height:25px;
	clear:both;
	font-size:1px;
	background:url(../images/girlpage_top.jpg) no-repeat;
}

#content_bottom {
	height:25px;
	clear:both;
	font-size:1px;
	background:url(../images/girlpage_bottom.jpg) no-repeat;
}

#content_left {
	width:228px;
	padding:0 15px;
	float:left;
}

#content_right {
	width:664px;
	padding:0 16px 0 20px;
	float:left;
}

#footer {
	height:54px;	
	line-height:54px;
	background:url(../images/bg_menu.jpg) no-repeat;
	padding:0 20px;
}

#copyright {
	float:left;
	font-size:12px;
	color:#fff;
}

#footer_links {
	font-size:12px;
	color:#fff;
	float:right;	
}

#footer_links a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

#footer_links a:hover {
	text-decoration:underline;
}

input, select, textarea {
	font-size:14px;
	color:#fff;
	background:#0c0c0c;
	border:1px solid #3d3d3d;
}

.forminput {
	width:220px;
	padding:3px;
}

.fileinput {
	width:220px;
	padding:3px;
	color:#333;
	background:#fff;
}

.spacer25 {
	height:25px;
	font-size:1px;
	clear:both;
}

.spacer15 {
	height:15px;
	font-size:1px;
	clear:both;
}

.spacer10 {
	height:10px;
	font-size:1px;
	clear:both;
}

.error {
	color:#900;
	font-size:11px;
}

.girls_container {
	float:left;	
}

.girlThumb {
	width:207px;
	position:relative;
	background:#121212;
	border:1px solid #3d3d3d;
	float:left;	
	margin:0 20px 20px 0;	
}

.girlThumb img {
	border:1px solid #3d3d3d;
	margin:15px;
}

.girlThumb .name_container {
	background:transparent url(../images/bg_name.jpg) 0 0 no-repeat;
	width:207px;
	height:49px;	
	line-height:49px;
	text-align:center;
}

.girlThumb .name_container a {
	text-decoration:none;
	font-weight:bold;
	color:#000;	
}

.girlThumb .girl_info {
	padding:0 20px 15px 20px;
	height:14px;
	line-height:14px;
}

.girlThumb .girl_info .age {
	float:left;	
}

.girlThumb .girl_info a {
	display:block;
	float:right;	
	color:#fff;
	text-decoration:none;
}

.girlThumb .girl_info a:hover {
	text-decoration:underline;
}

.rw_content {
	float:left;	
}

.rw_content_left {
	width:434px;
	float:left;	
}

.rw_content_right {
	width:230px;
	float:left;	
}

.girlThumb2 {
	width:197px;
	position:relative;
	background:#121212;
	border:1px solid #3d3d3d;
	float:left;	
	margin:0 10px 10px 0;	
}

.girlThumb2 img {
	border:1px solid #3d3d3d;
	margin:10px;
}

.zoomlink {
	padding:10px 0 0 0;
	text-align:center;
	font-size:12px;
	color:#fff;	
}

.zoomlink a:hover {
	text-decoration:underline;
}

.clearFloat {
	clear:both;
	height:1px;
	font-size:1px;
}

table.contact {
	font-size:11px;
}

table.contact textarea, table.contact input {
	background:#0c0c0c;
	border:1px solid #3d3d3d;
	color:#fff;
}

table.contact textarea {
	width:98%;
}

input.button {
	border:2px solid #333 !important;
	background:#f7f7f7  !important;
	color:#000 !important;
	padding:2px;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.row0 {
	background:#e9e9e9;
}

.row1 {
	background:#f7f7f7;
}

.err {
	color:#cc0000;	
}

table.specifics {
	font-size:12px;	
}

table.specifics tr td {
	font-size:12px;
	color:#fff;
	font-weight:bold;
	height:24px;
	line-height:24px;
	padding:0 10px;
	background:#606060 url(../images/bg_specifics.jpg) repeat-x;
	border-bottom:1px solid #1c1c1c;
}

.aboutmodel {
	background:#121212;
	border:1px solid #3d3d3d;
	margin:10px 26px 10px 0;	
	padding:10px;
	font-size:12px;
}

.error_alert {
	font-size:12px;
	color:#cc0000;
}