/* CSS Document */
body{
width: 960px;
font-family: Arial, Helvetica, sans-serif; 
text-align: left;
font-size: 11px;
color: #4cb746;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 0px;
background-image: ;
background-repeat: repeat;
background-color: #FFF;
}

h1{
	font-size: 16px;
	color: #FFF;
	padding-bottom: -5px;
}

h2{
	font-size: 14px;
	color: #4cb74d;
}

h3 {
	font-size: 13px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 15px;
}

h4 {
	font-size: 10px;
	color: #4cb74d;
	margin-top: -15px;
}

p{
	text-align: left;
	font-size: 11px;
	color: #FFF;
}

a{
	color: #4cb74d;
	text-decoration: none;
}

a:hover{
	color: #4cb74d;
	text-decoration: underline;
}

#header{
	width: 956px;
	background-color: #FFF;
	float: left;
	border-top: #060 2px solid;
	border-left: #060 2px solid;
	border-right: #060 2px solid;
	border-bottom: #FFF 2px solid;
}

#header-left{
	float: left;
	background-color: #FFF;
	width: 480px;	
	height: 100px;
	text-align: left;
}

#header-right{
	float: left;
	background-color: #FFF;
	width: 470px;	
	height: 49px;
	padding-right: 10px;
	padding-top: 51px;
	text-align: right;
}

#container{
	width: 100%;
	background-color: #060;
	float: left;
	padding-bottom: 10px;
}

#left-column{
	width: 370px;
	float: left;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

#mid-column{
	width: 380px;
	float: left;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

#right-column{
	width: 160px;
	float: left;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: right;
}

#double-column {
	width: 760px;
	float: left;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.products {
	width: 100%;
	height: 110px;
	text-align: left;
	color: #FFF;
	padding-bottom: 10px;
	border-top: thin dotted #4cb74d;
}

#footer {
	float: left;
	width: 956px;
	height: 38px;
	background-color: #FFF;
	clear: both;
	border-left: #060 2px solid;
	border-right: #060 2px solid; 
	border-bottom: #060 2px solid; 
}

#footer-left{
	float: left;
	width: 468px;	
	height: 26px;
	padding-left: 10px;
	padding-top: 12px;
	text-align: left;
	color: #060;
}

#footer-right{
	float: left;
	width: 468px;	
	height: 26px;
	padding-right: 10px;
	padding-top: 12px;
	text-align: right;
	color: #060;
}

.phone{
	font-size: 14px;
	font-weight: bold;
