﻿/*--Main--*/
body {
	margin: 0px; 
	text-align: center;
}

.inner {
	text-align: left;
	margin-left: auto; 
	margin-right: auto; 
	width: 928px;
}

.image {
	border: 1px solid #000000; 
	float: left; 
	margin: 3px 8px 8px 0px;
}

.highlight_text {
	font-size: 16px;
	line-height: 20px;
}


p.skip {
	position: absolute; 
	left: -9999px; 
	width: 0px; 
	overflow: hidden;
}


/*--Top--*/
.top {
	height: 136px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../images/top_cream.jpg);
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
}

.logo {
	float: left; 
	display: inline;
	margin-top: 0px;
}

.call_us_now {
	float: left; 
	display: inline;
	margin-top: 0px;
	margin-left: 28px;
	float: left;
}

.profit_up_link {
	float: left; 
	display: inline;
	margin-top: 40px;
	margin-left: 128px;
	float: left;
}

a.profit_up:link, a.profit_up:visited, a.profit_up:active {
	text-indent: -9999px;
	display: block;
	width: 235px;
	height: 67px;
	background-image: url(../images/profit_up.gif);
	background-repeat: no-repeat;
}

a.profit_up:hover {
	background-position: -235px 0px;	
}

.phone_number {
	float: left;
	width: 440px;
	font-size: 26px;
	text-align: center;	
	margin-top: 38px;
	color: #6d0019;
	line-height: 28px;
}

.font_red {
	color: #a90329;
}

.newsletter_button a:link, .newsletter_button a:visited, .newsletter_button a:active {
	text-decoration: none; 
	font-weight: bold;
	display: block;
	float: left;
	width: 121px;
	height: 53px!important;
	height: 58px;
	padding-top: 5px;
	background-image: url(../images/newsletter_button_bg.jpg);
	background-repeat: no-repeat;
	color: #faf7e3;
	font-size: 20px;
	text-align: center;
	line-height: 23px;
	margin-top: 37px;
}

.newsletter_button a:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation {
	background-image: url(../images/top_green.gif);
	background-repeat: repeat-x;
	height: 54px!important;
	height: 61px;
	padding-top: 7px;
	font-size: 14px;
	line-height: 18px;
	
}

.navigation a:link, .navigation a:visited, .navigation a:active {
	color: #faf7e3; 
	text-decoration: none; 
	font-weight: normal;
	display: block;	
	height: 36px!important;
	height: 48px;
	padding: 6px 10px 6px 10px;
	float: left;
	display: inline;
	text-align: center;
	margin-right: 21px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
}

.navigation a:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: normal;
	background-color: #faf7e3;
}

.navigation a.height:link, .navigation a.height:visited, .navigation a.height:hover, .navigation a.height:active {
	height: 28px!important;
	height: 48px;
	padding: 14px 10px 6px 10px;
}

.top_icons {
	height: 339px;
	background-repeat: repeat-x;
	background-image: url(../images/top_black.jpg);
	background-position: 50%;
	clear: left;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 23px;
	line-height: 27px;
}

.top_icons .inner div {
	float: left;
	display: inline;
	text-align: center;
	padding: 70px 14px 0px 14px;
	width: auto;
	margin-right: 5px;
}


.top_icons a:link, .top_icons a:visited, .top_icons a:active {
	color: #faf7e3; 
	text-decoration: none; 
	font-weight: normal;
}

.top_icons a:hover {
	color: #3f99c6; 
	text-decoration: none; 
	font-weight: normal;
}


#content {
	padding: 20px 0px 20px 0px;
	line-height: 18px;
	background-color: #b4d5d4;
}


/*--Footer--*/
.footer {
	padding: 10px 0px 10px 0px;
	background-color: #faf7e3;
	font-size: 11px;
	clear: both;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #000000; 
	text-decoration: none; 
	font-weight: normal;
}

.footer a:hover {
	color: #000000; 
	text-decoration: underline; 
	font-weight: normal;
}

.footer p {
	padding: 2px 0px 2px 0px;
}


/*--Forms--*/

form {
	padding: 0px; 
	margin: 20px 0px 20px 80px;
}

form p {
	margin: 8px 0px 0px 0px; 
	padding: 0px;
}

form p label {
	color: #000000;
	font-family: "Century Gothic", Arial, sans-serif;	
}

form input {
	font-size: 12px; 
	color: #000000; 
	background-color: #faf7e3; 
	border: 1px solid #000000; 
	width: 400px;
	padding: 3px;
}

form textarea {
	font-size: 11px; 
	color: #000000; 
	background-color: #faf7e3; 
	border: 1px solid #000000; 
	width: 400px; 
	height: 70px; 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 13px;
	margin-top: 2px;
	padding: 3px;
}

form input.checkbox {
	color: #000000; 
	background-color: transparent;
	border: 0px; 
	width: 14px;
}

form input.submit {
	width: 80px; 
	color: #FFFFFF;  
	background-color: #000000; 
	border: 1px solid #000000; 
	font-size: 16px;
	font-family: "Century Gothic", Arial, sans-serif;
}

/*-- Small form--*/
.small form{
	margin: 20px 0px 20px 0px;
}

.small form input {
	width: 350px;
}

.small form textarea {
	width: 350px; 
}

.small form input.submit {
	width: 80px; 
}

.small form input.checkbox {
	width: 14px;
}

/*--News Layout--*/
.news_title {
	font-weight: bold; 
	background-color: #E5E5E5; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 4px;
}

#news {
	margin-right: 150px; 
	height: 1%;
}

#news_nav {
	float: right; 
	text-align: left; 
	border-left: 1px solid #E5E5E5; 
	font-size: 10px; 
	width: 125px; 
	margin-top: 10px;
}

#news_nav ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

#news_nav ul li {
	padding: 0px 0px 0px 5px;
}

#news_nav li a:link, #news_nav li a:visited {
	margin: 0px; 
	text-decoration: none; 
	line-height: 16px; 
	font-weight: normal;
}

#news_nav li a:hover {
	color: #999999;
}

#news_nav ul ul li {
	padding-left: 15px;
}

.pagecount {
	text-align: right; 
	margin: 0px; 
	padding: 10px 0px 0px 0px;
}

.category {
	padding-top: 15px; 
	font-size: 10px;
}

/*--Tables--*/
table, tr, td {
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 11px;
}

table {
	border-collapse: collapse; 
	margin: 10px 0px 10px 0px;
}

td {
	text-align: left; 
	padding: 5px; 
	border: 1px solid #000000;
}

th {
	font-weight: bold; 
	text-align: left; 
	padding: 10px 5px 10px 5px; 
	border: 1px solid #000000;
}


/*--Home Page--*/
.left_home {
	width: 596px;
	float: left;
}

.left_home h1 {
	margin: 0px 0px 2px 0px; 
	padding: 0px 0px 2px 0px;
	font-size: 16px;
}

.right_home {
	width: 312px;
	float: right;
}

.box {
	color: #faf7e3;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

.box h2 {
	color: #faf7e3;
	font-size: 24px;
	font-weight: bold;
	font-family: "Century Gothic", Arial, sans-serif;
	border-bottom: 2px solid #faf7e3;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

.box h2 a:link, .box h2 a:visited, .box h2 a:active, 
#blog a:link, #blog a:visited, #blog h2 a:active,
#article a:link, #article a:visited, #article h2 a:active {
	color: #faf7e3; 
	text-decoration: none; 
	font-weight: bold;
}

.box h2 a:hover, #blog a:hover, #article a:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

a.more:link, a.more:visited, a.more:active {
	color: #faf7e3; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 18px;
	float: right;
	padding: 6px 10px 6px 10px;
}

a.more:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}


#case_studies .more {
	background-color: #486564;
}

#testimonials .more {
	background-color: #ae6e14;
}

#case_studies p, #testimonials p {
	height: 163px!important;
	height: 179px;
}


#case_studies {
	float: left;
	display: inline;
	width: 248px!important;
	width: 288px;
	height: 256px!important;
	height: 276px;
	background-image: url(../images/box_case_studies_bg.jpg);
	margin-right: 20px;
	font-size: 16px;
	line-height: 18px;
}

#testimonials {
	float: left;
	width: 248px!important;
	width: 288px;
	height: 256px!important;
	height: 276px;
	background-image: url(../images/box_testimonials_bg.jpg);
	font-size: 16px;
	line-height: 18px;
}


#facts {
	background-image: url(../images/box_random_bg.jpg);
	height: 95px!important;
	height: 115px;	
}

#blog {
	background-image: url(../images/box_blog_bg.jpg);
	height: 45px!important;
	height: 65px;
	font-size: 24px;
	line-height: 23px;
}

#article {
	background-image: url(../images/box_article_bg.jpg);
	height: 45px!important;
	height: 65px;
	font-size: 22px;
	line-height: 25px;
}

#resources {
	background-image: url(../images/box_resources_bg.jpg);
	height: 67px!important;
	height: 87px;
	text-align: center;
	padding: 20px 20px 0px 20px;
}

#seo {
	background-image: url(../images/box_seo_bg.jpg);
	height: 95px!important;
	height: 115px;
}

#adword {
	background-image: url(../images/box_adword_bg.jpg);
	height: 107px!important;
	height: 127px;
}

#follow {
	background-image: url(../images/box_follow_bg.jpg);
	height: 71px!important;
	height: 77px;
	padding: 6px 20px 0px 20px;
	text-align: center;
}


/*--Product Pages--*/
.products div {
	width: 280px;
	margin: 0px 35px 50px 0px;
	float: left;
	display: inline;
}

.products p img {
	float: left;
	margin: 0px 10px 0px 0px;
}

a.read_more:link, a.read_more:visited, a.read_more:active {
	color: #faf7e3; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 14px;
	float: right;
	padding: 4px 8px 4px 8px;
	background-color: #628583;
}

a.read_more:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
	background-color: #628583;
}


.left_products {
	width: 364px!important;
	width: 404px;
	padding: 10px 20px 10px 20px;
	float: left;
	color: #faf7e3;
	font-size: 12px;
	line-height: 16px;
	background-color: #527271;
	background-image: url(../images/product_desc_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}


.left_products a:link, .left_products a:visited, .left_products a:active {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

.left_products a:hover {
	color: #000000; 
	text-decoration: underline; 
	font-weight: bold;
}

.left_products_outer {
	float: left;
	display: inline;
	width: 188px;
	padding-top: 60px;
}

.left_products_outer p { 
	padding: 4px 0px 4px 0px;
}

.right_products_outer {
	float: left;
	width: 740px;
}

#product_video {
	margin-bottom: 20px;
}

.products_nav_left {
	float: left;
	height: 40px;
	width: 100px;
	margin-top: 15px;
}

.products_nav_left img {
	float: left;
	margin: 0px 5px 0px 0px;
}

.products_nav_right {
	float: right;
	height: 40px;
	width: 100px;
	margin-top: 15px;
	text-align: right;
}

.products_nav_right img {
	float: right;
	margin: 0px 0px 0px 5px;
}