body {
	background-color : white;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom: 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	background-image: url(../images/bg_body.gif);
	background-position: top;
	background-repeat: repeat;
}
@media print {
      .noprint { display: none; }
}
img, a img {	
	border: 0 none;
}
.quote_ribbon {
	z-index: 9999;
	position: absolute;
	margin-left: 580px;
}
td {
	vertical-align: top;
}
.box1, table.box1 td {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.bg_top {
	background-image: url(../images/bg_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.bg_left {
	background-image: url(../images/bg_left.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.bg_right {
	background-image: url(../images/bg_right.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
.bg_bottom {
	background-image: url(../images/bg_bottom.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.box_gray {
	background-color: #333333;
	padding-left: 20px;
	padding-right: 20px;
}
.box_left {
	background-color: #cecece;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #b0b0b0;
	width: 180px;
}
.box_body {
	background-color: #e4e4e4;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.box_contact {
	background-image: url(../images/bg_pattern.jpg);
	background-position: top left;
	background-repeat: repeat;
	font-size: 11px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #bbbbbb;
	width: 160px;
}
.box1, table.box1 td {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.product_border td {
	border: 1px solid #cccccc;
}
table.box_listing td {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border-top: 1px solid #b0b0b0;
}
table.box_listing2 td {
	background-color: #f5f5f5;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}
.listing_header {
	font-weight: bold;
	color: white;
	text-align: center;
	background-color: #666666;
	background-image: url(../images/bg_listing_header.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: middle;
	border-right: 1px solid #cccccc;
}
.main_menu, .main_menu:Link, .main_menu:Visited {
	color: #555555;
	display: block;
	text-align: right;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.main_menu:Hover {
	background-color: #e4e4e4;
	color: #128300;
}
.list1 {
	width: 50px;
}
.list2 {
	text-align: right;
}
.listing {
	font-size: 14px;
}
h1 {
	font-size: 22px;
	margin-bottom: 5px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: black;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	margin-bottom: 3px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: black;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	margin-bottom: 0px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: black;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	margin-bottom: 0px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: white;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #4c7e43;
}
.dots {
	border-top: 2px dotted #a5a5a5;
}
hr {
	border: 0px solid #9C9C9C;
	color: #9C9C9C;
	height: 1px;
	background-color: #9C9C9C;
}
td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #696969;
	line-height: 18px;
	font-weight: normal;
}
A, A:Link, A:Visited {
	color: #507c49;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #1aac02;
	text-decoration: none;
}
.white, .white:Link, .white:Visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.white:Hover {
	text-decoration: underline;
}
/* Tool Tips */
a.tooltip {
	text-decoration: none;
	color: #3C3C3C;
 }
 
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #cccccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
 a.tooltip_img {
	text-decoration: none;
 }
 
a.tooltip_img span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip_img:hover span{
	display: inline;
	position: absolute;
	font-style: normal;
	text-align: left;
 }
