body {
	background-color: #F3F5F4;
	font-family: helvetica,arial,sans-serif;
	padding: 0;
	text-align: center;
}


h1, h2, h3, div, p, span {
	margin: 0; padding: 0;
}


#main a:hover {
    text-decoration: underline;
}

#main a {
  color: #811213;	
  text-decoration: none;
}


.content {
	margin: 0 auto; padding: 0 10px 0 10px;
	text-align: left;
}

#errorExplanation {
  text-align: left;	
}

a.modalClose {
	text-decoration: none;
	color: #FFFFFF;
}

#header_container {
	background-color: #333;
}

#header {
	height: 60px;
	font-size: 16px;
	font-weight: 500;
}

#footer_container {
/*	margin-top: 30px;
*/	background-color: #333;
	height: 30px;
}

#footer {
	text-align: right;
	color: #CCCCCC;
	font-size: 10pt;
	font-weight: 500;
}

#footer a {
	color: #CCCCCC;
}

.feature_arrow {
	color: #333333;
	font-size: 30pt; 
	font-weight: bold;
	padding-top: 150px;	
}

.feature_arrow a {
	text-decoration: none;
	font-size: 30pt; 
	font-weight: bold;	
	color: #FFFFFF; 
}

#header #logo {
	margin-top: 10px;
	padding-left: 10px;
	float: left;
}

#header #topnav {
	margin-top: 20px;
	float: right;
	color: #666;
}

#header #topnav a {
	color: #fff;
	margin: 0 2px 0 2px;
	padding: 8px;
}

#header #topnav a:hover {
	color: #333;
	background-color: #dedede;
}

#banner_reasons .pitch {
	width: 980px; height: 100px;
}

#banner_reasons .pitch h2 {
	width: 650px;
}

#banner_container {
	height: 300px;
	background: #CED4DE url('../images/banner_bg.jpg') repeat-x top left;
	border-bottom: solid 5px #A0C6E6;
}

#banner_container_small {
	height: 100px;
	text-align: left;
	background: #CED4DE url('../images/banner_bg.jpg') repeat-x top left;
	border-bottom: solid 5px #A0C6E6;
}

#banner {
	/* border-bottom: solid 1px #8193A6; */
	color: #001831;
}


#banner .pitch {
	height: 300px;
	background: url('../images/screenshot1.gif') no-repeat bottom right;
}

.pitch div {
	padding-top: 20px;
}

.pitch h1 {
	font-family: helvetica,arial,sans-serif;
	font-size: 41px;
	letter-spacing: -2px;
	line-height: 1em;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}

.pitch h2 {
	font-family: georgia,times;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 10px;
	padding: 0;
	width: 350px;
}

#main {
	padding-top: 10px;
	min-height: 300px;
	font-size: 16px;
	text-align: left;
    margin-bottom: 25px;
}

#main h2 {
	color: #811213;
	text-transform: uppercase;
	font-size: 18px;
}

#main h1 {
	color: #811213;
	text-transform: uppercase;
	font-size: 24px;
}

#main .features ul li {
	list-style-image: none;
	list-style-position:outside;
	list-style-type:none;
}

#main div.features_detail table tr td {
  font-size: 18px;
  color: #000;
}


#main table tr td {
	font-size: 13px;
	color: #666;
	padding-right: 5px;
}

#main table tr td strong {
	color: #222;
}

#main div.features_detail {
	margin: 0px auto;
	width: 800px;
}

#main div.features_detail table {
  text-align: left;
  width: 800px;
}

#main form {
	text-align: left;
}

.description {
	font-size: 13px;
	color: #666;
	padding-right: 5px;
}

#footer a {
	color: #CCCCCC;
}

