/*Universal CSS Styles *****************************************************************************/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
body {
	font-family: "lucida grande", arial, helvetica, sans-serif;
	font-size: 0.75em;
background-color:#545454;
background:url(../images/bg.jpg) repeat-x #545454;
}
p {
	color: #5f5e5a;
}
.clear {
	clear: both;
	visibility: hidden;
}


/*Home Page Background *****************************************************************************/
#home_bg {
	
	width: 100%;
	height: 100%;
	padding-top: 15px;

}
#content_bg {
	width: 100%;
	height: 100%;
	padding-top: 15px;
	background-color:#333;
}




/*Main Container ***********************************************************************************/
#wrapper {
	width: 859px;
	margin: 0 auto 0px auto;
	background-color:#FFF;
}




/*Header Section ***********************************************************************************/
#header {
	height: 90px;
	background: url('../images/header_bg.png');
}




/*Navigation Menu **********************************************************************************/





/*Main Banner *************************************************************************************/
#banner ul, #banner li{
	margin:0;
	padding:0;
	list-style:none;
}
#banner li{ 
	width:860px;
	height:239px;
	overflow:hidden; 
}
#banner {
	height: 239px;
	clear: both;
	position: relative;
	border-bottom: #fd0000 solid .2em;
	
}
#banner h2 {
	font-size: 39px;
	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_image {
	float: left;
	width: 860px;
	height: 239px;
	margin-left:-1px;
}



#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;
}
.questions {
	float: right;
	padding: 22px 0 0 0;
}

/*Left Column Content ******************************************************************************/
#content {
	padding: 40px 0 0 0;
	width: 860px;
	overflow: hidden;

}
#left_column {
	width: 560px;
	float: left;
	margin-right: 35px;
	margin-left:20px;
}
.left_content p  {
	margin: 0px 0 30px 0;
	line-height: 22px;
}
.discount {
	font-size: 20px;
	color: #fd0000;
	padding: 7px 0 19px 0px;
	letter-spacing: -0.002em;
}
.contact_question {
	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;

	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;
}

ul {
	line-height:18px;
	font-size:12px;
	font-weight:400;
	padding-left:25px;
	
}
#home_bg #wrapper #content #left_column .left_content p strong {
	color: #0080FF;
}

/*Thumbnail Features Section ************************************************************************/
#features_wrapper {;
	margin: 43px 0 0 0;
	color: #557f11;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.025em;
	overflow: hidden;
}
#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: 245px;
	float: right;
	clear:right;
}
#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: 16px;
	color: #fd0000;
	padding: 7px 0 21px 0;
	letter-spacing: -0.002em;
}
.download2  {
	margin: 35px 0 0 0;
	display: block;
	background-color: #999;
	background: url('../images/download_rollover.jpg');
	width: 245px;
	height: 46px;
}
.download2:hover {
	background-position: bottom;
}
.column_section {
	margin: 0 0 40px 0;
	clear: both;
}


/*Footer Content ************************************************************************************/
#footer_bg {
	clear: both;
}
#footer {
	border-top: #fd0000 solid 1px;
	margin: 0 auto 0 auto;
	clear: both;
	width: 860px;

	text-decoration:none;
	background:url(../images/footer_bg.jpg) no-repeat;
	height:90px;
}
.footer_menu {
	margin-top: 30px;
	float: right;
	margin-right:20px;
}
.copyright {
	float: left;
	padding: 25px 0 0 0;
	margin-left: 15px;
	color:#000;

}

ul#footer_menu {
	list-style: none;
}
ul#footer_menu li {
	display: inline;
	list-style: none;
}
ul#footer_menu a {
	color:#F00;
	font-size: 10px;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
ul#footer_menu .last_link {
	padding: 0 0 0 10px;
}
#footer_bg #footer .copyright p {
	color: #000;
}