a{color: #FFF; text-decoration: none;}
a:hover{color: #FFF; text-decoration: underline;}


body {
	
	background: #333;
	margin: 33px 0 33px 0;
}

div#mainContain {
	
	margin: 0 auto 0 auto;
	padding: 18px 0 0 0;
	width: 749px;
	background: #FFF url("../img/contentbg.jpg") top left no-repeat;
}

div#logoContain {
	
	width: 355px;
	height: 95px;
	margin: 0 0 0 27px;
	background: url("../img/logo.gif") top left no-repeat;
}

div#logoContain span {
	
	display: none;
}

div#spacer {
	
	height: 40px;
	width: 20px;
	clear: both;
}

/* NAV REPLACEMENT */

div#nav {
	
	margin: 12px auto 0 auto;
	width: 650px;
	height: 33px;
	text-align: center;
}

div#nav ul{
 
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 33px;
}

div#nav ul li {
 
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#nav ul li a {
 
	display: block;
	text-align: right;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	margin: 0 8px 0 8px;
}

div#nav ul li#navHome a { background: url("../img/nav/home.jpg") 0 0 no-repeat; width: 44px; height: 33px; }
div#nav ul li#navPricing a { background: url("../img/nav/pricing.jpg") 0 0 no-repeat; width: 123px; height: 33px; }
div#nav ul li#navHowItWorks a { background: url("../img/nav/howitworks.jpg") 0 0 no-repeat; width: 108px; height: 33px; }
div#nav ul li#navWhyBackup a { background: url("../img/nav/whybackup.jpg") 0 0 no-repeat; width: 104px; height: 33px; }
div#nav ul li#navDownloads a { background: url("../img/nav/downloads.jpg") 0 0 no-repeat; width: 96px; height: 33px; }
div#nav ul li#navSupport a { background: url("../img/nav/support.jpg") 0 0 no-repeat; width: 67px; height: 33px; }

div#nav ul li#navHome a:hover,
div#nav ul li#navPricing a:hover,
div#nav ul li#navHowItWorks a:hover,
div#nav ul li#navWhyBackup a:hover,
div#nav ul li#navDownloads a:hover,
div#nav ul li#navSupport a:hover {
 
	background-position: 0 -33px;
}

div#nav ul li span {
 
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* FRONT PAGE CSS*/

div#frontAd {
	
	margin: 20px auto 0 auto;
	width: 676px;
	height: 130px;
	background: url("../img/frontad.jpg") top left no-repeat;
}


div#adContain {
	
	margin: 17px auto 0 auto;
	width: 676px;
	height: 188px;
}

div#adOne {

	background: url("../img/adone.jpg") top left no-repeat;
	float: left;
	width: 196px;
	height: 188px;	
}

div#adTwo {
 
	margin: 0 0 0 14px;
	background: url("../img/adtwo.jpg") top left no-repeat;
	float: left;
	width: 256px;
	height: 188px;	
}

div#adThree {
	
	background: url("../img/adthree.jpg") top left no-repeat;
	float: right;
	width: 196px;
	height: 188px;
}

div#titleOne {

	background: url("../img/titleone.jpg") top left no-repeat;
	margin: 19px 0 0 16px;
	height: 15px;
	width: 144px;
}

div#titleTwo {

	background: url("../img/titletwo.jpg") top left no-repeat;
	margin: 19px 0 0 16px;
	height: 16px;
	width: 212px;
}

div#titleThree {
	
	background: url("../img/titlethree.jpg") top left no-repeat;
	margin: 19px 0 0 16px;
	height: 16px;
	width: 143px;		
}

div#smallText {

	margin: 9px auto 0 auto;
	width: 165px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #FFF;
}

div#largeText {
	
	margin: 9px auto 0 auto;
	width: 225px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #FFF;
}

/* SUBPAGE CSS */

div#subNav {

	margin: 30px 0 0 0;
	padding: 51px 0 0 0;
	background: url("../img/subnavbg.jpg") top left no-repeat;
	float: left;
	width: 194px;
	height: 231px;
	text-align: center;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #FFF;
}

div#subNav a {text-decoration: none; color: #FFF;}
div#subNav a:hover {text-decoration: underline; color: #FFF;}

div#content {

	margin: 26px 0 0 0;
	padding: 0 22px 0 0;
	float: right;
	width: 516px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #999;
	line-height: 17px;
}

div#content h1 {
	
	padding: 0;
	margin: 5px 0 14px 0;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 22px;
	color: #333;
	font-weight: bolder;
}

div#contentBig {

	margin: 26px 0 0 0;
	padding: 0 0 0 100px;
	float: left;
	width: 550px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #999;
	line-height: 17px;
}

div#contentBig h1 {
	
	padding: 0;
	margin: 5px 0 14px 0;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 22px;
	color: #333;
	font-weight: bolder;
}

div#content h2 {
	
	font-size: 15px;
	color: #BB1500;
}

div#contentBig h2 {
	
	font-size: 15px;
	color: #BB1500;
}

div#content a {color: #BB1500; text-decoration: none; clear: right;}
div#content a:hover {color: #BB1500; text-decoration: underline; clear: right;}
div#contentBig a {color: #BB1500; text-decoration: none; clear: right;}
div#contentBig a:hover {color: #BB1500; text-decoration: underline; clear: right;}

/* FOOTER */

div#footer {
 
 	margin: 0 auto 0 auto;
	width: 749px;
	height: 77px;
	background: #333 url("../img/footer.jpg") top left no-repeat;
}

div#footLeft {

	width: 550px;
	padding: 20px 0 0 21px;
	float: left;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #FFF;
	line-height: 18px;
}

div#footLeft a {color: #9D9D9D; text-decoration: none; margin: 0 18px 0 0;}
div#footLeft a:hover {color: #9D9D9D; text-decoration: underline;}

div#footRight {
	
	padding: 0 19px 0 0;
	margin: 22px 0 0 0;
	float: right;
	width: 155px;
	height: 31px;
	background: url("../img/footlogo.jpg") top left no-repeat;
}


/* PRICING PAGE */

div#priceLeft {

	text-align: center;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #666;
	width: 160px;
	float: left;	
}

div#priceMid {
	
	margin: 0 0 0 35px;
	text-align: center;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #666;
	width: 160px;
	float: left;
}

div#priceRight {
	
	text-align: center;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #666;
	width: 160px;
	float: right;
}

div#spacebarone {
	
	width: 160px;
	height: 5px;
	background: #BB1500;
}