@import url('reset.css');

*+html .thumb { display: inline;}

body {
	background: url(../image/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	width: 1000px;
	margin: 0px auto;
	height: 150px;
}

#header-gr {
	background: url(../image/header-gr.jpg) repeat-x;
	height: 150px;
}

#header-left {
	background: url(../image/header_01.jpg) no-repeat;
	width: 500px;
	height: 150px;
	float: left;
}

#header-right {
	background: url(../image/header_02.jpg) no-repeat;
	width: 500px;
	height: 150px;
	float: left;
	position: relative;
}

#header-links {
	font-size: 14px;
	color: #d51000;
	margin-left: 185px;
	padding-top: 27px;
}

#header-links a {
	text-decoration: none;
	color: #000;
}

#header-links a:hover {
	text-decoration: underline;
}

.hd-top-list {
	font-size: 19px;
	font-weight: bold;
	color: #000;
	margin: 0px auto;
	overflow: hidden;
	width: 221px;
	height: 22px;
}

#thumbs {
	margin: 0px auto;
	overflow: hidden;
	text-align:center;
}

.thumb {
	width: 234px;
	margin: 1px 1px;
	vertical-align: top;
	display: inline-block;
	height: 300px;
}

.thumb-image img {
	border: 1px solid #853bda;
}

.thumb a:hover img {
	border: 1px dashed #fff;
}

#pages {
	width: 980px;
	margin: 5px auto 0px;
	overflow: hidden;
}

#pages li {
	float: left;
}

#pages-title {
	font-size: 19px;
	font-weight: bold;
	color: #000;
	margin: 0px auto;
	overflow: hidden;
	width: 145px;
	height: 22px;
}

.page {
	width: 30px;
	height: 28px;
	float: left;
	text-align: center;
	margin-left: 1px;	
}

.page a {
	background: url(../image/page.png) no-repeat;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1.9;
}

.page a:hover {
	background: url(../image/page-hover.png) no-repeat;
}
	
#bookmark {

	margin: 2px 5px auto;
	overflow: hidden;
	width: 170px;
	height: 25px;
}

.clr {
	clear: both;
}

#paysites {
	width: 800px;
	margin: 20px auto;
	overflow: hidden;
	height: 425px;
}

.paysites a {
	width: 140px;
	height: 180px; 
	font-size: 13px;
	font-weight: bold;
	color: #651fb5;
	text-align: center;
	text-decoration: none;
	float: left;
	margin: 10px 10px;
}

.paysites a img {
	display: block;
	width: 140px;
	height: 180px;
	border: 1px solid #b381e9;
	margin-bottom: 5px;
}

.paysites a:hover {
	color: #ff5151;
}

.paysites a:hover img {
	border: 1px dashed #fff;
}

#title {
	margin-left: 15px;
	color: #ffffff;
	font-weight:bold
}

#traders-block {
	width: 981px;
	margin: 30px auto 40px auto;
}

#traders-block-top {
	width: 981px;
	height: 7px;
}

#traders-block-center {
	width: 981px;
	overflow: hidden;
}

#traders-block-center ul {
	float: left;
	width: 176px;
	margin-left: 20px;
}

#traders-block-center ul li {
	line-height: 1.3;
}

#traders-block-center ul li a {
	text-decoration: none;
	color: #853bda;
	font-size: 18px;
}

#traders-block-center ul li a:hover {
	color: #ff5151;
}

#traders-block-bottom {
	width: 981px;
	height: 7px;
}

#footer-bg {
	width: 100%;
	height: 80px;
}

#footer {
	width: 1000px;
	margin: 0px auto;
}

#footer-desk {
	color: #000;
	text-align: center;
	float: left;
	width: 1000px;
	font-size: 13px;
	margin: 30px auto auto 20px;
	line-height: 1.3;
}

#footer-desk a {
	color: #ff3e3e;
	text-decoration: none;
}

#footer-desk a:hover {
	text-decoration: underline;
}

