/* Header */
#header h2 {
	position: absolute;
	left: 30px;
	top: 27px;
	width: 202px;
	height: 50px;
	background:url(../images/bg-specialist.gif) left top no-repeat;
}

/* Navigation */

#header #nav {
	position: absolute;
	left: 0px;
	top: 95px;
}

#header #nav ul li {
	width: 98px;
	float: left;
}
#nav ul li a {
	width: 98px;
	height: 26px;
	display: block;
}
#nav ul li a span {
	display: none;
}

#nav ul li#home a {
	background: url(../images/home.gif) left top no-repeat;
}
#nav ul li#home a:hover,
#nav ul li#home a.Active {
	background: url(../images/home.gif) left -26px no-repeat;
}
#nav ul li#aboutus a {
	background: url(../images/aboutus.gif) left top no-repeat;
}
#nav ul li#aboutus a:hover,
#nav ul li#aboutus a.Active {
	background: url(../images/aboutus.gif) left -26px no-repeat;
}

#nav ul li#whyus a {
	background: url(../images/whyus.gif) left top no-repeat;
}
#nav ul li#whyus a:hover,
#nav ul li#whyus a.Active {
	background: url(../images/whyus.gif) left -26px no-repeat;
}

#nav ul li#services a {
	background: url(../images/service.gif) left top no-repeat;
}
#nav ul li#services a:hover,
#nav ul li#services a.Active {
	background: url(../images/service.gif) left -26px no-repeat;
}

#nav ul li#fqas a {
	background: url(../images/fqas.gif) left top no-repeat;
}
#nav ul li#fqas a:hover,
#nav ul li#fqas a.Active {
	background: url(../images/fqas.gif) left -26px no-repeat;
}

#nav ul li#contactus a {
	background: url(../images/contactus.gif) left top no-repeat;
}
#nav ul li#contactus a:hover,
#nav ul li#contactus a.Active {
	background: url(../images/contactus.gif) left -26px no-repeat;
}





/* Menu left */
#boxMenu h3.Categories {
	height: 67px;
	background:url(../images/tit-categories.jpg) left top no-repeat;
}
#boxMenu h3.Categories span {
	display: none;
}
#boxMenu  #menuProduct ul {
	width: 222px;
}
#boxMenu  #menuProduct ul li {
	float: left;
}
#menuProduct ul li a {
	width: 222px;
	height: 37px;
	display: block;
}
#menuProduct ul li a span {
	display: none;
}

#menuProduct ul li#outdoor a {
	background: url(../images/lefnav-outdoor.jpg) left top no-repeat;
}
#menuProduct ul li#outdoor a:hover,
#menuProduct ul li#outdoor a.Active {
	background: url(../images/lefnav-outdoor.jpg) left -37px no-repeat;
}

#menuProduct ul li#indoor a {
	background: url(../images/lefnav-indoor.jpg) left top no-repeat;
}
#menuProduct ul li#indoor a:hover,
#menuProduct ul li#indoor a.Active {
	background: url(../images/lefnav-indoor.jpg) left -37px no-repeat;
}
#menuProduct ul li#flooring a {
	background: url(../images/lefnav-flooring.jpg) left top no-repeat;
}
#menuProduct ul li#flooring a:hover,
#menuProduct ul li#flooring a.Active {
	background: url(../images/lefnav-flooring.jpg) left -37px no-repeat;
}
#menuProduct ul li#promotional a {
	background: url(../images/lefnav-promotion.jpg) left top no-repeat;
}
#menuProduct ul li#promotional a:hover,
#menuProduct ul li#promotional a.Active {
	background: url(../images/lefnav-promotion.jpg) left -37px no-repeat;
}
#menuProduct ul li#cap a {
	background: url(../images/lefnav-cap.jpg) left top no-repeat;
}
#menuProduct ul li#cap a:hover,
#menuProduct ul li#cap a.Active {
	background: url(../images/lefnav-cap.jpg) left -37px no-repeat;
}

#boxMenu h3.Promotions {
	height: 74px;
	background:url(../images/tit-products.jpg) left top no-repeat;
}
#boxMenu h3.Promotions span {
	display: none;
}
#boxMenu .Sales {
	border: 1px solid #403321;
}


/* Main */

