body {
	background-image: url(/images/body_bg.gif);
	background-repeat: repeat;
	margin: 0px;
}


#container { width: 770px; margin: auto; }

#header #logo {float:left; width: 268px; margin: 35px 10px; }
#header #headercontacts { float:right; width: 207px;  margin: 20px 10px;}
#menu { clear:both; margin: 0px auto; width: auto; }

.content_bg {
	background-image: url(/images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	word-spacing:  .2em;
}
.sub_titles {
	font-size: 14px;
	font-weight: bold;
	color: #a4b5c3;
}

#action_banner {
	background-color:#A4B5C3;
	width: 742px;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	vertical-align: middle;
	padding: 25px 0 25px 0;
}






.nioxinbox {
background-color:#FFFFFF; 
text-align:center;
padding: 6px;
margin: 0 0 16px 0;
}

.nioxinbox em {
font-size: .7em;
}

.nioxinbox div {
color:#333333; 
text-align: justify;
font-size: .8em;
}


#homelogo { text-align:center; margin-top: 60px; }




/* Easy Slider */

	#slider{ margin: 0 0 10px 2px;}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:741px;
		height:500px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */