body {
	background:#5d9c2f url(../assets/bk_2.jpg) 0 -2px repeat-x;    
	margin:0;
	padding:0;
	text-align:center;
	color:#fff;
	font-family:arial;
	font-size:13px;
}

#container {
	width:968px;
	margin:auto;
	padding:0;
} 

.clear {
	clear:both;
}

a {
	text-decoration:none;
}

/*Navigation*/  

.navigation {
	width:100%;
}

.navigation ul{
	margin:0 0 0 20px;
	padding:0;   
}

.navigation ul li{
	color:#fff;
	display:block;
	float:left;
	margin-right:30px;
	font-size:15px;
	font-weight:bold;
	line-height:38px;
	margin-bottom:24px; 
	margin-top:10px;
}

.navigation ul li a{
	color:#fff;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#5d9c2f url(../assets/bk.jpg) 0 -480px repeat-x;  		
	padding:6px;
}

.navigation ul li a:hover{  
	background:#DF9029;
}

/*Banner*/

.banner {
	width:967px;
	background:url(../assets/flashy_main_3.jpg) 0 -2px no-repeat;
	height:404px;
	padding:0;
	position:relative;
}

.read_interview {
	width:132px;
	height:122px;
	position:absolute;
	top:228px;
	right:250px;
}

.banner_rotator {
	width:400px;
	height:406px;
	float:right;
	position:relative;
}

.banner_rotator h4 {
    position:absolute;
    bottom:34px;
    color:#fff;
	font-size:13px;
}

.greyed {
	color:#666;
}

/*Location bar*/

h3 {
	text-indent:-5000px;
	background:url(../assets/nec.gif) no-repeat;
	width:495px;
	height:37px;
	margin:auto;
	margin-top:15px;
}

/*Bottom Section*/

.bottom_section {
	width:100%;
	margin-top:40px;
	position:relative;
	height:520px;
}

.left_box {
	width:260px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#5D9C2F;
	position:absolute;
	left:0;
	top:0;
}

.left_box h2{
	width:250px;
	height:30px;
	background:url(../assets/register_for_free.gif) no-repeat;
	text-indent:-5000px;
}

.left_box p {
	margin:6px 0 6px 0;
	line-height:20px;
	font-size:14px;
}

p.error{
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:red;
	color:#fff;
	padding:10px;
}

p.success{
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#274A0D;
	color:#fff;
	padding:20px;
}

.middle_box {
	width:260px;
	position:absolute;
	left:350px;
	top:0;
}

.latest_news {
	margin-top:20px;
}

.latest_news h2 {
	width:230px;
	height:30px;
	background:url(../assets/latest_news.gif) no-repeat;
	text-indent:-5000px;
}

.latest_news p {
	font-size:13px;
	margin:10px 0 10px 0;
	line-height:20px;
}

.latest_news img {
	float:left;
	margin:14px 10px 4px 0;
}

.latest_news p.date{
	color:#d2f4b7;
	text-align:right;
}

.right_box {
	width:300px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#3f6622;
	position:absolute;
	right:0;
	top:0;
}

.right_box ul {
	margin:10px 10px 10px 30px;
	padding:0;
}

.right_box ul li {
	list-style:disc;
	line-height:20px;
}

.right_box h2 {
	width:267px;
	height:30px;
	background:url(../assets/15_throws.gif) no-repeat;
	text-indent:-5000px;
	margin:10px 16px 6px 16px;
}

.right_box p {
	margin:0 16px 0 16px;
	line-height:20px;
	font-size:14px;
}

.right_box table {
	margin:10px 16px 10px 16px;
	width:268px;
}

.right_box table tr.header td {
	background:#608a41;
	font-size:18px;
	font-weight:bold;
	background:#5d9c2f url(../assets/bk.jpg) 0 -480px repeat-x;  
	padding:4px 8px 4px 8px;
}

.right_box table td {
	background:#608a41;
	padding:4px 8px 4px 8px;
}

.right_box table td.alt {
	background:none;
}

/*Footer*/

.footer{
	width:100%;
	background:#1d4300;
	padding:45px 0 45px 0;
	margin-top:20px;
}             

.footer_content {
	width:880px;
	margin:auto;
}


.footer_content p.right {
	float:right;
	text-align:right;
	width:300px;
	margin:0;
	padding:0;
}

.footer_content p.left {
	float:left;
	text-align:left;
	margin:0 0 0 -40px;
	padding:0;
}

.footer_content p.left a {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:4px 8px 4px 8px;
	color:#fff;
	background:#0D1F00;
	
}        

/*Form stuff*/

.form {
	width:100%;
} 

.form ul{
	margin:0;
	padding:0;
}

.form li {
	margin:0;
	padding:0 0 6px 0;
	list-style:none;
	position:relative;
	clear:both; 
	font:bold 16px arial;
	line-height:30px;
} 

*html .form li {
} 


.form .error {
	border:1px solid #A90000;
	padding:0 0 6px 0px;
	background-color:#F8E5E5;
	color:red;
} 

.form .selected {
} 

input { 
	font:bold 14px arial;
	padding:8px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid green;
	width:242px;
	  
}

input.you {
	color:#666; 
}

input.friend {
	color:#666; 
} 

select {
	float:right; 
	font:normal 13px helvetica,arial;  
}

.error_text {
	float:right;
	font-size:10px;
	margin:6px;
	background:red;
	padding:3px;
	color:#fff; 
	font-weight:normal;
}  

.big_button {
    padding:10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
	background:#c91414;	
	margin:auto;
	margin-bottom:20px;
	text-align:center;
	margin-top:10px;  
}

.big_button a{
   color:#fff; 
	font:bold 18px helvetica,arial;
	text-decoration:none;   
}

/*faq page*/ 

.banner_faq {
	width:960px;
	background:url(../assets/faq_main_2.jpg) no-repeat;
	padding:0;
	position:relative;
	margin-top:0px;
	height:100px;
}

img.bobby_faqs {
	position:absolute;
	right:0;
	top:30px;
}

.bottom_faq_right {
	float:right;
	width:300px;
	margin-top:60px;
	position:relative;  
}

.bottom_faq_left {
	float:left;
	width:600px;
}

.bottom_faq_left h1{
	width:386px;
	height:28px;
	margin:18px 20px 18px 20px;
	text-indent:-5000px;	
}

.bottom_faq_left h1.tournament{ 
	background:url('../assets/tournament_rules.png');
}

.bottom_faq_left h1.prize{ 
	background:url('../assets/prize_rules.png');
}

.bottom_faq_left h1.competitor{ 
	background:url('../assets/competitor_rules.png');
}

.bottom_faq_left h1.tell{ 
	background:url('../assets/tell_your_friends.png');
}

.bottom_faq_left h1.why_bobby{ 
	background:url('../assets/why_bobby.gif');
	width:500px;
	height:50px;
	margin-left:5px;
}


.bottom_faq_left ul{ 
background:#3F6622;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding:10px;
}
 
.bottom_faq_left ul li{
	color:#fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#5D9C2F url('../assets/bullet.png') 12px 12px no-repeat;
	padding:10px 10px 10px 40px;
	margin-bottom:10px;
	font-weight:bold;
	
}

.bottom_faq_left ul li h1{
	font-size:22px;
	line-height:28px;
	color:#fff;
	text-indent:0;
	margin:0;
	padding:0 0 50px 0;
	width:100%;
}

.bottom_faq_left ul li p{
	font-weight:normal;
	line-height:20px;
	padding:5px 0 5px 0;
}

.thin {font-weight:normal;}

.bottom_faq_left ul li p.date{
	color:#d2f4b7;
	text-align:right;
	font-size:12px;
	margin-top:20px;
}  

.bottom_faq_left ul li.content{
	color:#fff;
	background:none;
	padding:10px 10px 10px 10px;
	font-weight:bold;  
}

.bottom_faq_left ul li h2 {
	width:199px;
	height:28px;
	margin-bottom:10px;
	background:url('../assets/prize_pool_blk.png');
	text-indent:-5000px;
}

.bottom_faq_left ul li p {
	line-height:20px;
	font-size:14px;
}

.dotted_divide{
	margin:0 10px 10px 10px;
	height:1px;
	border-bottom:3px dotted #fff;
}

