@charset "utf-8";
/* CSS Document */
/*html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	text-align:center;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	font: 12px tahoma;
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	
}*/

body {
	background-color:#ffffff;
	font: 12px tahoma;
	margin: 0;
	padding: 0;
	color:#000000;
}

/* ------------------------------ header ------------------------------ */
#main_header {
width:100%;
padding:0px;
margin:0px;

}

#header {
	width:981px;
	height: 88px;/*94px;*/
	background: url(images/header-line-bg01.png) repeat-x top;
	color: #FFFFFF;
	position:relative; margin:0 auto; padding:0;
	
	
}
#header #header-img {
	position: absolute;
	left: 5px;
	top: 10px;	
	
}

#header h1{
	margin-top: 10px; 
	margin-left:0px;
	width:202px;
	height:40px;
	min-height:30px;
	background:#000;
}
#header-img h1 img {
	display: block;
	margin-left:13px;
	margin-top:1px!important; 

}

#header h2 {
	margin-top: 20px;
	margin-left:70px;
	font-family:tahoma, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
}

#header h2 img {
	display: block;
}

.header-logo  {
	position: absolute;
	top: 5px; right:20px;	
	color: #34160B;
	font-size: 12px;	
	font-weight: bold;
}

#header #header-search {
	position: absolute;
	right: 30px;
	color: #34160B;
	font-size: 12px;
	font-weight: bold;
	top: 50px!important;
	top: 50px;
	
}

#header #menu-top {
position:absolute;
top:65px;
left:0px;
height:25px;
color:#666666;
}

#gallery img {
	float: left;
	margin:0px 0px 5px 0px;
}

/* -------------------------------- wraper ----------------------------------- */
#main_wrap{
	width:100%;
}

#wrap {
	width:990px;
	/*height:600px;
	height:610px!important;*/
	margin:0 auto;
	/*padding:0;*/
	z-index:-1;
	background-image:url(images/bg-content04.png);
	background-repeat:repeat-y;
	background-position:top;
	overflow:auto;
	
}

html>/**/body #wrap, x:-moz-any-link, x:default { 
	
	padding-left:18px;
	
}

#wrap-maintop {
    width:990px;
	/*height:300px;*/
	margin-bottom:2px;
	z-index:-2;
}


/*---------------------------------footer-----------------*/
#main_footer {
	width: 100%;
}

#footer{
	width:990px;
	height:50px; 
	height:50px!important; 
	min-height:50px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#footer #footer-top{ background-image:url(images/footer-line-bg-01.png);
background-repeat: no-repeat; background-position:top; margin:0; padding:0; height:73px!important; min-height:50px;height:50px; z-index:-1;}
#footer ul{width:350px; display:block; position:absolute; right:10px; top:25px; }
#footer li{float:left; font:12px tahoma, Helvetica, sans-serif; font-weight:normal;}
#footer ul li a{padding:0 6px; color:#999; background:none; text-decoration:none;}
#footer ul li a:hover{ color:#cc0000;}
#footer ul li a.padl{padding:0 0 0 6px;}
#footer p.copyright{background:none; display:block; position:absolute;top:1px; right:40px; color:#ffffff; font-size:10px;}
#footer p.truehit{background:none; display:block; position:absolute;top:1px; right:10px; color:#ffffff; font-size:10px;}
