@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg.gif) repeat-x #e3ebf5;
	font-family:Arial, Helvetica, sans-serif;
	color:#0b5288;
	font-size:14px;
}

#wrapper {
	width:720px;
	margin:0 auto;
}

#header {
	width:100%;
	height:150px;
	background:url(../images/headback.gif) no-repeat top center;
}

#logo {
	float:left;
	padding-top:5px;
}

#menu {
	float:right;
}

#menu a {
	display:block;
	float:left;
	text-align:center;
	padding:5px 15px;
	background:#127dd0;
	color:#FFFFFF;
	font-size:14px;
	margin:30px 5px 0px 5px;
	text-decoration:none;
}

#container {
	width:713px;
	background:#FFFFFF;
	padding:0px 0px 20px 15px;
	border-right: solid 5px #a3c9ea;
	border-left:1px solid #c6e1f7;
	float:left;
}

#content {
	width:100%;
	background:url(../images/contentback.gif) repeat-y;
	float:left;
}

#more_information_block {
	margin-top:50px;
}

#money_back_guarantee {
	text-align:center;
	margin-top:20px;
}

#money_back_guarantee p {
	text-align:justify;
	font-size:12px;
	margin-left:5px;
	margin-right:20px;
}

h1 {
	font-size:22px;
	color:#127dd0;
	font-weight:normal;
	margin-bottom:2px;
}

h2 {
	font-size:18px;
	color:#127dd0;
	font-weight:normal;
	margin-bottom:2px;
}
	
h3 {
	font-size:16px;
	font-weight:normal;
	margin:0px;
}

#main {
	width:480px;
	float:left;
}

#sidebar {
	width:180px;
	float:right;
	padding:10px;
}

.bigbuttons {
	background:url(../images/sidebutton.gif) no-repeat;
	width:139px;
	height:61px;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:block;
	line-height:18px;
	padding:15px 0px 0px 0px;
	margin:5px auto;
}

#footer {
	width:100%;
	height:20px;
	background:#9ac6e9;
	float:left;
	margin:10px 0px 10px 0px;
	text-align:center;
	font-size:12px;
	padding:10px 5px;
}

#screenshots_table {
	background-color:#dceef9;
	width:479px;
	height:214px;
	border-collapse: collapse;
	empty-cells:show;
	border-style:none;
}

.bulleted {
	display:list-item;
	list-style:disc inside;
}

em {
	font-style:normal;
	font-weight:bold;
}

#screenshot_list {
	list-style:none;
}

#screenshot_list p {
	text-align:center;
}

.download_page_content {
	text-align:center;
}

th {
	text-align:left;
}
/* vim:set noexpandtab ts=4 */
