@charset "utf-8";
body {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {margin: 0;padding:0;}
a img {border: none;}
a:link {color: #42413C;text-decoration: underline; }
a:visited {color: #6E6C64;text-decoration: underline;}
a:hover, a:active, a:focus {text-decoration: none;}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {width: 970px;margin: 0 auto;}

.header {background: url(../images/header.png) center no-repeat;height:130px;}
.topnav{background:url(../images/menu-b.png) center no-repeat;height:0px;}
.slider-main{height:665px;padding-top:2px;}
.slider-main .products{background:#215354;width:250px;padding: 22px 0 50px 30px; margin-right:10px;}
.slider-main .products h2{color:#039343;text-transform: uppercase;font: bold 12px/16px Arial, Helvetica, sans-serif;}
.slider-main .products ul{list-style:none;padding-top:6px;margin-right:15px;}
.slider-main .products ul li{line-height:22px;background:url(../images/bg_list.gif) 0 18px no-repeat;padding:8px 0 8px 20px;border-bottom:1px dotted #171b18;}
.slider-main .products ul li a{color:#fff;text-decoration:none;font-weight:bold;}	
.slider-main .slide{height:583px;width:680px;position:relative;}

.slider1-main{padding-top:2px;}
.slider1-main .products{background:#215354;width:250px;padding: 22px 0 50px 30px; margin-right:10px;}
.slider1-main .products h2{color:#039343;text-transform: uppercase;font: bold 12px/16px Arial, Helvetica, sans-serif;}
.slider1-main .products ul{list-style:none;padding-top:6px;margin-right:15px;}
.slider1-main .products ul li{line-height:22px;background:url(../images/bg_list.gif) 0 18px no-repeat;padding:8px 0 8px 20px;border-bottom:1px dotted #171b18;}
.slider1-main .products ul li a{color:#fff;text-decoration:none;font-weight:bold;}	
.slider1-main .slide{width:680px;position:relative;}


.scroll-main{padding-top:10px;}

.page {padding: 10px;background:#FFF;}
.page .sidebar{width:325px;height:330px;margin-right:10px;}
.page .content{width:615px;}
h1{background:215354#;color:#FFF;line-height:36px;font-size:12px;margin-bottom:12px;padding-left:20px;}
h4{color:#000;font-size:26px;}
h5{background:#215354;color:#fff;line-height:36px;font-size:18px;margin-bottom:12px;padding-left:20px;}
h6{background:#a8864b;color:#000;line-height:30px;font-size:14px;margin-bottom:12px;padding-left:20px;margin-top:15px;}
h7{background:#a8864b;color:#000;line-height:25px;font-size:12px;margin-bottom:12px;padding-left:10px;margin-top:10px;}

p{padding:5px 20px;}
.page .sidebar h1{background:#a8864b;}

/* ~~ The footer ~~ */
.footer {padding: 10px 10px;background: #a8864b;color:#fff;font-size:11px;}
.footer .indent{height:10px;}
.footer .power{}
.footer .copy{}


.fltrt {float: right;}
.fltlft {float: left;}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;