/*Universal CSS Styles *****************************************************************************/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
body {
	font-family: "lucida grande", arial, helvetica, sans-serif;
	font-size: 0.75em;
}
p {
	color: #5f5e5a;
}
.clear {
	clear: both;
	visibility: hidden;
}


/*Home Page Background *****************************************************************************/
#home_bg {
	background: url('../images/home_bg.png') repeat-x;
	width: 100%;
	height: 100%;
	padding-top: 15px;
}
#content_bg {
	background: url('../images/content_bg.png') repeat-x;
	width: 100%;
	height: 100%;
	padding-top: 15px;
}

.featured-item {
margin-bottom:10px;
overflow:hidden
}

.cash{
float: right;
font-size: 25px;
font-weight: bold;
width: 300px;
color: #FFFFFF;
margin-top: 16px;
}


/*Main Container ***********************************************************************************/
#wrapper {
	width: 960px;
	margin: 0 auto 40px auto;
}




/*Header Section ***********************************************************************************/
#header {
	height: 116px;
	background: url('../images/header_bg.png') top center no-repeat;
	overflow: hidden;
}
#logo {
	width: 292px;
	height: 116px;
	float: left;
	
}




/*Navigation Menu **********************************************************************************/





/*Main Banner *************************************************************************************/
#banner ul, #banner li{
	margin:0;
	padding:0;
	list-style:none;
	overflow: hidden;
}
#banner li{ 
	width:860px;
	height:239px;
	overflow:hidden; 
}
#banner {
	height: 239px;
	clear: both;
	position: relative;
	background: url('../images/banner_bg.jpg');
	overflow: hidden;
}
#banner .banner_text {
	width: 475px;
	float: left;
}
#banner h2 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.014em;
	margin: 32px 0 10px 0;
	font-family: "Myriad Pro", arial, helvetica, sans-serif;
}
#banner .sub {
	font-size: 18px;
	line-height: 22px;
	color: #6cbcf5;
}
.banner_download {
		margin: 32px 0 0 0px;
}
.banner_button {
	display: block;
	float: left;
	width: 174px;
	height: 42px;
	background: url('../images/download1_rollover.png');
}
.banner_button:hover {
	background-position: right;
}
.learn_more {
	padding: 10px 0 0 22px;
	float: left;
	letter-spacing: -0.02em;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	display: block;
}
.learn_more:hover {
	text-decoration: underline;
}
.banner_image {
	float: right;
	width: 347px;
	height: 210px;
	margin-top: 15px;
}
#title_area {
	height: 66px;
	clear: both;
}
#title_area h4 {
	font-size: 25px;
	font-weight: bold;
	width: 500px;
	padding: 18px 0 0 0;
	color: #fff;
	float: left;
}
#title_area h3 {
	font-size: 25px;
	font-weight: bold;
	width: 500px;
	color: #82c6f7;
	float: right;
	padding: 22px 0 0 0;
}
.questions {
	float: right;
	padding: 22px 0 0 0;
}

/*Left Column Content ******************************************************************************/
#content {
	padding: 40px 0 0 0;
	width: 950px;
	overflow: hidden;
	background: url('../images/divider.png') 65% 0 no-repeat;
}
#left_column {
	width: 560px;
	float: left;
	margin-right: 30px;
}
.left_content p  {
	margin: 0px 0 30px 0;
	line-height: 22px;
	width: 550px;
}
.discount {
	font-size: 20px;
	background: url('../images/sale.png') top left no-repeat;
	color: #232323;
	padding: 7px 0 19px 68px;
	letter-spacing: -0.002em;
}
.contact_question {
	background: url('../images/contactus.png') top left no-repeat;
	color: #232323;
	padding: 7px 0 19px 68px;
	letter-spacing: -0.002em;
	font-size: 20px;
}
.learn_action {
	height: 13px;
	margin: 30px 0 0 0;
	padding: 20px 0 10px 0;
	text-align: right;
	background: url('../images/divider_horizontal.png') no-repeat;
	clear: both;
}
.learn_action a {
	font-size: 14px;
	text-decoration: none;
	color: #717171;
}
.learn_arrow {
	padding: 5px 0 0 15px;
	background: url('../images/arrow.gif') 0% 70% no-repeat;
}
.bread_crumbs {
	width: 402px;
	height: 36px;
	margin-bottom: 30px;
	background: url('../images/crumbs_bg.png') no-repeat;
	clear: both;
}
.crumbs {
	padding: 10px 18px 10px 22px;
	list-style: none;
}
.crumbs li {
	display: inline;
}
.crumbs a {
	display: block;
	float: left;
	font-size: 13px;
	color: #7A7A7A;
	background: url('../images/crumb_arrow.png') 0% 70% no-repeat;
	text-decoration: none;
	padding: 0 10px 0 19px;
}
.crumbs a:hover {
	text-decoration: underline;
}
.form_field {
	margin: 0 0 0 0;
	width: 480px;
}
.form_field dt {
	margin: 10px 0 10px 0;
}
.textField {
	border: 1px solid #999;
	padding: 4px;
	font-size: 13px;
	color: #121212;
	width: 480px;
}
.submit_button {
	font-size: 14px;
	font-weight: bold;
	background: #CDCDCD;
	border: 1px solid #B6B6B6;
	margin-top: 10px;
	padding: 5px;
}
#form_content {
	width: 480px;
}
.thumb_right {
	float: right;
	margin: 0 0 10px 10px;
}
.thumb_left {
	float: left;
	margin: 0 10px 10px 0;
}

/*Thumbnail Features Section ************************************************************************/
#features_wrapper {
	margin: 43px 0 0 0;
	color: #557f11;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.025em;
	
}
#features_wrapper img  {
	margin-bottom: 6px;
	padding: 0px;
}
.image_thumb_left {
	height: 154px;
	width: 266px;
	float: left;
	margin: 0 28px 18px 0;
}
.image_thumb_right {
	height: 154px;
	width: 266px;
	float: left;
	margin: 0 0 18px 0;
}




/*Right Column Content ******************************************************************************/
#right_column {
	width: 300px;
	float: left;
}
#right_column p {
	margin: 0 0 24px 0;
	line-height: 22px;
}
#right_column .alert {
	font-size: 20px;
	background: url('../images/alert.png') top right no-repeat;
	color: #232323;
	padding: 7px 0 21px 0;
	letter-spacing: -0.002em;
}
#right_column .ie {
	font-size: 20px;
	background: url('../images/ie.png') top right no-repeat;
	color: #232323;
	padding: 7px 0 21px 0;
	letter-spacing: -0.002em;
}
#right_column .download {
	font-size: 20px;
	background: url('../images/heart.png') top right no-repeat;
	color: #232323;
	padding: 7px 0 21px 0;
	letter-spacing: -0.002em;
}
.download2  {
	margin: 35px 0px 0 30px;
	display: block;
	background-color: #999;
	background: url('../images/download_rollover.jpg');
	width: 245px;
	height: 46px;
}
.download2:hover {
	background-position: bottom;
}
.column_section {
	margin-bottom:40px;
	margin-left:50px;
	clear: both;
	width:300px;
}


/*Footer Content ************************************************************************************/
#footer_bg {
	background: url('../images/footer_bg.png') repeat-x;
	height: 135px;
	clear: both;
}
#footer {
	margin: 0 auto 0 auto;
	padding: 64px 0 0 0 ;
	clear: both;
	width: 860px;
	background: url('../images/footer_bg2.png') bottom center no-repeat;
	height: 71px;
}
.footer_menu {
	margin: 35px 0 0 0;
	float: right;
}
.copyright {
	float: left;
	padding: 36px 0 0 0;
}
ul#footer_menu {
	list-style: none;
}
ul#footer_menu li {
	display: inline;
	list-style: none;
}
ul#footer_menu a {
	color: #515151;
	font-size: 14px;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
ul#footer_menu .last_link {
	padding: 0 0 0 10px;
}