#banner { width: 640px; height: 360px; float: left; overflow: hidden; position: relative; z-index: 5; }

#services-panel {float:right;width:248px;background-color:#f2edda;height:350px; padding:5px;display:inline;}
#services-panel p { margin: 0 0.5em; font-size: 0.7em; }
#services-panel h1 { font-size: 0.8em; margin: 0 0.5em; }

#home-divide {clear:both;height:65px;background-color:#00453D;width:898px;margin:1px 0; float: left;}
#home-divide h2 { font-size: 1.1em; color: #fff; margin: 5px 0 0 50px;}
#home-divide p { font-size: 1em; color: #fff; margin-left: 50px; }

div.service-panel{background-color: #C8B481;color: #333;margin-top: 5px; height: 75px;text-align: center;}
div.service-panel h3{font-size: 0.9em;padding-top: 0.3em;}

#col1{float: left;width: 645px;min-height: 100px;}
#col2{float: right;width: 243px;min-height: 100px;}

div.featured-category-panel{width: 100%;height: 200px;margin-bottom: 10px;background-color: #00453D; float: left;}
div.featured-category-panel img{float: left;width: 310px;}
div.featured-category-panel .text{
	float: right;
	width: 310px;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	padding: 10px;
	line-height: 25px;
}
div.featured-category-panel h3 { margin-top: 0px; margin-bottom: 10px; }
div.featured-category-panel .text a{color: #fff; text-decoration:underline}

div.featured-product-panel{float: right; width: 100%;height: 200px;margin-bottom: 10px;	background-color: #EC2E38;}
/* div.featured-product-panel img{ float:left; width: 100%;} */
div.featured-product-panel .text{text-align: center;height: 50px; color: #fff;}
div.featured-product-panel a { color: #fff; }
div.featured-product-panel h3 { font-size: 0.9em; }
div.featured-category-panel h3 { font-size: 0.9em; }

div#product-link-bar { background-color: #990000; padding-top: 10px; padding-bottom: 10px; margin-left: 1px; margin-bottom: 1px;}
div#product-link-bar a { color: #fff; }

a.white:link {color:#fff;}
a.white:visited { color: #fff;}
a:hover { color: #fff;}
a:active { color: #fff;}

.tooltip { 
	display: none;
	background:url(../../common/images/black_arrow_big.png); 
	height:153px;
	padding: 45px 30px 0px 30px;
	margin-top: 10px;
	width: 640px;
	font-size:11px;
	color:#fff;
	z-index: 10000;
	text-align: left;
}
.tooltip.left { background: url(../../common/images/black_arrow_left.png); margin-left: 120px; }
.tooltip.right { background: url(../../common/images/black_arrow_right.png); margin-left: -120px;}
.tooltip h2{ font-size: 1.5em;}
.tooltip p {
	font-size: 1.1em;
}

#bottom ul { width: 690px; margin: 10px auto; }
#bottom ul li { float: left; margin-top: 10px; margin-left: 20px; font-weight: bold; color: #fff; }
#bottom ul li a { font-weight: bold; color: #fff; }


