#headbar
{
	color:white;
	width:1000px;
	height:150px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	margin-top:-10px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	font-family:"Bookman old style";
	font-size:32pt;
	text-indent:20px;
	background-color:transparent;
}
#leftbox{
	background-color:#B1B8B3;
	width:380px;
	padding-left:20px;
	padding-top:5px;
	font-size:20px;
	color:#006233;	
	float:left;
	text-align:left;
	position:relative;
	height:300px;
}
#rightbox{
	background-color:#B1B8B3;
	width:400px;
	padding-left:20px;
	padding-top:5px;
	color:#006233;	
	font-size:20px;
	float:right;
	position:relative;
	height:300px;
}
#rightbox bold{
	text-align:center;	
}
h1
{
	color:#006233;	
	font-size:24px;
	text-align:center;
	padding-right:20px;
}
h2
{
	color:#006233;	
	font-size:20px;
	text-align:center;
}
img{
float:left;
margin-right:20px;
}
#products
{
	margin-top:30px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.box
{
	background-color:white;
	float:left;
	position:relative;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:21px;
	font-family:"Baskerville Old Face";
	text-align:center;
	width:270px;
	text-indent:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#006233;
}


.box:hover
{
	background-color:#B1B8B3;
}

#products a:hover
{
	color:#00880A;	
}
#headbar text
{
	padding-left:60px;
}

.body
{
	background-color:#006233;
	color:#00880A;	
}
#hometext
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	font-family:"times new roman";
	font-size:18pt;
	color:white;
}

#bg1
{
	margin-top:15px;
	position:relative;
	height:45px;
	background-color:white;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}
/* Reset */

/* Menu */
.menu {	
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height: 40px;
	background-color:white;
	
	
	
	
}


.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
z-index:+9999;

}

/* Links */

.menu li a {
	display: block;
	padding: 0 22px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;
	font-family: calibri;
	font-size: 24px;
	color: #006233;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
transition-property: background;
transition-duration: 0.2s;
-moz-transition-property: background; /* Firefox 4 */
-moz-transition-duration: 0.2s; /* Firefox 4 */
-webkit-transition-property: background; /* Safari and Chrome */
-webkit-transition-duration: 0.2s; /* Safari and Chrome */
-o-transition-property: background; /* Opera */
-o-transition-duration: 0.2s; /* Opera */

}


.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { background-color: #006233; color:white;}




	border: none;
	border-bottom: 1px solid #353539;
}

.menu ol li:last-child a { border: none; }


.menu ol a:hover { background-color:white; no-repeat 6px center;}




.menu ol {
	position: absolute;
	top: 40px;
	left: 0;

	opacity: 0;
	
	background-color:white;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	
}

.menu li:hover > ol { opacity: 1.0; }

.menu ol li {
	height: 0;
	overflow: hidden;
	padding: 0;
	
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ol li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

.menu ol li a {
	width: 190px;
	padding: 4px 0 4px 0px;
	margin: 0;
	border: none;
}

.menu ol li a:hover
{
	color:#686868;
	width:190px;
}
.menu ol li:last-child a { border: none; }










