@charset "utf-8";

html {
overflow: -moz-scrollbars-vertical;
}


body {
	font: 16px Calibri, Tahoma, Geneva, sans-serif;
	background: #000 url(images/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #CCC;
}
.oneColFixCtrHdr #container {
	width: 822px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #191919; 
	padding: 0;  /* 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. */
	height: 64px;
	color:#FFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000 url(images/maincontentbg.jpg) right top no-repeat;
}
.oneColFixCtrHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	border-top: 1px solid #122B3A;
	font-size: 12px;
	color: #666666;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

p {
	padding: 0;
	margin: 0;}
	
#topnav {
padding: 20px 0 0 0;
margin: 0;
font-family: Calibri, Tahoma, Geneva, sans-serif;
font-size: 16px;
text-transform:uppercase;
}

#topnav li {
list-style-type: none;
display:inline;
padding-right: 30px;
margin-right: 5px;
background:url(images/divider.jpg) right no-repeat;
}

#topnav li a:link {
color: #FFF;
text-decoration: none;
}

#topnav li a:visited {
color: #FFF;
text-decoration: none;
}

#topnav li a:hover {
color: #FFF;
text-decoration: underline;
}

#topnav li a:active {
color: #FFF;
text-decoration: none;
}

#featuredlist {
padding: 20px 0 0 0;
margin: 0;
font-family: Calibri, Tahoma, Geneva, sans-serif;
font-size: 18px;
text-transform:uppercase;
font-weight:bold;
}

#featuredlist li {
list-style-type: none;
display:inline;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 30px;
background:url(images/star.png) no-repeat bottom center;
}

/* for Internet Explorer */

/*\*/

* html #featuredlist li {
background:url(images/star.gif) no-repeat bottom center;
}
/**/


#content {
padding-top: 60px;
padding-bottom: 20px;
width: 500px;
}

ul {
padding: 10px 0 0 10px;
margin: 0;
}

li {
list-style-type: none;
padding-left: 20px;
background: url(images/bullet.gif) left center no-repeat;
}

#footer ul{
list-style-type: none;
padding: 0px 0 0 0;
margin: 0;
}

#footer li{
	background:url(images/divider.jpg) right center no-repeat;
list-style-type: none;
padding: 0 15px 0 0px;
margin-right: 10px;
display: inline;
}

#footer li a:link {
text-transform: uppercase;
color: #666666;
text-decoration: underline;
}

#footer li a:visited {
text-transform: uppercase;
color: #666666;
text-decoration: underline;
}

#footer li a:hover {
text-transform: uppercase;
color: #FFFFFF;
text-decoration: none;
}

#footer li a:active {
text-transform: uppercase;
color: #666666;
text-decoration: underline;
}

#footer a:link {
	color:#FFF;
	text-decoration:underline;
	}

#footer a:visited {
	color:#FFF;
	text-decoration:underline;
	}

#footer a:hover {
	color:#FFF;
	text-decoration:none;
	}

#footer a:active {
	color:#FFF;
	text-decoration:underline;
	}
	
#stars {
	padding: 20px 0 20px 0;}
	
#contactnumber {
float: right;
width: 270px;
text-align:right;
}

.tel {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;}
	
h1 {
padding: 10px 0 0 0;
margin: 0;
font-family: Calibri, Tahoma, Geneva, sans-serif;
font-size:24px;
text-transform: uppercase;
color:#FFF;
}
	
h2 {
padding: 20px 0 0 0;
margin: 0;
font-family: Calibri, Tahoma, Geneva, sans-serif;
font-size:20px;
color:#FFF;
}



/* ----------------------------Form--------------------------------------------------------------------------------- */


fieldset {
margin: 0em 0;
padding: 0em;
border: none;
}

legend {
font-weight: bold;
color: #990000;
}

textarea {
width: 400px;
height: 100px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

form p label {
float:left;
width: 30%;
}

form input {
width: 350px;
height: 25px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

form p {
clear:left;
margin: 0;
padding: 0;
padding-top: 5px;
}


.servicesimage {
	float:left;
	padding: 2px;
	background-color:#FFF;
	margin-top: 15px;}

.servicesimage_fltrt {
	float:right;
	padding: 2px;
	background-color:#FFF;
	margin-top: 15px;}

.services {
	padding-left: 100px;}
	
.clearboth {
	clear:both;}

.clearleft {
	clear:left;}

.clearright {
	clear:right;}
	
.femaledancer {
	float:left;
	padding: 5px;
	background-color:#FFF;
	margin-top: 10px;}
.maledancer {
	float:right;
	padding: 5px;
	background-color:#FFF;}
	
	
.serviceslist ul {
  float: left;
  width: 500px;
  margin: 0 0 0 20px;
  padding: 0;
}


.serviceslist li {
  float: left;
  width: 130px;
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: none;
background: url(images/bullet.gif) left center no-repeat;
} 

a:link {
color: #FFF;
text-decoration: underline;
}

a:visited {
color: #FFF;
text-decoration: underline;
}

a:hover {
color: #FFF;
text-decoration: none;
}

a:active {
color: #FFF;
text-decoration: underline;
}

.paypal {
width: 160px;
height: 47px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

.fltlt {
	float:left;
	padding: 10px 10px 10px 0px;
	}

.photo {
	border: 3px solid #fff;}
