@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 965px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #DADBE0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../nav_images/background/header-top-inside.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #logo {
	height: 40px;
	width: 225px;
	position: absolute;
	background-color: #00FF00;
	float: left;
	z-index: 1;
	top: 20px;
}
#nav-area {
	margin-top: 24px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 25px;
	height: 40px;
	font-size: 12px;
	text-align: right;
}
/*---------------Menu----------------*/
#menu1 {
	width: 640px;
	list-style-type: none;
	float: right;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#menu1  a {
	float: right;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #007D5D;
	padding: 5px;
}

#menu1 li {
	display: inline;	
	
}
#menu1  a:hover {
	color: #FFFFFF;
	background-color: #2F3F96;
}
#menu1 .phone a {
	color: #000000;
	
}
/*---------------End Menu----------------*/
#media  {
	padding-bottom: 0;
	height: 100px;
}
#media  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
	position: relative;
}
#media #flash {
	width: 600px;
	position: relative;
	clear: both;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent   h2,h3, #sidebar1  h2,h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
#mainContent   h1  {
	font-size: 17px;
	font-weight: bold;
	color: #2E4293;
}
#footer  {
	color: #006A4B;
	background-color: #000000;
	height: 80px;
	padding-top: 25;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 11px;
	text-align: center;
}
#footer   p, a  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #007D5D;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#product-tble img {
	border: 1px solid #007D5D;
	padding: 5px;
	background-color: #CCCCCC;
}
#product-tble a {
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
}
#product-tble p {
	font-size: 11px;
	padding: 1px;
}

