#header {
	width : 934px;
	height : 218px;
	background-image : url(images/header.jpg);
	background-repeat : no-repeat;
	clear : both;
	float : left;
}

#header * {
	margin : 0px;
	padding : 0px;
}




#header .home {
	background-image : url(images/button-home.jpg);
	width : 156px;
	height : 218px;
	background-position:bottom;
	background-repeat:no-repeat;
	float : left;
}

#header .home ul {
	margin : 0px;
	padding : 0px;
	list-style : none;
}

#header .home ul li a {
	letter-spacing:-1000em;
	text-indent:-1000em;
	width : 156px;
	height : 40px;
	display : block;
	margin-top : 157px;
	overflow : hidden;
}





#header .shoppingcart {
	background-image : url(images/header-cart-background.png);
	height : 197px;
	width : 148px;
	float : right;
	color : #9e7d47;
	text-align : left;
}

#header .shoppingcart .headline{
	background-image : url(images/label-shoppingcart.png);
	background-repeat : no-repeat;
	height : 40px;
	width : 148px;
	letter-spacing:-1000em;
	text-indent:-1000em;
	margin:0px;
	padding:0px;
	margin-left : 7px;
	margin-top : 8px;

}

#header .shoppingcart p {
	padding-top : 0px;
	padding-bottom : 3px;
	padding-left : 10px;
	padding-right : 10px;
}
			
#header .shoppingcart ul li {
	list-style : none;				
}

#header .shoppingcart ul li.active {
	background-image: url(images/navigation-background-active.gif);
	background-repeat : no-repeat;
}

#header .shoppingcart ul li a {
	padding-left : 23px;
	color : #9e7d47;
	display : block;
	background-image: url(images/navigation-bullet.gif);
	background-repeat : no-repeat;
	background-position : 11px 5px;
	padding-top:1px;
	text-decoration:none;
}

#header .shoppingcart p.article {
	background-image: url(images/background-cart.gif);
	background-repeat : no-repeat;
	background-position : 10px 22px;
	margin-top:3px;
	height:26px;
	display:block;
}

#header .shoppingcart a.cart {
	display : block;
	width:139px;
	height:29px;
	background-image: url(images/button-shopping-cart.png);
	background-repeat : no-repeat;
	background-position : 0px 0px;
	margin-left:9px;
	letter-spacing:-1000em;
	overflow : hidden;
	text-indent:-1000em;
	margin-top:7px;
}



#header .mainnav {
	float : left;
	padding-top : 196px;
	text-align : center;
	margin-left : 10px;
}

#header .mainnav ul {
	display : block;
	text-align : center;
}

#header .mainnav ul li {
	list-style : none;	
	display : inline;
	width : 121px;
	padding-left : 16px;
	padding-right : 16px;
	float : left;
}

#header .mainnav ul li.active {
	background-image: url(images/navigation-background-active.gif);
	background-repeat : no-repeat;
}

#header .mainnav ul li a {
	color : #9e7d47;
	display : block;
	padding-top:1px;
	padding-bottom:2px;
	margin-top:3px;
	margin-bottom:3px;
	text-decoration:none;
}
