html	{
	background: #007C30;
	color: #007C30;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

body	{
	background: #007C30;
	color: #FFF;
	margin: 0 auto;
	width: 1000px;
}

h1 {
    position:relative;
    font-size: 1.4em;
    width: 1000px;
    height: 271px;
    margin:0;
    padding:0;
    overflow:hidden;
}
h1 span {
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
    width: 1000px;
    height: 271px;
    margin:0;
    padding:0;
    background:url("../images/toplogo.jpg") top left no-repeat;
}

h2	{
	font-size: 1.3em;
}
h3	{
	font-size: 1.1em;
}

hr.wave	{
	background: url("../images/wave.jpg") top left no-repeat;
	border: 0;
	clear: both;
	height: 54px;
}
hr.cleaner	{
	border: 0;
	clear: both;
	margin: 0;
	visibility: hidden;
}

#text	{
	padding: 0 33px;
}

#text h2, #text h3	{
	font-style: italic;
}

#products	{
	padding: 0 33px;
}

#products div	{
	float: left;
	padding: 0 0 0 25px;
	width: 285px;
}
#products h2	{
	margin: 0 0 0 10px;
}
#products #p1 h2	{
	margin-left: 0;
}
#products p	{
	width: 260px;
	margin: 1em auto;
}
#products p.text	{
	height: 9em;
}
#products #p3 img	{
	margin-top: 29px;
}

#bottom	{
	margin: 100px 50px 0;
}
#bottom div	{
	float: left;
	text-align: center;
	text-transform: uppercase;
	width: 500px;
}
#bottom div h2	{
	font-size: 1.5em;
	margin: 0 0 1em 0;
}
#bottom ul	{
	float: left;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	width: 390px;
}
#bottom ul li	{
	margin: 0 0 1em 0;
	padding: 0;
}
#bottom ul li img	{
	border: 0;
	margin-left: 50px;
	vertical-align: middle;
}
#bottom ul li img.dm	{
	margin-left: 86px;
}
#bottom ul li a	{
	color: #FFFFFF;
	text-decoration: none;
}
#bottom ul li a span	{
	text-decoration: underline;
}