@charset "UTF-8";
/* CSS Document */

body{
background-color:#000000;
background-image:url(../images/body_bg.jpg);
background-repeat:repeat-y;
background-position:top center;
margin:0px;
padding:0px;
position:relative;
font-family:Arial, Helvetica, sans-serif;
}
#nav a{
	margin-right:13px;
}
.onehundred{
	width:220px;
}
#q1, #q2, #q2,#q3, #q4, #q5, #q6, #q7, #q8, #q9{
	width:220px;
	text-align:center;
}
.align_right{
	text-align:right;
}
#login_box{
	background-color:#FFF;
	width:500px;
	border:10px solid #000000;
	padding:10px;
	margin:50px auto;
}
#video_area{
	width:620px;
	padding:10px;
}
#trick_menu{
	background-color:#CCC;
}
.red{
	color:#F00;
}
#trick_menu a{
	display:block;
	padding:2px;
	padding-left:10px;
	background-color:#CCC;
	text-decoration:none;
	color:#000;
	border:1px #999 solid;
}
#trick_menu a:hover{
	background-color:#000;
	color:#FFF;
	cursor:pointer;
	cursor:hand;
}

#members_area{
	position:absolute;
	top:10px;
	right:15px;
	width:186px; 
	height:75px;
}
a img{
border:none;
}

#container{
width:904px;
margin:0 auto;
}

#banner{
height:102px;
background-image:url(../images/banner_bg.jpg);
background-repeat:no-repeat;
position:relative;
}


#menu_wrapper{
background-image:url(../images/menu_bg.jpg);
background-repeat:no-repeat;
height:61px;
}

#menu{
}

#main_content{
padding:5px 20px 20px 20px;
}
#footer_wrapper{
position:absolute;
bottom:0px;
height:200px;
background-image:url(../images/footer_bg.png);
background-repeat:no-repeat;
background-position:bottom center;
width:100%;
top:1000px;
}

.form_box{
	padding-top:40px;
	width:292px;
	height:231px;
	background-image:url(../images/landing/form_bg.jpg);
	background-repeat:no-repeat;
}

#form1{
	margin:0px auto;
	width:211px;
	color:#FFF;
}
#form1 p{
	padding:0px;
	margin:0px;
}

.textbox{
	width:127px;
	border:1px solid #CCCCCC;
}
.big_red{
	font-size:32px;
	font-family:impact, arial;
	color:#970b0b;
}
.med_red{
	font-size:24px;
	font-family:impact, arial;
	color:#970b0b;
}
.small{
	font-size:10pt;
}

#button_wrap{
	margin-top:5px;
}
.testimonial{
	border:3px solid #ffe9bb;
	background-color:#ffffe8;
	padding:10px;
	margin-bottom:10px;
	color:#00F;
	font-size:14px;
	font-style:italic;
}
.testimonial p{
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}

li{
	list-style-image:url(../images/landing/bullet.jpg);
	margin-top:-10px;
	padding-left:20px;
}
#menu{
	color:#FFF;
	padding-left:30px;
	padding-top:12px;
}
