/* Default CSS Stylesheet for a new Web Application project */

body
{
	font-family: Verdana, Helvetica, Sans-Serif;
	background-color: #ada397;	
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

.logo-image 
{
    border-width:0px;
    margin-left:5px;
}

.asholder
{
	position: relative;
	margin: 5px 0px 5px 0px;
}

/* Navbar Buttons */

a.latest-preorders { 
    background: url(/images/common/sprites/latestpreorders1.jpg) no-repeat 0 0px; 
    width: 119px; 
    height: 24px;
    display: block;
} 
a.latest-preorders:hover { background-position: 0 -24px; } 


a.newest-arrivals { 
    background: url(/images/common/sprites/newestarrivals1.jpg) no-repeat 0 0px; 
    width: 119px; 
    height: 24px; 
    display: block;
} 
a.newest-arrivals:hover { background-position: 0 -24px; } 


a.sale-items { 
    background: url(/images/common/sprites/saleitems1.jpg) no-repeat 0 0px; 
    width: 119px; 
    height: 24px; 
    display: block;
} 
a.sale-items:hover { background-position: 0 -24px; } 


a.all-products { 
    background: url(/images/common/sprites/allproducts1.jpg) no-repeat 0 0px; 
    width: 119px; 
    height: 24px; 
    display: block;
} 
a.all-products:hover { background-position: 0 -24px; } 


a.vintage-retail { 
    background: url(/images/common/sprites/vintageretail.jpg) no-repeat 0 0px; 
    width: 119px; 
    height: 24px; 
    display: block;
} 
a.vintage-retail:hover { background-position: 0 -24px; } 


a.vintage { 
    background: url(/images/common/sprites/vintage1.jpg) no-repeat 0 0px; 
    width: 118px; 
    height: 24px; 
    display: block;
} 
a.vintage:hover { background-position: 0 -24px; } 
