/* CSS created by Fonce Nico for Dead Sea Products - 2007 */

@charset "utf-8";
body  {
	background: url(pixel.png);
	font-family: Comic Sans MS;
	font-size: 9pt;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}
.container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
.bgz {
	height: 233px;
	background-image: url(bgz.png);
	width: 100%;
	margin: 0 auto;
} 
.header {
	height: 233px;
	width: 900px;
	margin: 0 auto;
}
.navtop {
	height: 51px;
}
.subnavleft {
	float: left;
	width: 231px;
	height:51px;
	background-image: url(subnavleft.png);
}
.subnavright{
	background-image: url(subnavright.png);
	float: right;
	width: 669px;
	height:35px;
} 
.trenn{
	background-image: url(trenn.png);
	float: right;
	width: 669px;
	height:16px;
	clear: none;
}
.subnavcontent {
	float: left;
	width: 231px;
	background-image: url(subnavleft.png);
}
.subnavtop{
	float: left;
	width: 231px;
	background-image: url(subnavtop.png);
	height: 16px;
}
.sidebar_spacer{
	float: left;
	width: 231px;
	background-image: url(sidebar_spacer.png);
	height: 10px;
}
.subnavbottom {
	float: left;
	width: 231px;
	background-image: url(leftbottom.png);
	height: 16px;
}
.sidebar1 {
	float: left;
	width: 231px;
}
.sidebar1 p{
	text-transform: uppercase;
    border-bottom: 1px dashed #ffffff;
	color:#000000;
}
.sidebar1 ul {
	margin: 0;
	padding:0px 0px 5px 0px;
	text-indent:10px;	
}
.sidebar1 li {
	list-style: none;
	text-decoration:none;
}
.sidebar1 li a {
	display: block;
	line-height: 15pt;
	text-decoration:none;	
}
.sidebar1 a {
	text-decoration:none;	
	color: #FFFFFF;
}

.sidebar1 a:hover {
    border-bottom: 1px solid #ffffff;
	text-decoration: none;
	color: #000000;
}
.mainContent {
	padding: 10px 35px 15px 245px;
	background-image: url(mainbg.png);
} 
.footer {
	height: 32px;
	background-image: url(footer.png);
} 
.footerContent {
	height:25px;
}
.footerContent a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}