body{
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
body#index{
	background-image:url(../img/frontend/main_background.gif);
	background-repeat: repeat-x;
}
body#other{
    background-image: url(../img/frontend/other_back.gif);
	background-repeat: repeat-x;
}
img{
	border: none;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 35px;
	padding: 0px;
}
h2.features{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	

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

#logo{
	float: left;
}

#header{
	float: left;
	width: 960px;
	height: 96px;
	margin-top: 4px;

}
#menu {
	float: right;
	background-image:url(../img/frontend/menubar.jpg);
	background-repeat: no-repeat;
	width: 365px;
	margin-right: 60px;
}
#menu ul{
	color: #fff;
	margin-top: 20px;
	font-size: 12px;
	padding-left: 20px;
}
#menu li{
	display: inline;
	margin-left: 10px;
}
#banner{
	width: 960px;
	height: 350px;
	float: left;
	background-image:url(../img/frontend/product_box.gif);
	background-position:center left;
	background-repeat:no-repeat;
}
#banner_text{
	float: right;
	width: 550px;
	margin-top: 75px;

}
#banner_text h1{
	font-size: 28px;
	color: #0c3e51;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#banner_text h1{
	font-size: 28px;
	color: #0c3e51;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;

}
#banner_text h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #636363;
	margin: 5px 0 0 0;
	padding: 0px;
	
}
#banner_text ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bc752a;
	font-size: 18px;
	font-style: italic;
}
#banner_text li {
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	list-style-image:url(../img/frontend/arrow_bullet.png);
}
#banner_text a:link, 
#banner_text a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bc752a;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}
#main{
	width: 960px;
	float: left;
	margin-top: 20px;

}
#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #bc752a;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
#sidebar {
	width: 350px;
	background-image:url(../img/frontend/side_bar_form.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-color: #def2fa;
	float: left;

}
#sidebar h2{
	margin-left: 15px;
}

#sidebar_round_bottom{
	background-image:url(../img/frontend/sidebar_round_bot.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 12px;
}
#form{
	width: 330px;
	margin: 20px 10px 20px 10px;
}
form {
	margin: 0px;
	padding: 0 0 0 10px;
}
#form p{
	margin: 10px 0 0 0;
	padding: 0px;
	color: #0c3e51;
	font-family: Arial, Helvetica, sans-serif;
}
.right{
	text-align: right;
}
#text{
	width: 590px;
	float: left;
	font-size: 12px;
	padding: 0 0 0 20px;
	margin-top: 10px;
}
p.testimonials {
	margin-left: 15px;
	margin-right: 15px;
	color: #031d27;
}
#howitworks{
	margin-top: 10px;
}
#hr {
	width: 100%;
	height: 15px;
	background-image:url(../img/frontend/hr.gif);
	background-repeat:repeat-x;
	margin-top: 10px;
	float: left;
}
#text table p{
	margin: 0px;
}
#text table{
	margin: 10px 0 10px 0;
}
#text table td {
	vertical-align:top;
}#text li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#menu a:link,
#menu a:visited {
	color: #fff;
	text-decoration: none;
}
#text table.featurelist{
	width: 580px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 35px;
}
table.featurelist th{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	background-color: #f6f6f6;
}
table.featurelist td{
	text-align: center;
	padding: 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.featurelist td.lalign{
	text-align: left;
}
span.limited{
	color: red;
}
td.signuplabel{
	width: 230px;
	height: 25px;
}
table.signup{
	color: #343434;
	width: 550px;
}
table.signup td{
	vertical-align: top;
}
div.signup{
	background-color: #f0f9fd;
	border: 1px solid #97c6d9;
	width: 550px;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;

}