body {
	background: url(../siteimg/body_bg.jpg) repeat-x;
	margin: 0;
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#head, div#content_wrapper,div#bottom {
	width: 960px;
	margin: 0 auto;
	clear: both;
	padding: 0;
}

div#head {
	height: 102px;overflow: hidden;
}

img {
	border: 0;
}

div#content_wrapper{
	
	height: 374px;
	overflow: hidden;
	
}

div#head a.waterpik_logo {
	float: left;
	margin-right: 525px;
}

div#head a.apolonia_logo {
	
}

div#wrapper {
	height: 374px;
	background: url(../siteimg/wrapper_bg.jpg) no-repeat center top;
}

div#left_side{
	background: url(../siteimg/products_bg.png) no-repeat bottom transparent;
	_background-image:none;
	width: 230px;
	height: 375px;
	float: left;
	margin-right:26px;
}

div#content{
	background: url(../siteimg/content_bg.jpg) repeat-x top;
	width: 665px;
	height: 375px;
	float: left;
	position: relative;
}

span.top_menu{
	color: #999;
	display: block;
	margin: 15px 0 0 17px;
	font-size: 8pt;
}

span.top_menu a{
	color: #333;
}
span.top_menu a:hover{
	text-decoration: none;
}

#bottom ul{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 35px;
	
}
#bottom ul li{
	float: left;
	border-right: 1px solid #fff;
	
}
#bottom ul li a,#bottom ul li span{
	display: block;
	padding: 7px 15px;
	font-weight: bold;
	color:  #002b62;
	}
	
#bottom ul li a:hover {
	background-color: #002b62;
	text-decoration: none;
	color: #48c4eb;
}

#footer {
	line-height: 13pt;
	font-size: 8pt;
	padding-top: 50px;
	clear: both;
	text-align: center;
	color: #999;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		width:665px;
		height:374px;
		overflow:hidden; 
		}
	span#prevBtn a{
	
	display: block;
	width: 38px;height: 31px;
	position: absolute;
	top: 200px;
	left: -38px;
	z-index: 1000;}

	span#nextBtn a{
	
	display: block;
	width: 38px;height: 31px;
	position: absolute;
	top: 200px;
	right: -38px;
	z-index: 1000;
	}					

/* // Easy Slider */

ul#products_menu {
/*  width: 115px;*/
	list-style-type: none;
	margin: 56px 0 0 48px;
	padding: 0;
}
ul#products_menu li {
	line-height: 24px;
	width: 135px;
	
}
ul#products_menu li a{
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #4dd1fb;
}
ul#products_menu li a:hover{
	border-bottom: 1px solid #fff;
	color: #002b62;
	padding-left: 2px;
}
