/* CSS Document */

/*reset
*************************************/
* {
	margin:0;
	padding:0;
}

html,body{
	margin:0;
	padding:0;
	height:100%;
}

/*fix for IE form auto padding*/
form {
		margin:0;
		padding:0;
		}
		


/*main sections*/
body {
		/*coloured for the footer*/
		background-color:#ff00cc;	
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
}

#greyback {
	background:#292929;
	width:100%;
}

#top {
		background:#292929 url(../images/bgtop.gif) repeat-x;
		color:#FFFFFF;
		font-size:12px;
		line-height:18px;
		width:100%;
}

#frame {
		margin:0 auto 0 auto;
		width:950px;
		padding:0px 0px 0px 0px;
		height:auto;
		position:relative;
		}
	
	
div.left_col {
	width:180px;
	float:left;
}

div.main_col {
	width:770px;
	float:left;
}
	

/*Left column sections*/		
div#menu_left {
	width:180px;
	height:197px;
	background:url(../images/left_swirl.gif) no-repeat #292929;
}




div#girl {
	width:180px;
	height:304px;
	background:url(../images/girls/girl.gif) no-repeat #292929;
}

div#girl2 {
	width:180px;
	height:304px;
	background:url(../images/girls/girl2.gif) no-repeat #292929;
}

div#girl3 {
	width:180px;
	height:304px;
	background:url(../images/girls/girl3.gif) no-repeat #292929;
}

div#girl4 {
	width:180px;
	height:304px;
	background:url(../images/girls/girl4.gif) no-repeat #292929;
}

div#girl5 {
	width:180px;
	height:304px;
	background:url(../images/girls/girl5.gif) no-repeat #292929;
}


/*Right column sections*/
div#contact {
	width:319px;
	height:270px;
	background:url(../images/contact_bg.gif) no-repeat #292929;
	float:left;
}

div#contact_content {
	/*margin:100px 20px 0 20px;*/
	margin:7px 12px 0 20px;
	color:#666666;
	width:150px;
}

div#contact_content p{
	margin:0 0 7px 0;
}

div#testimonial_corner {
	width:320px;
	height:211px;
	background:url(../images/testimonial_bg.gif) no-repeat #ffffff;
	float:left;
}

div#testimonial_content {
	color:#000000;
	position:relative;
	right:15px;
	top:42px;
	width:170px;
	height:140px;
}

div#testimonial_content p{
	margin:0 0 3px 0;
}



/*Main body*/

div.main {
	width:450px;
	height:481px;
	background:url(../images/main.gif) #FFFFFF;
	color:#000000;
	float:left;
}

div.main_body {
	margin:0 30px 0 30px;
	height:470px;
}

div.main_body_smalltext {
	margin:0 30px 0 30px;
	height:470px;
	font-size:11px;
	line-height:15px;
}




/*Footer*/
div#footer {
	background:url(../images/footer_bg.gif) repeat-x;
	height:188px;
	font-size:10px;
}

div#footer_contents {
	margin:0 auto 0 auto;
	width:950px;
}

div#footer_left {
	float:left;
	margin:10px 0 0 195px;
	display:inline;
}

div#footer_right {
	float:right;
	margin:10px 335px 0 0;
	display:inline;
}







/*Text */
h1 {
	padding:0;
	margin:0 0 8px 0;
	font-weight:bold;
	font-size:14px;
	color:#ff33cc;
}

p {
	padding:0;
	margin:0 0 7px 0;
}

ul {
	padding:0;
	margin:0 0 10px 20px;
}

ul.pink {
	color:#ff33cc;
}

span.pinkbold {
	color:#ff33cc;
	font-weight:bold;
}

span.pinkbold2 {
	color:#ff33cc;
	font-weight:bold;
	font-size:11px;
}

em {
	color:#ff33cc;
	font-weight:bold;
}


/*contact form*/
	form {
		width:375px;
	}

	label.contact_label {
		float:left;
	}
	
	input.textbox, textarea.textbox {
		float:right;
		width:295px;
		margin:0 0 10px 0;
		border:1px solid #ff33cc;
	}
	
	input.button {
		float:right;
		border:1px solid #ff33cc;
		margin:0 0 0 5px;
	}



/*Links*/
a.txt:link, a.txt:visited {
		text-decoration:none;
		color:#ff33cc;
}

a.txt:hover, a.txt:active {
		text-decoration:underline;
		color:#ff33cc;
}

a.grey:link, a.grey:visited {
		text-decoration:none;
		color:#666666;	
}

a.grey:hover, a.grey:active {
		text-decoration:underline;
		color:#666666;	
}



/*navigation*/

#nav_1 a:link, #nav_1 a:visited,
#nav_2 a:link, #nav_2 a:visited,
#nav_3 a:link, #nav_3 a:visited,
#nav_4 a:link, #nav_4 a:visited,
#nav_5 a:link, #nav_5 a:visited {
		float:right;
		display:block;
		color:#666666;
		font-size:.1em;
		height: 33px;
		width:101px;	
		margin:0 0 8px 0;
		}

#nav_1 a:link, #nav_1 a:visited {
		background:url(../images/buttons/welcome.gif) no-repeat bottom left;
		}

#nav_2 a:link, #nav_2 a:visited {
		background:url(../images/buttons/services.gif) no-repeat bottom left;
		}

#nav_3 a:link, #nav_3 a:visited {
		background:url(../images/buttons/events.gif) no-repeat bottom left;
		}

#nav_4 a:link, #nav_4 a:visited {
		background:url(../images/buttons/promotions.gif) no-repeat bottom left;
		}

#nav_5 a:link, #nav_5 a:visited {
		background:url(../images/buttons/contact.gif) no-repeat bottom left;
		}

#nav_1 a:hover, #nav_1 a:active,
#nav_2 a:hover, #nav_2 a:active,
#nav_3 a:hover, #nav_3 a:active,
#nav_4 a:hover, #nav_4 a:active,
#nav_5 a:hover, #nav_5 a:active {
		background-position: 0px -0px;
		}

body.home #nav_1 a, body.services #nav_2 a, body.events #nav_3 a, body.promotions #nav_4 a, body.contact #nav_5 a {

		background-position: 0px -0px;

		}

