﻿@charset "utf-8"
/*
  copyright 2007, NYASIANFUN.com
 */

html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(images/background.gif);
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	margin: 5px;
	padding: 5px;
	clear: both;
}
ul {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}
a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:active, a:hover {
	color: #3399CC;
}

#container {
	background-color: #000000;
	width: 756px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 250px;
	background-color: #54404B;
	border-bottom: 8px solid #977D68;
}
#logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #FADEDE;
	padding: 5px;
	height: 20px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 120px;
	overflow: hidden;
}
#logo a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	text-indent: -12000px;
}
#banner {
	margin: 0px;
	padding: 0px;
	height: 190px;
}
#navigation {
	list-style-position: outside;
	list-style-type: none;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 295px;
	margin: 0px;
}
#navigation li {
	display: block;
	padding: 0px;
	float: left;
	height: 25px;
	width: 80px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#navigation li.current {
	background-image: url(images/tab_current.gif);
	font-weight: bold;
}
#navigation li a {
	color: #E1E1E1;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	text-decoration: none;
}
#navigation li.current a {
	font-weight: bold;
	color: #FFFFFF;
}
#navigation li a:link {}
#navigation li a:visited {}
#navigation li a:hover {
	background-image: url(images/tab_current.gif);
	color: #FFFFFF;
}


#main {
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 450px;
}
#indicator {
	border-bottom: 1px dashed #333333;
}
#indicator h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #8D3F5F;
	text-align: right;
	text-transform: uppercase;
}
#column_side {
	float: none;
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
#column_content {
	float: right;
	clear:both;
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
#column2_side {
	float: left;
	width: 200px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
#column2_content {
	float: right;
	width: 756px;
	height: 450px;
	overflow: hidden;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image:url(images/contactbg.jpg)
}
#column2_rate {
	float: right;
	width: 756px;
	height: 450px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url(images/ratebg.jpg)
}
#column2_link {
	float: right;
	width: 756px;
	height: 450px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url(images/linkbg.jpg)
}
#column2_contact {
	float: right;
	width: 756px;
	height: 450px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url(images/aboutbg.jpg)
}
#footer {
	text-align: center;
	clear: both;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	height: 50px;
}
#footer a:link {
	color: #555555;
	text-decoration: underline;
}
#footer a:visited {
	color: #555555;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
.copyrights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

/* ------- Index Styles ------- */
body#index #main {
	border: 8px solid #FF3366;
	margin-bottom: 20px;
}

#welcome {
	background-color: #FFFFFF;
	padding: 2px;
	height: 540px;
	border: 2px solid #FFFFFF;
	background-image: url(images/welcome.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#welcome h1#logo {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 350px;
	visibility: hidden;
}
#welcome h4 {
	font-size: 14px;
	line-height: 30px;
	margin: 0px;
	height: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FACBCB;
}
#welcome p {
	color: #FACBCB;
	clear: both;
	font-size: 11px;
}
#gateway {
	height: 30px;
	margin: auto;
	width: 410px;
}
#gateway a.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #E3E3E3;
	text-align: center;
	display: block;
	float: left;
	height: 20px;
	width: 80px;
	margin-left: 50px;
	line-height: 20px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	margin-right: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#gateway a.button:hover {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
body#index #footer {
	background-image: none;
}

/* ------- Gallery Styles ------- */

#galleries {
	float: right;
	width: 700px;
	padding-right: 28px;
	padding-left: 28px;
	overflow: hidden;
}
#galleries p.girl {
	background-color: #3E342F;
	padding: 5px;
	float: left;
	height: 120px;
	width: 100px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #000000;
	clear: none;
}
#galleries p.girl:hover, #galleries p.girl:active, #galleries p.girl:focus {
	border: 1px solid #999999;
}
#galleries span {
	font-size: 12px;
	line-height: 20px;
	color: #E7E7E7;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#galleries span.thumb {
	height: 100px;
	width: 100px;
}
#galleries span.name {
	float: left;
	width: 80px;
}
#galleries span.age {
	float: left;
	width: 20px;
}

/* ------- Photos Styles ------- */
#profile ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}
#profile ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #222222;
}
#profile #photo {
	background-color: #000000;
	padding: 6px;
	border: 4px solid #333333;
	margin: 0px;
	display:none;
}
#profile h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FF3366;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #222222;
}
#profile span.spec {
	color: #ffffff;
}
#profile span.value {
	color: #999999;
}

#photos {
	float: right;
	width: 100%;
}
#photos p.photo {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 320px;
	width: 240px;
	clear: none;
}
.paginator {
	width: 500px;
	float: right;
}


/* ------- Rates Styles ------- */

body#rate #column2_side p {
	background-image: url(images/rate.jpg);
	background-repeat: no-repeat;
	height: 300px;

}
#rates {
	height: 160px;
	width: 530px;
}
#rates ul {
	float: left;
	height: 100px;
	width: 225px;
	list-style-position: outside;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#rates ul li {
	clear: both;
	line-height: 25px;
	width: 220px;
}
#rates span {
	margin: 0px;
	padding: 2px;
	overflow: hidden;
	line-height: 21px;
	display: block;
	float: left;
	height: 21px;
	text-overflow: ellipsis;
}
#rates span.district {
	width: 110px;
	font-weight: bold;
}
#rates span.district:before {
	content: "- ";
}
#rates span.rate {
	width: 100px;
}
.note {
	font-size: 11px;
}
.highlight {
	color: #B8745F;
}

/* ------- Contact Styles ------- */

body#contact #column2_side p {
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	height: 300px;

}
h4.title {
	font-size: 14px;
	line-height: 20px;
	color: #666633;
	margin: 5px;
	padding: 5px;
	height: 20px;
	clear: both;
	font-weight: normal;
}
#mail_form {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 190px;
	width: 480px;
	background-image: url(images/direct_mail.gif);
	background-position: left 160px;
	background-repeat: no-repeat;
}
#mail_form fieldset {
	float: left;
}
#mail_form p {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #444444;
}

#mail_form input.input1 {
	line-height: 18px;
	height: 18px;
	width: 120px;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000 !important;
}
#mail_form input.input1:focus {
	border: 1px solid #ffffff;
}
#mail_form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	height: 116px;
	width: 280px;
	border: 1px solid #333333;
	color: #ffffff;
}
#mail_form textarea:focus {
	border: 1px solid #ffffff;
}
#mail_form input#btn_send {
	background-color: #333333;
	border: 1px solid #333333;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	height: 20px;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

blockquote {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* ------- About Styles ------- */

body#about #column2_side p {
	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	height: 300px;

}

/* ------- Links Styles ------- */

body#link #column2_side p {
	background-image: url(images/links.gif);
	background-repeat: no-repeat;
	height: 300px;

}

/*------- Paginator Styles -------*/
.paginator {
	height: 12px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
.paginator span, .paginator a {
	height: 20px;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 20px;
	font-size: 12px;
	vertical-align: middle;
}
.paginator span.current {
	font-weight: bold;
	color: #CC6666;
}
.paginator span.break {
	padding-right: 5px;
	padding-left: 5px;
}
.paginator span.prev, .paginator span.next {
	padding-right: 10px;
	padding-left: 10px;
}
.paginator span.total {
	font-size: 11px;
	color: #ffffff;
}
.paginator a {
	border: 1px solid #333333;
	text-decoration: none;
}
.paginator a:link {

}
.paginator a:visited {

}
.paginator a:active, .paginator a:hover {
	border: 1px solid #333333;
}
