
/* CSS Document */

body { font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
 
margin:0;
padding:0;
border: 0;
outline: 0;
font-size: 100%;

background: transparent; }  
body
 {
 	background:url(images/background_gradient.png) repeat-x scroll 0 0;
	}
body {
	line-height: 1;
}
html, div, span,head,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, font, img,
small, strong, ol, ul, li
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;



 }
 
.container {
width: 885px;  
margin: 0 auto;   
 }  
 
 
#main {
    background: url(images/page_background.png) no-repeat scroll 0 0; 
	margin:0 auto;
	padding:0;
	height:430px;
}

/*------header styles-----*/
#header
{
	margin:auto;
	margin-top:40px;
	height:50px;
}

#logo
{
	position:relative;
	float:left;
	padding-top:20px;
	padding-left:45px;	
}

#contact_details
{
	float:right;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:normal;
	line-height:22px;
	padding-right:42px;
	text-align:right;
	}

#contact_details a
{
	color:#333333;
	font-size:13px;
	text-decoration:none;
	letter-spacing:0.5px;
	
}

/*------content styles-----*/	
#content
{
	padding:10px 44px;
}
.text
{
	text-align:center;
	margin-top:40px;
	padding-bottom:40px;
	border-bottom:1px solid #000000;
}
.text h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#e5e5e5;
	font-style:normal;
	font-variant:normal;
	font-weight:lighter;
	letter-spacing:2px;
}
	
.details
{
	border-top:1px solid #666666;
	text-align:center;
	padding-top:20px;
	padding-left:100px;
	/*width:700px;
	margin-left:45px;
	*/
}
	
.details h3
{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:lighter;
	color:#e5e5e5;
	letter-spacing:1px;
	margin-bottom:15px;
	width:600px;
}

/*
#slidertext { 
	margin-top: 25px;
	margin-left:100px;
	float: left ; 
	width: 600px; 
	overflow: hidden ;
}

#slidertext li {
	overflow: hidden ;
	width: 600px; 
	margin-bottom: 10px;
}

#slidertext ul{
	width: 650px;
}
*/

#betaform
{
	margin-top:20px;
	margin-left:175px;
}

#betaform label
{
/*	
	margin:20px;
	padding:-0px;
	*/
	float:left;
	clear:both;
	color:#FFFFFF;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:lighter;
	text-align:left;
	margin-left:5px;
	margin-top:10px;
}

#betaform input
{
	margin:5px;
	float:left;
	clear:both;
}

.error
{
	color:red;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	float:left;
	padding-left:5px;
}