* {
	padding: 0;
	margin: 0;
	}

body {
	background: url(images/background.gif) repeat #f0f0f0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 978px;
	}
	
#header {
	position: absolute;
	background: url(images/header-bg2.png);
	margin: 0;
	width: 980px;
	height: 395px;
	}	
	
* html #header {
	position: absolute;
	background: url(images/header-bg2.gif);
	margin: 0;
	width: 980px;
	height: 395px;
	}	
	
#lang {
	position: absolute;
	width: 200px;
	height: 35px;
	margin: 25px 760px;
	text-align: right;
	font-size: 11px;
	color: #000000;
	z-index:1;
	}
	
a.lang {
	color: #000000;
	text-decoration: none;
	}
	
#logo {
	position: absolute;
	width: 165px;
	height: 65px;
	margin: 0;
	z-index:1;
	}
	
a#logolink {
	position: absolute;
	width: 320px;
	height: 65px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	margin: 0;
	}

#logo i {
	margin: -10000px;
	}
	
#intro {
	position: absolute;
	margin: 250px 0 0 40px;
	width: 640px;
	}	

#blue-btn {
	position: absolute;
	background: url(images/advanced-btn.png);
	width: 200px;
	height: 60px;
	margin: 330px 0 0 40px;
	}
	
#grey-btn {
	position: absolute;
	background: url(images/standard-btn.png);
	width: 200px;
	height: 60px;
	margin: 330px 0 0 250px;
	}
	
div.buy {
	position: absolute;
	width: 85px;
	height: 20px;
	margin: 8px 0 0 10px;
	}
	
div.trial {
	position: absolute;
	width: 85px;
	height: 20px;
	margin: 8px 0 0 105px;
	}
	
#contentheader {
	position: absolute;
	background: url(images/contentheader-bg1.png);
	margin: 405px 0 0 0;
	width: 980px;
	height: 35px;
	}
	
#content {
	position: absolute;
	margin: 440px 0 0 0;
	width: 980px;
	}	
	
#contentwrapper {
	float: left;
	background: url(images/content-bg1.png) repeat;
	margin: 0;
	width: 980px;
	}
	
#leftcol {
	float: left;
	margin: 0;
	width: 445px;
}

#leftcol ul {
    margin-left: 40px;
	margin-bottom: 10px;
}

#rightcol {
	float: left;
	border-left: 1px solid #cccccc;
	margin: 0;
	width: 534px;
	}	
	
#clear {
	 clear:both;
	}	
	
#contentfooter {
	background: url(images/contentfooter-bg1.png) no-repeat;
	width: 980px;
	height: 35px;
	}	
	
#footer {
	text-align: center;
	margin: 10px 0;
	width: 980px;
	}	
	
/* font styles */	

#headh {
	position: absolute;
	margin: 70px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	}	

h1 {
	font-size: 18px;
	line-height: 30px;
	}
	
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #db1723;
	margin: 0 40px 10px 40px;
	}	
	
h2.btn {
	font-size: 12px;
	color: #ffffff;
	margin: 10px 0 0 10px;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 40px 10px 40px;
	}	

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 40px 0 40px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 40px 7px 40px;
}

p {
	font-size: 12px;
	margin: 0 40px 10px 40px;
	}	

p.btn {
	font-size: 12px;
	margin: 0;
	color: #666666;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5px;
	}

p.footer {
	font-size: 12px;
	color: #666666;
	}
	
p.price {
	font-size: 18px;
	color: #000000;
	margin-top: 10px;
	}
	
ul.content {
	margin: 0 0 10px 30px;
	}

li.content {
	font-size: 12px;
	xdisplay: inline;
	list-style-type: none;
	xpadding: 0 10px;
	color: #000000;
	}

li.footer {
	font-size: 12px;
	display: inline;
	list-style-type: none;
	border-right: 1px solid #666666;
	padding: 0 10px;
	color: #db1723;
	}
	
li.footerlast {
	font-size: 12px;
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	color: #db1723;
	}	

a.btn {
	text-decoration: none;
	color: #666666;
	}	
	
a.content {
	color: #3a65aa;
	text-decoration: none;
	}

a.footer {
	color: #db1723;
	text-decoration: none;
	}	
	
span.redintro {
	color: #990000;
	font-size: 30px;
	}	
	
img.boxshot {
	float: left;
	margin-top:10px;
	}
