body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	color: #333;
	background: #fff url(../img/bg.png) repeat-y; 
	}
	
a:link {
    color: #1879CF;
    }

a:visited {
    color: #91AEC7;
    }

a:hover {
    color: #43C1F1;
    }
    
    
#container {
	float: left;
	width: 955px;
	}
	
#navigation {
	float: left;
	width: 190px;
	text-align: center;
	font-size: 110%;
	padding-top: 20px;
	}

html>body #navigation {
	float: left;
	width: 190px;
	text-align: center;
	font-size: 110%;
	padding-top: 20px;
	}

#navigation ul {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	border-top: 1px solid #CCC;
	}

#navigation li {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	padding-top: 3px;
	}

#navigation a {
	text-decoration: none;
	}

#mainarea {
	float: left;
	width: 740px;
	}

html>body #mainarea {
	float: left;
	width: 765px;
	}


#mainarea h1 {
	font-size: 120%;
	color: #0072BC;
	}

#mainarea h3 {
	font-size: 100%;
	color: #882020;
	}

#mainarea p {
	font-size: 100%;
	}

#productnav {
	float: left;
	width: 755px;
	background-image: url(../img/bgbanner.png);
	background-repeat: no-repeat;
	padding-top: 165px;
	padding-bottom: 52px;
	}

html>body #productnav {
	float: left;
	width: 765px;
	background-image: url(../img/bgbanner.png);
	background-repeat: no-repeat;
	padding-top: 165px;
	padding-bottom: 52px;
	}

#productnav ul {
	float: left;
	list-style: none;
	color: #FFF;
	width: 510px;
	margin-left: 100px;
	}

html>body #productnav ul {
	float: left;
	list-style: none;
	color: #FFF;
	width: 570px;
	margin-left: 150px;
	}

#productnav ul a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	}

html>body #productnav ul a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 125%;
	}

#productnav ul a:hover {
	color: #ffc100;
	}

#productnav ul li {
	float:left;
	padding-left: 35px;
	margin-right: 16px;
	}

html> body #productnav ul li {
	float:left;
	padding-left: 35px;
	margin-right: 20px;
	}

.subfont {
	font-size: 75%;
	font-weight: normal;
	}



#content {
	float: left;
	width: 765px;
	padding-top: 20px;
	}

	
.features {
	float: left;
	width: 170px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 80%;
	}

.features h2 {
	color: #43C1F1;
	text-transform: uppercase;
	font-size: 120%;
	}

.features ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.features li {
	padding-bottom: 8px;
	}

.description {
	float: left;
	width: 560px;
	padding-left: 10px;
	}

.clear {
    clear:both;
    }
    
.download {
	background: transparent url(../img/icon-download.png) no-repeat top left;
	}

.purchase {
	background: transparent url(../img/icon-purchase.png) no-repeat top left;
	}

.demo {
	background: transparent url(../img/icon-demo.png) no-repeat top left;
	}
    
.report {
	background: transparent url(../img/icon-report.png) no-repeat top left;
	}
	
.price {
	font-weight: bold;
	color: #dc0007; 
	}