* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

a {
	color: #009255;
}

a:hover {
	color: #44c499;
}

body {
	width: 100%;
	background: url("/img/bg.png") #efefef;
}

#shadow, #shadow_b {
	margin: 0 auto;
    padding: 0 20px;
    width: 916px;
}
	
#shadow {
	background: url("/img/page.png");
}

#shadow_b {
	height: 20px;
	background: url("/img/shadow.png");
}

#page {
    margin: 0;
    padding: 0;
    width: 914px;
	border: solid 1px #d6d6d6;
}

#logo {
	width: 914px;
	height: 215px;
	background: #9ddf27 url('/img/logo_04.png') no-repeat right;
}

#logo img {
	float: left;
	color: white;
	font-size: 70px;
}

#logo div {
	background: url("/img/logo_03.jpg") transparent;
	width: 323px;
	height: 118px;
	float: left;
}

#menu a {
	display: block;
	background: url("/img/marker.png") no-repeat;
	
	margin-top: 5px;
	
	padding-left: 30px;

	line-height: 20px;
	height: 20px;
	
	color: black;	
	font-weight: bold;
	
	text-decoration: none;
	
	width: 100px;
}

#menu a:hover {
	text-decoration: underline;
}

#content {
	background: white;
	min-height: 200px;
	padding: 20px 40px;
	width: 834px;
	font-size: 14px;
}

#content p {
	margin-top: 15px;
	text-align: justify;
}

#content p:first-letter {
	padding-left: 30px;
}

p.phone {
	line-height: 32px;
	background: url("/img/phone.png") no-repeat;
}

p.email {
	line-height: 32px;
	background: url("/img/email.png") no-repeat;
}

p.address {
	line-height: 32px;
	background: url("/img/home.png") no-repeat;
}

#foot {
	width: 874px;
	height: 49px;
	background: url("/img/footer.png") transparent;
	padding: 0 20px;
}

#foot a {
	display: block;
	line-height: 49px;
	height: 49px;
	font-weight: bold;
	font-size: 18px;
	color: white;
	float: right;
}

#foot a:hover {
	color: #aafff0;
}

h2 {
	width:100%; 
	text-align:center; 
	margin-top:20px; 
	margin-bottom: 10px;
	border-bottom: Solid 2px #19A81E; 
	border-top: Solid 2px #19A81E; 
	background: url('/img/h2.png');
}

.prod_list>li {
	padding: 10px;
	margin-left: 50px;
	margin-top: 10px;
	width: 700px;
	height: 140px;
	border-bottom: 4px dotted #ddd;
}
.prod_list ul {
	margin: 5px 5px 5px 30px;
 	width: 370px;
}
.prod_list ul li {
    width:370px;
    border-bottom: 2px dotted #ddd;
	margin-bottom: 5px;
}
.prod_list ul li span {
	border: 2px solid #fff;
    margin: 0 0 -2px 0;
}
.prod_list ul li span.r {
	float:right;
}
h1 {
	text-align: center;
}
