@charset "utf-8";
/* BabylonGirls.co.uk StyleSheet 
Copyright 2008 Azhim.com */

/* General Styles */
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #2A0001;
	background-image: url(../layout/main_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
.pagetitle {
	font-size: 9px;
	color: #CCCCCC;
	margin: 3px;
	display: block;
	font-weight: bold;
}

a:link, a:active, a:visited {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
}
img {
	border:none;
}

#container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FCEBD3;
	background-image: url(../layout/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	border-top: 0px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
/*black header with dates */
#header {
	padding: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
	color: #FFFFFF;
} 

/* Top banner with logo and rotating girls */
#topbanner {
	background-color: #FCF3E4;
	background-image: url(../layout/mainheader_bg.gif);
	color: #FFFFFF;
	height: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	position: relative;
} 
#topbanner.profile {
	background-color: #FCF3E4;
	background-image: url(../layout/mainheader_profile_bg.gif);
	color: #FFFFFF;
	height: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	position: relative;
} 
.thumb {
	float: left;
	height: 85px;
	width: 80px;
	background-position: center top;
	padding: 0px;
	cursor: pointer;
	margin: 34px 10px 0px 25px;
	border: 1px solid #000000;
}
#topbanner #table {
	margin-top: 0px;
	height: 170px;
	width: 665px;
	padding: 0;
}
#topbanner #img {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 100px;
	cursor: pointer;
	border: 1px solid #000000;
}
#topbanner #table h1 {
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
	padding: 0px;
	line-height: normal;
	margin-top: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#table h2 {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	margin-top: 63px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding-left:4px;
}
#table h2 a {
color: #FFFFFF;
}
#topbanner #table p {
	margin: 0px;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 16px;
	color: #000000;
}

/* Search Box */
#table form {
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#table input[type=text] {
	color: #514433;
	background-color: #FBFBF9;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px 0px 4px;
	background-image: url(../layout/search_bg.gif);
	background-position: bottom;
	border: 1px solid #C3B299;
}
#table input[type=image] {
	border:none;
	height:auto;
	margin: 0;
	padding: 0;
	line-height: normal;
}
/* Navigation */
#navigation {
	background-color: #5a0a0a;
	background-image: url(../layout/header_bg.gif);
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 25px;
} 
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {

	list-style-type: none;
	display: block;
	float: left;
	position: relative;
}
#navigation li a:link, #navigation li a:visited, #navigation li a:active {
	height:auto;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	position: relative;
	padding: 6px 13px;
}
#navigation li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../layout/nav_up.gif);
	
}

/* Page Footer */
#footer {
	padding: 0 10px;
	background-color: #5a0a0a;
	background-image: url(../layout/header_bg.gif);
	color: #CCCCCC;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	text-align: right;
}


/* Main content styles */
#mainContent {
	padding: 0 20px;
}

.homepagethumb {
	height: 80px;
	width: 80px;
	background-position: center top;
	padding: 0px;
	cursor: pointer;
	margin: 0;
	border: 1px solid #000000;
	float: right;
}

#mainContent h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 10 0;
	text-align: center;
}
#mainContent h1 a {
	text-decoration:none;
}
#mainContent h2 {
	font-size: 16px;
	font-weight: bold;
}
#mainContent h3, #mainContent h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration:none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.bgirl-box .photo {
	margin-top: 10px;
}
.bgirl-box {
	background: #EFDFC8;
}
#mainContent h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	background: #E9DAC5 url(../layout/small_links_bg1.jpg) repeat-x top;
	padding: 4px;
	color: #990000;
}
#mainContent .footerlinks {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	background: #EFDFC8;
	padding: 5px;
}
#topbanner #table h3 {
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 25px;
}
.bgirl-box2 a {
	background: url(../layout/small_links_bg1.jpg) top;
	color:#000000;
	padding: 3px;
	border: 1px solid #E6DAC1;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 28px;
	display: inline;
}
.bgirl-box2 a:hover {
	color: #990000;
	background: url(../layout/small_links_bg0.jpg) bottom;
}
.galleryimg {
	height: 225px;
	width: 150px;
	border: 1px solid #333333;
	cursor: pointer;
}
.galleryimg h3 {
	background: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 50px 0px 0px;
	padding: 0px;
}
.galleryimg .newlabel {
	background: #000000 url(../layout/new_profile.gif);
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 195px 0px 0px;
	padding: 0px;
	color: #FFFFFF;
	height: 20px;
}
h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0px;
}
