/* CSS Document */
body{
	padding:0; margin:0; background-color:#414e1b; font-family:Verdana, Geneva, sans-serif; font-size:15px;
	}
div, p, h1, h2, h3, ul, img{
	padding:0; margin:0;
	}
ul{
	list-style-type:none;
	}
.balnk{
	font-size:0px; line-height:0px; clear:both;
	}


#wraper{ width:750px; margin:0 auto; background-color:#FFF;}

/*--------------------------------header-------------------*/
#heder_l{ 
	width:288px;
	float:left;
	background-image:url(images/header_l.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:130px;
	}
#product{ 
	width:210px;
	margin:30px 0 0 20px;
	padding:15px;
	background-color:#FFF;
	}

#button li{ 
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	height:36px;
	padding:12px 0 0 25px;
	}
#button li a{
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
		}
#button li a:hover{ color:#360;}

#heder_r{ 
	width:462px;
	float:left;
	background-image:url(images/header_r.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:100px;
	}

.body{ 
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	
	}
#body_text{ 
	margin-top:20px;
	padding-right:20px;
	text-align:justify;
	}
#body_text p{ margin-bottom:10px;}

h1{ 
	color:#19284f;
	font-size:18px;
	font-weight:bold;
	padding-bottom:25px;
	}
.green{ color:#245b02;}

.more{ 
	color:#245b02; 
	text-align:right; 
	font-weight:bold; 
	text-decoration:none; 
	margin-left:160px;
	}
	
.more:hover{ color:#630;}

.innar{ padding:10px 20px;}

.innar form li{ margin-bottom:10px;}

#footer{ 
	background-color:#013828;
	
	padding:10px 0 10px 0;
	height:10px;
	}
#footer li{
	float:left;
	color:#FFF;
	font-size:10px;
	padding-left:10px;
	text-align: right;
	width:360px;
}
#footer li a{ text-decoration:none; color:#FFF;}

#footer li a:hover{ text-decoration:underline;}

