/* CSS Document */

body {
	margin: 			0px;
	background-color:	#7f7f7f;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	line-height:		13px;
	letter-spacing:		1px;
	color: 				#000000;
}


a:link{
	color:#979496;
	text-decoration:none;
}
a:visited{
	color:#979496;
	text-decoration:none;
}

a:hover {
	color: #979496;
	text-decoration: underline;
	
}

a:active {
	color: #979496;	
	text-decoration:none;
}




a.HomeOver 
{
display: block;
width: 31px;
height: 39px;
background: url("../images/home_over.gif") 0 0 no-repeat;
text-decoration: none;
}  
  
a:hover.HomeOver  {	
	background-position: 0 -39px;
}
a:active.HomeOver  {
	background-position: 0 -39px;
}

a.AboutOver 
{
display: block;
width: 52px;
height: 39px;
background: url("../images/about_over.gif") 0 0 no-repeat;
text-decoration: none;
}  
  
a:hover.AboutOver  {	
	background-position: 0 -39px;
}
a:active.AboutOver  {
	background-position: 0 -39px;
}


a.ShopOver 
{
display: block;
width: 67px;
height: 39px;
background: url("../images/shop_over.gif") 0 0 no-repeat;
text-decoration: none;
}  
  
a:hover.ShopOver  {	
	background-position: 0 -39px;
}
a:active.ShopOver  {
	background-position: 0 -39px;
}



a.PolicyOver 
{
display: block;
width: 112px;
height: 39px;
background: url("../images/policy_over.gif") 0 0 no-repeat;
text-decoration: none;
}  
  
a:hover.PolicyOver  {	
	background-position: 0 -39px;
}
a:active.PolicyOver  {
	background-position: 0 -39px;
}


a.CollectionOver 
{
display: block;
width: 87px;
height: 39px;
background: url("../images/collection_over.gif") 0 0 no-repeat;
text-decoration: none;
}  
  
a:hover.CollectionOver  {	
	background-position: 0 -39px;
}
a:active.CollectionOver  {
	background-position: 0 -39px;
}



a.WeddingsOver 
{
display: block;
width: 57px;
height: 39px;
background: url("../images/weddings_over.gif") 0 0 no-repeat;
text-decoration: none;
}  
  
a:hover.WeddingsOver  {	
	background-position: 0 -39px;
}
a:active.WeddingsOver  {
	background-position: 0 -39px;
}


a.ContactOver 
{
display: block;
width: 66px;
height: 39px;
background: url("../images/contact_over.gif") 0 0 no-repeat;
text-decoration: none;
}  
  
a:hover.ContactOver  {	
	background-position: 0 -39px;
}
a:active.ContactOver  {
	background-position: 0 -39px;
}



