@charset "utf-8";
/* CSS Document */

*					{ padding:0px; margin:0px;}

body				{ background-color:#ffffff; font-family:Arial;}
.wraper				{ width:960px; margin:auto;}


a					{ outline:none; text-decoration:none;}
img					{ border:none;}
ul					{ list-style:none;}

.left
					{ float:left;}
					
.right		
					{ float:right;}

.clear				{ clear:both;}




#header					{ font-size:12px;  background:url(../images/header-bg.png) repeat-x; height:100px;}
#header .logo			{ padding-top:5px;}
#header .menu li		{ display:inline; padding:0 0 0 35px; line-height:90px;}
#header .menu a			{ color:#ffffff; text-decoration:none;}
#header .menu a:hover	{ color:#b16a47;}	
#header .ml			{ padding-top:25px;margin-left:150px;color:rgb(255,180,0)}





#content				{ padding:30px 0; color:#4c2715;}
#content .banner		{ padding-bottom:20px;}
#content .rp			{ width:283px; padding-top:65px;}
#content .mp			{ width:283px; padding-top:45px; padding-left:50px;}
#content .lp			{ width:283px;}
#content .rpt			{ width:253px; padding-top:65px;}
#content .mpt			{ width:253px;}
#content .lpt			{ width:253px;}
#content .pnl2			{ width:290px; padding-bottom:10px;}
#content h2				{ font-size:30px; padding:15px 0; font-weight:normal; border-top:0px solid #4c2715;}
#content h2.black		{ font-size:28px; color:#000000;  padding:15px 0; font-weight:normal; border-top:3px solid #000000}
#content h2.yellow		{ font-size:28px; color:#F90;  padding:15px 0; font-weight:normal; border-top:3px solid #F90}
#content .normal		{ font-size:12px; padding-bottom:30px; text-align:justify;}
#content a.btn			{ 
						display:inline-block; 
						height:29px; 
						line-height:29px; 
						color:#ffffff; 
						text-decoration:none;
						background:url(../images/btn-bg.png) repeat-x;
						text-align:center; padding:0 20px;
						font-size:12px;
						border:1px solid #2a1f1f;
						}

#content a.btn:hover	{ background:url(../images/btn-bg-hover.png);}
#content .news-wr		{ padding-bottom:0px;}
#content .news-img		{ border:2px solid #c6c6c6;}
#content .news-dis		{ width:300px;}
#content a.link			{ font-size:12px; text-decoration:none; color:#4c2715;}
#content a.link:hover	{ text-decoration:underline;}


#content .contact		{ color:#ffffff; padding:15px; background-color:#77722a;}
#content .feedback		{ color:#ffffff; padding:15px; background-color:#ffffff;}
#content h3				{ font-size:24px; font-weight:normal; padding-bottom:15px;}
#content h2.green		{ color:#77722a; margin-top:1px;}
#content .aop			{ line-height:30px; font-size:18px; font-style:italic; margin:0; padding:0;}
#content .por3			{ width:288px; margin:15px; height:232px;}







#footer					{ background-color:#4c2715; color:#ffffff; font-size:12px; padding:20px 0;}
#footer .left			{ padding-top:7px;}
#footer .right a		{ position:relative; top:4px; margin-left:5px;}





.htmlbutton 
{
    background-color: #F8D44C;
background: -moz-linear-gradient(top,#FFF39C,#FEE474 50%,#FDD14C 50%,#FCC42E);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0.00,#FCC42E),color-stop(0.50,#FDD14C),color-stop(0.50,#FEE474),color-stop(1.00,#FFF39C));
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-border-radius: 3px;
border: 1px solid #BD9208;
color: black;

padding: 4px 9px;
font-weight: bold;

   }
.htmlbutton:hover {
   border-top-color: #28597a;
   background: YellowGreen    ;
   color: #ffffff;
   }
.htmlbutton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


