body {
	background: #3a5719 url(../img/bkgr_main.jpg) 0 0 repeat-x;
	color: #333;
	/*font-size: 1/1.2em Arial, sans-serif;*/
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	/*border: 0px solid #666;*/
	overflow: hidden;
	padding: 10px 0;
}


#header {
	height: 100px;
	/*background: url(../img/bkgr_header.jpg) no-repeat;*/
}
#productShowcase {
	height: 340px;
}
#categoryShowcase {
	height: 60px;
}

#box_news, #box_service {
	width: 458px;
	height: 200px;
	border: 1px solid #9fad8f;
	background: #6b8153;
	color: #ffffff;
	margin-top: 20px;
}

#box_news p, #box_service p {
	padding: 0px 10px;
}

#textAbout p{
	font: 1.2em/1.6em Arial, sans-serif;
	color: #FFF;
}

#footer {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	background: #000 url(../img/bkgr_footer.jpg) 0 0 repeat-x;
	font: 1.2em/1.4em Arial, sans-serif;
	color: #FFF;
}
#footer_content {
	padding-top: 40px;
}

#footer_content h2 {
	font: 2.2em Arial, sans-serif;
}
#footer_content h3 {
	font: 1.1em Arial, sans-serif;
}




