/* Template from http://www.free-css.com/free-css-templates/page65/bluebusiness.php */
body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.jpg); /*was .gif*/
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#container {
	width: 800px; /* was 750px */
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container-header {
	width: 720px; /* was 670px; */
	height: 85px;
	padding: 20px 40px 0px 40px;
	background-image: url(images/bg_header.jpg);
	line-height: 85px;
	font-size:28px;
	font-weight:bold;
}

#container-name {
	float: left;
}

#container-name a {
	color: #666666;
	text-decoration: none;
}

#container-name a:hover {
	color: #666666;
	text-decoration: none;
}

#container-slogan {
	float: right;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
}

span, #container-name span,#container-slogan span {
	color: #287334;
}

#container-eyecatcher {
	width: 720px; /* was 670px; */
	padding: 0px 40px 0px 40px;
	height: 123px;	/*was 175*/
	background-image: url(images/bg_eyecatcher.jpg); /*reduced by 52px*/
}

#container-navigation {
	width: 720px; /* was 670px; */
	background-color: #336633; /* was D39913 */
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 22px;
}

#navigation li a {
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 10px 6px 10px;
	border-right: 1px solid #ffffff;
}

#navigation li a:hover {
	/*text-decoration: underline;
	/*background-color: #336600; /*was 6D500A;*/
	/*border-bottom: 1px solid; */
	color: #ffcc00;

}

#container-content {
	width:720px; /* was 670px; */
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	padding: 20px 40px 0px 40px;
	margin: 0 0 0 0;
	min-height: 280px; /*was auto and not min*/
}

#content {
	width: 480px; /* was 430px;*/
	float: left;
}

#table-content { /*This is new to make the table pages wider*/
	width: 720px; /* was 670px; */ 
	float: left;
}

#border {
	width: 170px;
/*	height: 280px;*/
	margin-left: 530px /* was 480px;*/
}

#border-left {
	width: 170px;
/*	height: 280px;*/
	/*margin-left: 530px  was 480px;*/
}

#container-footer {
	border-top: 4px solid #E5E5E5;
	width: 720px; /* was 670px; */
	padding: 10px 0px 20px 0px;
	margin: 0 40px 0px 40px;
	clear: both;
	color: #aeaeae;
}



#footer {
	font-size: 11px;
	color: #555;
	width: 720px; /* was 670px; */
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 73%; /* was 325px */
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 23%; /* was 325px;*/
	padding-right: 10px;
}

h1 {
	font-size: 20px;
	color: #333;
	margin: 0 0 0 0;
	padding: 0px 0 5px 25px;
	background-image: url(images/h1_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 24px;
}

h2 {
	font-size: 14px;
	color: #333;
	padding: 5px 0 5px 25px;
	letter-spacing: 0px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	color: #336600;
	padding: 5px 0 0px 25px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}
	
h4 {
	font-size: 14px;
	color: #336600;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr, #table-content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p, #table-content p {
	line-height: 19px;
	color: #000;
	margin: 0 0 20px 25px;
}

#content p a:hover, #table-content p a:hover, #border p a:hover  {
	text-decoration: none;
	border-bottom: 1px solid #336600;
}

#content li, #table-content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 15px;
}
#table-content li li{
	margin: 0 0 0 -25px;
}
#content .quote, #table-content .quote {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	background-image: url(images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #6D500A;
	font-style: italic;
}

#border p {
	/*line-height: 17px;*/
	font-size: 1px;
	color: #666666;
	margin: 0 0 15px 10px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted #555;
}

#subnavigation li a:hover {
	text-decoration: none;
	color: #336600;	
	border-bottom: 1px solid #336600;
}

a {
	text-decoration: none;
	color: #555;
}

a:hover {
	text-decoration: none;
	color: #336600;	
	border-bottom: 1px solid #336600;
}

.homelink{
	text-decoration: none;
	color: #CC6633;
}

a:hover.homelink{
	text-decoration: none;
}


#container-footer a {
	padding: 2px 2px 2px 2px;
	color: #555;
	/*border-bottom: 1px dotted #555;*/
}

#container-footer a:hover {
	color: #336600;
/*	border-bottom: 1px solid #336600;*/
}

a.homepagelookatme{
	font-size: 125%;
	background-color: #769a6f;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.homepagelookatme{
	color: #ffcc00;
	text-decoration: none;
	}

	
.adboxes{	
	margin: 0px 0px 0px 30px;
	border: 0px solid  #C00;
	clear: both;
	height: 90px;
	background-color:#FFF;
}
	
.row{
	margin: 0px 0px 0px 0px;
	border: 0px solid  #C00;
	width: 44%;
	float: left;
}


.row2{
	margin: 0px 0px 0px 0px;
	border: 0px solid  #C00;
	width: 44%;
	float: right;
}	

.homepagelinkboxes{
	background-color:#769a6f;
	height: 16px;
	margin: 0px 0px 10px 0px;
	border: 0px solid  #C00;
	padding: 2px 2px 2px 6px;
}

ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#news li {
	list-style: none;
	background-image: url(images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}

#content img, #table-content img {
/*	background-color: #E7F1FF;*/
	padding: 4px;
	margin: 4px;
	border: 0px solid #C00;
}
div.aimg a {
	border-bottom: 0px;
}
div.aimg a:hover {
	border-bottom: 0px;
}
img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

.center {
	text-align: center;
}
#index-tables {
	margin: auto;
	width: 470px /* was 420px;*/
	text-align: center;
	padding-left: 20px;
	clear: both;
}
#index-tables td, #sidebar-tables td {
	background: #F7E8CA;
}
#index-left {
	float: left;
	width: 145px; /* was 32%;*/
	margin: 2px;
}
#index-middle {
	float: left;
	width: 145px; /* was 32%;*/
	margin: 2px;
}
#index-right {
	float: left;
	width: 145px; /* was 32%;*/
	margin: 2px;
}

.clearer {
	clear: both;
}
.form {
	border: 1px #4DC15F solid; /* was D39913 */
	background: #E9F8EC;
}
.gone {
	visibility:hidden;
	position: absolute;
}
#basic-product-details p {
	 margin-top: 0px;
	 margin-bottom: 0px;
}
#basic-product-details img {
	 margin: 0px;
	 padding: 0px;
}
#hosted-header hr {
	color: #4DC15F;
	background-color: #4DC15F;
	height: 1px;
	border: 0;
}
#hosted-left {
	float:left;
	width:49%;
}
#hosted-left table{ margin-left: 50px; border-collapse: collapse; border: 1px solid #4dc15f; background: #e9f8ec; color: #033; }
#hosted-left td, th { padding: 3px 3px .75em 3px; line-height: 1.3em; }
#hosted-left th { background: #839E99; color: #fff; font-weight: bold; text-align: left; padding-right: .5em; vertical-align: top;}
#hosted-left .odd td { background: #DBE6DD; }
#hosted-left .odd th { background: #6E8D88; }
#hosted-left td a, td a:link { color: #325C91; }
#hosted-left td a:visited { color: #466C8E; }
#hosted-left td a:hover, td a:focus { color: #1E4C94; }
#hosted-left th a, td a:active { color: #fff; }
#hosted-left tfoot th, tfoot td { background: #2C5755; color: #fff; }
#hosted-left th + td { padding-left: .5em; }

#hosted-right {
	float:right;
	width:49%;
	margin-left: 2%;
}
#hosted-right h3 {
	padding-left: 0px;
}
#hosted-footer {
	clear:both;
}
