body {
	background: #e4e4e4 url('images/bg.jpg') top repeat-x;
	margin: 0;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
#header {
	width: 906px;
	margin: 0 auto 0;
	padding: 0 0 0 3px;
}
#header h1 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	float: left;
	margin: 18px 0 0;
}
#slogan {
	background: url('images/bg-slogan.jpg') no-repeat;
	width: 446px;
	height: 80px;
	float: right;
}
#slogan p {
	font-size: 18px;
	font-weight: 100;
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 26px 20px 0;
	line-height: 18px;
}
#slogan p span {
	color: #b7fb8c;
	font-style: italic;
}
#header ul {
	height: 28px;
	clear: both;
	margin: 0 0 10px;
	padding: 12px 0 0;
}
#header li {
	display: inline;
	color: #a1c1ee;
}
#header a { 
	color: #ccfead;
	font-weight: bold;
	margin: 0 5px;
}
#header a:hover {
	color: #aee989;
}
#wrapper {
	background: #fff;
	width: 900px;
	margin: 0 auto 0;
}
#intro {
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 5px;
}
#intro h2 {
	background: url('images/bg-intro.jpg') no-repeat;
	height: 30px;
	font-size: 18px;
	font-weight: 100;
	color: #fff;
	padding: 10px 0 0 12px;
	margin: 0 0 5px;
}
#intro p {
	font-size: 13px;
	line-height: 22px;
	padding: 10px 20px;
	margin: 0;
}

/* Quick Review Styling */

#reviewTable {
	border-left: 2px solid #5ca82c;
	border-right: 2px solid #5ca82c;
	border-bottom: 2px solid #5ca82c;
	margin: 20px auto 20px;
}
.rtH1 {
	background: #5ca82c;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 7px 0;
}
.rtH1 h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.rtH2 {
	background: #5ca82c;
	border-bottom: 1px solid #fff;
	padding: 7px 0;
}
.rtH2 h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.rt1 {
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	text-align: center;
}
.rt1 p {
	padding: 0 5px;
}
.rt1 span {
	font-size: 14px;
	font-weight: bold;
	color: #df0000;
}
.rt2 {
	border-top: 1px solid #d1d1d1;
	text-align: center;
}

/* End Quick Review Style */

#reviewBoxes {
	width: 575px;
	float: left;
}
h3#one, h3#one a {
	background: url('images/bg-reviewone.jpg') no-repeat;
	color: #fff;
	text-decoration: none;
	width: 550px;
	height: 27px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 0 5px;
}
h3#two, h3#two a {
	background: url('images/bg-reviewtwo.jpg') no-repeat;
	color: #fff;
	text-decoration: none;
	width: 550px;
	height: 27px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 0 5px;
	clear: both;
}
h3#three, h3#three a {
	background: url('images/bg-reviewthree.jpg') no-repeat;
	color: #fff;
	text-decoration: none;
	width: 550px;
	height: 27px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 0 5px;
	clear: both;
}
h3#one a:hover, h3#two a:hover, h3#three a:hover {
	text-decoration: underline;
}
.screenshot {
	width: 142px;
	float: left;
	padding: 20px;
}
.stars img {
	margin: 0 3px 0 0;
}
.reviewtext {
	float: left;
	width: 374px;
	padding: 20px 0 0;
}
.reviewtext p {
	font-size: 13px;
	margin: 0;
	padding: 0 0 15px;
	line-height: 18px;
}
.reviewtext ul {
	margin: 0;
}
.reviewtext li {
	margin: 0 0 5px;
}
.reviewtext a {
	color: #207eff;
	font-weight: bold;
}
.reviewtext a:hover {
	color: #559cfe;
}
#moreinfo {
	width: 305px;
	float: left;
}
#moreinfo img {
	padding: 2px;
	border: 1px solid #7a7b7d;
	display: block;
	margin: 0 0 20px;
}
#moreinfotext {
	border: 1px solid #7b7b7b;
	padding: 10px 10px 0;
}
#moreinfotext h4 {
	font-size: 18px;
	font-weight: bold;
	color: #207eff;
	margin: 0;
}
#moreinfotext p {
	color: #747474;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 15px;
}
#footer {
	border-top: 1px solid #e4e4e4;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 10px;
	color: #a6a6a6;
	text-align: center;
}