/* CSS Document */
* {
	margin:0;
	padding:0
}

p {
	margin-bottom:1em
}

ul {
	margin-left:20px;
	margin-bottom:1em
}

/* commented backslash hack v2 \*/ 
html, body{
	height:100%;
} 
/* end hack */ 

body {
	color: #FFF;
	background-color: #8BA9A3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #E8FFFA;
	font-weight: bold;
}

form {
	display: inline;
}

#outer{
	margin-left:160px;
	margin-right:160px;
	background: #748D88;

	margin-bottom:-132px;
	min-height:100%
}

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:175px;
	background: #748D88;
	background-image: url("images/main_logo.gif");
	background-repeat: no-repeat;
	background-position: 10px 50px;
	border-top: 0px;
	border-bottom: 1px #cccccc solid;
	overflow:hidden;
}

#top_menu {
	width:100%;
	height:45px;
	background-color: #cccccc;
	background-image: url("images/top_menu_bg.jpg");
	background-repeat: repeat-x;
	margin-top: 130px;
	border-top: 1px #cccccc solid;
	text-align: right;
	color: #3A4644;
	padding-top: 11px;
}

#top_menu a, #top_menu a:visited {
	margin-right: 40px;
	font-weight: bold;
	color: #3A4644;
	text-decoration: none;
	font-size: 18px;
}

#top_menu a:hover {
	margin-right: 40px;
	font-weight: bold;
	color: #3A4644;
	text-decoration: underline;
	font-size: 18px;
}

#left {
	border-top: 1px #cccccc solid;
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
	background-color: #8BA9A3;
	background-image: url("images/l_r_bg.jpg");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	
}

#left ul {
	list-style: none;
	padding: 0;
	margin-top: 40px;
	margin-left: 0px;
	margin-right: -10px;
	margin-bottom: 0;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	min-height:0;
	background-color: #748D88;
}

/* stupid ie */
* html #left ul{height:1px;position:relative}

#left li {
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}

#left li a:link, #left li a:visited {
	font-size: 16px;
	display: block;
	padding: 0.4em 0.5em 0.4em 0;
	color: #003333;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	background-color: #748D88;

}

#left li a:hover {
	font-size: 16px;
	display: block;
	padding: 0.4em 0.5em 0.4em 0;
	color: #003333;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	background-color: #E8FFFA;

}

/* stupid ie */
* html #left li a:link {height:1px;position:relative}


#left p, 
#right p {padding:3px}

#right {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:right;
	margin-right:-159px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	color: #000;
	
	background-image: url("images/l_r_bg.jpg");
	background-repeat: repeat-x;
	background-position: 1px 1px;
}

#footer {
	width: 100%;
	clear: both;
	height: 130px;
	border-top: 1px #cccccc solid;
	border-bottom: 0px;
	background-color: #3A4644;
	text-align: right;
	position: relative;
	padding-top: 10px;
}

#clearheader{height:175px;}/*needed to make room for header*/

#clearfooter{clear:both;height:132px;}/*needed to make room for footer*/

* > html #clearfooter {float:left;width:100%;}/* ie mac styles */

#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: #000;
	background-image: url("images/center_bg.jpg");
	background-repeat: repeat-x;
	background-position: 3px 1px;
	

}

#main_content {
	margin: 30px;
	line-height: 20px;
}

#breadcrumb {
	padding-left: 20px;
	padding-top: 10px;
}

#breadcrumb a {
	text-decoration: none;
}

#centrecontent p { 
	 
}

#centrecontent li { 
	 margin-left: 30px;
}

h1 {
	font-size: 150%; 
	padding: 0px 20px 20px 0px;
}

#footer a { color:#FFF; }


/* classes */

.hotspot {
	width: 140px;
	background-color: #ffffff;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000000;
	text-align: center;
	font-size: 12px;
}

.hotspot a {
	color: #3A4644;
}

.hotspotbottom {
	text-align: right;
	padding: 5px;
	background-color: #748D88;
	border-top: 1px solid #cccccc;
}

.category_bit {
	width: 20%;
	float: left;
	border: 1px solid #3A4644;
	text-align: center;
	margin-left: 2.5%;
	margin-bottom: 25px;
	padding: 5px;
	background-color: #8BA9A3;
}

.category_bit h2 {
	font-size: 90%;
	background-color: #3A4644;
	margin-bottom: 5px;
	margin-top: -5px;
	margin-left: -5px;
	margin-right: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.product_bit {
	width: 30%;
	float: left;
	border: 1px solid #3A4644;
	text-align: center;
	margin-left: 1%;
	margin-bottom: 25px;
	padding: 5px;
	background-color: #8BA9A3;
}

.product_bit h2 {
	font-size: 90%;
	background-color: #3A4644;
	margin-bottom: 5px;
	margin-top: -5px;
	margin-left: -5px;
	margin-right: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.product_bit p {
	text-align: left;
	font-size: 12px;
}

.page_nav {
	text-align: right;
	margin-bottom: 10px;
	clear: both;
}

.page_nav a, .page_nav b {
	border: 1px solid #3A4644;
	padding: 5px;
	background-color: #8BA9A3;
}

.product_image {
	border: 1px solid #3A4644;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 15px;
	text-align: center;
	font-size: 10px;
}

.product_image form {
	
}

.product_image form label {
	display: block;
	text-align: left;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.product_dropdown {
	font-size: 10px;
}

.float_right {
	float: right;
	margin: 15px;
}

.float_left {
	float: left;
	margin: 15px;
}


.comment_form p {
	clear: left;
	white-space: nowrap;
}

.comment_form label {
	width: 150px;
	height: 60px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.comment_inputfields {
	width: 60%;
	padding: 3px;
}

.comment_textarea {
	width: 60%;
	height: 100px;
	padding: 3px;
}

.comment_form input {
	text-align: left;
}



.hotspot {
	width: 140px;
	background-color: #ffffff;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000000;
	text-align: center;
	font-size: 12px;
}

.notes { 
  	width: 140px;
	background-color: #ffffff;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000000;
	text-align: left;
	font-size: 12px;
}

.notes h4 {
  	padding: 0px 0 3px 3px;
  	border-width: 0 0 1px 0;
  	border-style: solid;
  	border-color: #666666;
  	color: #666666;
  	font-size: 12px;
  	margin-top: 6px;
  	margin-bottom: 3px;
}

.notes p {
	padding: 3px;
	margin: 0px;
	white-space: normal;
}

html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */