body{
	margin:0;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	background:url(../images/bg-body.gif);
}
a{
	text-decoration:underline;
	color:#d60000;
}
a:hover{text-decoration:none;}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
img{border:none;}
input,select,textarea{
	font:12px Arial, Verdana, Helvetica, sans-serif;
	color:#000;
}
.wrap{overflow:hidden;}
* html .wrap{
	height:1%;
	overflow:visible;
}
#wrapper{
	width:882px;
	margin:0 auto;
	background:url(../images/bg-wrapper-strip.gif) repeat-y;
}
.wrapper-holder{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-wrapper-top.gif) no-repeat;
}
.wrapper-bg{
	height:1%;
	overflow:hidden;
	background:url(../images/bg-wrapper-bottom.gif) no-repeat 0 100%;
	/* padding:24px 24px 65px; orig psd2html code */
	
	/* added by louis */
	padding-top: 24px;
	padding-bottom: 65px;
	padding-right: 24px;
	padding-left: 24px;

}
/* header */
#header{
	width:100%;
	position:relative;
	background:url(../images/bg-header.jpg) no-repeat;
	padding:130px 0 0;
}
.logo{
	position:absolute;
	overflow:hidden;
	margin:0;
	top:55px;
	left:89px;
	color:#fff;
	font-size:30px;
	z-index:1;
	text-transform:uppercase;
	font-weight:normal;
}
.logo a{
	height:100%;
	display:block;
	color:#fff;
	text-decoration:none !important;
}
#header ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	background:url(../images/bg-nav.gif) no-repeat;
}
#header ul li{
	float:left;
	background:url(../images/bg-nav-item-left.gif) no-repeat;
}
#header ul a{
	float:left;
	background:url(../images/bg-nav-item-right.gif) no-repeat 100% 0;
	padding:0 20px;
	height:32px;
	text-align:center;
	line-height:32px;
	font-size:11px;
	font-weight:bolder;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
}
#header ul a:hover{text-decoration:underline;}
#main{
	width:100%;
	padding:0px 0 0; /* change by louis */
	/* padding:5px 0 0; was original psd2html code */

}
.block{
	width:100%;
	overflow:hidden;
	margin:5px 0 0;
	background:url(../images/bg-block-strip.gif) repeat-y;
}
.block .holder{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-block-top.gif) no-repeat;
}
.block .bg{
	height:1%;
	overflow:hidden;
	padding:15px 10px 28px;
	background:url(../images/bg-block-bottom.gif) no-repeat 0 100%;
}
.review{
	width:100%;
	font-size:13px;
}
.review h2{
	margin:11px 0 0;
	font-size:16px;
	color:#f00;
}
.review p{
	margin:15px 0 0;
	font-size:13px;
	line-height:19px;
	text-align:justify;
}
.note{margin:35px 0 0 !important;}
.rank{margin:14px 0 0;}
.host-list{
	width:100%;
	padding:4px 0 0; /* change by louis */
	/* was padding:28px 0 0; from psd2html */
}
.align-left{
	float:left;
	margin:0 21px 0 0;
}
.host-list h3{
	margin:5px 0 0;
	font-size:18px;
	color:#1d449b;
}
.host-list h3 a{
	color:#1d449b;
	text-decoration:none;
}
.host-list h3 a:hover{text-decoration:underline;}
.host-info{
	width:250px;
	overflow:hidden;
	margin:14px 0 0;
}
.host-info dt{
	float:left;
	width:140px;
	margin:0 10px 0 0;
	font-weight:bold;
}
.host-info dd{
	display:block;
	overflow:hidden;
	height:1%;
	padding:0 0 1px;
	margin:0;
}
.btn-click-here{
	float:right;
	margin:40px 30px 0 0;
	display:inline;
}
.host-text{
	padding:0 14px 0 6px;
	margin:10px 0 0;
}
.host-text p{
	margin:0 0 15px;
	line-height:19px;
	font-size:13px;
	text-align:justify;
}
.ratings{
	float:right;
	width:173px;
	margin:0 0 0 10px;
}
.ratings h4{
	background:#eef2f4;
	margin:0;
	font-size:14px;
	height:24px;
	line-height:24px;
	padding:0 4px;
	color:#3f5685;
}
.ratings dl{
	width:100%;
	overflow:hidden;
	margin:2px 0 0;
}
.ratings dt{
	float:left;
	width:80px;
	padding:0 3px;
	margin:0 8px 0 0;
	background:#eef2f4;
	height:20px;
	line-height:20px;
}
.ratings dd{
	display:block;
	overflow:hidden;
	min-height:20px;
	margin:0;
	padding:0 0 2px;
}
* html .ratings dd{
	height:20px;
	overflow:visible;
}
.rate-list{
	
	margin:3px 0 0;
	padding:0;
	list-style:none;
}
.rate-list li{
	float:left;
	margin:0 2px 0 0;
}
.ad-links{
	margin:28px 0 0;
	text-align:right;
	font-size:15px;
	font-weight:bolder;
}
.ad-links a{margin:0 10px 0 0;}
.entries{
	display:block;
	text-align:center;
	margin:4px 0 0;
}
.entries a{
	font-weight:bold;
	color:#1d449b;
	text-decoration:none;
}
.entries a:hover{text-decoration:underline;}
#footer{
	padding:44px 0 0;
	width:100%;
}
#footer ul{
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li{
	display:inline;
	padding:0 2px;
}
#footer a{color:#777;}








/* added by Louis, not PSD2HTML code. copied from old reviewclean theme. for comments and comments form */


#commentssection {
	width: 450px;
	float: left;
	border-top: 1px dashed #7F8BA4;
	padding-top: 10px;
	margin-top: 20px;
}

#commentssection ol li {
	background: #EEF4FD;
	float: left;
	padding: 10px;
	width: 430px;
	margin: 0 0 15px 0;
}

#commentform {
	width: 450px;
}

#commentform form {
	float: left;
}

#commentform input {
	clear:left;
	float:left;
	width:40%;
	margin: 0 0 10px 0;
}

input#submit {
	width: auto;
}

#commentform label {
	float:right;
	padding:3px 0 0;
	width:57%;
}

#commentform textarea {
	width: 450px;
}

small.commentmetadata,
#commentssection ol li cite {
	margin-bottom: 10px;
	float: left;
}

small.commentmetadata,
small.commentmetadata a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#commentssection ol li p {
	margin-bottom: 5px !important;
	float: left;
}

#commentssection ol li cite,
#commentssection ol li cite a {
	font-weight: bold;
	color: #1D449B;
}

.commentlist {
	list-style: none; 
	padding-left: 0px;
}



.commentratings {
	background-color: #fff;
	margin-top: 4px;
	line-height: 22px;
}

.commentratingcategory {
	background-color: #eee;
	padding: 2px;
	margin-right: 3px;
	font-weight: bold;
}

.commentratingimage {
	position: relative;
	top: 2px;
	margin-right: 9px;
}

.commentratingtext {
	margin-right: 9px;
	font-style: italic;
}


