body{
	margin: 0px;
	padding: 0px;
	background: url(../imges/body_bd.jpg) no-repeat top center #35831a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper{
	margin: 40px auto 0px auto;
	width: 900px;
	background: url(../imges/content_back.jpg) repeat-y #FFF;
	position: relative;
	padding: 15px 20px;
}
#header h1{
	margin: 0px;
	padding: 0px;
}
#logo{
	display: block;
	background: url(../imges/logo.png) no-repeat;
	width: 192px;
	height: 96px;
	text-indent: -9999px;
}
#navigation{
	background: #2b2b2b;
	margin: 10px 0px 5px;
	padding: 0px 15px;
}
#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#navigation ul li{
	float: left;
	padding: 10px 0px;
}
#navigation ul li a,
#navigation ul li a:visited{
	padding: 10px 28px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#navigation ul li a:hover{
	background: #d43c3b;
}
#search{
	float: right;
}
#search input{
	padding: 4px;
	border: none;
	float: left;
}
#search #inp{
	width: 160px;
	margin-top: 6px;
}
#search #gow{
	background: url(../imges/button.jpg) repeat-x;
	height: 24px;
	color: #FFF;
	font-weight: bold;
	margin-top: 5px;
}
.clear{
	clear: both !important;
}
.fl{
	float: left;
	width: 600px;
}
.fr{
	float: right;
	width: 263px;
}
#featured{
	margin: 10px 0px;
}
.features{
	float: left;
	/*background: #2b2b2b;*/
	width: 217px;
	height: 110px;
	overflow: hidden;
	margin-right: 10px;
}
.features.bag1{
	background: url(../imges/bag1.jpg) no-repeat top right #2b2b2b;
}
.features.bag2{
	background: url(../imges/bag2.jpg) no-repeat top right #2b2b2b;
}
.features.bag3{
	background: url(../imges/bag3.jpg) no-repeat top right #2b2b2b;
}
.features.bag4{
	background: url(../imges/bag4.jpg) no-repeat top right #2b2b2b;
}
.features.last{
	margin: 0px;
}
.features h2{
	font-size: 19px;
	color: #FFF;
	font-weight: normal;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	text-shadow: 0px 0px 1px #000;
}
.features h2 a,
.features h2 a:visited{
	color: #FFF;
	text-decoration: none;
}
.features h3{
	color: #959595;
	font-size: 13px;
	font-weight: normal;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	text-shadow: 0px 0px 1px #000;
}
.features .text{
	/*float: left;*/
	width: 163px;
	height: 110px;
	position: relative;
}
.features .text img{
	position: absolute;
	bottom: 20px;
	right: 0px;
}
.features .bags{
	float: right;
}
h1{
	color: #31100b;
	font-size: 25px;
	margin: 5px 0px;
}
h1 span{
	color: #ef0000;
}
p{
	line-height: 20px;
	font-size: 13.5px;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
#himg{
	border: 5px solid #e2e2e2;
	margin-right: 10px;
}
#hul{
	list-style: none;
	margin: 0px 0px;
	font-size: 14px;
}
#hul li{
	background: url(../imges/arrow.png) no-repeat 0px 14px;
	padding-left: 15px;
	line-height: 32px;
	font-weight: bold;
	color: #606060;
}
#footer{
	background: #2b2b2b;
	padding: 10px 20px;
	width: 900px;
	margin: 0px auto;
}
#footer ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer ul li{
	float: left;
	font-size: 12px;
	color: #cacaca;
	margin: 5px 5px 0px 0px;
}
#footer ul li a,
#footer ul li a:visited{
	color: #cacaca;
	text-decoration: none;
}
#footer ul li a:hover{
	text-decoration: underline;
	color: #FFF;
}
#footer p,
#footer p a, 
#footer p a:visited{
	color: #CACACA;
}
.box{
	border: 3px solid #e2e2e2;
	padding: 0px;
	margin: 0px;
}
.box h3{
	background: #EEE;
	padding: 8px 5px;
	font-size: 18px;
	color: #000;
	margin: 0px;
}
h2{
	font-size: 15px;
}
#gallery {
	width: 900px;
}
#gallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#gallery ul li {
	display: inline;
	text-indent: -9999px;
	padding: 0px;
}
#gallery ul img {
	border: 2px solid #3e3e3e;
	border-width: 2px;
	margin: 10px 18px 0px 0px;
}
#gallery ul a:hover img {
	border: 2px solid #fff;
	border-width: 2px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}
form div{
	clear: left;
}
label{
	float: left;
	display: block;
	width: 100px;
	margin-top: 8px;
}
input,select,textarea{
	float: left;
	padding: 2px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
#send{
	margin: 10px 0px 0px 100px;
}
h2#big{
	font-size: 20px;
	margin: 10px 0px 5px;
}