@charset "UTF-8";
/* CSS Document */

body{
	font:14px Verdana, Arial, Helvetica, sans-serif;
	background-color: #8EA66C;
	margin: 0px;
	height:100%;
	margin:0;
}

h1{
	color: #880011;
	margin-top: 0px;
	padding-top: 0px;
}
img {
	border: none;
}
#wrapper { 
	margin: 0 auto; 
	width: 980px;
	text-align:left;
}

#inner {
	float:left;
	width:960px;
	background:#86A15C;
	border-right-width: 5px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header {
	margin: 0px;
	background-image: url(../images/green-fade.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}


#content{
	margin: 10px 15px;
}
#content p{
	font-size: 14px;
	line-height: 20px;
}

#footer{
	margin: 0px;
	background-color: #F08020;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a{
	color: #FFFFFF;
}

.picture-left {
	margin-right:20px;
	margin-bottom: 20px;
	float: left;
}	
.picture-right {
	margin-left:20px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}	

.quote{
	font-size: 9px;
	text-align: center;
	font-style: italic;
	padding: 10px 20px;
}

#menu {
	width: 200px;
	margin: 10px;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
#menu li a {
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	background:  url(menu.gif);
	padding: 8px 0 0 10px;
	}	
#menu li a:hover{
	background:  url(menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

	
#nav-vertical ul {
  	list-style: none;
	margin: 0;
	padding: 0;
	}	
#nav-top ul{
	padding: 0px;
	margin: 0px;
}

#nav-top li {
	float:left;
	background:url("../images/tabs/left.gif")
      no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	list-style-type: none;
}
#nav-top a, #nav-top strong, #nav-top span {
	display:block;
	background:url("../images/tabs/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav-top #current {
    background-image:url("../images/tabs/left_on.gif");
    }
#nav-top #current a {
	background-image:url("../images/tabs/right_on.gif");
	padding-bottom:5px;
	font-weight: bold;
}
	
#nav-below{
	background-color: #F08020;
	height:25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#nav-below ul{
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#nav-below li {
	float:left;
	margin:0;
	list-style-type: none;
	background-color: #F08020;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
    }
#nav-below a, #nav-below strong, #nav-below span {
	display:block;
	padding:3px 15px 3px 6px;
	color: #FFFFFF;
	text-decoration: none;
}

.facts{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.facts ul{
	list-style-type:none;
	list-style-image:none;
	clear:left;
	margin: 0px;
	padding: 0px;
}
.facts li{
	list-style-type:none;
	margin: 0px;
}
.prices tr td{
	text-align: center;
	padding: 5px;
}
.table-head{
	font-weight: bold;
	background-color: #8EA66C;
	color: #FFFFFF;
}
