@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 816px;  
	margin: 0 auto;
	text-align: left;
} 
#header { 
	background: #E1E1E1; 
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
} 
#stock {
	background: #FFFFFF;
	width: 800px;
	height: 208px;
	float: left;
}
#belt {
	background: #FFFFFF; 
	width:800px; 
	margin: 0 auto;
}
#sidebar {
	float: left;
	width: 184px;
	background: #FFFFFF;
	padding: 8px;
	margin: 0;
}
#nav {
	background: #E8E8E8; 
	padding: 8px; 
	margin: 0;
}
#newsletter {
	background-image: url(../images/bg_nav.jpg); 
	background-repeat:no-repeat; 
	height: 200px; 
	margin: 0; 
}
#newsletter div {
	padding: 5px 8px;
}
#newsletter h4 {	
	font: 16px Tahoma; 
	color: #72C100;
	font-weight: bold;
	margin-top: 25px;
}
#newsletter p {
	font: 11px Arial; 
	color:#676767; 
	margin: 0;
} 
#content { 
  	background: #FFFFFF;
	background-image: url(../images/dsm_mid.jpg);
	background-repeat: no-repeat;
	width: 550px;
	min-height: 280px;
	float: left;
	padding: 15px;
} 
#content h1 {
	font: 18px Tahoma; 
	color:#72C100;
	font-weight: bold;
}
#content p {
	font: 11px Arial; 
	color:#000000; 
	line-height: 15px;
}
#footer { 
	margin: 0 8px;
	background:#FFFFFF; 
	background-image:url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
} 
#footer p {
	text-align: center;
	font: 11px Arial;
	color: #919191;
	margin-top: 0;
	padding-top: 0px; 
	line-height: 30px;
}
#claims {
	font: 11px Arial;
	color: #000000;
	line-height: 15px;
	width: 100%;
}
#claims img {
	border: 1px solid #005B81;
}
.flt_right { 
	float: right;
}
.flt_left {
	float: left;
}
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.cholas {
	margin: 12px 8px;
	border: none;
}
.ahbe {
	margin: 5px 8px;
	border: none;
}
.ds_x, .dsm_x {
	width: 800px;
	height: 8px;
}
.ds_y {
	width: 8px;
	height: 208px;
}
.dsm_y {
	width: 8px;
	height: 354px;
}
.pad_xy {
	padding: 8px;
}
.pad_x {
	padding: 0 8px;
}
.mar_y {
	margin: 8px 0;
}
.txt_gray {
	font: 11px Arial; 
	color: #676767; 
}
.txt_red {
	font: 11px Arial; 
	color: #FF0000; 
}
#claims a:link {
	font: 11px Arial; color: #005B81; text-decoration: none;
}
#claims a:visited {
	font: 11px Arial; color: #005B81; text-decoration: none;	
}
#claims a:hover {
	text-decoration: underline;
}
a:link {
	font: 11px Arial; color: #005B81; text-decoration: underline; font-weight: none;
}
a:visited {
	font: 11px Arial; color: #005B81; text-decoration: underline; font-weight: none;	
}
a:hover {
	text-decoration: none;
}
.lnk_blue:link {
	font: 11px Arial; color: #005B81; text-decoration: none; font-weight: bold;
}
.lnk_blue:visited {
	font: 11px Arial; color: #005B81; text-decoration: none; font-weight: bold;	
}
.lnk_blue:hover {
	text-decoration: underline;
}
.lnk_gray:link {
	font: 12px Arial; color: #676767; text-decoration: none; font-weight: bold;	
}
.lnk_gray:visited {
	font: 12px Arial; color: #676767; text-decoration: none; font-weight: bold;	
}
.lnk_gray:hover {
	text-decoration: underline;
}
.ul_nav {
	list-style-image: url(../images/li_sub.gif);
	margin: 0; 
	padding: 2px 18px;
}
.ul_nav li {
	padding: 0 0 1px;
}
input, textarea, select, table, td, li {
	font: 11px Arial;
	clear: right;
}
hr {
	background-image: url(../images/hr_nav.jpg); 
	height: 2px;
}
.fubar {
	display: none;
}



