/*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;
}

input
{
	border: 1px;
}

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




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




/*Header Section ***********************************************************************************/

#header {
	/*height: 84px;*/
	height: 84px
	margin: 12px 0px 30px 0px;
	/*background: url('../images/header_bg.png') top center no-repeat;*/
	overflow: hidden;
}
#logo {
	margin: 10px 0px 0px 0px;
	width: 430px;
	height: 90px;
	float: left;
}
h1 {
	font-weight: bold;
	letter-spacing: -1px;
}

h2 {
/*color:#232323;*/
color:#5f5e5a;
}

#welcome {
	float: left;
	height: 90px;
	width: 426px;
	font-family: "lucida grande", arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 22px;
	margin: 12px 0px 10px 0px;
	padding: 0px 2px 0px 8px;

}
#homescreen {
	margin: 14px 0px 0px 0px;
	width: 420px;
	height: 223px;
	float: right;
}
#subscreen {
	margin: 6px 0px 0px 0px;
	width: 420px;
	height: 100px;
	float: right;
}

.download3  {
	margin: 15px 7px 0 0;
	float: right;
	display: block;
	/*background-color: #999;*/
	background: url('../images/download_rollover.jpg');
	width: 245px;
	height: 46px;
}
.download3:hover {
	background-position: bottom;
}

.top1  {
	margin: 0px 0px 0 0;
	float: right;
	display: block;
	/*background-color: #999;*/
	background: url('../images/head1.jpg');
	width: 430px;
	height: 100px;
}


#newblock {
	width: 860px;
	height: 160px;
	float: left;
	clear: both;
}


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

#nav_area {
	/*margin-top:8px;*/
	margin-top:5px !important /*Non-IE6*/; margin-top:8px /*IE6*/;
	height: 50px;
	clear: both;
}
#nav_area h4 {
	font-size: 25px;
	font-weight: bold;
	width: 500px;
	padding: 12px 0 0 0;
	color: #fff;
	float: left;
}
#nav_area img {
	margin: -7px 0 0 0;
	color: #fff;
	float: right;
}
.nav2_buttons {
	float: right;
	padding: 11px 4px 0 0;
}

#nav_area_home {
	margin-top:10px;
	height: 50px;
	clear: both;
}
#nav_area_home h4 {
	font-size: 25px;
	font-weight: bold;
	width: 500px;
	padding: 12px 0 0 0;
	color: #fff;
	float: left;
}
#nav_area_home img {
	margin: -7px 0 0 0;
	color: #fff;
	float: right;
}
.nav2_buttons_home {
	float: right;
	padding: 12px 4px 0 0;
}

/*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;
	background: url('../images/banner_bg.jpg');
}
#banner .banner_text {
	width: 475px;
	float: left;
}
#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_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;
}
.learn_more2 {
	padding: 0px 0 0 0px;
	letter-spacing: -0.02em;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}
.learn_more2:hover {
	text-decoration: underline;
}
.banner_image {
	float: right;
	width: 311px;
	height: 239px;
}

/*Left Column Content ******************************************************************************/
#content {
	padding: 15px 0 0 0;
	margin: 8px 0 0 0;
	width: 860px;
	overflow: hidden;
	background: url('../images/divider.png') 68% 0 no-repeat;
}
#content_full {
	padding: 15px 0 0 0;
	margin: 8px 0 0 0;
	width: 860px;
	overflow: hidden;
}
#left_column {
	width: 560px;
	float: left;
	margin-right: 45px;
}
.left_content p  {
	margin: 0px 0 20px 0;
	line-height: 22px;
}
#full_column {
	width: 820px;
	float: left;
	margin-right: 45px;
}
.left_content ul {
	margin: 0px 0 20px 30px;
}
.left_content ul li {
	margin: 0px 0 8px 0;
	line-height: 20px;
}
.left_content ol {
	margin: 0px 0 10px 30px;
}
.left_content ol li {
	margin: 0px 0 10px 0;
	line-height: 20px;
}

.download {
	/*font-size: 20px;*/
	/*background: url('../images/heart.png') top right no-repeat;*/
	background: url('../images/why.gif') top left no-repeat;
	color: #000;
	padding: 7px 0px 12px 60px;
	letter-spacing: -0.002em;
}


.discount h3 {
	font-size: 30px;
	background: url('../images/person.png') top left no-repeat;
	color: #232323;
	padding: 7px 0 19px 68px;
	/*letter-spacing: -0.002em;*/
	letter-spacing: -4px;

}
.discount {
	font-size: 30px;
	background: url('../images/person.png') top left no-repeat;
	color: #f17300;
	padding: 7px 0 15px 68px;
	letter-spacing: -1px;
}
.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;
}
.link_action {
	height: 13px;
	margin: 30px 0 0 0;
	padding: 20px 0 10px 0;
	text-align: left;
	background: url('../images/divider_horizontal.png') no-repeat;
	clear: both;
}
.link_action a {
	font-size: 14px;
	text-decoration: none;
	color: #717171;
}
.link_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;
}

.textField3 {
	border: 1px solid #999;
	padding: 4px;
	font-size: 13px;
	color: #121212;
	width: 100px;
}

.textField2 {
	border: 1px solid #444;
	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: 1px 0 0 0;
	color: #557f11;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.025em;
	overflow: hidden;
}
#features_wrapper img  {
	margin-bottom: 2px;
	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: left;
}
#right_column p {
	margin: 0 0 24px 0;
	line-height: 22px;
}



.right_column ul {
	margin: 0px 0 10px 30px;
}
.right_column ul li {
	margin: 0px 0 20px 0;
	line-height: 20px;
}



#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 .apps {
	font-size: 20px;
	background: url('../images/applications.gif') top right no-repeat;
	color: #232323;
	padding: 0px 0 0px 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 .guaranty {
	font-size: 20px;
	background: url('../images/guaranty.jpg') top right no-repeat;
	color: #232323;
	padding: 4px 0 40px 0;
	letter-spacing: -0.002em;
}
#right_column .download {
	font-size: 20px;
	/*background: url('../images/heart.png') top right no-repeat;*/
	background: url('../images/why.gif') top right no-repeat;
	color: #232323;
	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;
}
.column_section ul {
	margin: 10px 0 5px 30px;
}
.column_section ul li {
	margin: 0px 0 10px 0;
	line-height: 20px;
}



/*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;
}
