@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
a {
	color: #22b505;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
img {
	border: none;
}
.flt-lft {
	float: left;
}
.flt-rgt {
	float: right;
}
.bold {
	font-weight: bold;
}
.font3 {
	font-size: 18px;
}
.font2 {
	font-size: 14px;
}
.font1 {
	font-size: 12px;
}
.font {
	font-size: 10px;
}
.font4 {
    font-size: 9px;
}
.green{
	color: #22b505;

}
.wrapper {
	width: 800px;
	margin: 0 auto 0 auto;	
}
.top {
	width: 800px;
	height: 135px;
}
.logo {
	float: left;
	margin: 31px 0 0 30px;
}
.top-contact {
	width: 232px;
	height: 52px;
	margin: 74px 30px 0 0;
	background-image: url(images/top-contact-bg.jpg);
	text-align: right;
	padding: 10px 10px 0 0;
}
.content-wrpr {
	width: 800px;
}
/*---------------------------------LEFT-----------------------------*/
.left-panel {
	width: 223px;
	position:relative;
	z-index:1000;
}
.navi {
	width: 213px;
	background-color: #e2ffbc;
	background-image: url(images/navi-cont-bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px;
    
}
.navi ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.navi ul li {
	background-image: url(images/navi-bg.jpg);
	background-repeat: no-repeat;
	background-position: left -33px;
	height: 33px;
	width: 213px;
	margin-bottom: 2px;

}
.navi ul li a{
	height: 26px;
	width: 171px;
	padding: 7px 0 0 42px;
	margin-bottom: 2px;
	display: block;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.navi ul li a:hover{
	background-image: url(images/navi-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 171px;
	padding: 7px 0 0 42px;
	margin-bottom: 2px;
	display: block;
	color: #fffc00;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.home-contact {
	width: 213px;
	background-color: #f1f1f1;
	padding: 5px;
	margin: 5px 0;
}
.home-contact p {
	text-align: center;
	line-height: 18px;
}
.contact-header {
	color: #22b505;
	background-image: url(images/phone-icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 49px;
	display: block;
	margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 0 40px;
}
/*---------------------------------RIGHT-----------------------------*/
.right-panel {
	width: 572px;
}
.banner {
	width: 572px;
	height: 250px;
	background-image: url(images/banner-bg.jpg);
	background-repeat: repeat-x;
	margin: 5px 0;
}
.banner-title {
	width: 210px;
	text-align: center;
	margin: 30px 0 0 20px;
}
.button {
	width: 162px;
	height: 31px;
	background-image: url(images/button-bg.png);
	background-repeat: no-repeat;
	margin: 20px 0 0 15px;
	text-align: right;
	color: #FFFFFF;
	padding: 13px 15px 0 0;
}
.button a {
	color: #FFFFFF;
}
.button a:hover {
	color: #000000;
}
.content {
	width: 562px;
	padding: 0 5px;
	line-height: 18px;
}
.content h2{
	color: #22b505;
}
/*---------------------------------FOOTER-----------------------------*/
.footer {
	width: 100%;
	height: 60px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	text-align: center;
	padding-top: 10px;
}
/* Easy Slider */

	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:572px;
		height:250px;
		overflow:hidden; 
		}	

	#slider2 li{ 
		background:#f1f1f1;
		}		
	#slider2 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{ 
		margin:20px;
		}						
		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:-160px;
		}	
	#nextBtn, #nextBtn2{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */



/*
DROPDOWN
*/    
    
.dropdown-menu, .dropdown-submenu {
    position:relative;
    font-size:10px;
    color:#FFF;
    cursor:pointer;
   
}

.dropdown-menu a:link, .dropdown-menu a:visited {
    color:#FFF !important;
    display:block !important;
    text-decoration:none !important; 
    margin:0 !important;
}

.dropdown-menu a:hover {
    color:#FFF !important;
    text-decoration:underline !important;
}

.dropdown-menu .slide-down {
    background:url(../images/red-dd-down-button.gif) no-repeat;
}

.menu-first {
    background:transparent url(../images/red-dd-button.gif) no-repeat;
    line-height:15px;
    padding:3px 30px 4px 12px;
    font-size:12px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}

ul.down-list, ul.down-list2 {
    background:transparent url(../images/drop-down-bottom.png) no-repeat bottom;
    margin:-2em 0 0;
    padding-bottom:5px;
    left:214px;
    top: 20px;
    position:absolute;
}
ul.down-list li {
   
}
.down-list .lastLI { background:#670100; padding-bottom:2px; }
.prod-list {
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.prod-list img{
	float: left;
	margin-right: 10px;
}
.prod-cont img{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.prod-cont ul {
	float: left;
	margin-top: 0;
	width: 100%;
}
.prod-cont {
	margin-top: 20px;
}

