@charset "utf-8";
/* All Css Style  */
* {
	margin:0;
	padding:0;
}
body {
	font:11px Tahoma, Geneva, sans-serif;
	color:#333;
	text-align:center;
	background:url(../images/bg.jpg) repeat-x;
}
img {
	vertical-align:middle;
	border:0;
}
input, select {
	vertical-align:middle;
}
ul, li {
	list-style:none;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#c60600;
	text-decoration:underline;
}
.reds span{
	color:#c60600;
}
.redlink a {
	color:#f00;
	text-decoration:none;
}
.redlink a:hover {
	color:#087cac;
	text-decoration:underline;
}
.whitelink a {
	color:#fff;
	text-decoration:none;
}
.whitelink a:hover {
	color:#fff;
	text-decoration:underline;
}
.clear {
	clear:both;
}
a.underlink {
	text-decoration:underline;
}
a.underlink:hover {
	text-decoration:underline;
}
.rights span {
	float:right;
}
.buttons{
	background:url(../images/button.jpg) repeat-x;
	color:#fff;
	border:0;
	line-height:25px;
	height:25px;
	font-size:14px;
	font-weight:700;
}

/* Head,Menu Style  */
.header{
	width:960px;
	margin:0 auto;
	text-align:left;
}
.logo {
	float:left;
	width:435px;
	height:125px;
}
.headright{
	float:left;
	width:525px;
	height:125px;
	background:url(../images/free.jpg) no-repeat 0 40px;
}
.headmenu{
	line-height:30px;
	height:30px;
}
.menudollar{
	clear:both;
	padding-top:25px;
}
.menuer{
	clear:both;
	height:40px;
	line-height:40px;
}
.menuer li{
	float:left;
	padding:0 25px 0 0;
}
.menuer span{
	font-weight:700;
	font-size:12px;
}
.menuer span input{
	height:20px;
	vertical-align:middle;
	border:1px solid #d3d3d3;
}
.cates{
	clear:both;
}
.cates li{
	float:left;
	width:25%;
	line-height:40px;
	height:40px;
	text-align:center;
	font-size:12px;
	font-weight:700;
}
.cates li a{
	color:#ddd;
	display:block;
}
.cates li a:hover{
	color:#fff;
	text-decoration:none;
}
/* Foot Style  */
.footer {
	clear:both;
	padding:10px 0 20px;
	color:#555;
	text-align:center;
}
.footmenu{
	line-height:20px;
}
.footmenu a{
	color:#999;
	text-decoration:none;
}
.footmenu a:hover{
	color:#ddd;
	text-decoration:underline;
}