﻿@import"../css/menu-style.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

html {}
body { margin:0px; background:#fff url(../img/bg_header.png) repeat-x; font:normal 11px Tahoma; color:#666; font-weight:normal; line-height:20px;}

p { font:normal 11px Tahoma; color:#666; margin:0; font-weight:normal; line-height:20px; margin-bottom:10px;}
p.news{ font:normal 11px Tahoma; color:#666; margin:0; font-weight:normal; line-height:20px;}
h1 { color:#666; font-family: 'Open Sans', sans-serif; margin:0; font-size:16px; margin-bottom:30px; font-weight:normal; text-transform:uppercase;} 
h2 { color:#666; font-family: Tahoma; margin:0; font-size:12px; margin-bottom:10px; font-weight:bold; } 
h3 { color:#666; font-family: Tahoma; margin:0; font-size:12px; margin-bottom:0px; font-weight:bold; } 
h4 { color:#B9B9B9; font-family: Tahoma; margin:0; font-size:11px; margin-bottom:10px; font-weight:normal; } 

a {color:#FF9326; text-decoration:none; }
a:hover {color:#99CC00; text-decoration:none;}

hr{/* Gradient transparent - color - transparent */ border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); }

.clr { clear:both; padding:0; margin:0; background:none; }

img{ border:0px;}

/*************header**********/
#header {width:100%; height:160px;}
#header_resize {width:980px; height:160px; margin-left:auto; margin-right:auto;}
.logo { float:left; padding:0; margin:0; width:129px; padding-top:15px; padding-left:30px;}
.search { float:right; padding:0; margin:0; width:213px; height:40px; margin-top:120px; margin-right:10px; background:url(../img/bg_search.png) no-repeat;}
.input_search { width:170px; height:20px; background:none; border:none; margin-top:8px; margin-left:10px; font:normal 11px Tahoma; color:#fff;}

/*************menu**********/
#menu {width:100%; height:46px; }
#menu_resize {width:980px; height:46px; margin-left:auto; margin-right:auto; background:url(../img/bg_menu.gif) no-repeat;}

/*************banner**********/
#banner {width:100%; height:350px; margin-left:auto; margin-right:auto; margin:0 auto; margin-top:10px;}

#slideshow {width:974px; height:344px; margin-left:auto; margin-right:auto; overflow:hidden; position:relative; background:#fff; border:1px solid #ddd; padding:2px;}
#slideshow IMG {position:absolute; z-index:8; top:2px; opacity:0.0;}
#slideshow IMG.active {z-index:10; opacity:1.0;}
#slideshow IMG.last-active { z-index:9;}

/*************content**********/
#content { width:100%; margin:0;}
#content_resize { width:980px; min-height:200px; margin-left:auto; margin-right:auto; padding-top:50px; padding-bottom:50px;}
#content_left { width:178px; float:left;}

#content_right { width:750px; float:right; margin-left:40px;}
#content_right img { padding:2px; background:#fff; border:1px solid #99CC00;}
#content_right img:hover { border:1px solid #FF9326;}

#content_right li{ margin:0; padding:0; list-style-position:inside;}

/*************footer**********/
#footer { width:100%; height:110px; font-size:11px; font-family:Tahoma; color:#fff;}
#footer_resize { width:920px; height:50px; margin-left:auto; margin-right:auto; padding:30px; background-color:#709500;}
#footer_resize .left { float:left;}
#footer_resize .right { float:right;}

#footer_resize a{ color:#fff;}
#footer_resize a:hover{ color:#fff; text-decoration:underline;}

.pic{
	float:left;
	margin:0 33px 33px 0;
	border:5px solid #ddd;
	width:200px;
	height:120px;
}

.pic a{
	width:200px;
	height:120px;
	text-indent:-99999px;
	display:block;
}