@charset "UTF-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg_top.jpg) repeat-x top;
	font-size: 11px;
	line-height: 15px;
	color:#333333;
}

/** Start of website layout ----- CHANGE TO WHATEVER LAYOUT YOU ARE USING, 2 COLUMN 3 COLUMN etc.**/
#container{
	width:994px;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	}
	
/* ---Top section --- */
#row-1{
	width:950px;
	height:248px;
	padding-left:22px;
	padding-right:22px;
}

#header{
	width:950px;
	height:122px;
	background:url(../images/header_bg.jpg) repeat-x;
	}
	
#logo{
	width:160px;
	height:122px;
	float:left;
	
	}
	
#banner{
	width:950px;
	height:126px;
	background:url(../images/banner_images.jpg) no-repeat;
	}


/*----- second section - content ---- */
#content-area{
	width:950px;
	height:auto;
	background:url(../images/content_bg.gif) top no-repeat;
	padding-left:22px;
	padding-right:22px;
	}

#col-left{
	float:left;
	width:625px;
	padding-right:30px;
	}
	
#inner-col-left1{
	width:275px;
	float:left;
	}
	
#inner-col-left2{
	width:290px;
	float:right;
	}
	
#products-col-left{
	width:180px;
	float:left;
	background-color:#e4ebee;
	background-image:url(../images/product_left_bg.jpg);
	font-size:11px;
	margin-top: 0px;
	color:#000000;
	line-height:30px;
	list-style:none;
	display:block;
	}
	
/** Start of products-col-left menu style ------- DO NOT DELTETE THIS SECTION, YOU CAN MAKE CHANGE TO THE PROPERTIES THOUGHT **/	


#products-col-left a{
	color:#2E4A57;
	text-decoration:none;
	display:block;
}

#products-col-left a:hover{
	color:#F59400;
	text-decoration:underline;
}


#products-col-left ul{
	margin:0px;
	padding:0px;
	list-style-image:none;
list-style-position:outside;
list-style-type:none;
	}

#products-col-left li {
	float:left;
	list-style:none;
	width:160px;
	heigth:30px;
	display:block;
	list-style-image:none;
list-style-position:outside;
list-style-type:none;
	;	
    }
	
#products-col-left li a{
	background: url(../images/product_arrow.jpg) no-repeat left;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	font-size:12px;
}

/*#mainMenu li ul{
	display:none;
	position:absolute;
	top:33px;
	left:0;
	z-index:1000;
	}

#mainMenu li ul li{
	width:100%;
	float:left;
	clear:both;

}*/

#products-col-left li:hover ul, #products-col-left li.over ul { display: block; }

#products-col-left li.activeMenu a{
	color: #2E4A57;
}


/** End of Main menu **/

	
	
#products-col-right{
	width:375px;
	float:right;
	}

#col-right{
	float:left;
	width:265px;
	background-color:#b1bbc0;
	color:#FFFFFF;
	background-image: url(../images/right_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 30px;
	}
	
#promo-box{
	width:585px;
	height:200px;
	border:1px solid #FFC907;
	background-image:url(../images/featured_product.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	}

#promo-text{
	float:right;
	width:380px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
#promo-text h1{
	color:#F59400;
	font-size:20px;
	padding: 0px;
	}
#promo-text p {
	font-size: 12px;
	line-height: 16px;
}


/* --- third section - footer ---- */
#footer{
	width:920px;
	height:40px;
	background:url(../images/footer.jpg) repeat-x;
	color:#FFFFFF;
	font-size:11px;
	padding: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
	}
#footer-right {
	color: #FFFFFF;
	float: right;
	height: 40px;
	width: 170px;
}
	
#footer a{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#footer-bg{
	width:auto;
	height:70px;
	background:url(../images/footer_bg.jpg) repeat-x;
	}

.spacer{
	clear:both;
	width:100%;
	height:10px;
}

.inner-box-10{
	padding:10px;
	}
	
.inner-box-20{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:30px;
	padding-top:30px;
	}

/** End of website layout **/

/** Start of Main menu style ------- DO NOT DELTETE THIS SECTION, YOU CAN MAKE CHANGE TO THE PROPERTIES THOUGHT **/	
#mainMenu{
	width:100%;
	font-size:11px;
	margin-top: 0px;
	font-weight: bold;
	color:#FFFFFF;
	line-height:33px;
	height:33px;
	padding-top:89px;
	list-style:none;
	display:block;
}

#mainMenu a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:0px 20px;
}

#mainMenu a:hover{
	color:#2E4A57;
	text-decoration:underline;
}


#mainMenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#mainMenu li {
	float:left;
	position:relative;
	margin:0;
	display: block;
	color: #FFFFFF;
	white-space:nowrap;
    }

#mainMenu li ul{
	display:none;
	position:absolute;
	top:33px;
	left:0;
	z-index:1000;
	background-color: #F59400;
	background-image: url(../images/btn_ul.png);
	background-repeat: repeat-x;
	}

#mainMenu li ul li{
	width:180px;
	float:left;
	clear:both;
	background-color: #F59400;
	background-image: url(../images/btn_ul.png);
	background-repeat: repeat-x;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }

	  
#mainMenu li:hover, #mainMenu li.over {
	/*background-color:#FFCC00;*/
}

#mainMenu li.lastMenu{
	/*border-right:none;*/
	}

#mainMenu li.activeMenu a{
	color: #2E4A57;
}


/** End of Main menu **/


/** Site wide alert message style ----- DO NOT REMOVE THIS STYLE, YOU CAN CHANGE THE PROPERTIES THOUGH **/
.alert{
	padding:10px 0px;
	color:#CC0000;
	font-size:14px;
	}

/** Content styling  -------- CHANGE TO WHATEVER STYLE YOU NEED TO ***/
p{
	color:#333333;
	font-size:11px;
	line-height: 15px;
	}
	
h1{
	font-size:25px;
	color:#2E4A57;
	font-weight:normal;
	margin: 0px;
	line-height: 28px;
	}
	
h2{
	color:#7C8E96;
	font-size:21px;
	font-weight:normal;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	line-height: 23px;
	}
	
h3{
	color:#7C8E96;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	line-height: 16px;
	}
	
#col-right h1 {
	font-size: 22px;
	color: #FFFFFF;
}
#col-right p {
	color: #FFFFFF;
	font-weight: bold;
}

#col-right a {
	color:#FFFFFF;
	}

h4{
	color:#2E4A57;
	font-size:14px;
	margin:0px;
	padding-bottom:10px;
	padding-top:15px;
	line-height: 17px;
	}
a{
	color:#F59400;
	}
	
#products-col-right h2{
	padding-top:25px;
	}
	
#products-col-right h2 a{
	color:#7C8E96;
	}