html {background: #e6ecf0;}
body {
	background: #e6ecf0 url(gfx/body_bg.png) repeat-x;
	color: #003c7c;
	font: 62.5% Helvetica, Verdana, Arial, sans-serif, sans;
	margin: 0 0 2em;
	text-align: center;
	}
#wrapper {
	margin: 0em auto;
	text-align: left;
	width: 960px;
	}
#header {
	background: url(gfx/logo.gif) no-repeat;
	height: 96px;
	}

#banner {margin: 0 0 15px;}

#content {
	background: url(gfx/content_top.png) top left no-repeat;
	display: inline-block;
	margin: -20px 0 0 110px;
	line-height: 1.5em;
	padding: 15px 15px 2px;
	width: 810px;
	}

strong {font-weight: bold;}
em {font-style: italic;}

#intro {
	float: left;
	overflow: hidden;
	width: 570px;
	}
#intro h1 {
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	}
#intro p {
	font-size: 1.2em;
	margin: 1em 0;
	line-height: 1.5em;
	}
#intro ul li {font-size: 1.2em; list-style: disc inside;margin: 0 0 1em;}

#included {margin: 0 0 0 590px; text-align: center;}
#buy a {background: url(gfx/buy_bg.png) no-repeat;border: 0;color: #fff;cursor: pointer;display: block;font-size: 1.8em;height: 50px;line-height: 50px;margin: 0 0 15px;text-align: center;text-decoration: none;text-shadow: 0px 2px 1px #060;width: 100%;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
#buy a:hover {border-color: #393;text-shadow: 0px -2px 1px #060;}

#package {background: #dfe9f4;padding: 5px;}
#package h2 {font-size: 1.4em; font-weight: bold;margin: 0 0 15px;}
#package p {font-size: 1.1em;}

.comp {margin: 0 0 15px;}
.comp img {float: left;}
.comp p {margin: 0 0 0 45px;text-align: left;}

#footer {background: url(gfx/footer_top.png) no-repeat top left;color: #7495b8;clear: both;margin: 0 0 0 110px;	padding: 20px 0 0;}
#additional div {
	float: left;
	margin: 0 0 15px 10px;
	width: 269px;
	}	
#additional div:first-child {margin: 0 0 15px 0;}
#additional img {float: left;}
#additional #datacodes p {margin: 0 0 0 104px;}
#additional #verisign p {margin: 0 0 0 89px;}
#additional #honcode p {margin: 0 0 0 51px;}
#copyright {
	clear: both;
	text-align: center;
	
	}
#copyright a {color: #7495b8;}
.rounded5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}