
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

/************************* Centre the entire site ***/
#container {
	width:905px;
	margin:0 auto;
	background-color:#eee;
}

/************************* The logo and header. Header is rendered off-screen ***/
#logo {
	background-image:url(../images/background_menu.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:38px;
}

#logo h1 {
	margin:0px;
	padding:0px;
	line-height:0px;
	height:8px;
	font-size:10px;
	text-indent:blank;
}

/************************* The main top menu ***/
#menu {
	width:905px;
	height:24px;
	background-color:#00d5f7;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:12px;
}

#menu ul {
	margin:0px;
	padding:0px;
}

#menu li {
	list-style:none;
	float:left;
}

#menu li a {
	color:#cc0000;
	float:left;
	padding:0px 15px 0px 15px;
	text-decoration:none;
	letter-spacing:1px;
}

#menu li a:hover {
	color:#fff;
	text-decoration:none;
}

/************************* The main top image ***/
#top {
	width:727px;
	height:322px;
	background-image:url(../images/top_image.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
}

/************************* The gallery location selection ***/
#map {
	width:727px;
	height:322px;
	background-image:url(/images/woman_white_bed.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#fff;
	float:left;
	color:#999;
}

#map ul {
	margin:40px 0px 0px 0px;
	padding:0px;
}

#map li {
	font-size:26px;
	line-height:30px;
	list-style:none;
	width:230px;
}

#map a {
	text-decoration:none;
	color:#d89fc2;
	display:block;
	padding:3px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}

#map a:hover {
	color:#d85ca8;
	background-color:#f5e8f1;
	border-top:solid 1px #d89fc2;
	border-bottom:solid 1px #d89fc2;

}


/************************* Main content/blog/news area ***/

#content {
	padding:0px 30px 30px 30px;
	color:#666;
	font-size:14px;
	line-height:20px;
}

#content h2 {
	color:#d870b0;
	font-size:26px;
	font-weight:normal;
}

#content h3 {
	color:#d870b0;
	font-size:18px;
	font-weight:normal;
}

#content a {
	color:#0185e7;
}

#content a:hover {
	background-color:#fff;
}

#content li {
	list-style-image:url(../images/li.gif);
	line-height:20px;
}

/* Add an image to the right of the form on the contact page. Just overwrite background_form.jpg in the IMAGES directory
.form {
	background-image:url(../images/background_form.jpg);
	background-position:top right;
	background-repeat:no-repeat;	
}
*/

.form input, select, textarea {
	border:solid 1px #999;
	color:#0185e7;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:250px;
}

.form strong {
	width:180px;
	float:left;
}

/************************* Right hand column ***/
#right {
	background-color:#00d5f7;
	width:178px;
	height:322px;
	float:right;
	font-size:13px;
	color:#666;	
}

#right p {
	padding:0px 13px 10px 13px;
	margin:0px;
}

#right strong {
	color:#0185e7;
}

#right a {
	color:#0185e7;
}

#right img {
	border:solid 5px #fff;
	margin-left:10px;
}

#right img:hover {
	border:solid 5px #ea9ecd;
}

#right a:hover {
	background-color:#fff;
}

#right h2 {
	background-color:#46d1e6;
	font-size:14px;
	font-weight:normal;
	padding:3px;
	color:#fff;
	margin:0px 0px 10px 0px;
	text-align:center;
}




/************************* Home page girls ***/
#lower {
	background-color:#00d5f7;
	padding:20px 0px 20px 20px;
	height:310px;
}

#lower strong {
	text-align:center;
	display:block;
}

#lower a {
	text-decoration:none;
	color:#666;
}

#lower img {
	border:solid 5px #fff;
}

#lower img:hover {
	border:solid 5px #ea9ecd;
}

#lower ul {
	margin:0px;
	padding:0px;
}

#lower li {
	float:left;
	list-style:none;
	width:172px;
	text-align:center;
	color:#000000;
	font-size:14px;
}

/************************* Girl boxes ***/

.girls {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
	background-color:#eee;
	color:#999;
}

.girls h2 {
	font-size:20px;
	font-weight:normal;
	text-align:center;
	color:#fff;
	background-color:#d89fc2;
	margin:0px 0px 15px 0px;
	padding:3px;
}

.girls h3 {
	font-size:20px;
	font-weight:normal;
	text-align:center;
	color:#fff;
	background-color:#3dc3e0;
	margin:0px 0px 15px 0px;
	padding:3px;
}

.girls ul {
	margin:0px;
	padding:0px 0px 0px 35px;
	background-color:#eee;
}

.girls li {
	float:left;
	background-image:url(../images/cards3.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:235px;
	height:180px;
	list-style:none;
	margin:0px 30px 0px 0px;
	padding:13px 15px 15px 10px;
	font-size:14px;
}

.girls strong {
	color:#b01d51;
	display:block;
	font-size:18px;
	padding:5px 0px 15px 0px;
}

.girls img {
	float:left;
	border:none;
	margin-right:12px;
}

.girls p {
	margin:0px;
	padding:0px;
}

.girls a {
	color:#b05676;
	text-decoration:none;
	font-size:12px;
	display:block;
	float:left;
	background-color:#f7ecf3;
	width:80px;
	text-align:center;
	margin-top:10px;
	padding:3px 5px 3px 5px;
	border:solid 1px #d89fc2;
}

.girls a:hover {
	background-color:#d89fc2;
	color:#fff;
	text-decoration:none;
}

/************************* Advertising banner ***/

.advert {
	background-color:#e692c4;
	width:905px;
	height:90px;
	text-align:center;
	padding:5px 0px 5px 0px;
}

.advert img {
	border:solid 1px #fff;
}

/************************* Profile pages ***/

#profile {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:15px 20px 10px 20px;
	color:#666;
	line-height:19px;
}

#profile h2 {
	font-size:44px;
	line-height:44px;
	padding:5px 0px 6px 10px;
	font-weight:normal;
	color:#d85fa9;
	margin:0px;
	background-color:#ecd7e3;
}

#profile h3 {
	font-size:26px;
	font-weight:normal;
	color:#d85fa9;
	background-color:#ecd7e3;
	line-height:26px;
	padding:3px;
}

#profile h4 {
	font-size:20px;
	font-weight:normal;
	color:#36a7c7;
	margin:0px;
	padding:3px;
	background-color:#d4e4e8;
}

#profile img {
	border:solid 5px #fff;
	margin:0 auto;
}

#profile a {
	color:#36a7c7;
}


#profile a:hover {
	background-color:#70ccea;
	color:#fff;
	text-decoration:none;
}

.specs {
	padding:25px 15px 25px 0px;
	margin-right:10px;
	font-size:16px;
	color:#666;
	line-height:18px;
	width:260px;
	float:left;
}

.specs strong {
	width:90px;
	float:left;
	color:#36a7c7;
	text-align:right;
	padding-right:7px;
}

.specs a {
	color:#36a7c7;
}


.specs a:hover {
	background-color:#70ccea;
	color:#fff;
	text-decoration:none;
}


/************************* Footer ***/
#footer {
	padding:10px;
	background-color:#e3e3e3;
	text-align:center;
	font-size:11px;
	color:#666;
}

#footer ul {
	padding:0px;
	margin:0px 0px 0px 320px;
}

#footer li {
	float:left;
	list-style:none;
	margin-right:10px;
}

#footer a {
	text-decoration:none;
	padding:2px;
	color:#0185e7;
}

#footer a:hover {
	background-color:#fff;
}

#footer p {
	margin:0px;
}

/************************* Misc ***/
.clear {
	clear:both;
}

.back_top_top {
	font-size:12px;
}

.back_top_top a {
	display:block;
	color:#fff;
	padding:3px 3px 3px 20px;
	text-decoration:none;
	background-color:#3dc3e0;
}

.back_top_top a:hover {
	background-color:#70ccea;
}
