*{
	margin:0;
	padding:0;
}

body{
	background:#4A7D6A url(../images/body-tile.png) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

h3{
	color:#005927;
	width:100%;
	height:30px;
	border-bottom:solid 2px #005927;
	font-size:20px;
	font-weight:lighter;
}

h4{
	color:#005927;
	width:100%;
	font-size:16px;
	font-weight:lighter;
	margin:15px 0 0 0;
}

a{
	color:#005927;
	text-decoration:none;
}

p{
	margin:15px 0 0 0;
	font-size:14px;
}

img{
	border:0;
}

hr{
	border-color:#005927;
	margin:15px 0 0 0;
}

ul{
	display:inline;
	list-style-position:outside;
}

li{
	list-style-position:outside;
	margin:10px 0 0 20px;
	font-size:14px;
}

td{	padding:10px; }

object{
	display:list-item;
}

embed{
	display:list-item;
}


#wrapper{
	float:left;
	display:inline;
	width:100%;
	background: #FFFFFF url(../images/body-tile.png) repeat-x;
	margin:0 0 15px 0;
	border-bottom:solid 5px #87A89D;
}

#image-holder{
	float:left;
	display:inline;
	width:100%;
	min-width:770px;
	background:url(../images/body-bg.jpg) top center no-repeat;
	text-align:center;
}

#container{
	width:770px;
	margin:0 auto;
	text-align:left;
	overflow:auto;
	padding-bottom:20px;
}

#header h1, #header h2{
	display:none;
}

#nav{
	float:left;
	display:inline;
	margin:146px 0 0 10px;
	width:750px;
	height:31px;
	background:#005927 url(../images/nav-bg.png) no-repeat;
	overflow:hidden;
}

#nav ul { 
 	float: left;
	display:inline; 
	margin-left: 5px;
	margin-top:5px;
	list-style:none;
	}
	#nav ul li { 
	 	list-style: none; 
		margin: 0 2px; 
		float: left;
		display: block;
		line-height:26px;
		}
  		#nav ul li a { 
			float: left;
			text-decoration: none;
			display: block;  
			font-size:14px;
			padding: 0 0 0 10px;
			color: #fff;
			}
		#nav ul li a span {
			text-align: center;
	        float: left;
			padding-right: 10px;
 
		}
			#nav ul li a:hover { 
			 	background: #40835D url(../images/hoverTabLeft.gif) no-repeat left top; 
				color: #fff;
				cursor: pointer;
				}
			#nav ul li a:hover span {
				background: #40835D url(../images/hoverTabRight.gif) no-repeat right top;
				cursor: pointer;
			}
    		#nav ul li a.current,
    		#nav ul li a.section,
    		#nav ul li a.section:hover,
    		#nav ul li a.current:hover { 
			 	background: #fff url(../images/activeTabLeft.png) no-repeat left top; 
			 	color: #444;
				}
			#nav ul li a.current span,
			#nav ul li a.section span,
    		#nav ul li a.section:hover span,
			#nav ul li a.current:hover span {
				background: #fff url(../images/activeTabRight.png) no-repeat right top;
				color: #444;
			}


#outer-appear{
	float:left;
	display:inline;
	margin:10px 0 0 10px;
	width:750px;
	height:200px;
	overflow:hidden;
	background:#80AA9C;
}

#ss-content{
	float:left;
	padding:10px 0 0 10px;
	width:750px;
}

#left-column{
	float:left;
`	display:inline;
	width:240px;
	margin:10px 0 0 10px;
	list-style:none;
	text-align:left;
	list-style:none;
	overflow:hidden;
}

#products-menu ul{
	float:left;
	width:240px;
	display:inline;
	margin:10px 0 0 0;
	list-style:none;
	text-align:right;
	list-style:none;
}

#products-menu ul li{
	list-style:none;
	margin:0;
	font-size:12px;
	float:left;
}

#products-menu ul li a{
	color:#FFFFFF;
	float:left;
	width:220px;
	padding:8px 10px 9px 10px;
	background:url(../images/menu-2.png) center no-repeat;
}

#products-menu ul li a:hover{
	background:#005927;
}

#products-menu ul li ul{
	float:left;
	background:#A1C2B0;
	list-style:none;
	margin:-1px 0 1px 0;
	display:none;
}

#products-menu ul li:hover ul{
	display:inline;
}

#dropdownmenu1 li.over ul{
display:inline;
}


#products-menu ul ul li a{
	float:left;
	padding:5px 10px 5px 10px;

	background:none;
	color:#506158;
	font-size:10px;
}

#products-menu ul ul li a:hover{
	background:#DBE7E0;
}



#right-column{
	float:left;
	display:inline;
	margin:10px 0 0 10px;
	width:500px;
	overflow:hidden;
	min-height:300px;
}

.ProductList li{
	float:left;
	display:inline;
	margin:10px 0 0 0;
	width:478px;
	border:solid 1px #d9d9d9;
	background:#e5e5e5;
	padding:10px;
}

.ProductList li a{
	color:#000000;
}

.ProductList li a img{
	float:left;
	display:inline;
	margin:0 10px 0 0;
	border:solid 1px #d9d9d9;
}

.ProductList li span.productTitle{
	color:#005927;
	display:inline;
	margin:0 0 10px 0;
	float:left;
	font-size:16px;
	font-weight:lighter;
	width:315px;
}

.ProductList li span.productTitle a{
	color:#005927;
}

.ProductList li p a{
	color:#005927;
	display:inline;
	margin:10px 0 0 0;
	float:left;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	width:300px;
}

#footer{
	float:left;
	width:100%;
	text-align:center;
	overflow:auto;
	padding-bottom:20px;
	background:#4A7D6A;
}

.productContent{
	float:left;
	display:inline;
	margin:10px 0 0 0;
}

.product_summary{
	float:left;
	text-align:left;
	display:inline;
	width:500px;
	margin:10px 0 0 10px;
}

#Breadcrumbs{
	float:left;
	display:inline;
	background-color:#8EBCAF;
	text-align:left;
	margin:10px 0 10px 0;
	padding:5px;
	width:490px;
}

#Breadcrumbs p{
	margin:0;
	padding:0;
}

#product-image{
	float:right;
	border:10px solid #8EBCAF;
	margin:0 4px 0 10px;
}

.left-img{
float:left;
}

.right-img{
float:right;
}

.details{
	float:left;
	width:200px;
	height:20px;
	text-align:center;
	color:#FFFFFF;
	background:#D7182A;
	font-size:14px;
	padding:3px 0 0 0;
	margin:6px 0 0 0;
}

.details2{
	float:left;
	width:287px;
	height:20px;
	text-align:center;
	color:#FFFFFF;
	background:#D7182A;
	font-size:14px;
	padding:3px 0 0 0;
	margin:2px 0 0 0;
}

.left-span{
	float:left;
	text-align:right;
	font-weight:bold;
	width:100px;
	padding:5px 0 5px 0;
}

.right-span{
	float:left;
	text-align:left;
	width:177px;
	margin:0 0 0 10px;
	padding:5px 0 5px 0;
}

.left-span1{
	float:left;
	width:70px;
	height:20px;
	text-align:center;
	color:#000000;
	padding:3px 0 0 0;
	background:#F4F4F4;
	text-align:right;
}
.right-span1{
	float:right;
	width:120px;
	height:20px;
	text-align:center;
	color:#000000;
	padding:3px 0 0 10px;
	background:#F4F4F4;
	text-align:left;
}

.left-span2{
	float:left;
	width:70px;
	height:20px;
	text-align:center;
	color:#000000;
	padding:3px 0 0 0;
	background:#FFFFFF;
	text-align:right;
}
.right-span2{
	float:right;
	width:120px;
	height:20px;
	text-align:center;
	color:#000000;
	padding:3px 0 0 10px;
	background:#FFFFFF;
	text-align:left;
}

.wrapper{
	float:left;
	width:287px;
}

.install-a{
	float:left;
	background: url(../images/tools.html) 10px 1px no-repeat;
	text-align:right;
	width:auto;
	border:solid 1px #D7182A;
	padding:7px 20px 7px 45px;
	margin:10px 0 0 0;
}

.install-a:hover{
	text-decoration:none;
	border:solid 2px #D7182A;
	padding:6px 19px 6px 44px;
	background: url(../images/tools.html) 9px 0px no-repeat;
}

.typography{
	float:left;
}

.none{
	display:none;
}

fieldset{
	float:left;
	margin:15px 0 0 0;
	display:inline;
	width:100%;
	border:0;
	width:500px;
}

/* Forms
*******************************************************/

form ul {
	list-style: none;
}


input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	width: 100%;
	margin:0 0 10px 0;
}
select {
	width: auto;
}

input.action {
	padding: 2px;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}

.Actions{
	float:left;
	width:400px;
	padding:5px 0 0 0;
}



.right-box{
	float:right;
	width:200px;
	background:#D9D9D9;
	padding:10px;
	display:inline;
	margin:15px 0 0 0;
	line-height:18px;
}

.right-box p{
	margin:0;
	font-size:12px;
}

label.left{
	padding:0 0 5px 0;
	float:left;
	width:400px;
}

span.required{
	margin:-10px 0 10px 0;
	color:#FF0000;
	font-size:10px;
}

#level-2-nav{
	float:left;
	width:250px;
}

#Menu2{
	float:left;
	width:219px;
	display:inline;
	margin:10px 0 0 0;
	list-style:none;
	text-align:right;
}

#Menu2 li{
	list-style:none;
	margin:0;
	font-size:12px;
}

#Menu2 li a{
	color:#FFFFFF;
	float:left;
	width:219px;
	padding:8px 10px 9px 10px;
	background:url(../images/menu-2.png) center no-repeat;
}

#Menu2 li a:hover{
	background:#005927;
}

#Menu2 ul{
	float:left;
	background:#A1C2B0;
	list-style:none;
}

#Menu2 ul li a{
	float:left;
	width:219px;
	padding:5px 10px 5px 10px;
	background:none;
	color:#506158;
	font-size:10px;
}

#Menu2 ul li a:hover{
	background:#DBE7E0;
}

#content-float{
	float:left;
	display:inline;
	width:490px;
}

#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:751px;
	height:200px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}

.left{
	float:left;
	margin-top:10px;
	margin-right:10px;
	display:inline;
}

/*GALLERY*/

#gallery {position:relative; width:500px;}
#image {position:relative; width:500px; height:308px; background:#FFF url(images/loading.html) center center no-repeat}
#image img {position:absolute; top:0px; left:0px}
#thumbwrapper { width:500px; height:100px; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:100px; width:500px; }
#thumbarea ul {position:absolute; list-style:none; overflow:hidden; height:100px; width:500px;}
#thumbarea ul li {float:left; cursor:pointer; list-style:none;}

