﻿body
{
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-color: #F5F5EA;
	background-position: center top;
	margin: 0px auto;
}
.container
{
	padding: 0px;
	margin: 0px auto;
	font: 12px arial, helvetica, sans-serif;
	line-height: 140%;
	width: 763px;
}
/* Start Header */
.header
{
	/*background-image: url(../images/hdr_bg.jpg); 	background-repeat: no-repeat; 	background-color: transparent; 	background-position: center top;*/
	padding: 0px;
	margin: 0px;
	height: 136px;
	width: 763px;
}
.top
{
	padding: 0px;
	margin: 0px;
	height: 93px;
	width: 763px;
}
/* Start Menu */
.menu_container
{
	padding: 0px;
	margin: 0px;
	height: 42px;
	width: 763px;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	float: left;
}
.menubar, .menubar ul
{
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
}
.menubar li
{
	float: left;
	width: auto;
}
.menubar a
{
	width: 109px;
	height: 42px;
	display: block;
	text-indent: -9999px;
}
.menubar a:hover
{
	background-position: 0px -42px;
}
a.nav_home
{
	background: transparent url('../images/nav_home.jpg') no-repeat 0 0;
}
a.nav_products
{
	background: transparent url('../images/nav_products.jpg') no-repeat 0 0;
}
a.nav_aboutus
{
	background: transparent url('../images/nav_aboutus.jpg') no-repeat 0 0;
}
a.nav_contactus
{
	background: transparent url('../images/nav_contactus.jpg') no-repeat 0 0;
}
a.nav_salesreps
{
	background: transparent url('../images/nav_salesreps.jpg') no-repeat 0 0;
}
a.nav_gallery
{
	background: transparent url('../images/nav_gallery.jpg') no-repeat 0 0;
}
a.nav_calculator
{
	background: transparent url('../images/nav_calculator.jpg') no-repeat 0 0;
}
/* End Menu */
/* End Header */
.clear
{
	clear: both;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
/* Start Content */
.content
{
	padding: 0px;
	margin: 0px;
	width: 763px;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background-color: #fff;
}
.contentarea_small
{
	width: 180px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.contentarea_small ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
}
.contentarea_small ul li
{
	margin-bottom: 2px;
}
.contentarea_small a
{
	color: #333333;
	text-decoration: none;
}
.contentarea_small a:hover
{
	color: #72C725;
	text-decoration: underline;
}
.dotted_line
{
	background-image: url('../images/dotted_line.gif');
	background-repeat: no-repeat;
	margin: 5px 0px;
	width: 150px;
	height: 1px;
}
.arrow
{
	vertical-align: middle;
	margin-right: 10px;
	width: 4px;
	height: 5px;
}
.contentarea_large
{
	width: 570px;
	height: 100%;
	min-height: 400px;
	margin: 0px;
	padding: 0px;
	float: right;
	border-left: solid 1px #ccc;
}
.contentarea_large h3
{
	color: #72C725;
	margin-top: 30px;
}
/* End Content */
.footer
{
	background-image: url('../images/footer_bg.jpg');
	background-repeat: repeat-x;
	background-color: #007096;
	background-position: center top;
	/*height: 84px;*/
	padding-top: 15px;
	width: 100%;
	color: #FFFFFF;
}
.footer_container
{
	width: 763px;
	color: #fff;
	font: 12px arial, helvetica, sans-serif;
	margin: 0px auto;
}
.footer_container a
{
	color: #fff;
	text-decoration: none;
}
.footer_container a:hover
{
	text-decoration: underline;
}

.below_footer_container
{
	width: 763px;
	color: #fff;
	font: 12px arial, helvetica, sans-serif;
	margin: 0px auto;
}

a.catalog_link
{
	color: #333333;
	text-decoration: none;
}
a.catalog_link:hover
{
	color: #72C725;
	text-decoration: underline;
}

.calculator_fieldset
{
	border: solid 1px #000;
	padding: 10px;
}
.calculator_fieldset legend
{
	padding: 20px;
}
/* Contact Us */
.error
{
	background: #FFDDDD url(../images/action-error.gif) no-repeat scroll 5px center;
	border: 1px solid #FF0000;
}

.success
{
	background: #CFFFCF url(../images/action-success.gif) no-repeat scroll 5px center;
	border: 1px solid #009900;
	color: #003300;
}

.error, .success
{
	margin: 5px 0;
	padding: 5px 5px 5px 25px;
	font-size: 12px;
	width: 100%;
	font-weight: bold;
	margin: 7px;
}
.contact_fieldset
{
	margin: 5px;
	padding: 5px;
	margin-bottom: 20px;
	width: 335px;
	border: solid 1px #ccc;
}
.contact_legend
{
	margin: 20px;
	width: 150px;
	font-weight: bold;
	font-size: 14px !important;
	text-align: center;
}
/* End Contact Us */

.boldTxt
{
	color: #006F95;
	font-size: 12px;
	font-weight: bold;
}
.submitBtn 
{
	background-color:#006F95;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:7px;
	padding:2px;
	width:150px;
}
.small
{
	font-size: 11px;
	line-height: 12px;
}
