body{
	color: #777;
	font-size: 0.9em;
	background: #000;
}
body,p{
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-weight: normal;
}
em,i,.price{
	font-family: Georgia, "Times", serif;
	font-style: italic;
}
h1{
	color: #9fc53f;
}
h2,h3,b{
	color: #fff;
}
h3{
	color: #999;
	text-transform: uppercase;
	border: 1px solid #333;
	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;
	border-left: 0px;
	border-right: 0px;
}
strong{
	color: #ccc;
}
a{
	font-family: Georgia, "Times", serif;
	font-style: italic;
	color: #9fc53f;
}
a:hover{
	text-decoration: none;
}
#logo{
	position: relative;
	z-index: 10;
	width: 250px;
}
.black{color: #000;}
.white{color: #fff;}
.green{color: #9fc53f;}
.center{
	width: 950px;
	margin: 0px auto;
}
hr{
	color: #222;
	background: #222;
	height: 1px;
	border: none;
}
#content_right hr{
	color: #444;
	background: #444;
	height: 1px;
	border: none;
}
#header{
	margin-top: 20px;
}
#nav_top{
	height: 34px;
	float: right;
	margin-top: -20px;
	margin-bottom: 0px;
}
ul.small{
	float: right;
}
ul.small li{
	float: left;
	margin-right: 15px;
	padding-top: 10px;
}
ul.small li a.selected, ul.large li a:hover{
	color: #fff;
}
ul.small li a{
	text-decoration: none;
	color: #999;
	font-family: helvetica, verdana, "Lucida Grande","Lucida Sans Unicode", arial;
	font-style: normal;
	text-transform: uppercase;
	font-size: .7em;
}
ul.large{
	clear: both;
	float: right;
}
ul.large li{
	float: left;
	margin-right: 20px;
	padding-bottom: 11px;
}
ul.large li.selected{
/*	border-top: 5px solid #9fc53f;*/
/*	padding-top: 20px;*/
	background: url(/media/images/nav_selected.gif) no-repeat bottom center;
/*	border: 1px solid red;*/
}
ul.large li a.selected, 
ul.large li a:hover,
ul.small li a.selected, 
ul.small li a:hover{
	color: #fff;
}
ul.large li a{
	text-decoration: none;
	color: #666;
	font-size: 1.3em;
}
#signup{
	float: left;
	text-align: left;
	padding: 10px 0px;
	margin-bottom: 40px;
	color: #9fc53f;
}
#signup p{
	margin: 0px;
	margin-bottom: 5px;
}
form label{
	color: #666;
	font-size: .8em;
}
form input, textarea{
	width: 160px;
	margin-right: 10px;
	background: #333;
	border: none;
	padding: 4px 5px;
}
table form input{
	width: 140px;
}
textarea{
	width: 500px;
}
form input:focus, form textarea:focus{
	background: #fff;
}
form input.submit{
	background: #9fc53f;
	color: #000;
	border: none;
	font-family: Georgia, "Times", serif;
	font-style: italic;
	font-size: 1em;
	padding: 4px 5px;
	width: 150px;
}
form input.submit:hover{
	background: #111;
	color: #9fc53f;
}
#footer{
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 60px;
	color: #333;
	font-family: Georgia, "Times", serif;
	font-style: italic;
	text-align: right;
	border-top: 1px solid #222;
	background: #000 url(/media/images/grad_rad.gif) bottom center no-repeat;
}
#breadcrumb{
	background: #111;
	padding: 12px;
	height: 16px;
	color: #333;
	font-size: .8em;
	border-bottom: 1px solid #222;
}
#breadcrumb a{
	color: #333;
	text-decoration: none;
}
#breadcrumb a:hover{
	color: #fff;
}
#green_banner{
	font-family: Georgia, "Times", serif;
	font-size: 1.2em;
	background: #9fc53f;
	color: #333;
	padding-top: 20px;
	padding-bottom: 110px;
}
#green_banner h1{
	color: #000;
}
#green_banner h2{
	color: #fff;
}
#green_banner h3{
	color: #333;
}
#green_banner a{
	color: #000;
}
.dots{
	background: url(/media/images/dots_bg.gif) repeat-x top center;
	min-height:  325px;
}
#stage{
	position: relative;
	z-index: 10;
	margin: 0px auto;
	margin-top: -108px;
	margin-bottom: -266px;
	height:  356px;
	width: 802px;
	padding: 30px 60px;
	background: url(/media/images/stage.gif) no-repeat top center;
}
#stage table{
	width: 100%;
}
.price{
	font-size: 4.5em;
	line-height: 0.5em;
	color: #fff;
}
table{
	vertical-align: top;
}
#content{
	background: #000 url(/media/images/content_top.gif) top center no-repeat;
	padding: 40px;
	overflow: auto;
	width: 870px;
	margin: 0px auto;
	margin-top: -420px;
	position: relative;
	z-index: 10;
	min-height: 500px;
}
#content ul{
	padding-left: 30px;
	list-style: square;
}
#content_right{
	float: right;
	width: 300px;
	background: #222;
	color: #999;
	padding: 20px;
}
#content_left{
	float: left;
	width: 500px;
}
#content_left ul{
	list-style: disc;
	padding-left: 30px;
}
#content_left ol{
	padding-left: 30px;
}
#content_right ul{
	list-style: none;
	padding-left: 0px;
}
#content_right ul.side_nav li ul{
	padding-left: 10px;
}
#content_right ul.side_nav li ul li a{
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: .8em;
	font-style: normal;
	color: #999;
}
#content_right ul.side_nav li a{
	display: block;
	padding: 0px 15px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}
#content_right ul.side_nav li a:hover{
	color: #fff;
	background: #000;
}
#content_right ul.side_nav li a.selected{
	color: #9fc53f;
}
#content_right ul.side_nav li ul li a.selected{
	background: #000;
	color: #9fc53f;
}
#content_right a{
	text-decoration: none;
	color: #fff;
}
#content_right a:hover,
#content_right a:hover strong{
	color: #9fc53f;
}
#content_right a:hover small{
	color: #fff;
}
#content_right a em{
	color: #000;
}
small{
	color: #555;
}
#content_right h1, #content_right h2, #content_right h3{
	font-family: helvetica, verdana, arial, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	color: #666;
}
.template_summary .main_image{
	float: right;
	margin: 0px 0px 20px 20px;
	text-decoration: none;
	text-align: right;
}
.template_summary p{
	color: #999;
}
.one_third{
	float: left;
	width: 283px;
	margin-right: 10px;
}
.one_fourth{
	float: left;
	width: 210px;
	margin-right: 10px;
}
.no_margin{
	margin: 0px;
}
h1.header, h1.header a{
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-weight: bold;
	font-style: normal;
}
h1.header{
	background: #666;
	color: #000;
	padding: 10px;
}
h1.header a{
	text-transform: uppercase;
	background: #000;
	padding: 3px 20px;
	text-decoration: none;
}
h1.header a:hover{
	color: #fff;
}
h2.header{
	background: #666;
	color: #000;
	text-transform: uppercase;
	font-size: 1em;
	padding: 5px 10px;
	margin-bottom: 20px;
}
tr.va_middle td{
	vertical-align: middle;
}
.no_pad td{
	padding: 0px;
}
#video{
	width:480px;
	height:270px;
	background:#333;
	float:left;
	margin-right: 20px;
}
.post_head{
	overflow: auto;
}
.post_head img{
	float: left;
	margin-right: 20px;
	border: 5px solid #9fc53f;
}
.post_summary{
	color: #fff;
	display: block;
	padding: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	background: #111;
}
.post_summary:hover{
	background: #222;
}
.post_summary:hover img{
	border-color: #fff;
}
.post_summary:hover h1, .post_summary:hover p{
	color: #fff;
}
.post_summary p{
	color: #666;
}
#features{
	background: url(/media/images/feature_bg.gif) top center repeat-y;
	overflow: auto;
	padding-top: 30px;
}
.feature{
	float: left;
	width: 215px;
	padding-right: 20px;
	height: 270px;
}
.feature img{
	border: 1px solid #444;
}
table#lists td{
	width: 235px;
}
table.small td{	font-size: .9em; width: 100px; }
table.small{ clear: both; margin-top: 10px; width: 600px; }
#feature_list li{
	float: left;
	width: 205px;
	padding-left: 30px;
	height: 30px;
	background: url(/media/images/check.gif) no-repeat left center;
}
#testimonials li{
	float: left; 
	width: 345px;
	height: 170px;
	background: #222;
	padding: 20px;
	padding-left: 90px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#testimonials li img{
	float: left;
	margin-left: -70px;
	border: 3px solid #666;
}
#testimonials li p{
	margin-top: 0px;
}
#testimonials li small em{
	color: #999;
}
