@charset "utf-8";
/* CSS Document */

/************************************************************************
*   
*   G L O B A L  C S S
*   
*   Author:  David Vuu
*   Date:    21 October 2009
*   Web:     http://www.vuu.com.au
*   Email:   info@vuu.com.au
* 
*************************************************************************/

/*-----------------------------------------------------------------------
@import
------------------------------------------------------------------------*/

@import url(reset.css);

/*-----------------------------------------------------------------------
Control Panel
------------------------------------------------------------------------*/

.image-left{
	padding-right:20px;
	float:left;
}

.button-up{
	margin-top:14px;
	margin-bottom:14px;
}

a,
a:visited{
	color:#b96411;
	text-decoration:none;
}

a:hover{
	color:#b96411;
	text-decoration:underline;
}


/*-----------------------------------------------------------------------
Global
------------------------------------------------------------------------*/

html, body{
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#36555c;
}

#container{
	width:960px;
	height:auto;
	position:relative;
	margin:0 auto;
}

#logo{
	width:960px;
	height:66px;
	position:relative;
	float:left;
	text-align:left;
	padding:6px 0px 6px 0px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#navigation{
	width:960px;
	height:49px;
	position:relative;
	float:left;
	background-image:url(../images/navigation.gif);
	background-repeat:no-repeat;
	background-position:0px -98px;
}

#content{
	width:940px;
	height:auto;
	min-height:480px;
	padding:0px 10px 0px 10px;
	position:relative;
	float:left;
	background-image:url(../images/background-content.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#splash{
	width:940px;
	height:279px;
	position:relative;
	float:left;
	margin-bottom:12px;
	margin-top:6px;
	background-image:url(../images/splash-heroshot.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#splash_blurb{
	width:400px;
	height:110px;
	position:absolute;
	left:500px;
	top:90px;
	overflow:hidden;
}

#content_lhs_homepage,
.content_lhs_homepage_section{
	width:580px;
	height:auto;
	position:relative;
	float:left;
}

#content_rhs_homepage,
.content_rhs_homepage_section{
	width:340px;
	height:auto;
	position:relative;
	float:right;
}

#footer{
	width:100%;
	height:82px;
	position:relative;
	float:left;
	background-image:url(../images/background-footer.gif);
	background-repeat:repeat-x;
	background-position:top center;
	text-align:center;
	padding-top:28px;
	margin-top:30px;
}

#panel_reviews{
	width:580px;
	height:65px;
	position:relative;
	float:left;
	margin-bottom:28px;
}

#panel_articles_title{
	width:278px;
	height:29px;
	position:relative;
	float:left;
	background-image:url(../images/panel-title-articles.gif);
	background-repeat:no-repeat;
	padding:10px 22px 0px 40px;
}

#panel_articles_bottom{
	width:340px;
	height:10px;
	position:relative;
	float:left;
	background-image:url(../images/panel-bottom-articles.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

#panel_articles{
	width:296px;
	padding:18px 22px 0px 22px;
	background-color:#eaecee;
	position:relative;
	float:left;
}

ul.articles{
	list-style:none;
}

.articles li{
	background-image:url(../images/element-line-dots.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:8px;
}

.articles li p{
	padding:0px 0px 8px 0px;
}

.articles li.last{
	background-image:none;
	margin-bottom:0px;
}

#panel_social_main{
	width:340px;
	height:47px;
	background-image:url(../images/panel-social-home.gif);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	margin-top:11px;
}

#panel_social_main_left{
	width:105px;
	height:34px;
	position:relative;
	float:left;
	padding-left:12px;
	padding-top:13px;
}

#panel_social_main_right{
	width:213px;
	height:39px;
	position:relative;
	float:right;
	padding-left:10px;
	padding-top:8px;
}

#panel_social_main_right img,
.panel_subpage_content img{
	margin-right:10px;
}

#search{
	width:114px;
	height:22px;
	position:absolute;
	top:14px;
	left:802px;
}

/*-----------------------------------------------------------------------
Subpage
------------------------------------------------------------------------*/

#content_lhs_subpage{
	width:220px;
	height:auto;
	position:relative;
	float:left;
	margin-top:28px;
}

#content_rhs_subpage{
	width:670px;
	height:auto;
	position:relative;
	float:right;
	margin-top:28px;
	background-image:url(../images/background-subpage.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:420px;
	overflow:visible;
	padding:20px 15px 0px 15px;
}

.content_lhs_subpage_section{
	width:220px;
	height:auto;
	position:relative;
	float:left;
	margin-bottom:15px;
}

.content_rhs_subpage_section{
	width:700px;
	height:auto;
	position:relative;
	float:right;
}

.panel_subpage_title{
	width:182px;
	height:27px;
	position:relative;
	float:left;
	background-image:url(../images/panel-title-subpage.png);
	background-repeat:no-repeat;
	padding-left:19px;
	padding-right:19px;
	padding-top:8px;
}

.panel_subpage_bottom{
	width:220px;
	height:10px;
	position:relative;
	float:left;
	background-image:url(../images/panel-bottom-subpage.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

.panel_subpage_content{
	width:182px;
	height:auto;
	position:relative;
	float:left;
	padding:8px 18px 0px 18px;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	background-color:#f1f1f1;
}

.panel_subpage_content_news{
	width:182px;
	height:auto;
	position:relative;
	float:left;
	padding:8px 18px 10px 18px;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	background-color:#f1f1f1;
}

.panel_social_subpage{
	height:34px;
	overflow:hidden;
}

.bullets li{
	width:auto;
	background-image:url(../images/icons/icon-subpage.png);
	background-repeat:no-repeat;
	background-position: 0px -70px;
	list-style-type:none;
	padding:0 0 8px 26px;
}

ul.bullets{
	padding-top:10px;
	padding-bottom:16px;
}

.bullets_product li{
	width:194px;
	background-image:url(../images/icons/icon-subpage.png);
	background-repeat:no-repeat;
	background-position: 0px -66px;
	list-style-type:none;
	padding:4px 0 4px 26px;
}

.bullets_product_adv li{
	width:194px;
	background-image:url(../images/icons/icon-tick.png);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	list-style-type:none;
	padding:4px 0 4px 26px;
}

.bullets_product_dis li{
	width:194px;
	background-image:url(../images/icons/icon-tick-none.png);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	list-style-type:none;
	padding:4px 0 4px 26px;
}

.bullets_product_lp li{
	width:270px;
	background-image:url(../images/icons/icon-tick.png);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	list-style-type:none;
	padding:4px 0 4px 26px;
}

.bullets_product_lp_dis li{
	width:270px;
	background-image:url(../images/icons/icon-tick-none.png);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	list-style-type:none;
	padding:4px 0 4px 26px;
}

ul.bullets_product,
ul.bullets_product_adv,
ul.bullets_product_dis{
	padding-right:10px;
	padding-bottom:16px;
	position:relative;
	float:left;
}

ul.bullets_product_lp,
ul.bullets_product_lp_dis{
	padding-right:10px;
	padding-bottom:16px;
	position:relative;
	float:left;
}

.benefits{
	padding:0px;
}

.subcategories li{
	width:100%;
	background-image:url(../images/element-line-dots.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:6px;
	margin-bottom:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#507982;
}

.subcategories li a,
.subcategories li a:visited{
	color:#b96411;
	text-decoration:none;
}

.subcategories li a:hover{
	color:#b96411;
	text-decoration:underline;
}

.blog_section li,
.comment_section li{
	width:100%;
	background-image:url(../images/element-line-dots.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:16px;
}

ul.comment_section{
	background-image:url(../images/element-line-dots.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:10px;
	padding-top:16px;
}

.pagination{
	width:670px;
	height:40px;
	position:relative;
	float:left;
	background-image:url(../images/element-line-dots.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#507982;
	font-weight:bold;
}

.pagination a,
.pagination a:visited{
	color:#b96411;
	text-decoration:none;
}

.pagination a:hover{
	color:#b96411;
	text-decoration:underline;
}

.pagination_left{
	float:left;
}

.pagination_right{
	float:right;
}

.review_image{
	width:126px;
	height:98px;
	border:1px solid #cccccc;
	float:right;
	overflow:hidden;
	background-color:#efefef;
	margin-left:10px;
	margin-bottom:10px;
}

.review_image_none{
	width:126px;
	float:right;
	margin-left:10px;
}

.review_image_main{
	width:180px;
	height:140px;
	border:1px solid #cccccc;
	position:relative;
	float:left;
	overflow:hidden;
	background-color:#efefef;
}

.review_image_main_product{
	width:182px;
	height:190px;
	position:relative;
	float:left;
	overflow:hidden;
}

.review_info{
	width:460px;
	height:auto;
	position:relative;
	float:right;
}

.review_info_lp{
	width:680px;
	height:auto;
	position:relative;
	float:right;
	min-height:285px;
}

.review_info_full{
	width:700px;
	height:auto;
	position:relative;
	float:right;
}

.review_rating{
	width:182px;
	height:auto;
	position:relative;
	float:left;
	padding-top:10px;
}

.review_rating p{
	padding:0px;
}

.review_full{
	width:670px;
	height:auto;
	position:relative;
	float:left;
}

.review_full_lp{
	width:900px;
	height:auto;
	position:relative;
	float:left;
}

.review_full_lp h2{
	color:#77af36;
}

#splash_landing{
	width:940px;
	height:279px;
	position:relative;
	float:left;
	margin-bottom:12px;
	margin-top:8px;
	background-color:#ffffff;
	background-image:url(../images/background-subpage.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#splash_landing_revised{
	width:940px;
	height:auto;
	position:relative;
	float:left;
	margin-bottom:12px;
	margin-top:8px;
	background-image:url(../images/background-landingpage-full.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#splash_landing_full,
#comparison_bg{
	width:900px;
	height:auto;
	position:relative;
	float:left;
	margin-bottom:12px;
	margin-top:8px;
	background-color:#ffffff;
	background-image:url(../images/background-landingpage.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:480px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#splash_landing_full_lp{
	width:900px;
	height:auto;
	position:relative;
	float:left;
	margin-bottom:12px;
	margin-top:8px;
	background-color:#ffffff;
	background-image:url(../images/background-landingpage.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#splash_right{
	width:440px;
	height:239px;
	position:relative;
	float:right;
	padding:20px;
	overflow:hidden;
}

#splash_right_revised{
	width:570px;
	position:relative;
	float:right;
	padding:20px 20px 0px 20px;
}

#splash_right_revised h1{
	line-height:30px;
	padding-bottom:10px;
}

#splash_right_revised p{
	padding-bottom:17px;
}

#splash_left{
	width:460px;
	height:279px;
	position:relative;
	float:left;
	overflow:hidden;
}

#splash_left_revised{
	width:329px;
	position:relative;
	float:left;
}

#splash_whole{
	width:900px;
	height:auto;
	position:relative;
	float:right;
	padding:20px 20px 0px 20px;
	background-color:#e4edf4;
	margin-top:8px;
	margin-bottom:16px;
	background-image:url(../images/background-subpage.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

.landing_right{
	width:300px;
	height:auto;
	position:relative;
	float:right;
	background-color:#f9fafc;
	padding:0px;
}

table.notes p{
	font-size:11px;
	color:#5f7a80;
	line-height:18px;
}

.landing_left{
	width:580px;
	height:auto;
	position:relative;
	float:left;
}

.landing_left_revised{
	width:580px;
	height:auto;
	position:relative;
	float:left;
}

#button_bottom{
	width:580px;
	height:auto;
	border-top:1px solid #cccccc;
	padding-top:12px;
	position:relative;
	float:left;
}

.landing_left_revised p{
	padding-bottom:10px;
}

.landing_links li{
	width:100%;
	background-image:url(../images/element-line-dots.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:10px;
	padding-bottom:10px;
}

.landing_links li a,
.landing_links li a:visited{
	color:#77af36;
	text-decoration:none;
}

.landing_links li a:hover{
	color:#77af36;
	text-decoration:underline;
}

.landing_links_revised li{
	width:100%;
	background-image:url(../images/element-line-dots.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:10px;
	padding-bottom:10px;
}

.landing_links_revised li a,
.landing_links_revised li a:visited{
	color:#77af36;
	text-decoration:none;
	font-size:14px;
}

.landing_links_revised li a:hover{
	color:#77af36;
	text-decoration:underline;
}

.landing_more{
	width:940px;
	height:auto;
	position:relative;
	float:left;
}

.landing_logos{
	width:918px;
	height:50px;
	position:relative;
	float:left;
	background-color:#efefef;
	border:1px solid #cccccc;
	padding:10px;
}

.landing_logos img{
	border:1px solid #cccccc;
	margin-right:10px;
}

.landing_sections{
	width:918px;
	height:auto;
	position:relative;
	float:left;
	background-color:#ffffff;
	border:1px solid #cccccc;
	padding:10px;
	margin-bottom:10px;
}

.landing_sections_left{
	width:180px;
	height:180px;
	position:relative;
	float:left;
	background-color:#efefef;
	border:1px solid #cccccc;
}

.landing_sections_right{
	width:708px;
	height:auto;
	position:relative;
	float:right;
}

.articles-segment{
	width:296px;
	height:80px;
	overflow:hidden;
	position:relative;
	float:left;
}

.bottom-buttons{
	width:100%;
	border-top:1px solid #cccccc;
	text-align:right;
	position:relative;
	float:left;
}

.featured-panel{
	width:155px;
	height:auto;
	position:relative;
	float:right;
	text-align:left;
	margin-left:10px;
}

.featured-panel-lp{
	width:300px;
	height:auto;
	position:relative;
	float:right;
	text-align:left;
	margin-left:20px;
}

.featured-logos{
	width:135px;
	height:auto;
	background-color:#fef1d5;
	border:1px solid #f8d58a;
	padding:10px 10px 0px 10px;
	position:relative;
	float:left;
	margin-top:20px;
}

.featured-logos-lp{
	width:280px;
	height:auto;
	background-color:#fef1d5;
	border:1px solid #f8d58a;
	padding:10px 10px 10px 10px;
	position:relative;
	float:left;
	margin-top:20px;
}

.featured-logos img{
	margin-bottom:10px;
}

.featured-logos-small{
	width:98%;
	height:auto;
	background-color:#fef1d5;
	border:1px solid #f8d58a;
	padding:5px 5px 5px 5px;
	position:relative;
	overflow:hidden;
	text-align:left;
}

.featured-logos-small img,
.featured-logos-small p{
	float:left;
}

/*-----------------------------------------------------------------------
Navigation
------------------------------------------------------------------------*/

#nav{
	width:950px;
	height:49px;
	margin-left:10px;
	cursor:default;
}	
	
#drops, #drops ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:inherit;
	z-index:100;
}
	
#drops ul.drop{
	background:#3f75af;
	padding:0px;
	width:inherit;
	clear:both;
	float:left;
	margin-top:49px;
	padding-top:10px;
	padding-bottom:10px;
}

#drops ul.drop li{
    width:inherit;
	clear:both;
	padding:0px 20px 0px 20px;
}
	
#drops ul.drop a{
	color:#b2dff8;
	font-size:12px;
	line-height:26px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
}

#drops ul.drop a:hover{
	color:#ffffff;
	text-decoration:none;
}
	
#drops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	width:auto;
}

#drops li {
	float: left;
	/*width: 10em;*/
}

#drops li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#drops li:hover ul {
	left: auto;
}

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}

#nav a.home, #nav a.reviews, #nav a.articles, #nav a.resources, 
#nav a.about, #nav a.newsletter, #nav a.contact{
	float:left;
	background:url(../images/navigation.gif) no-repeat;
	height:49px;
	text-indent:-999999px;
}
	
#nav a.home{ background-position:-10px 0; width:74px;}
#nav a.home:active { background-position:-10px -49px;}

#nav a.reviews { background-position:-84px 0; width:93px;}
#nav a.reviews:active { background-position:-84px -49px;}

#nav a.articles { background-position:-177px 0; width:95px;}
#nav a.articles:active { background-position:-177px -49px;}

#nav a.resources { background-position:-272px 0; width:161px;}	
#nav a.resources:active{ background-position:-272px -49px;}
	
#nav a.about { background-position:-433px 0; width:83px;}	
#nav a.about:active{ background-position:-433px -49px;}

#nav a.newsletter {	background-position:-516px 0; width:117px;}	
#nav a.newsletter:active { background-position:-516px -49px;}

#nav a.contact { background-position:-633px 0; width:97px;}	
#nav a.contact:active { background-position:-633px -49px;}

/*-----------------------------------------------------------------------
Forms
------------------------------------------------------------------------*/

input.searchbox{
	width:114px;
	height:18px;
	background-color:transparent;
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#87c2e5;
	padding-top:4px;
}

input#textfield,
input#fullname,
input#emailaddress,
input#url{
	width:294px;
	height:24px;
	border-top:1px solid #7c8890;
	border-left:1px solid #c2d5e2;
	border-right:1px solid #c2d5e2;
	background-color:#d3e7f5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b96411;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	clear:both;
}

input#emailaddress-side{
	width:126px;
	height:21px;
	border-top:1px solid #7c8890;
	border-left:1px solid #c2d5e2;
	border-right:1px solid #c2d5e2;
	background-color:#d3e7f5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b96411;
	padding-top:5px;
	padding-left:4px;
	padding-right:4px;
	float:left;
	clear:both;
	margin-right:6px;
}

label.form_label{
	height:18px;
	padding-top:18px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#507982;
	float:left;
	clear:both;
	padding-bottom:10px;
}

label.form_label_side{
	height:18px;
	padding-top:10px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#507982;
	float:left;
	clear:both;
	padding-bottom:10px;
	width:100%;
}

button.subscribe{ 
	width:158px;
	height:41px;
	background-image:url(../images/button-subscribe.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
	clear:both;
	margin-top:30px;
}

button.subscribe:hover{
	background-position:0px -41px;
	background-repeat:no-repeat;
	cursor:pointer;
}

button.subscribe span{ 
	display:none;
}

button.go{ 
	width:40px;
	height:27px;
	background-image:url(../images/button-go.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

button.go:hover{
	background-position:0px -27px;
	background-repeat:no-repeat;
	cursor:pointer;
}

button.go span{ 
	display:none;
}

button.enquiry{ 
	width:168px;
	height:41px;
	background-image:url(../images/button-enquiry.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
	clear:both;
	margin-top:30px;
}

button.enquiry:hover{
	background-position:0px -41px;
	background-repeat:no-repeat;
	cursor:pointer;
}

button.enquiry span{ 
	display:none;
}

button.comment{ 
	width:178px;
	height:41px;
	background-image:url(../images/button-comment.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
	clear:both;
	margin-top:30px;
}

button.comment:hover{
	background-position:0px -41px;
	background-repeat:no-repeat;
	cursor:pointer;
}

button.comment span{ 
	display:none;
}

textarea#textarea,
textarea#comment,
textarea#enquiry{
	width:294px;
	height:100px;
	border-top:1px solid #7c8890;
	border-left:1px solid #c2d5e2;
	border-right:1px solid #c2d5e2;
	background-color:#d3e7f5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b96411;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	clear:both;
	overflow:auto;
}

.newsletter-success,
.newsletter-success-side,
.contact-success{
	float:left;
	clear:both;
	margin-top:20px;
	background-image:url(../images/icons/icon-success.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:24px;
}

.newsletter-success-side{
	color:#69901e;
	font-size:11px;
	line-height:16px;
}

.newsletter-error,
.newsletter-error-side,
.contact-error{
	float:left;
	clear:both;
	margin-top:20px;
	background-image:url(../images/icons/icon-error.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:24px;
	width:100%;
}

.newsletter-error-side{
	color:#90231e;
	font-size:11px;
	line-height:16px;
}

.none{
	display:none;
}

.panel_title_landingpage{
	width:280px;
	height:27px;
	position:relative;
	float:left;
	background-image:url(../images/panel-title-landingpage.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:8px 10px 0px 10px;
}

.panel_landingpage_content{
	width:270px;
	height:auto;
	position:relative;
	float:left;
	border-left:1px solid #bbda96;
	border-right:1px solid #bbda96;
	padding:4px 14px 10px 14px;
}

.panel_landingpage_bottom{
	width:300px;
	height:10px;
	position:relative;
	float:left;
	background-image:url(../images/panel-bottom-landingpage.gif);
	background-repeat:no-repeat;
	background-position:top left;
	overflow:hidden;
}

/*-----------------------------------------------------------------------
Sprites
------------------------------------------------------------------------*/

.icon_subpage{
	background-image:url(../images/icons/icon-subpage.png);
	float:left;
	position:relative;
	overflow:hidden;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}

.icon_contact{
	background-position:0px 0px;
	margin-top:2px;
}

.icon_socialmedia{
	background-position:0px -18px;
	margin-top:2px;
}

.icon_newsletter{
	background-position:0px -35px;
	margin-top:2px;
}

#button_reviews{
	width:158px;
	height:41px;
	position:absolute;
	left:500px;
	top:212px;
	background-image:url(../images/button-reviews.gif);
	background-repeat:no-repeat;
}

#button_reviews a{
	display:block; 
	width:100%; 
	height:100%; 
	text-decoration:none;
}

#button_reviews a:hover{
	width:158px;
	height:41px;
	background-image:url(../images/button-reviews.gif);
	background-position:0px -41px;
}

#button_newsletter{
	width:198px;
	height:41px;
	position:absolute;
	left:676px;
	top:212px;
	background-image:url(../images/button-newsletter.gif);
	background-repeat:no-repeat;
}

#button_newsletter a{
	display:block; 
	width:100%; 
	height:100%; 
	text-decoration:none;
}

#button_newsletter a:hover{
	width:198px;
	height:41px;
	background-image:url(../images/button-newsletter.gif);
	background-position:0px -41px;
}

.panel_reviews{
	background-image:url(../images/panel-reviews.gif);
	float:left;
	position:relative;
	overflow:hidden;
	background-repeat:no-repeat;
}

.panel_reviews a{
	display:block; 
	width:100%; 
	height:100%; 
	text-decoration:none;
}

.reviews_web{
	width:164px;
	height:65px;
	background-position:0px 0px;
}

.reviews_web a:hover{
	text-decoration:none;
	background-image:url(../images/panel-reviews.gif);
	background-position:0px -65px;
}

.reviews_mobile{
	width:147px;
	height:65px;
	background-position:-164px 0px;
}

.reviews_mobile a:hover{
	text-decoration:none;
	background-image:url(../images/panel-reviews.gif);
	background-position:-164px -65px;
}

.reviews_security{
	width:147px;
	height:65px;
	background-position:-311px 0px;
}

.reviews_security a:hover{
	text-decoration:none;
	background-image:url(../images/panel-reviews.gif);
	background-position:-311px -65px;
}

.reviews_reputation{
	width:122px;
	height:65px;
	background-position:-458px 0px;
}

.reviews_reputation a:hover{
	text-decoration:none;
	background-image:url(../images/panel-reviews.gif);
	background-position:-458px -65px;
}

.product_feature img{
	padding-left:16px;
}

.product_pricing p,
.product_rating p{
	color:#607074;
	padding:0px;
}

.product_pricing span{
	color:#3e74af;
	font-weight:bold;
}

/*-----------------------------------------------------------------------
Fonts
------------------------------------------------------------------------*/

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#36555c;
	padding-bottom:18px;
}

p a,
p a:visited{
	color:#b96411;
	text-decoration:none;
}

p a:hover{
	color:#b96411;
	text-decoration:underline;
}

h1{
	font-size:24px;
	font-weight:bold;
	color:#213e44;
	padding-bottom:20px;
}

h2{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

h3{
	font-size:12px;
	font-weight:bold;
	color:#3c71ad;
}

h4{
	font-size:14px;
	color:#3e74af;
	font-weight:bold;
}

.grey{
	color:#6c6c6c;
}

#footer p{
	font-size:11px;
	padding-bottom:10px;
}

#footer p a,
#footer p a:visited{
	text-decoration:none;
	color:#607685;
}

#footer p a:hover{
	text-decoration:underline;
	color:#607685;
}

#splash_blurb p{
	color:#3f4d5d;
}

.content_lhs_subpage_section p{
	padding:0px;
}

.content_lhs_subpage_section h2{
	font-size:14px;
	font-weight:bold;
	color:#507982;
	text-indent:6px;
}

#content_rhs_subpage h2{
	color:#77af36;
}

.line{
	margin-bottom:10px;
	border-bottom:1px solid #b6bbc1;
	padding-bottom:6px;
	width:100%;
}

.landing_right h2{
	color:#ffffff;
}

.landing_right p{
	padding:10px 0px 0px 0px;
	color:#77af36;
}

.landing_right p a,
.landing_right p a:visited{
	color:#77af36;
	text-decoration:none;
}

.landing_right p a:hover{
	color:#77af36;
	text-decoration:underline;
}

.landing_sections_right h2{
	color:#507982;
}
