body
{
 	background: #1c1c1c;
 	color: #fff;
 	font-family: arial, tahoma, helvetica;
 	font-size: 70%;
 	margin: 0 0 50px 0;
	line-height: 1.6;
}

.clear
{
	display: block;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	visibility: hidden;
}

.grey
{
	color: #888;
}

a
{
	color: #ff64dc;
}

a:hover
{
	text-decoration: none;
}

img {border: 0;}
form {margin: 0;}

input, select, textarea
{
	font-family: arial, tahoma, helvetica;
	font-size: 100%;
}

.text
{
	padding: 4px;
	border: 0 none;
	color: #000;
	background: #fff url(/media/images/text-bg.gif) left top no-repeat;
}

.fieldleft
{
	float: left;
	width: 180px;
	padding-top: 2px;
}

.fieldright
{
	margin: 0 0 3px 180px;
}

hr
{
	background: #fff;
	color: #fff;
 	border: 0 none;
 	border-top: 1px solid #ddd;
}

h1, h2, h3, h4, h5, h6, p, ol, ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	color: #ff64dc;	
}

h1 {font-size: 180%;}
h2 {font-size: 165%;}
h3 {font-size: 135%;}
h4 {font-size: 125%;}
h5 {font-size: 115%;}
h6 {font-size: 110%;}

#wrapper
{
	width: 957px;
	margin: 0 auto;
}

#header
{
	height: 56px;
	padding: 10px 16px 0 0;
	background: url(/media/images/header-bg.gif) repeat-x;
	color: #717171;
	position: relative;
	text-align: right;
	font-size: 90%;
}

#header .phone
{
	margin-left: 10px;
	color: #ccc;
}

#header .logo
{
	position: absolute;
	left: 0;
	top: 26px;
}

#menu
{
	margin: 0;
	padding: 0 0 0 223px;
	list-style: none;
	height: 44px;
	background: url(/media/images/menu-bg.gif) repeat-x;
}

#menu li
{
	float: left;
	display: block;
}

#menu li a
{
	color: #fff;
	float: left;
	height: 29px;
	padding: 16px 4px 0 4px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 85%;
	background: url(/media/images/menu-separator.gif) left top no-repeat;
}

#menu li a:hover
{
	text-decoration: underline;
}

/*
#menu li a span
{
	display: none;
}

#menu li.homepage a
{
	background: url(/media/images/menu-tab-homepage.gif) left top no-repeat;
	width: 72px;
}

#menu li.events a
{
	background: url(/media/images/menu-tab-events.gif) left top no-repeat;
	width: 143px;
}

#menu li.thegirls a
{
	background: url(/media/images/menu-tab-thegirls.gif) left top no-repeat;
	width: 65px;
}

#menu li.virtualbarmaid a
{
	background: url(/media/images/menu-tab-virtualbarmaid.gif) left top no-repeat;
	width: 107px;
}

#menu li.stagdos a
{
	background: url(/media/images/menu-tab-stagdos.gif) left top no-repeat;
	width: 64px;
}

#menu li.privateparties a
{
	background: url(/media/images/menu-tab-privateparties.gif) left top no-repeat;
	width: 100px;
}

#menu li.clubetiquette a
{
	background: url(/media/images/menu-tab-clubetiquette.gif) left top no-repeat;
	width: 97px;
}

#menu li.contactus a
{
	background: url(/media/images/menu-tab-contactus.gif) left top no-repeat;
	width: 86px;
}

#menu li.homepage a:hover,
#menu li.events a:hover,
#menu li.thegirls a:hover,
#menu li.virtualbarmaid a:hover,
#menu li.stagdos a:hover,
#menu li.privateparties a:hover,
#menu li.clubetiquette a:hover,
#menu li.contactus a:hover
{
	background-position: left bottom;
}
*/

#banner
{
	border-top: 1px solid #e64cbc;
	margin-top: 7px;
	background: #750457;
}

#banner img
{
	display: block;
}

.page#banner
{
	height: 245px;
	overflow: hidden;
}

#panels
{
	margin: 0 -7px 0 -8px;
	width: 972px;
	background: #000;
}

#panels .panel
{
	float: left;
	width: 324px;
	padding: 47px 0 0 0;
	position: relative;
}

#panels .panel p.title
{
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#panels .panel div.body
{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 10px 25px;
}	

/*NEWSLETTER PANEL*/
/*----------------*/

.panel#newslettersignup p.title
{
	top: -48px;
}

.panel#newslettersignup div.body
{
	border-left: 0 none;
	background: #0c0300 url(/media/images/panel-bg-newslettersignup.gif) top repeat-x;
	color: #ffa780;
}

.panel#newslettersignup div.body form
{
	color: #fff;
}

.panel#newslettersignup div.body form .fieldleft
{
	width: 100px;
}

.panel#newslettersignup div.body form .fieldright
{
	margin-left: 100px;
}

/*MEMBERS AREA PANEL*/
/*------------------*/

.panel#membersarea p.title
{
	top: -48px;
}

.panel#membersarea div.body
{
	background: #11000e url(/media/images/panel-bg-membersarea.gif) top repeat-x;
	color: #ffa8ff;
}

.panel#membersarea div.body form
{
	color: #fff;
}

.panel#membersarea div.body form .fieldleft
{
	width: 100px;
}

.panel#membersarea div.body form .fieldright
{
	margin-left: 100px;
}

/*THIS MONTHS EVENTS PANEL*/
/*------------------------*/

#panels .panel#thismonthsevents div.body
{
	padding-top: 0;
}

.panel#thismonthsevents a
{
	color: #fff;
}

.panel#thismonthsevents .title
{
	top: 0;
}

.panel#thismonthsevents div.body
{
	border-right: 0 none;
	background: #070707 url(/media/images/panel-bg-thismonthsevents.gif) top repeat-x;
	padding-bottom: 20px;
}

.panel#thismonthsevents div.body p
{
	float: left;
	width: 50%;
	border-top: 1px solid #222;
	padding-top: 5px;
	margin-bottom: -5px;
	color: #ccc;
	font-style: italic;
}

.panel#thismonthsevents div.body p b
{
	color: #fff;
	font-style: normal;
}

.panel#thismonthsevents .moreinfo
{
	float: right;
	margin-top: -10px;
}

/*THE GIRLS PANEL*/
/*---------------*/

.panel#thegirls .title
{
	top: 0;
}

.panel#thegirls .body
{
	position: relative;
	background: #000 url(/media/images/panel-bg-thegirls.gif) repeat-x top;
	color: #9cb9e7;
	height: 169px;
}

.panel#thegirls .body p
{
	position: relative;
}

.panel#thegirls .body .girl
{
	position: absolute;
	left: 25px;
	top: 48px;
}

/*CONTENT AREA*/
/*------------*/

#content
{
	border-top: 7px solid #000;
	padding-top: 5px;
}

.page#content
{
	border-top-width: 1px;
	padding-top: 2px;

}

#left
{
	float: left;
	width: 589px;
	padding: 15px 25px;
	background: #000 url(/media/images/left-bottom.gif) left bottom no-repeat;
	position: relative;
	margin: 0 1px 5px 0;
}

#left h1
{
	margin-top: 0;
}

#left .top
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#right
{
	float: left;
	margin: 0 -7px 5px 0;
	width: 324px;
}

#right .panel
{
	position: relative;
	padding-top: 47px;
}

#right .panel p.title
{
	margin: 0;
	position: absolute;
	left: 0;
}

#right .panel .body
{
	border-right: 1px solid #1c1c1c;
	border-left: 1px solid #1c1c1c;
	padding: 10px 25px;
}

/*FOOTER*/
/*------*/

#footer
{
	clear: both;
	min-height: 1px;
	border-top: 1px solid #000;
	font-size: 90%;
	padding-top: 15px;
}

* html #footer
{
	height: 1px;
}

#footer span
{
	float: right;
}

#eventinpage
{
	float: right;
	border: 1px solid #222;
	width: 210px;
	padding: 1px 10px;
}

#eventinpage h1,
#eventinpage h2,
#eventinpage h3,
#eventinpage h4,
#eventinpage h5,
#eventinpage h6
{
	color: #fff;
}

#eventinpage a
{
	color: #fff;
	text-decoration: none;
}

#eventinpage a:hover
{
	color: #ff64dc;
}