body {
	background: #fff url('images/bg.jpg') top repeat-x;
	margin: 0;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #616161;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
#wrapper {
	background: url('images/bg-content.jpg') repeat-y;
	width: 900px;
	margin: 0 auto 0;
	padding: 0 7px;
}

#wrapper p {
	font-family:"Times New Roman", Times, serif;
	font-size: 13.5pt; 
}
#header {
	background: url('images/header.jpg') no-repeat;
	height: 97px;
}
#header h1 {
	font-family: Trebuchet MS;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin: 26px 0 0 22px;
	float: left;
}
#slogan {
	float: right;
	width: 350px;
	height: 77px;
	margin: 10px 30px 0 0;
}
#slogan p {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #1e1e1e;
	margin: 0;
	text-align: center;
	padding: 18px 20px 0;
	line-height: 18px;
}
#intro {
	padding: 20px 15px 5px;
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 20px;
}
#intro h2 {
	font-size: 18px;
	font-weight: bold;
	color: #151515;
	margin: 0;
}
#intro p {
	margin: 0;
	padding: 0 0 15px;
	line-height: 18px;
	
}
/* Quick Review Styling */

#reviewTable {
	border-left: 2px solid #418ece;
	border-right: 2px solid #418ece;
	border-bottom: 2px solid #418ece;
	margin: 0 auto 20px;
}
.rtH1 {
	background: #418ece;
	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: #418ece;
	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: #75b200;
}
.rt2 {
	border-top: 1px solid #d1d1d1;
	text-align: center;
}

/* End Quick Review Style */

.review {
	border-top: 1px solid #e7e7e7;
	padding: 20px;
}

h3#one {
	background: url('images/one.jpg') no-repeat;
	font-size: 24px;
	height: 35px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #1d7cbf;
	padding: 3px 0 0 48px;
}
h3#one a {
	color: #1d7cbf;
	text-decoration: none;
}
h3#one a:hover {
	color: #51a8e7;
}
h3#two {
	background: url('images/two.jpg') no-repeat;
	font-size: 24px;
	height: 35px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #1d7cbf;
	padding: 3px 0 0 48px;
}
h3#two a {
	color: #1d7cbf;
	text-decoration: none;
}
h3#two a:hover {
	color: #51a8e7;
}
h3#three {
	background: url('images/three.jpg') no-repeat;
	font-size: 24px;
	height: 35px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #1d7cbf;
	padding: 3px 0 0 48px;
}
h3#three a {
	color: #1d7cbf;
	text-decoration: none;
}
h3#three a:hover {
	color: #51a8e7;
}

.screenshot {
	width: 150px;
	float: left;
}
.reviewtext {
	width: 692px;
	float: right;
}
.reviewtext p {
	/*font-size: 13px;*/
	/*line-height: 18px; */
	padding-left: 16px;
	
}

.reviewtext2 p {}
#footer {
	background: url('images/bg-footer.jpg') repeat-x;
	height: 51px;
}
#footer p {
	margin: 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 20px 0 0;
}