﻿/* media="all" */

body {
	background: #fff url("../images/body.gif") repeat-x top;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0 0 20px 0;
	margin: 0;
	}
	
hr, .hide {
	display: none;
	}
	
img {
	border: none;
	}
	
	
/* content */
#content {
	font-size: 100%;
	padding: 0 20px 30px 30px; 
	color: #444;
	position: relative;
	min-height: 100px;
	z-index: 1;
	}
	
* html #content {
	height: 1px;
	}
	
#content p {
	line-height: 1.6em;
	margin: 0 0 20px 0;
	}

/*  links */

#content a {
	color:#4141E8; 
	text-decoration: none;
	border-bottom: 1px dotted #e4eaee;
	}
			
#content a:hover {
	color: #C02903;
	text-decoration:underline;
	
	}

a.external_link {
	background-image: url("../images/external_link.gif");
	background-repeat: no-repeat;
	background-position: 99% 1px;
	padding-right: 15px !important;
	}

.external_link:hover {
	background-image: url("../images/external_link_hover.gif");
	}
	
	
#content ul {
	list-style: none;
	/*margin: 10px 0 10px ;*/
	/*padding: 0px 40px 0px 20px;*/
	/*background: #f7fcf9;*/
	/*border: 1px dotted #75c58f;*/
	}
	
#content li {
	/*padding-left: 20px;*/
	/*margin: 10px 0;*/
	/*background: url("../images/content_li.gif") no-repeat left 5px;*/
	}
	
* html #content li {
	height: 1px;
	}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Calibri, Arial, Helvetica, sans-serif;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	color: #37793D;
	font-size: 200%;
	line-height: 25px;
	margin: 0;
	font-weight: bold;
	}
	
h2, h3, h4 {
	font-size: 140%;
	line-height: 18px;
	margin: 0 0 5px 0;
	color: #195433;
	font-weight: normal;
	}
	
h2 {
	color: #37793D;
	margin: 20px 0 0 0;	
	}
	
h3 {
	font-size: 120%;
	line-height: 18px;
	}
	
h4 {
	margin: 40px 20px 5px 0;
	position: relative;
	min-height: 1px;
	text-transform: uppercase;
	}

 h5 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	line-height: 15px;
	color: #003684;
	}
.strong
{
font-weight: bold;
	}
}
/* Main */
#main {
	padding: 10px 0 50px;
	margin: 10px 0;
	position: relative;
	z-index: 1;
	border-top: 1px solid #eee;
	}
	
* html #main {
	height: 1px;
	}
	
/* Sidebar */
#sidebar {
	display:none;	
	}
	
/* Page Header */
#page_header {
	margin: 5px 0;
	z-index: 1;
	position: relative;
	}
	
#page_header img {
	display: block;
	}
	
/* breadcrumb */
#breadcrumb {
	border-bottom: 1px solid #eee;
	padding: 0 0 5px 0;
	color: #003366;
	line-height: 20px;
	margin: 5px -20px 20px 0;
	}
	
#breadcrumb strong {
	font-weight: normal;
	color: #003366;
	}
	
#breadcrumb a {
	color:#4141E8; 
	text-decoration: none;
	border-bottom: 1px dotted #e4eaee;
	}
	
	
#breadcrumb a:hover {
	/*background: #e5f1e9;
	color: #007229;	
	border: 1px solid #6ccd8f;
	padding: 1px 2px;	
	margin: 0;*/
	color: #C02903;
	text-decoration:underline;
	}

	
/* Wrapper */

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 5px 25px;
	background: #fff url("../images/wrapper.gif") no-repeat top;
	}
	
	
/* Header */

#header {
	position: relative;
	height: 75px;
	margin: 0 0 5px;
	padding-bottom: 10px;
	background: url("../images/header.gif") repeat-x bottom;
	}
	
#header_logo {
	position: absolute;
	bottom: 10px;
	left: 0px;
	}
	
	
#site_tools {
	display:none;	}
	
	
	
	#gencalc{display:none;}

	
	
	
/* Main Nav Container */
#menu_container {
	display:none;	}
	


#menu_contact {
	position:absolute;
	top: 11px;
	right: 20px;
	}


/* Footer */
#footer {
	margin: 0;
	padding: 15px 0 0;
	font-size: 11px;
	color: #7f7f7f;
	line-height: 16px;
	position: relative;
	clear: both;
	background: url("../images/footer.gif") repeat-x top;
	min-height: 1px;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 5px 0;
	}
	
#footer a {
	display:none;	}
	
#footer_links {
display:none;
}
	
#footer a:hover {
	display:none;	}
	
/** Sidebar panels **/
.sidebar_panel {
	padding: 5px 10px 10px;
	color: #6e6f64;
	border:1px solid #CDCDCA;
	background: #E6E6E6 url("../images/search_v2.gif") no-repeat ;
	margin: 0 0 10px;
	
	}

.sidebar_panel h3 {
	margin: 0 0px 7px 25px;
	line-height: 20px;
	color: #6e6f64;
	font-size: 140%;
	font-weight: bold;
	}
	
.sidebar_panel input.field {
	font-size: 80%;
	height: 14px;
	padding: 2px 3px;
	border: 1px solid #999;
	display: block;
	margin: 0;
	width: 150px;
	}
	
.sidebar_panel a {
	text-decoration: none;
	}


/* Search Box */

	
.search_submit {
	height: 20px;
	background:#00822D;
	color:#FFFFFF;
	border: none;
	font-size:70%;
	display: block;
		cursor: pointer;
	border:1px solid #005215;
	
	}
	
#search .search_field {
	width: 125px;
	margin-right: 5px;
	float: left;
	border:1px solid #000000;
	}
	
	
/* Login */
	
#login label {
	display: block;
	margin: 0;
	line-height: 12px;
	margin: 4px 0 0 0;
	}
	
#login .password_field {
	width: 92px;
	float: left;
	margin-right: 5px;
	}
	
* html #login .password_field {
	width: 99px;
	}
	
	
	.search_submit {
	height: 20px;
	background:#00822D;
	color:#FFFFFF;
	border: none;
	font-size:70%;
	display: block;
	cursor: pointer;
	border:1px solid #005215;
	
	}
	
	
.login_submit {
	height: 20px;
	background:#00822D;
	color:#FFFFFF;
	border: none;
	font-size:70%;
	display: block;
	cursor: pointer;
	border:1px solid #005215;
	}
	
#main a#forgotten_password {
	color: #185432;
	padding: 2px;
	position: relative;
	left: -2px;
	top: 4px;
	}
	
#main a#forgotten_password:hover {
	border: 1px solid #6ccd8f;
	background: #fff;
	color: #185432;	
	padding: 1px;
	}

/*Products Page*/

.divProductContainer{
	margin-top:10px;

	
}

.divLeftProductContainer{
	float:left;  border:1px dotted #cccccc; width:45%;margin-right:10px;height:210px;
	list-style-image: url("../images/content_li.gif"); 
}
.divRightProductContainer{
float:left; clear:right;  border:1px dotted #cccccc; width:45%;height:210px;
list-style-image: url("../images/content_li.gif");
}
	
.divProductHeaderContainer{
	border-bottom:1px dotted #cccccc; background-color:#EDEDED;  padding:5px;
	text-align:center;
}

.divProductHeaderContainer h2{
	margin-top:0px;
	font-size:110%
}

.sidebar_panel FORM {
	margin:0px;
}

.divHeaderContainer{
	border-bottom:1px dotted #cccccc; background-color:#EDEDED;  padding:5px; 

}
.divContainer{
	border:1px dotted #cccccc; width:50%; margin-top:10px;
	list-style-image: url("../images/content_li.gif"); 
}
.divContainer h2{
	margin-top:0px;
	font-size:110%
}














