/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
h1 {
	color: #FFFF00;
	margin:13px;
	padding:0;
	font-size: 25px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	color: #FFFF00;
	font-size: 16px;
	margin:0px;
	padding:0;
	font-variant: small-caps;
	border: 1px dashed #FFFF00;
}
h3 {
	color: #FFFFFF;
	font-size: 12px;
	margin:0;
}
h4 {
	color: #FFFF00;
	margin:0;
	padding:0;
	font-size: 12px;
}
a {
	text-decoration:none;
	color: #FFFF00;
}
a:hover {
	color:#532783;
}
p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	margin:0px;
	padding:3px;
	margin-bottom: 3px;
	bottom: 3px;
}
.topbar {
	background-color:#000000;
	position: relative;
	margin:0pt;
	padding:0pt;
	text-align:center;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.header {
	background-color: #000000;
	height: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
}
.jellystrip {
	height:25px;
	background-color: #000000;

}
.navstrip {
	height:50px;
	background-color: #000000;
}
.photo 
{
    float:right;
    padding:0 0 20px 20px;
}

ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
}
ul li {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	float:left;
	width: 130px;
}
ul li a, ul li a:visited {
	text-decoration: none;
	display:block;
	background-image:url(images/tabs.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color: #FFFF00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:6px;
	height: 40px;
}
ul li a:hover, ul li a.selected {
	background-position: -130px 0px;
	color: #532783;
}
.endbar {
	width:230px;
	float:right;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.middlebar {
	width:150px;
	float:right;
	padding-left:0px;
	padding-right:3px;
	margin: 3px;
	margin-bottom: 5px;
	background-color: #000000;
}
.girls {
	border: solid thin #550055;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
	margin-bottom: 5px;
	background:#000000 url(images/girls.png) right bottom no-repeat;
}
.men {
	border: solid thin #550055;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
	margin-bottom: 5px;
	background:#000000 url(images/men.png) right bottom no-repeat;
}
.mixed {
	border: solid thin #550055;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
	margin-bottom: 5px;
	background:#000000 url(images/mixed.png) right bottom no-repeat;
}
.diy {
	border: solid thin #550055;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
	margin-bottom: 5px;
	background:#000000 url(images/diy.png) right bottom no-repeat;
}
.contactusbox {
	background-color: #550055;
	border: solid thin #320069;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
	margin-bottom: 5px;
}
.main {
	margin-top:0px;
	padding: 0px;
	margin-right:250px;
	border: solid thin #550055;
	margin-bottom: 5px;
	background:url(images/logobackground.png) Left bottom no-repeat;
	margin-left: 15px;
	padding-right: 5px;
	background-color: #000000;
}
.allcont {
	margin-top:0px;
	background-color: #000000;
	padding-bottom: 20px;
}
.bottombar {
	background-color:#550055;
	position: relative;
	text-align:center;
	border: 3px solid #550055;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.bottombar a {
	color:#FFFF00;
}
.bottombar a:hover {
	color:#33FF66;
}



.buttons {
	background: #550055;
	font-size:12px;
	border-width: 2px;
	border-style: solid;
	border-color: #FFFF00;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	color: #FFFFFF;
	border: dashed;
}
.name, .email, .prefdate, .textarea, .phone, .guest{
	background-color: #fffff0;
	margin-top: 0px;
	margin-left:0px;
	border:2px dashed #FFFF00;
	font:normal 12px Arial;
	color: #999999;
   }   

.warningAlert,.successAlert,.errorAlert {
	text-align:center;
	font:italic normal 100% georgia,times,serif;
	padding:9px
}
.successAlert a,.warningAlert a,.errorAlert a {
	font-weight:700
}
.successAlert {
	color:#333;
	border:3px solid #8fc15e;
	background:#edf9d9
}
.successAlert a {
	color:#360 
}
.warningAlert,.errorAlert {
	color:#000;
	border:3px solid #cd6531;
	background:#ffe6cd
}
.warningAlert a,.errorAlert a {
	color:#b46131 
}
