/* CSS Document */

body, table, form, input, select, textarea {
	font: normal 12px Arial, Tahoma, Verdana, Arial, sans-serif;
	color: #003333;
	margin: 0;
	padding: 0;
	}
	
input, select, textarea {
	color: #000000;
}	

body {
	/*ie hack*/	text-align: center;	
	background: #a4a491 url(../images/main_back.gif) repeat-y 50% 50%;
	}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#header {
	background:  url(../images/main_top.gif) no-repeat 50% 0%;
	height: 160px;
}

#headerbackground {
	position: relative;
	top: 45px;
	left: 20px;
}

#headerlogotext {
	position: relative;
	bottom: 32px;
	left: 225px;
}


#body {
	margin: 0 20px;
}

#left {
	float: left;
	width: 150px;
}

#left img {
	margin: 0 0 0 15px;
}

#right {
	float: right;
	width: 555px;
	padding-right: 20px;
}

#minicart {
	float: right;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	margin: 0px 20px 0 0;
	padding-right: 8px;
}
	
#minicart img {
	vertical-align: middle;
	padding-right: 4px;
}
	
#minicart div.subtotal {
	color: #990000;
}
	
#minicart div.items {
	color: #333333;
	font-weight: normal;
}

#minicart a {
	text-decoration: none;
	color: #000000;
}

#minicart a span.subtotal {
	color: #990000;
}

#minicart a span.items {
	color: #333333;
	font-weight: normal;
}

#minicart a:hover {
	text-decoration: underline;	
}

#footer {
	clear: both;
	background:  url(../images/main_bottom.gif) no-repeat 50% 100%;
	height: 160px;
	width: 800px;
}

/* START Main Nav Bar */
#menu {
		background:  url(../images/nav_bar_background.jpg) no-repeat 20px 0;
	}
	
#mainmenu {
		margin: 0px 0 10px 20px;
		padding: 7px 0 30px 15px;
	}
	
#mainmenu li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
	}
	
#mainmenu a {
		float: left;
		line-height: 14px;
		font-weight: bold;
		margin: 0 10px 4px 20px;
		text-decoration: none;
		border-bottom: 5px solid #063807;
		padding-bottom: 2px;
		color: white;
	}
	
#mainmenu a:visited {
		color: white;
	}

#mainmenu a.active, #mainmenu a:hover {
		border-bottom: 5px solid #999900;
		padding-bottom: 2px;
		color: white;
	}
/* END Main Nav Bar */

/* START Side Nav Bar */

.searchfield {
	text-align: left;
	}
	
.sidebox {
	width: 150px;
	color: #666633;
	background: #EDEDDD;
	margin-bottom: 15px;
	font-size: 13px;
	}
	
.sidebox h1 {
	font: bold 12px Arial, Tahoma, Verdana, Arial, sans-serif;
	color: #FFF;	
	padding: 7px 10px 7px 7px;
	margin: 0;
	background: #A6832C url(../images/box_top150.gif) no-repeat top left;
	}
	
.sidebox ul {
	margin: 0;
	padding: 0;
}

.sidebox ul li a {
	font-weight: bold;
}

.sidebox ul li ul li a {
	font-weight: normal;
}

.sidebox ul li ul {
	margin: 0;
	padding-left: 8px;	
}

.sidebox ul li ul li ul {
	margin: 0;
	padding-left: 14px;	
}

.sidebox li {
	display: inline;
	list-style-type: none;		
}

.sidebox li.last {
	background:	url(../images/box_bottom150.gif) no-repeat bottom right;
	border-bottom: none;
	display: block;
	margin: 0;
	text-decoration: none;
	border-top: 1px solid #fff;
	font-size: 7px;
}

.sidebox li a {
	color: #666633;
	display: block;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
	background: url(../images/square_bullet_up.gif) no-repeat 4px 50%;			
	padding: 8px 10px 8px 16px;
	text-decoration: none;
}

.sidebox li a:hover {
	background: #CCCC99 url(../images/square_bullet_down.gif) no-repeat 4px 50%;				
	color: #553300;		
}

.sidebox li a.actuator {
	background: url(../images/tri_bullet_up.gif) no-repeat 4px 50%;			
}

.sidebox li a.actuator:hover {
	background: #CCCC99 url(../images/tri_bullet_up.gif) no-repeat 4px 50%;				
}

.sidebox li a.down {
	background: url(../images/tri_bullet_down.gif) no-repeat 4px 50%;		
}

.sidebox li a.down:hover {
	background: #CCCC99 url(../images/tri_bullet_down.gif) no-repeat 4px 50%;				
}

.sidebox li span a {
	color: #666633;
	display: block;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
	background: #CCCC99 url(../images/square_bullet_down.gif) no-repeat 4px 50%;			
	padding: 8px 10px 8px 16px;
	text-decoration: none;
}

.sidebox li a.active {
	color: #666633;
	display: block;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
	background: #CCCC99 url(../images/square_bullet_down.gif) no-repeat 4px 50%;			
	padding: 8px 10px 8px 16px;
	text-decoration: none;
}

.menu, .submenu {
	display: none;
}

.sidebox form {
	background:	#EDEDDD url(../images/box_bottom150.gif) no-repeat bottom right;
	text-align: center;
	padding: 2px 0;
}

.sidebox input {
	margin: 1px 0;
	width: 130px;
	height: 16px;
	padding-top: 1px;	
}

.sidebox input.button {
	padding: 0;
	width: 40px;
	height: 22px;
}

.sidebox li.imagelink {
	padding: 0;
	margin: 0;
}

.sidebox li.imagelink img {
	border: 0;
}

.sidebox li.imagelink a {
	background:	#EDEDDD url(../images/box_bottom150.gif) no-repeat bottom right;
	border: 0;
}

.sidebox li.imagelink a:hover {
	background:	#EDEDDD url(../images/box_bottom150.gif) no-repeat bottom right;
	border: 0;	
}

div#swatch {
	margin: 5px 0 0 0;
	padding: 5px;
	background:	#EDEDDD url(../images/box_bottom150.gif) no-repeat bottom right;
}

div#swatch img {
	padding: 1px 0;
	margin: 0;
}

div#swatch a {
	border: 0;
	margin: 0;
	padding: 5px;
}

/* END Side Nav Bar */

/* START Features */

.clearboth {
	clear: both;
	}

ul.features {
	float: left;
	list-style: none;
	text-align: center;
	margin: 10px 0 0 10px;
	}
	
ul.features li {
	float: left;
	padding: 0 20px;
	}	
	
ul.features img {
	border: 0;
	}
	
ul.features span {
	display: block;
	}
	
ol.strongpoints {
	font-weight: bold;
	margin: 0 30px 20px 20px;
	}
	
ol.strongpoints li {
	padding: 5px 0;
	}
	
/* END Features */

/* START Generic Page Tags */
h1, h2, h3, h4.large {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	color: #666633;
	margin: 0;
	}
	
h1 {
	color: #305D33;
	font-size: 22px;
	}
		
h1 span {
	color: #999999;
	padding-left: 5px;
	}
	
h2 {
	font-size: 18px;
	color: #999900;	
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 5px;
	}
	
h2.extraspace {margin-top: 25px;}	
	
h3 {
	font: bold 17px Arial, Tahoma, Verdana, Arial, sans-serif;
	margin-top: 10px;
	color: #003333;
	}

h4 {
	margin: 0;
	font-size: 12px;
	color: #666633;
	}
	
h4.large {
	font-size: 18px;
	margin-top: 30px;
	}
p {
	margin: 10px 0px;
	}
p.navtop {
	clear: both;
	margin-top: 20px;
	}	
ul.standard li {
	padding: 5px;
	margin: 10px 40px 0 25px;
	list-style: disc;
}
a:link {
	color: #666633;
}
a:visited {
	color: #666633;
}
a:hover {
	color: #553300;	
}
hr {
	border: none 0;
	border-top: 1px dashed #CCCCCC;
	height: 1px;
	margin: 10px 0 10px 0;
	padding: 0;
	}
img {
	border: 0;
}
.center {
	text-align: center;
}
strong, em {
	color: #003333;
}
.imagelink img{border:0;vertical-align:middle;padding-right:4px}
#placeholder {
	margin: 20px 0 0 0;
}

.hidden {
		display: none;
}

abbr, acronym {
		font-style: normal;
		border-bottom: 1px dotted;
		cursor: help;
} 

/* END Generic Page Tags */

/* START Link Boxes */
.linkbox {
	font-size: 11px;
	width: 260px;
	background: #F4F4EA url(../images/linkbox_top.gif) no-repeat top left;	
	text-align: left;
	float: left;
	padding-right: 5px;
	margin: 20px 15px 20px 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 255px;
	}
	
.linkbox img.photo {
	float: left;
	border: 6px solid white;
	margin: 15px 10px 5px 10px;
}

.linkbox span.bottom {
	display: block;
	background: #F4F4EA url(../images/linkbox_bottom.gif) no-repeat bottom left;	
	margin: 0;
	}
	
.linkbox h4 {
	margin-top: 15px;
	margin-bottom: 4px;
	}

.linkbox p {
	margin: 0 0 5px 0;
}

.linkbox a {
	text-align: center;
	margin: 0;
}
		
.red {
	color: #990000;
}

.blue {
	color: #0957A6;
}

.black {
	color: #000000;
}

#tracking {
	clear: left;
	padding-top: 10px;
	}
	
#tracking a {
	margin-left: 80px;
	}

/* END Link Boxes */

/* START Company Address Details */
#companydetails {
	position: relative;
	top: 30px;
	font: normal 11px Arial, Helvetica, sans-serif;	
	text-align: center;
	}
	
#companydetails p {
	padding: 0;
	color: #666633;
	}
	
#companydetails p.links {
	margin: 5px 0 5px 0;
	}	

#companydetails p.address {
	margin: 10px 35px 0 35px;
 padding-top: 10px;
	border-top: 1px dashed #CCCCCC;
	color: #666666;	
	}	

#companydetails p.copyright {
	color: #999999;
		margin: 0 35px 5px 35px;		
		padding-bottom: 5px;
	}
	/* END Company Address Details */
#flashcontent {
	margin-top: 15px;
}

.required {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

.pageimage img {
	border: 1px solid #CCCCCC;
	}

.pageimage {
	text-align: center;
	padding: 10px;
	}

.question {font-weight: bold; margin: 10px 0 0 0;}
.answer {margin: 2px 0 5px 0;}
ol.faqs li {margin: 5px 0 5px 0;}
ul.faqs li {margin: 5px 0 5px 0;padding-left: 10px;background: url(../images/square_bullet_up.gif) no-repeat 0px 50%; list-style-type:none;}

table#leafprices {
	padding: 10px 0 10px 0;
	}
	
table#leafprices strong {
	color: #003333;
	}
	
table#leafprices td {
	padding: 5px 5px 5px 0;
	}
	
table#leafpictures {
	padding: 10px 0 10px 0;
}

table#leafpictures h3 {
	padding: 10px 0 10px 0;
	}

table#leafpictures td {
	text-align: center;
	padding: 10px;
	}
table#leafpictures td.left {
	text-align: left;
	}
