@CHARSET "UTF-8";

/* config stuff */
body{
	text-align: center;
	color: #235f35;
	background-color: white;
	font: 0.90em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
img{
	border: 0;
        clear: left;
}


a{
	text-decoration: none;
	color: #235f35;
	font-weight: bold;
}

.clear {
	clear: both;
}

/* interface elements */
#container{
	text-align: left;
	border: 1px #235f35 solid;
	width: 760px;
	margin: 10px auto 40px auto;
	padding: 25px;
}

#logo{

}

/* interface and navigation */
#logo a{
	margin-left: 311px;
	width: 136px;
	height: 95px;
	display: block;
	text-indent: -9999px;
	background: url(images/interface/logo.gif) no-repeat;
}

#navigation{

}

#navigation ul{
	margin: 10px 0 10px 0;
	padding: 5px;
	background: #235F35;
	text-align: center;
}

#navigation li{
	display: inline;
}

#navigation a{
	padding: 5px;
	color: white;
}
#navigation a:hover{
	background: #5CCA4D;
}

#navigation a:active {
	background:#5CCA4D;
	}

#home-content {
	font-size: 1.3em;
	padding: 45px 20px 0px 45px;
	width: 300px;
	float: left;
}

img#home-pic {
	float: left;
	margin: 0px 20px 5px 0px;
}

#subpage-content img {
	float: left;
	margin: 0px 10px 5px 0px;
}

/* page elements */
#subpage-main-pic{
	float: left;
	margin: 0 15px 15px 0;
}
#subpage-footer-pic{
	margin: 0 0 0 220px;

}

#subpage-footer {
	height: 74px;
	width: 318px;
	display: block;
	clear: both;
	margin: 20px auto 0px;
}


h1{
	font-size: 1.3em;
}
h2{
	font-size: 1.2em;
}
.prodtitle {
        font-size: 1.1em;
 margin-bottom: 2px;
       
        font-weight: bold;

}
.prodsub {
margin-top: 0px;
}

img#products {

float: left;
vertical-align: text-top;

}
.prodcontainer 

{ 
padding-bottom: 30px;
padding-left: 15px;
padding-top:10;
}