@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color: #cccccc;
		font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
}
#wrapper{
	width:596px;
	padding:0;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#float{

	padding:0;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapper_main{
	width:596px;
	margin:0;
	padding:0;
	float:left
}
#header{
float:left;
width:100%;
margin-bottom:10px}
#flash{
	float:left;
	width:576px;
	padding:10px;
	background-color: #FFFFFF;

	font-size: 12px;

}
#menu{
	float:left;
	width:576px;
	background-color: #FFFFFF;
	padding: 10px;
}
#menu_logo{
	float:left;
	width:100px;
}
#menu_text{
	float:right;
	width:476px;
	text-align: right;
	font-size: 12px;
}
#menu_nav{
	float:left;
	width:576px;
	padding-top: 10px;
}
#menu_nav ul{
	float:left;
	width:565px;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#menu_nav ul li{
	float:right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	list-style-type:none;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	color: #FFFFFF;
}
#menu_nav ul li a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#menu_nav ul li a:hover{
	color: #256B01;
	text-decoration: none;
	
}
#menu_nav li.active a{
	color: #256B01;
	text-decoration: none;

}
#content{
	float:left;
	width:100%;
	background-image: url(/images/shop1.jpg);
	background-repeat: repeat-y;
	padding: 10px;
}
#about{
	float:left;
	width:50%;
	background-image: url(/images/bj.png);
	background-repeat: repeat;
	padding: 10px;
}
h2{
	font-size: 16px;
	color: #256B01;
	margin: 0px;
	padding: 0px;
}
#foot{
	float:left;
	width:100%;
	margin-top:10px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
a{
	color:#256B01;
	font-size: 12px;
	text-decoration: none;
}
a:hover{
	color:#256B01;
	text-decoration: underline;
}

