#sunbg{
	position: relative;
	width: 950px;
	height: 454px;
	background: url("/images/form_bg.jpg") no-repeat;
}

*{
	padding: 0; margin: 0;
}

.bluetxt{
	color: #0099ff;
}

.clearboth{
	clear: both;
}

.wtxt{
	color: #fff;
	font-size: 12px;
}

h3{
	font-size: 18px;
}

body{
	background-color: #131313;
	color: #FFF;
	font-family: Arial;
}

a{
	outline: none;
	color: #fff;
}

a:hover{
	color: #0099ff;
}

img{
	border: none;
}

#wrapper{
	margin: 0 auto;
	width: 950px;
	background-color: #000;
}

#header{
	
}

	#topnav{
		width: 950px;
		height: 37px;
		background: url(../images/topnavbg.png) repeat-x;
	}
		
		#nav{
			width: 930px; height: 26px;
			background: url(../images/csdsprites.png) no-repeat;
			position: relative;
			margin: 0 auto;
		}
		
		#nav li{
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute; top: 0;
		}
		
		#nav li, #nav a{
			height: 26px;
			display: block;
		}
		
		#topbtn1{
			left: 0;
			width: 186px;
		}
		
		#topbtn2{
			left: 186px;
			width: 186px;
		}
		
		#topbtn3{
			left: 372px;
			width: 186px;
		}
		
		#topbtn4{
			left: 558px;
			width: 186px;
		}
		
		#topbtn5{
			left: 744px;
			width: 186px;
		}
		
		/* hover states */
		
		#topbtn1 a:hover{
			background: transparent url(../images/csdsprites.png) 0 -26px no-repeat;
		}
		
		#topbtn2 a:hover{
			background: transparent url(../images/csdsprites.png) -186px -26px no-repeat;
		}
		
		#topbtn3 a:hover{
			background: transparent url(../images/csdsprites.png) -372px -26px no-repeat;
		}
		
		#topbtn4 a:hover{
			background: transparent url(../images/csdsprites.png) -558px -26px no-repeat;
		}
		
		#topbtn5 a:hover{
			background: transparent url(../images/csdsprites.png) -744px -26px no-repeat;
		}


#main{
	position: relative;
	width: 950px;
}



/*Footer */



#footer{
	text-align: center;
}

	#footnav{
		height: 42px;
		background: url(../images/footnav_bg.jpg) repeat-x;
	}
	
		#botnav{
			width: 551px; height: 42px;
			background: url(../images/csdsprites2.png) no-repeat;
			position: relative;
			margin: 0 auto;
		}
		
		#botnav li{
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute; top: 0;
		}
		
		#botnav li, #botnav a{
			height: 42px;
			display: block;
		}
		
		#botbtn1{
			left: 0;
			width: 109px;
		}
		
		#botbtn2{
			left: 109px;
			width: 134px;
		}
		
		#botbtn3{
			left: 243px;
			width: 101px;
		}
		
		#botbtn4{
			left: 344px;
			width: 121px;
		}
		
		#botbtn5{
			left: 465px;
			width: 86px;
		}
		
		#botbtn1 a:hover{
			background: transparent url(../images/csdsprites2.png) 0 -42px no-repeat;
		}
		
		#botbtn2 a:hover{
			background: transparent url(../images/csdsprites2.png) -109px -42px no-repeat;
		}
		
		#botbtn3 a:hover{
			background: transparent url(../images/csdsprites2.png) -243px -42px no-repeat;
		}
		
		#botbtn4 a:hover{
			background: transparent url(../images/csdsprites2.png) -344px -42px no-repeat;
		}
		
		#botbtn5 a:hover{
			background: transparent url(../images/csdsprites2.png) -465px -42px no-repeat;
		}



	#fcont{
		background: url(../images/footbg.jpg) repeat-x;
		height: 139px;
	}
	
		#fcont p{
			width: 558px;
			font-size: 10px;
			color: #ccc;
			margin: 0 auto;
			position: relative;
			top: 10px;
		}
		
		#footlogo{
			position: relative;
			top: 15px;
			width: 418px;
			margin: 0 auto;
		}



/*end Footer */
		
		
		
		
		
		
		
		

		
		
		
		
		
/* css for features*/

#features_r1{
	position: relative;
	width: 850px;
	font-family: Helvetica Arial;
	line-height: 1.5;
	text-align: center;
	margin: 10px auto 10px;
	padding: 20px 0;
	background-color: #16ADFC;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
}

	/* congrats font style*/
	#features_r1 h1{
		color: #000;
		width: 850px;
		margin: 0;
	}
	
	/* You are now ... font style*/
	#features_r1 h2{
		color: #000;
		font-style: italic;
		font-size: 22px;
	}
	
	/* You can login ... font style*/
	#features_r1 h3{
		color: #000;
		font-style: italic;
		font-size: 18px;
	}
	
	#loginfo{
		width: 300px;
		border: 5px solid #000;
		background-color: #006699;
		margin: 1px auto;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		color: #fff;
	}
	
	/* click to enter link style*/
	#entermem a{
		font-size: 26px;
		text-decoration: underline;
		color: #000;
	}
	
		a img{
			border: none;
		}
	
	#entermem a:hover{
		color: #fff;
	}



#features_r2{
	position: relative;
	width: 850px;
	margin: 0 auto 10px;
	text-align: center;
	background-color: #FF96E3;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
}

	#features_r2 h1{
		font-size: 36px;
		width: 850px;
		margin: 0;
		color: #cc0000
	}
	
	#feature_start{
		width: 675px;
		margin: 0 auto;
		font-size: 28px;
	}
	
	#feature_start p{
		font-size: 13px;
		line-height: 1.25;
		color: #cc0000;
		text-align: left;
		margin: 5px 0 0 5px;
	}
	
		.feature_float{
			float: left;
			margin-right: 7px;
			margin-bottom: 5px;
			width: 160px;
			color: #cc0000;
		}




#features_r3{
	position: relative;
	width: 850px;
	text-align: center;
	margin: 0 auto 10px;
	background-color: #231f20;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
}

	#features_memship{
		text-align: left;
		width: 650px;
		font-family: Helvetica;
		float: left;
	}
	
	.both1{
		text-align: center;
		font-style: italic;
	}
	
		#features_memship h1{
			font-size: 24px;
			line-height: 1.5;
			width: 650px;
			color: #fff;
			padding: 5px 0 0;
			margin-left: 10px;
			margin-bottom: 0;
		}
		
		.freeuser{
			color: #000;
			font-weight: bolder;
			background-color: #6c6f74;
			font-size: 16px;
			line-height: 1.5;
			padding: 2px 0 0 10px;
			border-bottom: 1px solid #000;
		}
		
		.bothusers{
			color: #000;
			background-color: #a4a6aa;
			font-size: 16px;
			line-height: 1.5;
			padding: 2px 0 0 10px;
			border-bottom: 1px solid #000;
		}

	#features_gold{
		text-align: center;
		width: 100px;
		float: left;
		line-height: 1.5;
		font-family: Helvetica Arial;
	}
	
		#features_gold h1, #features_free h1{
			color: #fff;
			font-size: 24px;
			padding: 5px 0 0;
			width: 100px;
			margin: 0;
		}
		
		.goldcheck{
			color: #000;
			font-weight: bolder;
			background-color: #6c6f74;
			font-size: 10px;
			padding: 5px 0 6px 10px;
			border-bottom: 1px solid #000;
		}
		
		.bothcheck{
			color: #000;
			font-weight: bolder;
			background-color: #a4a6aa;
			font-size: 16px;
			padding: 5px 0 6px 10px;
			border-bottom: 1px solid #000;
		}
	
	#features_free{
		text-align: center;
		line-height: 1.5;
		width: 100px;
		float: left;
	}


/* end features*/		
