/* navigation css */
a span {
  display: none;
}


/* primary navigation */
#primary-nav {
	height:100px;
}

#primary-nav ul {
	display:block;
	padding-top:80px;
}

#primary-nav li {
	display:inline;
}

#primary-nav a {
	text-transform:uppercase;
	padding:0 14px 0 13px;
}

#primary-nav a:hover {
	color:#fff;	
}


/* secondary navigation */
#secondary-nav {
}

#secondary-nav ul {
	list-style:none;
}

#secondary-nav li {
	float:left;	
}

#secondary-nav a {
	display:block;
	height:18px;
	width:310px;
	margin:0 0 10px 0;
}

#secondary-nav a:hover {
	background-position: 0 -19px;
}


/* table lamps button */
#table-lamps {
	background:url(../images/product-btns-table-lamps.gif) no-repeat 0 0;
}


/* floor lamps button */
#floor-lamps {
	background:url(../images/product-btns-floor-lamps.gif) no-repeat 0 0;
}



/* pendants button */
#pendants {
	background:url(../images/product-btns-pendants.gif) no-repeat 0 0;
}


/* lampshades button */
#lampshades {
	background:url(../images/product-btns-lampshades.gif) no-repeat 0 0;
}



/* icons button */
#icons {
	background:url(../images/product-btns-icons.gif) no-repeat 0 0;
}



/* signature button */
#signature {
	background:url(../images/product-btns-signature.gif) no-repeat 0 0;
}



/* catalogue button */
#catalogue {
	background:url(../images/product-btns-catalogue.gif) no-repeat 0 0;
}