html, body {
	background-color: #ffffff;
	background-image: url(images/layout/background.jpg);
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	margin: 0px;
	padding: 0px;
}
#page {
	width: 810px;
	margin: auto;
	background-color: #ffffff;
	background-image: url('images/layout/page_background.jpg');
	background-repeat: repeat-y;
}

#top {
	width: 100%;
	background-image: url('images/layout/page_top.jpg');
	background-repeat: no-repeat;
}
#bottom {
	width: 100%;
	height: 5px;
	background-image: url('images/layout/page_bottom.jpg');
	background-repeat: no-repeat;
}
#header {
	width: 810px;
	height: 68px;
	margin: auto;
	position: relative;
}


#header #logo {
	width: 415px;
	height: 68px;
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	font-size: 0px;
}
#header #logo span {
	display: none;
}


#header #download {
	width: 169px;
	height: 64px;
	background-image: url('images/icons/header_download.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	font-size: 0px;
	position: absolute;
	top: 5px;
	right: 4px;
}
#header #download span {
	display: none;
}




#content {
	width: 760px;
	margin: auto;
	padding: 20px 0px;
	position: relative;
}
#updated {

}
#moreInfo {
	display: none;
	font-size: 0px;
}

#tableBg {
	background-color: #999999;
}
table.compare td {
	background-color: #ffffff;
	text-align: center;
}
table.compare td#head {
	background-color: #004681;
	background-image: url('images/layout/table_gradient.jpg');
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}
table.compare td.alt {
	background-color: #fff6be;
}

a {
	color: #3062b6;
	font-weight: bold;
}
a:hover {
	color: #133876;
}

a.screen {
	display: block;
	border: 0px;
	color: #3062b6;
	font-weight: bold;
	margin-top: 5px;
}
a.screen:hover {
	color: #133876;
}
a.screendl {
	display: block;
	border: 0px;
	color: #d10000;
	font-weight: bold;
	margin-top: 5px;
}
a.screendl:hover {
	color: #a10000;
}

a.screen img {
	border: 1px solid #333333;
}

a.freescan {
	display: block;
}
a.freescan img {
	border: 0px;
}

.rating {
	font-size: 30px;
	font-weight: bold;
}

#footer {
	font-size: 9px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	margin: auto;
}

#footer a {
	color: #666666;
}

td a img {
	border: 0px;
}


.review {
	width: 100%;
	border: 1px solid #666666;
	margin-bottom: 10px;
}

.review .rHead {
	padding: 6px;
	background-color: #004681;
	background-image: url('images/layout/table_gradient.jpg');
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	border-bottom: 1px solid #666666
}

.review .rBody {
	padding: 6px;	
}