@charset "utf-8";
/* Dancing Bodies Cascading Style Sheet 08-04-2010 Developed by Greig Bosworth */
body {background:#000000 url("images/bg.jpg") no-repeat left top;}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
}

.header {
	padding-bottom: 0px;
	font-weight:800;
	color: #0BBF16;
	font-size: 1.5em;
}

#righttext1 {
	width:305px;
	margin-left:350px;
	margin-top: 0px;
	font-size: 1em;
}

/* Video container  */
#videocontainer {
	position:absolute;
	z-index:2;
	margin-left: 335px;
	margin-top: -280px;
}

#videocontainer1 {
	position:absolute;
	z-index:3;
	margin-left: 0px;
	margin-top: -60px;
}

#menucontainer {
	
	width:500px;
	margin-left:80px;
	margin-top: 145px;
	font-size: 0.8em;
}

#menucontainernewpage {
	
	width:500px;
	margin-left:80px;
	margin-top: 190px;
	font-size: 0.8em;
}

/* XML SLideshow  */

#xmlslideshow {
	
	width:400px;
	height:115px;
	margin-left:63px;
	margin-top: 143px;
}

#xmlslideshow1 {
	
	width:400px;
	margin-left:63px;
	margin-top: 340px;
}
	

#textcontainer1 {
	
	width:305px;
	margin-left:260px;
	margin-top: 30px;
	font-size: 0.8em;
}


#contactcontainer {
	
	width:450px;
	margin-left:260px;
	margin-top: 30px;
	font-size: 0.8em;
}

#index2container {
filter: alpha (opacity=80);
height: 280px;
width: 350px;
overflow: auto;
border: 1px dotted #999;
background-color: #transparent; 
padding: 20px 50px 20px 20px;
padding-bottom:40px;
margin-left:200px;
margin-top: 30px;
font-size: 0.8em;
overflow-x: hidden; 
}

html {
scrollbar-base-color: #000000;
scrollbar-arrow-color: white;
scrollbar-track-color: #black;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
overflow-x: hidden; 
}



#textcontainerfaq {
	width:550px;
	margin-left:150px;
	margin-top: 40px;
	font-size: 0.9em;
	
}

#captchacontainer {
	width:550px;
	margin-left:205px;
	margin-top: -400px;
	font-size: 0.9em;
	
}

#box {
	width:380px;
	height:300px;
	margin-left:530px;
	margin-top: -170px;
	font-size: 0.8em;
	padding: 10px 10px 10px 10px;
}

#footer {
	width:400px;
	height:30px;
	margin-left:50px;
	margin-top: -65px;
	font-size: 0.8em;
	padding: 5px 5px 5px 5px;
	font-size:0.6em;
	color: #0BBF16;
}

	
	

.howdoesitwork {
	
	width:600px;
	margin-left:0px;
	margin-top: 20px;
	font-size: 1em;
}

.faqlistitem {
	font-size: 0.8em;
	color: #999;
	}






















/* Hyperlinks/Anchors */
a {
	font-size: 0.9em;
	color: #3F0;
	text-decoration:none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #3F0;
}

a:hover {
	text-decoration:dotted; 
	color: #ffffff;
}

a:active {
	text-decoration: none;
	color: #3F0;
}


