/* Tabs */
#tabs {position: absolute; left: 330px; top: 44px; z-index: 100;}
#tabs ul {margin:0; padding:0; position:relative; background:url("/images/site_images/nav_header.jpg") top left no-repeat; width:522px; height:73px;}
#tabs li {list-style:none; display:inline; top:0; position:absolute}
#tabs li, #tabs a {height:73px; display:block; text-decoration:none}

/* Primary Nav */
#tabs a 						{text-indent: -9999px; }

#tabPhilosophy						{left: 0px; width: 102px}
#tabBlog						{left: 102px; width: 70px}
#tabMixnMatch					{left: 172px; width: 80px}
#tabRunway					{left: 252px; width: 86px}
#tabStreet						{left: 338px; width: 86px}
#tabEmail							{left: 424px; width: 98px}

#tabPhilosophy a:hover 				{background: transparent url("/images/site_images/nav_header.jpg") 0 -73px no-repeat}
#tabBlog a:hover 				{background: transparent url("/images/site_images/nav_header.jpg") -102px -73px no-repeat}
#tabMixnMatch a:hover 			{background: transparent url("/images/site_images/nav_header.jpg") -172px -73px no-repeat}
#tabRunway a:hover 			{background: transparent url("/images/site_images/nav_header.jpg") -252px -73px no-repeat}
#tabStreet a:hover 				{background: transparent url("/images/site_images/nav_header.jpg") -338px -73px no-repeat}
#tabEmail a:hover 					{background: transparent url("/images/site_images/nav_header.jpg") -424px -73px no-repeat}

#tabPhilosophy a.active 			{background: transparent url("/images/site_images/nav_header.jpg") 0 -146px no-repeat}
#tabBlog a.active 			{background: transparent url("/images/site_images/nav_header.jpg") -102px -146px no-repeat}
#tabMixnMatch a.active 			{background: transparent url("/images/site_images/nav_header.jpg") -172px -146px no-repeat}
#tabRunway a.active 			{background: transparent url("/images/site_images/nav_header.jpg") -252px -146px no-repeat}
#tabStreet a.active 				{background: transparent url("/images/site_images/nav_header.jpg") -338px -146px no-repeat}
#tabEmail a.active  				{background: transparent url("/images/site_images/nav_header.jpg") -424px -146px no-repeat}


#headerHome a {
	position: absolute; left: 100px; top: px; z-index: 100;
	display: block; width: 230px; height: 115px;
	text-indent: -9999px; 
}

#link_shop {
	background: url('/images/site_images/btn_shop_solid.png') no-repeat top left;
	display: block; text-indent: -9999px; width: 88px; height: 85px;
}

a#link_shop:hover, a#link_shop.active {
	background-position: bottom;
}