/* FILE HELPER styles */
* {
	margin: 0;
	padding: 0;
}
img, a, a:hover, a:visited, a:active {
	border: none;
}
body {
	background: url(/static/images/page_bg.png) repeat-x top #141414;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
h1, h2, h3, h4 {
	font-weight: normal;
	color: #4d4d4d;
}
h1 { font-size: 3.4em; letter-spacing: -0.03em; margin-bottom: 0.25em; }
h2 { font-size: 2.3em; margin-bottom: .75em; }
h3 { font-size: 2em; margin-bottom: .75em; }
h4 { font-size: 1.7em; margin-bottom: .75em; }

p, div.middle li { 
	color: #333;
	font-size: 1.4em; 
	line-height: 1.7em;
	margin-bottom: 1.5em;
}

div.middle ul {
    margin-left: 18px;
}
    
p.small { font-size: 1.2em; }
#download h3 span {
	font-size: 2.7em;
	line-height: 1em;
	padding-right: 10px;
	float: left;
	color: #50C614;
}
.clearboth { clear: both; }
.clearleft { clear: left; }
.iconleft_small { float: left; margin-right:10px; }
.iconleft { float: left; margin-right:20px; }
.iconright { float: right; margin-left:20px; }
#container {
	width: 1000px;
	margin: 0 auto;
}
#containertop {
	width: 1000px;
}
#header {
	width: 1000px;
	padding: 0;
}
body#home #header {}
body#download #header, body#features #header, body#contact #header, body#privacy #header, #affiliates #header, #error404 #header, #error500 #header {}
#topbanner .logo {
	background: url(/static/images/logo.png) top left no-repeat;
	width: 325px;
	height: 100px;
	margin: 10px 0 0 30px;
}
#mainnav {
	list-style-type: none;
	height: 34px;
	margin-left: 30px;
}
#mainnav li {
	height: 34px;
	line-height: 34px;
	display: block;
	float: left;
	font-size: 1.4em;
	margin-right: 15px;
}
#mainnav li a {
	background-image: url(/static/images/mainnav_bg_hover.gif);
}
#mainnav li a:link, #mainnav li a:visited {
	background-image: none;
	line-height: 34px;
	height: 34px;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
}
#mainnav li a:hover, #mainnav li a:focus {
	background: url(/static/images/mainnav_bg_hover.gif) bottom center no-repeat;
}
#home li#mainnav_home a, #download li#mainnav_download a, #features li#mainnav_features a, #contact li#mainnav_contact a { 
	background: url(/static/images/mainnav_bg_active.png) top repeat-x;
	color: #000;
}

#topbanner {
	position: relative;
	background: url(/static/images/topbanner_bg_home.jpg) top center no-repeat;
	padding: 25px 350px 20px 0px;
	width: 650px;
	color: #fff;
}
#home #topbanner, #features #topbanner {}
#download #topbanner, #privacy #topbanner, #uninstall #topbanner, #error404 #topbanner, #error500 #topbanner {
	background-image: url(/static/images/topbanner_bg_home_2.jpg);
}

#topbanner p, #topbanner h1, #topbanner h2 {
	color: #fff;
	margin-left: 30px;
}
#topbanner h1 {
	font-size: 3.3em;
	margin-left: 30px;
	margin-bottom: 0;
}
#topbanner h2 {
	font-size: 2em;
	color: #bbb;
	font-style: italic;
	margin-bottom: 0;
}
#topbanner a.download_button { 
	background: url(/static/images/topbanner_btn_download.png) no-repeat;
	height: 60px;
	width: 330px;
	padding-right: 30px;
	margin: 20px 0 20px 30px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 28px;
	line-height: 45px;
	text-align: center;
}
#topbanner a.download_button:hover, #topbanner a.download_button:focus {
	background-image: url(/static/images/topbanner_btn_download_hvr.png);
	cursor: pointer;
}
#topbanner .callouts {
	list-style-type: none;
	overflow: auto;
	margin-left: 30px;
	margin-bottom: 20px;
}
#topbanner .callouts li {
	display: block;
	text-align: center;
	margin-right: 35px;
	float: left;
	font-size: 1.7em;
	color: #BBB;
}
#topbanner .callouts li span {
	color: #50C614;
	font-size: 1.5em;
	text-transform: uppercase;
}

#maincontent_top {
	background: url(/static/images/maincontent_top_bg.png) no-repeat;
	height: 17px;
	width: 1000px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#maincontent {
	width: 960px;
	padding: 30px 20px 0px 20px;
	background: #FFF;
	overflow: auto;
}
#maincontent a {
	color: #50C614;
	text-decoration: underline;
}
#maincontent ol.policies li, #maincontent ul.features li  {
	color: #333;
	font-size: 1.4em; 
	line-height: 1.5em;
	margin: 0 0 1em 2em;
}
.section {
	width: 960px;
	padding-bottom: 20px;
	overflow: auto;
}
.one_col, .two_col, .three_col, .four_col, .three_of_four_col, .three_of_four_split { margin: 0 10px; float: left; display: inline; }
.one_col { width: 940px;}
.two_col { width: 460px; }
.three_col { width: 300px; }
.four_col { width: 220px; position: relative; }
.three_of_four_col { width: 700px; }
.three_of_four_split { width: 340px; }
.one_col .top {
	background: url(/static/images/1col_bg_top.jpg) top center no-repeat;
	height: 7px;
	width: 940px;
	float: left;
	overflow: hidden;
}
.one_col .top_green {
	background: url(/static/images/1col_bg_top_orange.jpg) top center no-repeat;
	color: #fff;
	font-size: 2.8em;
	line-height: 40px;
	padding: 0 15px;
	width: 910px;
	float: left;
	overflow: hidden;
}
.one_col .middle {
	background: url(/static/images/1col_bg_mid.jpg) top center repeat-y;
	padding: 15px 20px;
	width: 900px;
	float: left;
}
.one_col .middle img {
	float: left;
	margin-right: 15px;
}
.one_col .bottom {
	background: url(/static/images/1col_bg_bottom.jpg) top center no-repeat;
	width: 940px;
	height: 18px;
	float: left;
	overflow: hidden;
}

.two_col .top {
	background: url(/static/images/2col_bg_top.jpg) top center no-repeat;
	height: 10px;
	width: 460px;
	float: left;
	overflow: hidden;
}
.two_col .middle {
	background: url(/static/images/2col_bg_mid.jpg) top center repeat-y;
	padding: 0 20px;
	height:auto !important;
	height: 210px;
	min-height: 210px;
	width: 420px;
	float: left;
}
.two_col .bottom {
	background: url(/static/images/2col_bg_bottom.jpg) top center no-repeat;
	width: 460px;
	height: 14px;
	float: left;
	overflow: hidden;
}
.three_col_error, .three_col_solution { 
	margin: 0 10px; float: left;
	width: 300px;
}
.three_col_error h2, .three_col_solution h2 {
	background: url(/static/images/error.jpg) top left no-repeat;
	padding-left: 115px;
	min-height: 105px;
}
.three_col_solution h2 {
	background: url(/static/images/file-helper-solution.jpg) top left no-repeat;
}
.three_col .top {
	background: url(/static/images/3col_bg_top.jpg) top center no-repeat;
	width: 300px;
	height: 5px;
	float: left;
	overflow: hidden;
}
.three_col .middle {
	background: url(/static/images/3col_bg_mid.jpg) top center repeat-y;
	padding: 10px 20px;
	width: 260px;
	float: left;
	height:auto !important;
	height: 400px;
	min-height: 400px;
}
.three_col .bottom {
	background: url(/static/images/3col_bg_bottom.jpg) top center no-repeat;
	width: 300px;
	height: 15px;
	float: left;
	overflow: hidden;
}

.four_col .top {
	background: url(/static/images/4col_bg_top.jpg) top center no-repeat;
	width: 220px;
	height: 5px;
	float: left;
	overflow: hidden;
}
.four_col .middle {
	background: url(/static/images/4col_bg_mid.jpg) top center repeat-y;
	padding: 10px 20px;
	width: 180px;
	float: left;
	height:auto !important;
	height: 410px;
}
.four_col .bottom {
	background: url(/static/images/4col_bg_bottom.jpg) top center no-repeat;
	width: 220px;
	height: 15px;
	float: left;
	overflow: hidden;
}
.four_col .column_arrow {
	height: 41px;
	width: 15px;
	background: url(/static/images/column_arrow.png);
	position: absolute;
	right: -12px;
	top: 20px;
}
.three_of_four_col .top {
	background: url(/static/images/3of4col_bg_top.jpg) top center no-repeat;
	height: 5px;
	width: 700px;
	float: left;
	overflow: hidden;
}
.three_of_four_col .middle {
	background: url(/static/images/3of4col_bg_mid.jpg) top center repeat-y;
	padding: 20px;
	height:auto !important;
	min-height: 210px;
	width: 660px;
	float: left;
}
.three_of_four_col .bottom {
	background: url(/static/images/3of4col_bg_bottom.jpg) top center no-repeat;
	width: 700px;
	height: 14px;
	float: left;
	overflow: hidden;
}
.three_of_four_col a.downloadbtnwide { margin-bottom: 50px; }
.three_of_four_split .top {
	background: url(/static/images/3of4split_bg_top.jpg) top center no-repeat;
	height: 5px;
	width: 340px;
	float: left;
	overflow: hidden;
}
.three_of_four_split .middle {
	background: url(/static/images/3of4split_bg_mid.jpg) top center repeat-y;
	padding: 20px;
	height:auto !important;
	min-height: 570px;
	width: 300px;
	float: left;
}
.three_of_four_split .bottom {
	background: url(/static/images/3of4split_bg_bottom.jpg) top center no-repeat;
	width: 340px;
	height: 14px;
	float: left;
	overflow: hidden;
}

ul.repairslist {
	list-style-type: none;
}
ul.repairslist li {
	font-size: 1.4em;
	padding: 0 0 1.1em 30px;
	background: url(/static/images/check.png) top left no-repeat;
}

#testimonials p {
	font-size: 1.3em;
	line-height: 1.5em;
	font-style: italic;
}

#maincontent a.downloadbtnwide {
	background: url(/static/images/btn_download_wide.jpg) top center no-repeat;
	display: block;
	width: 650px;
	height: 60px;
	margin: 0 auto;
	

	padding-right: 50px;
	color: #FFF;
	text-decoration: none;
	font-size: 28px;
	line-height: 45px;
	text-align: center;
}
#maincontent a.downloadbtnwide:hover, #maincontent a.downloadbtnwide:focus {
	background-image: url(/static/images/btn_download_wide_hvr.jpg);
	cursor: pointer;
}
.downloadbtn {
	background: url(/static/images/btn_download.jpg) top center no-repeat;
	display: block;
	width: 460px;
	height: 62px;
	margin: 0 auto;
}
.downloadbtn:hover, .downloadbtn:focus { 
	background: url(/static/images/btn_download_hvr.jpg); 
	cursor: pointer;
}
.download_bar {
	width: 700px;
	margin: 0 auto;
	min-height: 90px;
	padding: 45px 0px 20px 0px;
	overflow: auto;
	margin-bottom: 30px;
	background: url(/static/images/download_bar_bg.jpg) no-repeat top center;
}
.download_bar p {
	line-height: 20px;
}
#maincontent a.downloadbtn {
	background: url(/static/images/btn_download_inline.png) no-repeat;
	text-decoration: none;
	padding: 8px 0 0 60px;
	width: 240px; /* 300 total */
	height: 52px; /* 60 total */
	display: block;
	float: left;
	margin-right: 30px;
}
#maincontent a.downloadbtn:hover {
	background-image: url(/static/images/btn_download_inline_hvr.png);
}
#maincontent a.downloadbtn h4 {
	color: #FFF;
	text-decoration: none;
	margin-bottom: 0;
	font-size: 2.5em;
	line-height: 20px;
}
#maincontent a.downloadbtn p {
	color: #FFF;
	text-decoration: none;
}

/* Testimonials Styles */
.testimonials .top {
	width: 670px;
	height: 55px;
	padding: 0 15px;
	background: url(/static/images/testimonials_top.jpg) top left no-repeat;
	line-height: 38px;
	color: #fff;
	font-size: 2.8em;
}
.testimonials .middle {
	width: 690px;
	padding: 5px;
	background: url(/static/images/testimonials_mid.jpg) top left repeat-y;
}
.testimonials .bottom {
	width: 700px;
	height: 30px;
	background: url(/static/images/testimonials_bottom.jpg) bottom left no-repeat;
}
.testimonials .entry {
	width: 190px;
	padding: 0 20px;
	float: left;
}

/* Features table */
.tablebox {
	background: url(/static/images/table_bg.jpg) top left repeat-y;
	padding: 0 0 0 4px;
}
table#features {
	text-align: left;
	width: 933px;
	border-collapse: collapse;
}
table#features td {
	vertical-align: top;
	font-size: 1.2em;
	border-right: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	height: 1em;
}
table#features tr.row2 td {
	background-color: #F0F0F0;
}
.featurestabletop {
	background: url(/static/images/table_top.jpg) top center no-repeat;
	color: #fff;
	font-size: 2.8em;
	line-height: 40px;
	padding: 0 15px;
}
.featurestablebottom {
	background: url(/static/images/table_bottom.jpg) top center no-repeat;
	height: 18px;
}
table#features #feature-column, table#features #product-column, table#features #competition-column { 
	padding: 10px;
	border-right: 1px solid #b3b3b3;
	background-color: #FFF;
}
table#features th h2 { margin-bottom: 0; }
table#features #feature-column { }
table#features #product-column { }
table#features #competition-column { }
table#features .feature {
	padding: 10px;
	font-size: 1.5em;
}
.product-feature {
	background: url(/static/images/table_check.png) top left no-repeat;	
	padding: 5px 10px 5px 40px;
}
.competitor-feature {
	background: url(/static/images/table_x.png) top left no-repeat;
	padding: 5px 10px 5px 40px;
}



/* Features styles */
#awards_specs img {
	margin-bottom: 20px;
}
#awards_specs h3.specs_head {
	color: #50C614;
	margin-bottom: 0;
}
ul.specs {
	list-style-type: none;
	padding-left: 0;
}
ul.specs li {
	font-size: 1.2em;
}
ul.specs li span {
	color: #50C614;
}
ul#screenshots {
	list-style-type: none;
}
ul#screenshots li {
	display: inline;
	margin-right: 20px;
}

/* Problems Table */
table#problems {}
#problems tr {}
#problems th {}
#problems td {}
#problems td.problem, #problems td.automatic {
	width: 400px;
	padding: 5px 10px 15px 40px;
	font-size: 1.3em;
	vertical-align: top;
	background-position:top left;
	background-repeat: no-repeat;
}
#problems td.manual {
    padding: 5px 10px 15px 40px;
	font-size: 1.3em;
	vertical-align: top;
	background-position:top left;
	background-repeat: no-repeat;
    background-image: url(/static/images/table_x.png);
}
#problems td.problem {
	width: 275px;
}
#problems td.automatic {
	background-image: url(/static/images/table_check.png);
	width: auto;
}
ul#features {
	list-style-type: none;
	padding-left: 0;
	width: 700px;
	margin: 0 auto;
}
ul#features li {
	background: url(/static/images/table_check.png) no-repeat left top;
	font-size: 1.6em;
	line-height: 1.9em;
	margin-bottom: 10px;
	padding-left: 40px;
}
img.specific_icon {
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

/* Download styles */
#download .four_col .middle {
	min-height: 360px;
}
#download #maincontent .downloadbtnwide {
	width: 780px;
	padding-right: 70px;
}


/* Contact styles */
#contact .two_col img {
	text-align: center;
}
#contact form {
	width: 420px;
	margin: 0 auto 20px auto;
}
#contact label {
	width: 100px;
	height: 22px;
	font-size: 1.6em;
	float: left;
	display: block;
	margin-bottom: 15px;
}
#contact #name, #contact #email, #contact #subject {
	height: 20px;
	width: 318px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	padding-top: 2px;
}
#contact #name:focus, #contact #email:focus, #contact #subject:focus {
	border: 1px solid #20c5f2;
}
#contact #message {
	width: 318px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	padding-top: 2px;
}
#contact #message:focus {
	border: 1px solid #20c5f2;
}
#contact #submit {
	margin: 0 0 0 320px;
	background-color: #20c5f2;
	border: 1px solid #CCC;
	height:30px;
	width: 100px;
	color: #fff;
	cursor: pointer;
}

/* Footer Styles */
#footer {
	background: url(/static/images/footer_bg.jpg) no-repeat top center;
	width: 940px;
	padding: 25px 30px;
	color: #fff;
	font-size: 1.2em;
	float: left;
	overflow: auto;
}
#footer li#footernav_copy a{
	padding-left: 0;
	padding-right: 15px;
}
#footer ul.footernav  {
	color: #fff;
	list-style-type: none;
}
#footer .footernav li {
	display: block;
	float: left;
}
#footer .footernav li a {
	color: #fff;
	padding: 0 15px;
	text-decoration: none;
}
#footer .footernav li a:hover, #footer .footernav li a:focus {
	color: #fff;
	text-decoration: underline;
}
#home .footernav li#footernav_home a, #download .footernav li#footernav_download a, #features .footernav li#footernav_features a, #contact .footernav li#footernav_contact a, #privacy .footernav li#footernav_privacy a, #affiliates li#footernav_affiliates a { 
	color: #50C614;
	text-decoration: underline;
}
#footer .logo {
	float: right;
	margin-top: 3px;
	width: 131px;
	height: 15px;
	background: url(/static/images/footer_logo.png) top left no-repeat;
}


/* Lightbox styles */
      
#lightbox {
background-color:#eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
}

#lightboxDetails {
font-size: 1.5em;
padding-top: 0.4em;
}	

#lightboxCaption {
float: left;
}

#keyboardMsg {
float: right;
}

#closeButton {
top: 5px; right: 5px;
}

#lightbox img {
border: none; clear: both;
} 

#overlay img {
border: none;
}

#overlay {
background-image: url(/static/images/overlay.png);
}

* html #overlay {
background-color: #333;
background-color: transparent;
background-image: url(/static/images/lightbox-blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/images/overlay.png", sizingMethod="scale");
}
