#header {
	width:100%;
	min-width:990px;
}

#header ul, #header ul li {
	padding:0px; margin:0px; list-style-image: none; list-style-type: none;
}

#header > div.logo {
	width: 309px;
	position:absolute;
}
#header > div.menu {
	padding-left:309px;
}

#header > div.menu div.cart {
	position:absolute;
	background: url(/images/cart.jpg) no-repeat;
	width:133px; height:102px;
}

#header > div.menu div.right {
	margin-left:133px;
}

#header > div.menu div.right div.info {
	font-family:Tahoma;
	font-size:11px;
	color:#6e6e6e;
	line-height:19px;
}
#header > div.menu div.right div.info .line {
	padding-left:12px;
}
#header > div.menu div.right div.info .shop-line {
	margin-top:3px;
	background: url(/images/contacts-shop-background.gif) repeat-x;
	height:22px;
	margin-left:3px; padding-left:9px;
}
#header > div.menu div.right div.info .phone {
	border-bottom:1px dashed #a21b15; 
}
#header > div.menu div.right div.info .phone .help-window {
	display:none;
}
#header > div.menu div.right div.info .phone:hover .help-window {
	display:block;	
}

#header > div.menu div.right div.info .phone:hover {
	border-bottom:0px;
}
#header .search {
	background: url(/images/search-background.jpg)repeat-x;
	height:39px;
}


#header .categories-left {
	background: url(/images/header-categories-left.gif) no-repeat;
	background-color:black;
	height:60px;
}
#header .categories {
	margin-left:20px;
	height:60px;
	
}
#header .categories li {
	float:left;
	width:20%;
	text-align:center;
}
#header .categories li div.image {
	position:absolute;
}
#header .categories li a {
	color:#ffffff;
	font-family:Verdana;
	font-size:20px;
	font-weight:bold;
}
#header .categories li div {
	padding-top:24px;
}

