html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
}

div#container {
	width:960px;
	margin:9px auto 0px auto;
	text-align:left;
}

div#header {
	background-image:url('img/header-bg.jpg');
	background-repeat:repeat-x;
	height: 100px;
	margin-bottom: 20px;
}

div#header-logo {
	background-image:url('img/header-logo.png');
	float:left;
	display:inline;
	width: 200px;
	height: 100px;
}

div#header-links {
	float: right;
	display: inline;
	margin-top: 75px;
	color: #ffffff;
	font-size: 12px;
	margin-right: 15px;
}

a.header-link {
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

div#main-body {
	height: 100%;
	float: left;
}

div#main-column {
	width: 780px;
	float: left;
}

div.main-subbox {
	margin-bottom: 20px;
	border: 1px solid #888888;
}

div.main-subbox-header {
	height: 25px;
	font-size: 12px;
	padding: 4px 3px 3px 3px;
	background-image:url('img/sidebar-header-bg.jpg');
	background-repeat:repeat-x;
	color: #ffffff;
}

div.main-subbox-body {
	padding: 5px;
}

a.main-subbox-link {
	font-weight: normal;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

div.main-box {
	border: 1px solid #888888;
	min-height: 400px;
	padding: 5px 250px 5px 10px;
	background-image:url('img/main-bg.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

div.main-box-nobackground {
	border: 1px solid #888888;
	min-height: 400px;
	padding: 5px 10px 5px 10px;
}

div.main-title {
	color: #0b3578;
	font-weight: bold;
	font-size: 22px;
	font-family: Arial;
}

div.main-subtitle {
	color: #0b3578;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
}

div#main-screenshots {
	float: right;
}

div.faq-section {
	color: #0b3578;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
}

div.quote-source {
	font-size: 10px;
	color: #888888;
}

div#sidebar {
	width: 160px;
	margin-left: 20px;
	float: left;
}

div.sidebar-box {
	width: 160px;
	border: 1px solid #888888;
	min-height: 60px;
	margin-bottom: 20px;
}

div.sidebar-header {
	height: 25px;
	font-size: 12px;
	padding: 4px 3px 3px 3px;
	background-image:url('img/sidebar-header-bg.jpg');
	background-repeat:repeat-x;
	color: #ffffff;
}

div.sidebar-body {
	padding: 5px;
}

div#sidebar-news-body {
	padding: 5px;
	background-image:url('img/news-bg.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

div#sidebar-buynow-body {
	padding: 5px;
	background-image:url('img/buy-bg.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

div#sidebar-twitter-body {
	padding: 5px;
	background-image:url('img/twitter-bg.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

a.sidebar-link {
	font-weight: bold;
	color: #145ad6;
	text-decoration: none;
}

div#footer {
	margin-top: 20px;
	border-top: 1px solid #888888;
	font-size: 10px;
	padding-top: 10px;
	float: left;
	display: inline;
	line-height: 18px;
	width: 960px;
	padding-bottom: 20px;
}

div#footer-copyright {
	float: left;
	display: inline;
	text-align: left;
}

div#footer-links {
	float:right;
	display: inline;
	text-align: right;	
}

a.footer-link {
	font-weight: bold;
	color: #145ad6;
	text-decoration: none;
}

div#product-image {
	float: left;
	display: inline;
	margin-right: 0px;
}

div#product-description {
	float: left;
	margin-left: 0px;
}

div.product-entry {
	height: 100px;
	margin-top: 10px;
	border-bottom: 1px solid #888888;
}