﻿/* 
Title:   FortisBackup stylesheet for screen media
Author:  EJT Studios Ltd, www.ejtstudios.com
Updated: 08 July 2007
*/
body {
	margin: 0; 
	padding: 0;
	background: #f8f8f9 url(/images/headerbg.gif) top left repeat-x;
	font: 80% Verdana, "Lucida Grande", sans-serif;
	line-height: 1.8em;
	color: #444;
	text-align: center;
}
.hide { 
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}
a:link, a:visited {
	color: #167cbd;
	text-decoration: none;
	border-bottom: solid 1px #ccd;
}
a:hover {
	color: #0000a6;
	border-bottom: solid 1px #778;
}
a img {
	border: none;
}
.clearing { clear: both; }
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
cite {
	font-style: italic;
	font-size: 90%;
}

/* Header
-------------------------------------- */
#header {
	text-align: center;
}
#headercontent {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	height: 152px;
}
#headercontent #logo {
	margin: 0 auto;
	display: block;
	padding: 0;
	border-style: none;
	width: 517px;
	height: 152px;
	background: url(/images/logo.png) no-repeat;
}
#headercontent img {
	display: block;
	width: 0;
	text-indent: -9999px;
}

/* Nav
-------------------------------------- */
#nav {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 800px;
}
#nav ul {
	width: 761px;
	height: 106px;
	padding: 0;
	margin: 0 auto;
	background: #f1f2fb url(/images/nav.png) top left no-repeat;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav a {
	float: left;
	height: 83px;
	padding: 0;
	margin: 0;
	border: none;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#n-home a { width: 149px; background-position: 0 0; }
#n-features a { width: 106px; background-position: -149px 0; }
#n-pricing a { width: 93px; background-position: -255px 0; }
#n-howitworks a { width: 141px; background-position: -348px 0; }
#n-support a { width: 151px; background-position: -489px 0; }
#n-contactus a { width: 121px; background-position: -640px 0; }
#nav a:hover {
	background-image: url(/images/navhover.png);
}
body#home #n-home a, 
body#features #n-features a, 
body#pricing #n-pricing a, 
body#howitworks #n-howitworks a, 
body#support #n-support a, 
body#contactus #n-contactus a {
	background-image: url(/images/navon.png);
	height: 106px;
}

/* Main Body
-------------------------------------- */
#mainbody {
	padding: 0;
	margin: 0;
	background-color: #fff;
}
#mainbodycontent {
	margin: 0 auto;
	padding: 0 0 0 7px;
	width: 950px;
	text-align: left;
	background-color: #fff;
}

/* Content
-------------------------------------- */
#content {
	float: left;
	margin: 5px 0 40px 0;
	width: 635px;
	padding: 0;
}
#content p {
	margin: 0 0 1.5em 0;
	padding: 0;
}
#content img {
	border: none;
	padding: 0;
	margin: 0;
}
#content h2 {
	margin: 30px 0 0.8em 0;
	padding: 0;
	font: normal 190% "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
	color: #000;
}
#content h3 {
	margin: 30px 0 0.8em 0;
	padding: 0;
	font: normal 170% "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
	color: #000;
}
#content h4 {
	font-size: 110%;
	color: #000;
}
#content strong {
	color: #333;
}
#content .large {
	font-size: 110%;
}
#content table {
	margin-bottom: 0.75em;
	border-top: 2px solid #c2c8dd;
	border-bottom: 2px solid #c2c8dd;
	border-collapse: collapse;
}
#content table th, td {
	border-bottom: 1px solid #c2c8dd;
	padding: 4px 15px;
}
#content table thead, #content table th {
	background-color: #f1f2fb;
	color: #333;
	font-weight: bold;
}
#content table tbody th {
	border-right: 1px solid #c2c8dd;
}
#content table th span {
	font-weight: normal;
}
#content table tfoot {
	border-top: 2px solid #c2c8dd;
}
#content a.continued {
	padding-right: 13px;
	background: url(/images/rarr-off.gif) center right no-repeat; 
}
#content a.continued:hover {
	background: url(/images/rarr-hover.gif) center right no-repeat; 
}
#content .faq h4 {
	margin-bottom: 0;
}

/* Sidebar
-------------------------------------- */
#sidebar {
	float: right;
	width: 297px;
	text-align: left;
	margin: 40px 0 0 0;
	padding: 0;
	font-size: 95%;
}
#sidebar a {
	white-space: nowrap;
}
#sidebar img {
	margin: 0;
	padding: 0;
}
#sidebar p {
	margin: 0 0 1.5em 0;
	padding: 0;
}
#sidebar h2 {
	font: normal 150% "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
	padding: 0;
	color: #00245a;
}
#sidebar address {
	font-style: normal;
}
#sidebar strong {
	color: #333;
}
#sidebar ul {
	padding-left: 1em;
}
#sidebar li {
	line-height: 1.5em;
	margin: 0.5em 0;
}
#sidebar #trial {
	margin: 10px 0 65px;
}
#sidebar #trial a {
	border: none;
}
#sidebar .box {
	margin: 0 0 100px 20px;
	padding: 1px 0 0 20px;
	background: url(/images/boxbg.gif) top left no-repeat;
}

/* Forms
-------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form label {
	color: #000;
}
form label.error {
	color: #b33;
	font-weight: bold;
}
form .text, form .textarea {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #bbb;
	color: #444;
}
form .text.error, form .textarea.error {
	border-color: #b33;
	border-width: 2px;
}
form .text {
	width: 250px;
}
form .textarea {
	width: 400px;
}
form .chkbox {
	margin: 0;
	margin-right: 0.5em;
}
form fieldset {
	margin: 2em 0 2em 0;
	padding: 1em 13px;
	border: 1px solid #c2c8dd;
}
form fieldset legend {
	font: normal 150% "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
	color: #000;
}
#content form table, #content from table th, #content form table td, #content form table tbody th {
	border: none;
	padding: 4px;
}
#content form table th {
	background: none;
	text-align: right;
	font-weight: normal;
}
#content form .errorSummary {
	border: solid 1px #b33;
	background-color: #fff2f2;
	padding: 10px 10px 0;
	margin: 1em 0;
	font-size: 95%;
}
#content form .errorSummary h3 {
	background: #b33;
	border: none;
	color: #fff;
	padding: 4px 10px 5px;
	margin: -10px -10px 0 -10px;
	font: bold 110% Verdana, "Lucida Grande", sans-serif;
}
#content form .errorSummary ul {
	margin-left: 0;
	padding-left: 2em;
}

/* Footer
-------------------------------------- */
#footer {
	clear: both;
	padding: 25px 0 0 0;
	margin: 0;
	background: #f8f8f9 url(/images/footerbg.gif) top left repeat-x;
}
#footercontent {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 20px;
	color: #555;
	font-size: 85%;
}
#footercontent p {
	margin: 0;
	padding: 0;
}

/* Homepage
-------------------------------------- */
#home #content .keyfeature {
	float: left;
	width: 198px;
	margin-right: 20px;
	font-size: 95%;
}
#home #content #affordable.keyfeature {
	margin-right: 0;
}
#home #content .keyfeature h2 {
	height: 48px;
	padding-left: 55px;
	line-height: 48px;
	white-space: nowrap;
	font-size: 175%;
}
#home #content #secure.keyfeature h2 {
	background: url(/images/safe.gif) no-repeat;
}
#home #content #reliable.keyfeature h2 {
	background: url(/images/cog.gif) no-repeat;
}
#home #content #affordable.keyfeature h2 {
	background: url(/images/pound.gif) no-repeat;
}

/* Features
-------------------------------------- */


/* Pricing
-------------------------------------- */
#pricing #content #pricingmatrix table {
	width: 100%;
}
#pricing #content #pricingmatrix table a {
	border-bottom: none;
	font-style: normal;
}
#pricing #content #pricingmatrix table tr.trial {
	color: #080;
	font-style: italic;
}
#pricing #content #pricingmatrix .extras p {
	margin: 0;
	font-size: 95%;
}
#pricing #content #pricingmatrix .belt {
	text-align: center;
	font-size: 95%;
}

/* How It Works
-------------------------------------- */
#howitworks #sidebar ul#platforms {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
#howitworks #sidebar #platforms li {
	padding-left: 55px;
	margin: 1em 0;
	line-height: 40px;
	font-size: 90%;
}
#howitworks #sidebar #platforms #win {
	background: url(/images/win-logo.gif) no-repeat;
	line-height: normal;
	padding-top: 8px;
	height: 32px;
}
#howitworks #sidebar #platforms #mac {
	background: url(/images/apple-logo.gif) no-repeat;
}
#howitworks #sidebar #platforms #linux {
	background: url(/images/linux-logo.gif) no-repeat;
}
#howitworks #sidebar #platforms #netware {
	background: url(/images/novell-logo.gif) no-repeat;
}
#howitworks #sidebar #platforms #solaris {
	background: url(/images/solaris-logo.gif) no-repeat;
	padding-left: 80px;
}
#howitworks #sidebar #platforms #java {
	background: url(/images/java-logo.gif) no-repeat;
	line-height: normal;
	padding-top: 10px;
	height: 40px;
}

/* Download
-------------------------------------- */
#download .downloadsection h3 img {
	padding-right: 15px;
	vertical-align: middle;
}
#download .downloadsection table.links th span, #download .downloadsection table.links td span {
	font-size: 85%;
	font-weight: normal;
}
#download .downloadsection table.links th span {
	display: block;
}
#download .downloadsection table.links .link a {
	font-weight: bold;
	white-space: nowrap;
}
#download .downloadsection table.links th {
	width: 340px;
}
#download .helplink {
	font-weight: bold;
}
#download .help {
	font-size: 85%;
	padding: 0.5em 0;
	margin: 0;
	display: none;
}
#download .help ol li {
	line-height: 1.5em;
	margin-bottom: 1em;
}
#download .help ol li ol li {
	margin-bottom: 0;
}
#download .help pre {
	font-size: 10pt;
	color: #000;
	line-height: 1.5em;
}