/*   MASTHEAD NAV BOX  */

#mastHead {
	border: 0px solid purple;
	width: 1024px; height: 20px;
	margin: 0 auto; 
	padding: 0px;
	background: #291508;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: right;
	text-transform: capitalize;
	color: #e25214; /* #ed6b27 */
}

#mastHead ul {
	border: 0px solid yellow;
	height: 20px;
	margin: 0px; 
	padding: 0px;  
	position: relative;
	top: 2px;
	list-style-type: none;

}

#mastHead li {
	border: 0px solid red;
	margin: 0 auto; 
	padding: 8px 8px 3px 8px;
	display: inline;
	position: relative;
	top: 1px;
}

#mastHead li a {
	border: 0px solid transparent;
	margin: 0px;
	padding: 8px 5px;
	display: inline;
	color: #e25214;
}

#mastHead li a:hover {  
	border: 0px solid transparent; 
	padding: 8px 5px;
	color: #e25214; 
	text-decoration: underline;
}




#body_customerService #mastHead li.customerService a, #body_shipping #mastHead li.shipping a, #body_shoppingCart #mastHead li.shoppingCart a, #body_checkout #mastHead li.checkout a {  
	border: 0px solid transparent; 
	padding: 8px 5px;
	text-decoration: underline;
}



#mastHead li.customerService {
	background: transparent url(../images/customerservice.gif) center left no-repeat;
	padding-left: 23px;	
}



#mastHead li.shipping {
	background: transparent url(../images/shipping.gif) center left no-repeat;
	padding-left: 24px;	
}



#mastHead li.shoppingCart {
	background: transparent url(../images/shoppingcart.gif) center left no-repeat;
	padding-left: 22px;	
}



#mastHead li.checkout {
	background: transparent url(../images/checkout.gif) center left no-repeat;
	padding-left: 21px;	
}



/* ------------------------- MASTHEAD NAV BOX ends -------------------------*/









/* Top Navigation Bar */
#nav {
	width: 760px;
	height: 44px;
	margin: 0; margin-top: 50px;
	padding: 0;
	position: relative;
	background: url(../images/topmenu.gif) top center no-repeat;
}

#nav li {
	float: left;
  	list-style-type: none;
}

#nav li a {
	margin: 0;
	padding: 0;
	display: block;
	height: 44px;
	color: #FFF;
	text-align: center;   
}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 44px;   
	background: url(../images/topmenu.gif) top center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	list-style-type: none;
}

#body_home li#nav_home, #body_blog li#nav_blog, #body_press li#nav_press, #body_stores li#nav_stores, #body_about li#nav_about, #body_wholesale li#nav_wholesale, #body_sale li#nav_sale, #body_contact li#nav_contact, #body_faq li#nav_faq,  {
	background: url(../images/topmenu.gif) top center no-repeat;
}

#body_home li#nav_home a, #body_blog li#nav_blog a, #body_press li#nav_press a, #body_stores li#nav_stores a, #body_about li#nav_about a, #body_wholesale li#nav_wholesale a, #body_sale li#nav_sale a, #body_contact li#nav_contact a, #body_faq li#nav_faq a,  {
	background: url(../images/topmenu.gif) top center no-repeat;
}

/* home */
li#nav_home a {
	left: 0;
	width: 84px;
	background-position: 0 0;
}

li#nav_home a:hover {
	background-position: 0 -44px;
}

#body_home li#nav_home a {
	background-position: 0 -44px;
}

/* blog */
li#nav_blog a {
	left: 84px;
	width: 66px;
	background-position: -84px 0;
}

li#nav_blog a:hover {
	background-position: -84px -44px;
}

#body_blog li#nav_blog a {
	background-position: -84px -44px;
}

/* press */
li#nav_press a {
	left: 150px;
	width: 84px;
	background-position: -150px 0;
}

li#nav_press a:hover {
	background-position: -150px -44px;
}

#body_press li#nav_press a {
	background-position: -150px -44px;
}

/* stores */
li#nav_stores a {
	left: 234px;
	width: 85px;
	background-position: -234px 0;
}

li#nav_stores a:hover {
	background-position: -234px -44px;
}

#body_stores li#nav_stores a {
	background-position: -234px -44px;
}

/* about */
li#nav_about a {
	left: 319px;
	width: 82px;
	background-position: -319px 0;
}

li#nav_about a:hover {
	background-position: -319px -44px;
}

#body_about li#nav_about a {
	background-position: -319px -44px;
}

/* wholesale */
li#nav_wholesale a {
	left: 401px;
	width: 120px;
	background-position: -401px 0;
}

li#nav_wholesale a:hover {
	background-position: -401px -44px;
}

#body_wholesale li#nav_wholesale a {
	background-position: -401px -44px;
}



/* sale */
li#nav_sale a {
	left: 521px;
	width: 70px;
	background-position: -521px 0;
}

li#nav_sale a:hover {
	background-position: -521px -44px;
}

#body_sale li#nav_sale a {
	background-position: -521px -44px;
}



/* contact */
li#nav_contact a {
	left: 591px;
	width: 100px;
	background-position: -591px 0;
}

li#nav_contact a:hover {
	background-position: -591px -44px;
}

#body_contact li#nav_contact a {
	background-position: -591px -44px;
}



/* faq */
li#nav_faq a {
	left: 691px;
	width: 69px;
	background-position: -691px 0;
}

li#nav_faq a:hover {
	background-position: -691px -44px;
}

#body_faq li#nav_faq a {
	background-position: -691px -44px;
}









/* ------------------------- MAIN TOP NAVIGATION AREA ends -------------------------*/









/* LEFT NAVIGATION BOX */
#leftNavBox {
/*	border: 1px solid red;  */
	width: 200px; 
    height: 612px;
 	margin: 0 auto; 	
	padding: 1px 0 0 0;
	left: 0px; 
	background: transparent url(../images/leftnav.gif) top center no-repeat;
}



#leftNavBox li {
    float: left;
}

#leftNavBox li a {
    position: absolute;
    top: 0;
 	margin: 0 auto; 	
    padding: 0;
    display: block;
    width: 200px;
    background: transparent url(../images/leftnav.gif) top center no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 1%;
	
}

/* ----Guys---- */
li#nav_guys a {
    left: 0;
    top: 0;
    height: 93px;
    background-position: 0 0;
}

li#nav_guys a:hover {
    background-position: 0 0;
}



li#nav_guys_music a {
    left: 0;
    top: 92px;
    height: 27px;
    background-position: 0 92px;
}

li#nav_guys_music a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;   
}



li#nav_guys_vintage a {
    left: 0;
    top: 119px;
    height: 27px;
    background-position: 0 119px;
}

li#nav_guys_vintage a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;  
}



li#nav_guys_artistic a {
    left: 0;
    top: 147px;
    height: 27px;
    background-position: 0 147px;
}

li#nav_guys_artistic a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;  
}

li#nav_guys_geometric a {
    left: 0;
    top: 174px;
    height: 27px;
    background-position: 0 174px;
}

li#nav_guys_geometric a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;  
}



li#nav_guys_destination a {
    left: 0;
    top: 201px;
    height: 27px;
    background-position: 0 201px;
}

li#nav_guys_destination a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;  
}



li#nav_guys_global a {
    left: 0;
    top: 230px;
    height: 27px;
    background-position: 0 230px;
}

li#nav_guys_global a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;  
}



li#nav_guys_photographic a {
    left: 0;
    top: 257px;
    height: 27px;
    background-position: 0 257px;
}

li#nav_guys_photographic a:hover {
    border: 0px solid yellow;
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;  
}



li#nav_guys_humor a {
    left: 0;
    top: 284px;
    height: 27px;
    background-position: 0 284px;
}

li#nav_guys_humor a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;  
}



/* ----Girls---- */
li#nav_girls a {
    left: 0;
    top: 312px;
    height: 79px;
    background-position: 0 312px;
}

li#nav_girls a:hover {
    background-position: 0 312px;
}



li#nav_girls_vintage a {
    left: 0;
    top: 391px;
    height: 27px;
    background-position: 0 391px;
}

li#nav_girls_vintage a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;   
}



li#nav_girls_music a {
    left: 0;
    top: 418px;
    height: 27px;
    background-position: 0 418px;
}

li#nav_girls_music a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;  
}



li#nav_girls_sketchy a {
    left: 0;
    top: 445px;
    height: 27px;
    background-position: 0 445px;
}

li#nav_girls_sketchy a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;  
}

li#nav_girls_nautical a {
    left: 0;
    top: 472px;
    height: 27px;
    background-position: 0 472px;
}

li#nav_girls_nautical a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;  
}



li#nav_girls_girly a {
    left: 0;
    top: 499px;
    height: 27px;
    background-position: 0 499px;
}

li#nav_girls_girly a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;  
}



li#nav_girls_destination a {
    left: 0;
    top: 526px;
    height: 27px;
    background-position: 0 526px;
}

li#nav_girls_destination a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;  
}



li#nav_girls_global a {
    left: 0;
    top: 553px;
    height: 27px;
    background-position: 0 553px;
}

li#nav_girls_global a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;  
}



li#nav_girls_photographic a {
    left: 0;
    top: 580px;
    height: 27px;
    background-position: 0 580px;
}

li#nav_girls_photographic a:hover {
    background: transparent url(../images/leftnavwhitecircle2.gif) 0 0 no-repeat;  
}





/* ------------------------- LEFT NAVIGATION BOX ends -------------------------*/













/*  FOOTER  */
#footer {
	border: 0px solid red;   
	width: 1024px; height: 15px;         
	margin: 0 auto; margin-top: 1px;
	padding: 0px;
	text-align: center;
	background: #291508;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #e25214;
	position: relative;
	top: 0px;
}



#footer ul {
	border: 0px solid red;
	width: 1000px;
	height: 15px;
	margin: 0 auto; 
	padding: 2px 0px;
	text-align: center;
	list-style-type: none;
}

#footer ul li {
	border: 0px solid yellow;
	height: 15px; 
  	list-style-type: none; 
	display: inline; 
	margin-top: 0px;
	padding: 2px 9px;
	color: #ed6b27; 
}

#footer ul li a {
	margin: 0;
	padding: 0;
	display: inline;
	height: 15px;   
	list-style-type: none;
	color: #e25214; 
}

#footer ul li a:link {  color: #e25214; text-decoration: none; background-color: transparent;}
#footer ul li a:visited {  color: #e25214; text-decoration: none; background-color: transparent;}
#footer ul li a:focus {  color: #e25214; text-decoration: none; background-color: transparent;}
#footer ul li a:hover {  color: #e25214; text-decoration: underline; background-color: transparent;}    
#footer ul li a:active {  color: #e25214; text-decoration: none; background-color:transparent; }




#body_privacyPolicy #footer li.privacyPolicy a, #body_sitemap #footer li.sitemap a, #body_webmaster #footer li.webmaster a, #body_usefulLinks #footer li.usefulLinks a, #body_customerService #footer li.customerService a {  
	text-decoration: underline;
}








/*  CREDITS	  */
#credits {
	border: 0px solid #FF0000; 
	margin: 0 auto; margin-bottom: 5px;
	padding: 0px 0px 5px 0px; 
	width: 1024px;
	height: 15px;
	position: relative;
	top: 2px;
	font: bold 8px verdana;
	color: gray; 
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	background: transparent;
}

#credits a:link {  color: #e25214; text-decoration: none;}
#credits a:visited {  color: #e25214; text-decoration: none;}
#credits a:focus {  color: #e25214; text-decoration: none;}
#credits a:hover {  color: #e25214; text-decoration: underline;}
#credits a:active {  color: #e25214; text-decoration: none;}
