body
{
	margin:0px;
	font-family:Verdana,Tahoma,Sans;
	background-color:#ffffff;
	color:#414042;
	font-size:12px;
}

/* debugging */
/** { border-style:solid; border-width:1px; border-color:#FF0000; }*/

/*ef5ba1*/

/* tricks */
/* image replacement */
#logo, h2, #navigation li a{
	white-space:nowrap;
	text-indent:0px;
	overflow:hidden;
}

/* primary dimensions */
#alignFrame, #frame, #footer
{
	width:600px;
}

/* frames */
#alignFrame
{
	position:absolute;
	top:0px;
	right:50%;
}
#frame
{
	position:absolute;
	top:0px;
	left:50%;
	overflow:resize;
}
#header
{
	position:absolute;
	background-color:#ffffff;
	height:154px;
	width:100%;
	top:0px;
	left:0px;
	
	background-image:url('images/.jpg');
	background-repeat:no-repeat;
}
#footer
{
	position:absolute;
	background-color:#e0e0e0;/*#f6accd;*/
	height:24px;
	bottom:-24px;
	right:0px;
	white-space:nowrap;
	background-image:url('images/FooterBackground.gif');
	background-repeat:repeat-x;
}
#contentFrame
{
	position:absolute;
	top:154px;
	left:0px;
	width:100%;
	height:100%;
}
#contentText
{
	position:absolute;
	top:0px;
	right:0px;
	width:55%;
	padding-bottom:20px;
	padding-top:20px;
	z-index:5;
	background-color:#ffffff;
}
#contentTextWide
{
	position:absolute;
	top:0px;
	right:0px;
	width:100%;
	padding-bottom:20px;
	padding-top:20px;
	z-index:5;
	background-color:#ffffff;
}
#copyright
{
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	text-align:center;
	width:100%;
}
#credit
{
	position:absolute;
	top:0px;
	right:16px;
	z-index:0;
}
#credit
{
	color:#aaaaaa;
}
#credit:hover
{
	color:#b91b54;
}

/* headings */
#logo h1
{
	margin:5px;
	font-size:400%;
}
#logo h5
{
	margin:5px;
}
#logo
{
	position:absolute;
	height:100px;
	width:425px;
	bottom:30px;
	right:0px;
	text-align:center;
	padding-top:10px;
	text-indent:425px;
	background-repeat:no-repeat;
	background-image:url('images/LogoWeb.jpg');
	background-position:0 0;

}
#logo:hover
{
	background-position:-425 0;
}
#logo img
{
	display:none;
}
h2
{
}
h2#ourgirls
{
	white-space:normal;
}


/* lists/links */
#navigation
{
	position:absolute;
	bottom:5px;
	margin:0px;
	padding:0px;
	right:0px;
	width:100%;
	height:26px;
	background-color:#f6accd;
	background-image:url('images/MenuBackground.gif');
	background-repeat:repeat-x;
}
#navigation li
{
	position:absolute;
	display:block;
	width:110px;
	height:100%;
}
#ourgirls
{
}
#about
{
	left:110px;
}
#book
{
	left:210px;
}
#navigation li a
{
	display:block;
	text-align:center;
	padding-top:8px;
	padding:0px;
	font-size:10px;
	text-decoration:none;
}
#ourgirls  a
{
	text-indent:0px;
	line-height:100px;
	background-image:url('images/MenuOurGirls.gif');
	background-repeat:no-repeat;
	width:110px;
	height:26px;
	background-position:0 0;
	z-index:11;
	margin-bottom:1px;
}
#ourgirls a:hover
{
	background-position:-100 0;
}
#ourgirls a.Active
{
	background-position:-100 0;
}
#about a
{
	text-indent:0px;
	line-height:100px;
	background-image:url('images/MenuAbout.gif');
	width:100px;
	height:26px;
	background-position:0 0;
}
#about a:hover
{
	background-position:-100 0;
}
#about a.Active
{
	background-position:-100 0;
}
#book a
{
	text-indent:0px;
	line-height:100px;
	background-image:url('images/MenuBook.gif');
	width:100px;
	height:26px;
	background-position:0 0;
}
#book a:hover
{
	background-position:-100 0;
}
#book a.Active
{
	background-position:-100 0;
}
#footerLinks
{
	margin:0px;
	position:absolute;
	top:0px;
	left:16px;
	padding:0px;
	z-index:1;
}
#footerLinks li
{
	display:inline;
	margin-left:0px;
	margin-right:10px;
}
a
{
	color:#414042;
}
a:hover
{
	color:#b91b54;
}

/* images */
#contentImageTop
{
	position:absolute;
	top:5px;
	left:5px;
	z-index:7;
}
#contentImageMiddle
{
	top:120px;
	left:5px;
	position:absolute;
	z-index:7;
}
#contentImageBottom
{
	left:5px;
	bottom:37px;
	position:absolute;
	z-index:6;
}
#contentImageBottomRight
{
	right:5px;
	bottom:37px;
	position:absolute;
	z-index:6;
}

img.body
{
	float:left;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
ul.body
{
}

/* special fonts */
#footer, #footer a, #footer h4
{
	font-variant:small-caps;
	font-weight:bold;
	font-size:12px;
}
img
{
	font-variant:normal;
	color:#414042;
	font-weight:normal;
	font-size:12px;
}

/* pure css dropdown menu */
#girlList
{
	position:absolute;
	left:0px;
	top:27px;
	margin:0px;
	padding:0px;
	z-index:9;
}
#girlList li
{
	display:block;
	position:relative;
}
#girlList li a
{
	font-size:14px;
	font-weight:bold;
}
#girlList li a.Active
{
	font-size:14px;
	background-color:#db1d69;
	color:#ffffff;
}

li#ourgirls
{
	overflow:hidden;
	height:27px;
}
li#ourgirls a
{
	height:27px;
}
li#ourgirls:hover
{
	height:300px;
}
#navigation li:hover a,
#navigation li a:hover
{
}
#navigation li ul li a
{
	line-height:27px;
	background-image:none;
	background-color:#f6accd;
}
#navigation li ul li a:hover
{
	background-color:#db1d69;
	color:#ffffff;
}

.accent
{
	color:#d92467;
}

/* Booking form stuff */
input,textarea
{
	width:300px;
}
textarea
{
	height:70px;
}

