html, body {
    height: 100%;
}

body {
	padding: 0; 
	margin: 0; 
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	color: #333; 
	background-color: #FFFFFF;
	font-size: 15px;
    
}

p {	padding: 5px 0px; }
h1 { font: 2.4em Myriad pro, Arial, sans-serif; padding: 8px 0 4px 0; margin: -95px 0 40px 65px; letter-spacing: -1px; color: #ffffff; text-shadow: 2px 2px 1px #011e4b; }
h2 { font: 1.8em Myriad pro, Arial, sans-serif; letter-spacing: -1px; }
h3 { font: bold 1.6em Myriad pro; padding: 4px 0; margin:  0; }

a
	{
		text-decoration:none;
	}

a img {
	text-decoration: none;
	border: 0 none;
	}
	
.clear {
	clear:both;
}
	
#bodyindex {
	background: url('/images/bgindex.png') #ffffff repeat-x top center;	
}	

#bodymain {
	background: url('/images/top-bg-main.png') #ffffff repeat-x top center;	
    height: 100%;
}

	
#headerwrap
{
    width: 1024px;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}

#headerindexwrap
{
    width: 1024px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

#header /*small header (other pages)*/
{
    width: 1024px;
    height: 203px;
    margin: 0 auto;
    background:url('/images/header-main.jpg') no-repeat;   
}

#headerindex /*large header (front page)*/
{
    width: 1024px;
    height: 319px;
	margin: 0 0 0 0px;
    background-image:url('/images/headindexbg.jpg'); 
    background-repeat: no-repeat;
}

#logo {
	width: 379px;
	height: 126px;
	margin-top: 0px;
	margin-left: 65px;
	background: url('/images/logo-top.png') no-repeat;
}

#logoindex {
	width: 379px;
	height: 126px;
	margin-top: 0px;
	margin-left: 0px;
	background: url('/images/logo-top.png') no-repeat;
}

.logo {
	display: block;
	width: 379px;
	height: 126px;
}


#app-screenshots
{
    width: 500px;
    height: 340px;
	float: right;
	display: block;	
    margin-left:  20px;
    margin-top: 0px;
    overflow: hidden;
    
}

#app-screenshots img { display: none }
#app-screenshots img.first { display: block }

#cycle-navigation
{
    width: 300px;
    text-align: center;
    margin: 10px auto;
}

#cycle-navigation .cycle-button
{
        
}

#nav {
	font-size: 14px;
	margin:5px 0px 0 370px;
	float:right;
	padding-top:30px;
	height: 66px;
}

#nav ul
{
    padding: 0;
    margin: 0;
}


#nav li
	{
		display:inline;
		float:left;
		margin-right:15px;
		text-decoration:none;
	}

#nav a
	{
		text-shadow:1px 2px 0 #000000;
		font:Helvetica;
	}
	
#nav a:link
	{
		text-decoration:none;
		color:white;
		display:block;
		float:left;
	}
	
#nav a:visited
	{
		color:white;
	}

#nav a:hover
	{
		text-shadow:2px 4px 0 #000000;
		color:#cbff7f;
	}

#nav a:active
	{
		text-decoration:underline bold;
		color:#67AF1F;
	}


.mid-header {
	width: 1024px;
	height: 360px;	
	margin-top: -10px;
	margin-left: 0px;
}

.tagline {
	width: 540px;
	height: 175px;
	color: #ffffff;
	font-family: Arial, sans-serif;
}

#main-headline {
	font-size: 52px;
	margin: 0;	
	line-height: 55px;
	font-weight:normal;
}

.main-tag-30dc {
    font-size: 42px;
    margin: 0;	
	line-height: 45px;
	font-weight:normal;
}

#main-subheadline {
	font-size: 18px;
	margin-top: 10px;
	text-shadow: 2px 2px 1px #011e4b;	
	letter-spacing: 0px;
	font-weight:normal;
}

.screenshot {
	background: url('images/screenshot.png') no-repeat top center;
	width: 484px;
	height: 357px;
	float: right;
	display: block;	
	margin-right: 10px;
}



#screenshot-titles {
    display: none;
}
#try-now {
	width:271px;
	height: 62px;
	float:right;
	margin-top: -20px;
	margin-right:20px;
}

.try-now {
	width:271px;
	height:62px;
	background:url('/images/try-now-for-free.png') no-repeat;
	display:block;	
}

.try-now:hover {
	background-position: 0px -66px;	
}

#content
{
	width: 1024px;
    margin-left: auto;
    margin-right: auto;
	margin-top:15px;
	margin-bottom: 15px;
    min-height: 100% !important; 
	/*background: url('/images/content-bg.png') no-repeat 0 95px;*/
}

#content-body
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-bottom: 100px;
}

#page-content {
    width: 940px;
    margin: 0 auto;
    padding-left: 45px;
}

#left {
	width: 200px;
	float: left;	
	padding-top: 20px;
    background: url('/images/content-bg.png') no-repeat left top;
}

.lnav-item {
	width: 160px;
	background: url('/images/left-nav-hr.png') no-repeat bottom right;
	text-align: right;
	padding: 10px 20px;
	color: #838383;
	text-shadow: 1px 1px 0px #ffffff;
}

.lnav-item a {
	color: #838383;
	text-shadow: 1px 1px 0px #ffffff;
	text-decoration: none;	
}

.lnav-item a:hover {
	#000000;	
}


#content2 {
	width: 780px;
	float: right;	
	padding: 30px 20px 5px 20px;
	text-align: justify;
}

#content2 p {
	padding-top: 0;	
}
    
    #upgradetable
 {
    border: 1px solid #cfcfcf;
    text-align: center; 
    font-size: 16px; 
    font-family: verdana; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
 }
 
 #upgradetable th
 {
    background-color: #5e98b6;  
    padding: 10px; 
    font-size: 15px;
    color: #ffffff;
	text-shadow: 1px 1px 0px #177fb6;
	font-weight: normal;
 }
 
 #upgradetable td
 {
    padding: 10px;
 }
#pricetable
	{
		height:310px;
		width:500px;
		margin:0 0 10px 0;
		float:right;
		clear:right;
		background:url('images/pricing.png');
	}

#signuptable td
{
    padding-top: 20px;
        font-size: 16px;
    font-weight: bold;
}
	
.floatleft
	{
		float:left;
		padding: 10px;
	}

.fptable
	{
		width:800px;
		margin:0 auto;
	}

.fptable a
{
    color: black;
}
	
#fpcontent td
	{
		width:200px;
		height:100px;
		margin:0;
		padding:0;
	}
    
.ullist li
{
    font-size: 16px;
    padding-top: 20px;
    
}
.installtable td
{
    padding: 20px;   
}
	
.button
	{
		width:220px;		
		float:left;
		margin-top:45px;
		margin-right: 5px;
		text-decoration:none;
	}
	
.why-zentester {
	display: block;
	background: url('images/topbuttons2.png') no-repeat;
	width: 218px;
	height: 136px;	
	background-position: -221px 0;
}

.why-zentester:hover { 
	background-position: -681px 0;	
}

.get-free {
	display: block;
	background: url('images/topbuttons2.png') no-repeat;
	width: 218px;
	height: 136px;	
}

.get-free:hover {
	background-position: -460px 0;	
}
	
.signup {
	height: 150px;
	clear:both;
	padding-top: 20px;
	}

.signuplink {
	display: block;
	background: url('images/try-for-free.png') no-repeat top center;
	width: 1000px;
	height:	100px;
}

.signuplink:hover {
	background-position: 0 -100px;	
}
	

.foot-tff {
	background: url('/images/foot-tff.png') no-repeat;
	width: 1000px;
	height: 100px;
	margin: 50px auto 20px;	
	display: block;
}

.foot-tff h2 {
	font: 28px Myriad pro, Arial, sans-serif; 
	color: #177fb6; 
	text-shadow: 1px 1px 0px #ade3ff;
	margin: 0;
	padding: 0;
}

.foot-tff h3 {
	font: 20px Myriad pro; 
	padding:0; 
	margin:0; 
	color: #143168; 
	letter-spacing: 0px; 
	text-shadow: 1px 1px 0px #ade3ff;
}

.create-own-account {
	margin-left: 240px;
	padding: 21px 0px;
}

#foot-try-for-free {
	width: 160px;
	height: 54px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

.foot-try-for-free {
	width: 160px;
	height: 54px;
	display: block;	
	background: url('/images/foot-try-for-free.png') no-repeat;		
}

.foot-try-for-free:hover {
	background-position: 0px -52px;	
}
	
#footer
	{
	height:100px;
	}

.in-footer {
	width: 1024px;
	margin: 0 auto;	
	font-size: 12px;
}
	
#footer img
	{
		width:1024px;
		margin:0 auto;
        border-style: none;
	}
	
#copyright
	{
		font-family:helvetica, sans-serif, arial;
		color:#838383;
        text-align: center;
        
	}
	
#copyright a {
	color: #56880f;	
}
   
.foot-nav {
    text-align: center;
}

.foot-nav a {
	color: #0c2050;	
}

.facebook16 {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('/images/facebook16.png') no-repeat;	
}

.twitter16 {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('/images/twitter16.png') no-repeat;	
}
    
 #buttonbar
 {
    width: 450px;
    float: left;
    text-align: center;  
    margin-left: 40px;
    
 }
 
  
 .fpinfo
 {
    width: 450px;
    float: right;
    padding: 30px;
    padding-top: 0px;
   font-style: italic;
 }
 
 .wp-submit
 {
    padding: 5px;
 }
 

#col-220 {
	width: 190px;
	background: url(images/left-sidebar.png) no-repeat top right;
	padding-right: 10px;
	float: left;
	height: 560px;	
}

#col-220 h3 {
	font-size: 18px;
	color: #011e4b;
	font-weight:bold;
	padding: 5px;	
}

.col-220-mid {
	width: 168px;
	padding: 0 10px 5px 10px;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	background:#fff;
	margin-left: 10px;
}

.col-220-top {
	width: 190px;
	background: url('images/left-220-top.png') no-repeat;
	margin: 10px 0 0 10px;
	padding:0;
	height: 14px;
}

.col-220-btm {
	width: 190px;
	background: url('/images/left-220-btm.png') no-repeat;
	margin:0 0 10px 10px;
	padding:0;
	height: 14px;
}

.col-220-inner {
	margin: 0;
	padding-top: 5px;
}
  
/* these styles are used in Wordpress! */

body#wp {
	background-image:url('/images/subBg.jpg'); 
	background-repeat: repeat-x;
}

#leftcol {
	width: 690px;
	float: left;
}

#pubcom {
	width: 150px;
	float: left;
}

#sidebar {
	width:300px;
	background: url('/images/sidebar-bg.jpg') no-repeat top left;
	padding-left: 10px;
	float: right;
	height: 560px;
}

#sidebar ul {
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
}

.search {
	margin: 0;
	padding-top: 5px;
}

.sidebarmenus {
	width: 270px;
	padding: 0 10px 5px 10px;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	background:#fff;
}

.sbm-top {
	width: 294px;
	background: url('/images/sbm-top.png') no-repeat;
	margin: 10px 0 0 0;
	padding:0;
	height: 14px;
}

.sbm-btm {
	width: 294px;
	background: url('/images/sbm-btm.png') no-repeat;
	margin:0 0 10px 0;
	padding:0;
	height: 14px;
}

#thearticle {
	text-align:justify;
	width: 540px;
	margin-bottom: 30px;
	float: right;
}

#thearticle table {
	margin: 10px;
}

#thearticle td {
	padding: 3px;
}

#thearticle ul {
	margin: 10px;
	padding:10px;
}

#thearticle h2 {
	font-size: 30px;
}

.published { text-transform: capitalize; color:#666;margin:10px 10px 10px 0;}
.comment { background: url('/images/icon_comment.png') no-repeat center left; padding-left: 20px;}

fieldset { border: none; }

#meta {
	border-top: 1px solid #cfcfcf;
	padding-top: 10px;
}

#metal {
	width: 270px;
}

#metar {
	width: 270px;
	float: right;
	text-align:right;
}

#addclientbox
{
    text-align: center;
    padding: 10px;   
    
}

#addclientbox td
{
    padding: 5px;
}

.signup2 {
	display: block;
	width: 106px;
	height: 25px;
	background: url('/images/sign-up.png') no-repeat;
	padding: 0px;
	margin: 0px;
}

.signup2:hover {
	background-position: -112px 0;	
}

.select2 {
	display: block;
	width: 106px;
	height: 25px;
	background: url('/images/sign-up.png') no-repeat;
	padding: 0px;
	margin: 0px;
}

.select2:hover {
	background-position: -112px 0;	
}

tr.head {
	font-weight: bold;	
	padding-bottom:10px;
}

.prizebox
{
    width: 500px; 
    height: 200px; 
    border: 1px solid #aaaaaa;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    
}

.prizeheadline
{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    font-family: Myriad pro;
    
}
.prizeimage
{
    padding: 20px;
    float: left;
}

.prizetext
{
    padding: 10px;
    padding-top: 20px;
    
}

#statstable
{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    text-align: center;   
    
}

#statstable th
{
    background-color: #5e98b6;
    font-size: 18px;
    padding: 10px;
}

/* Comments */
.comments-list { padding-top: 20px;}
.comments-list div.entry { margin-bottom: 15px; padding: 20px; background: #fff;}
.comments-list div.alt { background: #f5f5f5; padding-top: 20px; border: none; margin-bottom: 25px;}
.comments-list p.name { font: bold 14px/14px "Arial" sans-serif; letter-spacing: -1px; color:#000;}
.comments-list p.avt { padding: 0px; margin: 0px; float: right;}
.comments-list p.avt img { border: solid 1px #ccc;}
* html .comments-list p.avt { left: -60px; }
.comments-list p.date { font-size: 11px; margin-bottom: 5px;}

.comments-list .con { font: normal 12px/17px "Verdana"; margin-right: 90px; color:#333;}
.comments-list .con p { font: normal 12px/17px "Verdana"; padding: 5px 0px; margin: 0px; color:#333;}
.comments-list .con blockquote { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; color:#666; margin: 10px 20px; }
.comments-list .con blockquote p { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; color:#666; }

/* Comments Form */
.comments-form { background: #f5f5f5; padding: 20px 20px 30px 20px; margin: 10px 0px; border: 1px solid #ccc;}
.comments-form p { padding: 7px 0px; color:#808080;}
.comments-form .required { font-weight: normal; color:#ff0000;}
.comments-form input { padding: 5px; width: 210px; margin-right: 7px; }
.comments-form input.formid { border: 1px solid #0481b1; background: #fff; padding: 5px;}
.comments-form input.formemail { border: 1px solid #0481b1; background: #fff; padding: 5px;}
.comments-form input.formuri { border: 1px solid #0481b1; background: #fff; padding: 5px;}
.comments-form textarea { border: 1px solid #0481b1; background: #fff; padding: 4px; width: 97%;}
.comments-form .button { border: 1px solid #0481b1; color:#fff; width: auto; font-size: 11px; font-weight: bold; background:#04356a; margin-top: -3px;}

.testimonial {
	
}

.byline {
	font-style:italic;
	text-align:center;
	margin-top: 0;
	padding-top: 0;	
}

.test_quote {
	background: url(images/quotes.png) no-repeat center center;
	color:#1456a5;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	margin:10px auto;
	padding:15px 50px;
	text-align:justify;
	text-shadow:1px 1px 2px #9cc3d3;
	width:530px;	
}

.testimonial-2 {
	padding-top: 2px;
}

.test_quote2 {
	background: url(images/quotes2.png) no-repeat center center;
	color:#1456a5;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	margin:10px auto;
	padding:15px 55px;
	text-align:justify;
	text-shadow:1px 1px 2px #9cc3d3;
	width:350px;	
}

#usecount
{
    text-align: center;
    font-size: 1.7em;
    font-family: Myriad Pro, Arial, sans-serif;   
    padding-top: 10px;
    padding-bottom: 0px;
    position: relative;
    text-shadow:1px 1px 2px #9cc3d3;   
}

#usecount p {
	padding: 0;
	margin: 0;	
}


.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


/**             CSS for landing pages               **/

.introhead
{
    font-size: 24px;
    font-weight: bold;
    font-family: Georgia, Helvetica, sans-serif;
    color: #0000cc;
    text-align: center;
    width: 600px;
}



/**             Double Sales Landing Page           **/



/**             Homepage Styles                     **/

.left-text
{
    width: 560px;
    height: auto;
    text-align: left;
    float: left;    
    padding: 0px 20px;
}

.left-image
{
    width: 400px;
    height: auto;
    float: left;
    margin: 20px 0px;
}
    

.right-text
{
    width: 560px;
    height: auto;
    text-align: left;
    float: right; 
    padding: 0px 20px;
}



.right-image
{
    width: 400px;
    height: auto;
    float: right;
    margin: 20px 0px;
}

.main-text
{
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
}

.main-text h2
{
    text-align: center;
    width: 500px;
    margin: 0 auto;
    font-size: 36px;    
}



.features-content .headline
{
    font-size: 36px;
    text-align: center;
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: bold;
    color: #60a311;
    margin-bottom: 10px;
    text-decoration: underline;
}

.features-content .features
{
    width: 800px;
    margin: 0 auto;
    padding: 0px 0px;
}

.features-content .features-noimages
{
    width: 410px;
    margin: 0 auto;
    padding: 0px 30px;
}

.features-content .features .feature
{
    width: 800px;    
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    
}

.features-content .features-noimages .feature
{
    width: 410px;    
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    
}

.features-content .fanchor
{
    position: absolute;
}

.feature-image
{
    
    width: 380px;
    padding-bottom: 20px;
}

.feature .float-left /* For feature image, as its a subset of feature, won't affect features*/
{
    padding-right: 30px;
    padding-left: 00px;
}

.feature .float-right
{
    padding-right: 00px;
    padding-left: 30px;
}

.features-content .feature-headline
{
    font-size: 28px;
    text-align: center;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-weight: bold;
    color: #60a311;
}



.homepage-content .breaker, .feature-content .breaker
{
    width: 600px;
    margin: 20px auto;
    height: 1px;
    border-top: 1px solid #aaaaaa;
    clear: both;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.homepage-content .howitworksvid
{
    width: 470px;
    height: 285px;
    margin: 20px;
    border: 1px solid #000;
    float: left;
}
           
.homepage-content .resultsvid
{
    width: 800px;
    height: 600px;
    margin: 20px auto;
    border: 1px solid #000;
}

.pageheadline
{
    font-size: 36px;
    font-weight: bold;
    font-family: "Myriad Pro", Arial, sans-serif;
    text-align: center;
}

.pagesubheadline
{
    font-size: 26px;
    font-weight: normal;
    font-family: "Myriad Pro", Arial, sans-serif;
    text-align: center;
}

.hiddenfree
{
    font-size: 10px;
    text-align: center;
    width:100%;
}


.pricingpage .faqtable
{
    width: 742px;
    height: auto;
    padding: 30px;
    background-color: #dbe7cd;
    margin: 20px auto;
    font-size: 13px;
    
}

.pricingpage .faqtable .title
{
    font-size: 21px;
    font-family: Verdana, Arial, sans-serif;
    margin-bottom: 20px;
    font-weight: bold;
}

.faqtable .col1
{
    width: 355px;
    margin-right: 30px;
    float: left;
}

.faqtable .col2
{
    width: 355px;
    margin: 0px;
    float: left;
}

.corners
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
}

.faqtable .data-safe
{
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    float: left;
    padding: 20px;
    margin-top: 20px;
}

.faqtable .data-safe strong
{
    font-size: 15px;
}

.data-safe .paypal-seal
{
    display: block;
    width: 146px;
    height: 86px;
    margin-right: 20px;
    background: transparent url("images/paypal-seal.gif") no-repeat center;
    float: left;
}

#loginform
{
    text-align: left;
    width: 265px;
    margin: 0 auto;

    padding: 20px;
    
}

#loginform h2
{
    margin: 0px;
    text-align: center;
}

#loginform label
{
    width: 100px;
    display: block;
    float: left;
    height: auto;
    margin-bottom: 10px;
}

#loginform input
{
    display: block; 
    float: left;
    margin-bottom: 10px;
    padding: 0px;
}

#loginform #wp-submit
{
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 30px;
    float: none;
    margin-bottom: 20px;
}

#loginform .links
{
    text-align: center;
    width: 100%;
}

.signup-form
{
   width: 340px;
   padding: 0px 30px;
   float: left;
}

.signup-form h2
{
    text-align: center;
    margin: 0 auto;
}

.homepage-signup-form
{
    text-align: center;
}
    

.homepage-content ul
{
    list-style-type: none;
    padding-left: 0;
    
}

.homepage-content li
{
    width: 500px;
    padding-left: 39px;
    padding-bottom: 30px;
    background: transparent url("images/list-arrow.png") no-repeat left top;
}

.homepage-content h2
{
    color: #629d2f;
    text-shadow: 1px 1px 1px #eee;
}

.homepage-content .headline
{
    font-size: 32px;
    text-align: center;
    font-family: "Myriad Pro", Arial, sans-serif;
    color: #03356a;
    margin-bottom: 10px;
    text-shadow: 2px 2px 1px #eee;
    margin: 10px 0px 10px 0px;
}

.homepage-content .right-sidebar
{
    width: 450px;
    float: right;
    margin-top: 20px;
}

.demo-boxes .demo-box
{
    margin-top: 10px;
    height: auto;
    width: 200px;
    float: left;
    margin: 10px;
    border: 1px solid transparent;
}

.demo-boxes .demo-title
{
    text-align: center;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.demo-boxes .demo-vid
{
    width: 200px;
    height: 121px;
    border: 1px solid black;
    display: block;
    margin: 10px auto 0px auto;
}

.right-sidebar .headline
{
    margin-top: 10px;
}

.right-sidebar .testimonial-vid
{
    width: 200px;
    height: 125px;
    border: 1px solid black;
    display: block;
    margin: 10px;
    float: left;
}

.homepage-content .left-sidebar
{
    width: 550px;
    float: left;
}

.homepage-content .benefit-bullets
{
    margin-top: 25px;
    margin-left: 0px;
}

.homepage-content .benefit-bullets .headline
{
    text-align: center;
    width: 400px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    margin-bottom: 20px;
}

.homepage-content .testimonial
{
    width: 800px;
    padding: 10px 30px;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    margin: 10px auto;
    clear: both;
        
    
}

.homepage-content .testimonial .image
{
    width: 100px; 
    float: left;    
}

.homepage-content .testimonial .text
{
    width: 500px; 
    float: right;
}

.explanation-text
{
    width: 300px;
    height: auto;
    text-align: left;
    float: left;
    padding: 0px 20px;
    margin: 10px 0px;    
}

.explanation-text .headline
{
    text-align: center;
    font-size: 22px;
}

/*****************************************          UPGRADE PAGE            ***********************************/

.btn_large {background: url(../images/bluetheme/bg_buttons.png) repeat-x top; border: 1px solid #0D87AE!important; color: #fff; font-size: 11px; border-radius: 7px; -moz-border-radius: 7px; font-weight: 700; border: none; font-family: Arial, Helvetica, sans-serif;}
		.btn_large:hover {background: url(../images/bluetheme/bg_buttons.png) 0 -50px; border: 1px solid #005977; cursor: pointer;}
        a.btn_large, a.btn_large:hover { color: #fff !important; text-decoration: none; }

    .btn_large { height: auto !important; width: 120px; font-size: 20px !important; margin: 10px auto; display: block; padding: 12px 15px; text-align: center;}
    
.upgrade-header
{
    font-size: 42px;
    text-align: center;
    font-family: "Myriad Pro", Arial, Verdana, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px #ccc;
    line-height: 42px;
    margin-bottom: 30px;
    color: #222;
}

.upgrade-header-bottom
{
    font-size: 24px;
    text-align: center;
    font-family: "Myriad Pro", Arial, Verdana, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px #ccc;
    line-height: 100%;
    margin-bottom: 50px;
    color: #222;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #ee0000;
}

.upgrade-footer
{
    font-size: 24px;
    text-align: center;
    font-family: "Myriad Pro", Arial, Verdana, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px #ccc;
    line-height: 24px;
    margin-bottom: 50px;
    color: #222;
}
.upgradebutton, button.upgradebutton, input[type=submit].upgradebutton {
  display: inline-block;
  background-color: #0f7998;
  border-style: solid;
  border-color: #005b7a;
  border-width: 0 2px 2px 0;
  color: white;
  cursor: pointer;
  padding: 2px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 12px;
  font-family: "myriad-pro-1", "myriad-pro-2", Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  background-color: #22a7c7;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#35bada), to(#0f94b4));
  background-image: -moz-linear-gradient(0% 100% 90deg,#0f94b4, #35bada);
  border-color: #0081a0;
  text-shadow: -1px -1px 0 #0081a0;
  color: white;
  line-height: normal;
  padding: 4px 12px;
}
.upgradebutton:hover, button.upgradebutton:hover, input[type=submit].upgradebutton:hover {
  background-color: #2153c6;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3567da), to(#0f41b4));
  background-image: -moz-linear-gradient(0% 100% 90deg,#0f41b4, #3567da);
  border-color: #0031a0;
  color: white;
  text-shadow: -1px -1px 0 #0081a0;
}
#upgrade-page {
  margin-bottom: 40px;
  text-align: center;
}

#upgrade-page .upgradebox {
  display: inline-block;
  text-align: left;
  width: 250px;
  vertical-align: top;
  background-color: white;
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#upgrade-page .upgradebox .header {
    text-align: center;   
    font-family: Helvetica, Verdana, sans-serif;
    padding-top: 10px;
    border-top: 2px solid #f3f3f3;
    
}
#upgrade-page .upgradebox .header h2 {
  margin: 10px 0px;
  font-size: 42px;
  font-weight: bold;
  color: black;
}
#upgrade-page .upgradebox .header h3 {
  font-size: 24px;
  color: black;
}
#upgrade-page .upgradebox .monthly-pricing {
  padding: 10px 10px 0 0;
  text-align: right;
  font-family: "myriad-pro-1", "myriad-pro-2", Arial, Helvetica, Sans-Serif;
}
#upgrade-page .upgradebox .monthly-pricing .price {
  font-size: 24px;
}
#upgrade-page .upgradebox .monthly-pricing .per-month {
  font-size: 16px;
  font-weight: 300;
}
#upgrade-page .upgradebox .features {
  clear: left;
  padding: 0 10px;
  min-height: 233px;
}
#upgrade-page .upgradebox .features li {
  padding-left: 22px;
  min-height: 16px;
  line-height: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 3px 0 3px 20px;
  border-bottom: 0;
  background-image: url("images/tick_small.png");
  background-position: 0 4px;
}
#upgrade-page .upgradebox .features li sup.asterisk {
  vertical-align: text-top;
  line-height: 1.2em;
  color: red;
}
#upgrade-page .upgradebox .features li.plus {
  background-image: url("images/add_small.png");
    background-position: 0 3px;
}
#upgrade-page .upgradebox .extra-pricing-options, #upgrade-page .upgradebox .subnotes {
  padding: 10px;
  border-top: 1px dotted #cccccc;
  min-height: 81px;
}
#upgrade-page .upgradebox .extra-pricing-options ul,
#upgrade-page .upgradebox .subnotes ul,
#upgrade-page .upgradebox .extra-pricing-options p,
#upgrade-page .upgradebox .subnotes p {
  margin: 0;
}
#upgrade-page .upgradebox .extra-pricing-options ul
{
    margin-left: 0px;
}
#upgrade-page .upgradebox .extra-pricing-options {
  border-top: 1px dotted #cccccc;
  background: #dbf1f6;
  font-size: 11px;
}
#upgrade-page .upgradebox .extra-pricing-options h3 {
    font-size: 15px;   
    margin-bottom: 5px; 
}
#upgrade-page .upgradebox .extra-pricing-options a {
    line-height: 18px;
    text-decoration: none;
    color: #008fbf;
}
#upgrade-page .upgradebox .extra-pricing-options a:hover {
    line-height: 18px;
    text-decoration: none;
    color: #2153c6;
}
#upgrade-page .upgradebox .subnotes {
  border-top: 1px dotted #cccccc;
  background: #f3f3f3;
  border-bottom: 2px solid #cccccc;
  font-style: italic;
  color: #666;
}
#upgrade-page .upgradebox .subnotes .asterisk {
  color: red;
}
#upgrade-page .bigger {
  padding: 3px;
  border-top: 0;
  background-color: #23a8c7;
  -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 2px 15px rgba(0,0,0,0.3);
  box-shadow: 0 2px 15px rgba(0,0,0,0.3);
  position: relative;
  z-index: 1;
  margin-top: -20px;
  font-size: 15px;
}
#upgrade-page .bigger .innercontainer {
  background-color: white;
}
#upgrade-page .bigger .header {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbf1f6), to(#ffffff));
  background-image: -moz-linear-gradient(0% 100% 90deg,#ffffff, #dbf1f6);
  border-top: 0;
}
#upgrade-page .bigger .extra-pricing-options {
  border-bottom: 0;
  font-size: 13px;
}
#upgrade-page .upgradebox + .promote {
  margin-left: 5px;
}
#upgrade-page .promote + .upgradebox {
  margin-left: 5px;
}
#upgrade-page.wideupgrades > .upgradebox {
  width: 320px;
}

.faqtable
{
    width: 742px;
    height: auto;
    padding: 30px;
    background-color: #f2fafc;
    margin: 20px auto;
    font-size: 13px;
    color: #222;
    -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 2px 15px rgba(0,0,0,0.3);
  box-shadow: 0 2px 15px rgba(0,0,0,0.3);
}

.faqtable p
{
    margin: 13px 0px;
}

.faqtable .title
{
    font-size: 21px;
    font-family: Verdana, Arial, sans-serif;
    margin-bottom: 20px;
    font-weight: bold;
}

.faqtable .col1
{
    width: 355px;
    margin-right: 30px;
    float: left;
}

.faqtable .col2
{
    width: 355px;
    margin: 0px;
    float: left;
}

.corners
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
}

.faqtable .data-safe
{
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    float: left;
    padding: 20px;
    margin-top: 20px;
}

.faqtable .data-safe strong
{
    font-size: 15px;
}

.data-safe .paypal-seal
{
    display: block;
    width: 146px;
    height: 86px;
    margin-right: 20px;
    background: transparent url("../images/paypal-seal.gif") no-repeat center;
    float: left;
}

#integration-logos
{
    font-size: 16px;
    font-family: font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    text-align: center;
    vertical-align: center;
    padding: 20px;
    height: 100px;
    font-weight: bold;
}

#integration-logos img
{
    margin-left: 20px;  
    margin-top: 10px;  
}

#company-logos
{
    width: 700px;
    padding: 10px;
    float: left;
    margin-left: 20px;
}

#company-logos img
{
    padding: 10px;
}

#company-logos #customer-text
{
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 40px;
    text-shadow: 1px 1px 0px #aaa;
    color: #000050;
}

#testimonials 
{
    width: 260px;
    float: right;
    padding: 10px;
}

#testimonials .testimonial
{
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #888;    
    font-style: italic;
    line-height: 1.2em;
}

#testimonials .testimonial .user-pic
{
    float: right;
    padding-left: 5px;
    padding-bottom: 5px;
}

#testimonials .testimonial .user
{
    clear: both;
    font-style: normal;
    text-align: right;
    padding-top: 5px;
    display: block;
}

#testimonials .testimonial:first-child
{
    border-top: 0;
}


/******************************************** SITE CRITIQUING ********************************************/

#page-content #contact-form {
        
    
    
    
    
    
}

#page-content #contact-form label {
    clear: both;
    margin-bottom: 10px;
    height: 32px;
    width: 250px;
    font-weight: bold;
    display: inline-block;
}

#page-content #contact-form input[type=text] {
    border: 1px solid #aaa;
    width: 250px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    margin-left: 20px;
    padding-left: 5px;
    margin-bottom: 10px;
}

#page-content #contact-form input[type=submit] {
    border: 1px solid #aaa;
    width: 250px;
    height: 50px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

#page-content #contact-form textarea {
    border: 1px solid #aaa;
    width: 300px;
    height: 250px;
    font-size: 16px;
    line-height: normal;
    margin: 5px 0px 10px 0px;
}

