body {
	font-family: Arial, Verdana;
	background-color: #000;
	color: #fff;
	margin: 0;
	background-image: url(/images/body_bg.jpg);
	padding: 0;
	font-weight: normal;
	font-size: 12px;
}


#preload  {
height:0;
overflow:hidden;
position:absolute;
width:0;
}


#header {
	width: 100%;
	background-image: url(/images/header_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
p.intro1 {
	color: #000;
	width: 150px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
p.intro a {
	color: #993300;
}
p.intro {
	color: #000;
	width: 241px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
#footer {
	width: 100%;
	background-image: url(/images/footer_bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}
a {
	color: #fc0;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a>img:hover {
	border: 1px solid #ff48af;
}
A:link IMG    	{        BORDER: #fff 1px solid;}
A:visited IMG 	{        BORDER: #fff 1px solid;}
A:hover IMG   	{        BORDER: #000 1px dotted;}
A:active IMG	{        BORDER: #fff 1px solid;}

#footer p {
	padding: 0px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	width: 320px;
}
.content_wrapper {
	width:expression(document.body.clientWidth > 1190 ? "1190px": "auto" );
}
.content {
	max-width: 1190px;
	min-width: 996px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 996 ? "996px": "auto");
	margin: 0px auto;
}
.content a img {
	width: 160px;
	height: 200px;
	padding: 1px;
	margin: 0px;
	background-color: #fff;
	background-image: url(/images/thumb_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
p {
	padding: 0px;
	margin: 0px;
}
p.archives {
	font-size: 12px;
	color: #000;
	padding-left: 11px;
}
p.archives a {
	color: #993300;
}
table.maintop {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 900px;
}
table.maintop td {
	font-size: 12px;
	color: #fff;
	padding: 3px;
}
table.maintop td a {
	color: #fc0;
}
.block_traders {
	width: 1000px;
}
.block_traders td {
	width: 300px;
	background-position: center;
	background-repeat: no-repeat;
	text-transform: capitalize;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 55px;
	font-size: 22px;
}
.block_traders td a {
	color: #900;
}
.block_traders td a:hover {
	color: #f00;
}
.ad_block_main {
	width: 1000px;
	background-image: url(/images/ad_block_5.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
.ad_block_top {
	background-image: url(/images/ad_block_3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.ad_block_bottom {
	background-image: url(/images/ad_block_4.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
p.banners {
	text-align: center;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
p.banners a {
	font-size: 18px;
	text-transform: uppercase;
	color: #fc0;
}
ul.block_traders {
	color: #000;
	padding:0px;
	margin: 0px;
	padding-left: 50px;
	width: 165px;
}
ul.block_traders li {
	text-transform: capitalize;
	padding:0px;
	margin: 0px;
}
ul.block_traders li a {
	color: #000;
}
ul.gals {
	color: #fff;
	padding:0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.gals li {
	text-transform: capitalize;
	padding:0px;
	margin: 0px;
}
ul.gals li a {
	color: #fc0;
}


.recent_reviews {
	float: left;
	width: 100%;
	border: 0px solid #f00;
	margin-bottom: 0px;
	margin-left: 13px;
	background-color: #F2D4A7;
	padding-top: 2px;
}
.recent_reviews_item {
	float: left;
	border: 0px solid #ff0;
	width: 220px;
	margin: 0px 7px 0px 0px;
}
.recent_reviews_item p.rating {
	float: left;
	width: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 0px;
	margin: 0px;	
	background-image: url(/images/recent_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 6px;
	margin-right: 3px;
	border: 0px solid #f00;
}
.recent_reviews_item p.name {
	width: 175px;
	float: left;
	text-align:left;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	margin: 0px;	
	padding-top: 12px;
	padding-bottom: 6px;
}
.recent_reviews_item p.name a {
	color: #3F1505;
	font-size: 18px;
	font-weight: bold;
}
.recent_reviews_item p.name a:hover {
	color: #333;
}
.recent_reviews_item p.screen {
	float:left;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	text-align: left;
}
.recent_reviews_item p.screen img {
	width: 210px;
	height: 140px;
	background-color: #C4C2A4;
	padding: 0px;
	margin: 0px;	
}
.recent_reviews_item p.screen a:link img    	{        BORDER: #FFFFFF 1px solid;}
.recent_reviews_item p.screen a:visited img 	{        BORDER: #FFFFFF 1px solid;}
.recent_reviews_item p.screen a:hover img   	{        BORDER: #333 1px dashed;}
.recent_reviews_item p.screen a:active img		{        BORDER: #FFFFFF 1px solid;}
.recent_reviews_item p.read_full {
	float: left;
	background-image: url(/images/recent_item_bottom_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;	
	padding-top: 5px;
	padding-left: 20px;
	border: 0px solid #ff0;
	text-align: left;
}
.recent_reviews_item p.read_full a {
	color: #3F1505;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
.recent_reviews_item p.read_full a:hover {
	color: #333;
	text-decoration: none;
}
