/* global styles */
body {
	background:white;
}

.clear {
    clear: both;
}

a:hover {
	text-decoration:none;
}

#centercontainer {
    position: relative;
	width:923px;
    margin: 0 auto;
}


#logo {
	background:transparent url(/images/logo.gif) no-repeat scroll 0 0;
	height:74px;
	left:3px;
	position:relative;
	top:17px;
	width:105px;
}

#mainmenu {
	left:115px;
	margin-top:-19px;
	position:relative;
	z-index:10000;
}

#mainmenucontainer {
	position:relative;
	padding-left:13px;
	height:32px;
}


#slider {
	position:relative;
	width:923px;
	margin-top:13px;
}

/* special: productnav */
#productnav {
	margin-top:26px;
	margin-left:26px;
	margin-bottom:28px;
}
#productnav table {
	width:864px;
}
#productnav td {
	width:285px;
	height:89px;
}
#productnav td.secondline {
	padding-top:20px;
}
#productnav td img.paddingleft {
	padding-left:16px;
}
#productnav .descr {
	float:right;
	width:196px;
	
}
/* end special */

.divider {
	border:0;
	width:923px;
	height:11px;
	background:url('/images/divider.png') no-repeat;
	padding-bottom:19px;
}

#footer {
	background:url('/images/footer_bgr.png') no-repeat;
	width:924px;
	height:53px;
	margin-top:8px;
	margin-bottom:0px;
	padding-top:8px;
}

#legalnotice {
	width:924px;
	text-align:center;
	color:#aaa;
	font-size:10px;
	margin-bottom:10px;
}

#legalnotice a {
	color:#aaa;
	font-size:10px;
	
}
