


.menu-current {
 text-decoration:none;
 color: #FFFFFF;
 
}
.menu-off {
 text-decoration:none;
 color: #333333;
}
.menu-div-current {
float:left;
position:relative;
background-position:bottom;
width:101px;
height:47px;
background-repeat:no-repeat;
background-image:url(images/menu-tab-overlay.png);
text-align:center;
line-height:40px; 
font-family:Verdana, Arial, Helvetica, sans-serif, Calibri; 
font-weight:bold; font-size:12px;
} 

.menu-div-off {
float:left; 
position:relative;
background-position:bottom; 
width:70px; 
height:47px; 
background-repeat:no-repeat;  
text-align:center; 
line-height:40px; 
font-family:Verdana, Arial, Helvetica, sans-serif, Calibri; 
font-weight:bold; 
font-size:10px;
}

a:hover {
 text-decoration: underline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9a181a;
}
.style1 {background-color: #FFFFFF}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 14px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

h3 {
	color: #0D8DB3;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
}

p {
	padding: 0px;
	margin: 0px;

}

#content {
	width:850px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0c015f;
	margin-left: 0px;
	margin-top: 10px;
}
#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#nav-menu li
{
margin: 2 0.15em;
}

#nav-menu li a
{
	background: #9a181a bottom left repeat-x;
	height: 1.3em;
	line-height: 1.3em;
	float: left;
	width: 100%;
	display: block;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */



#nav-menu li a:hover
{
background: #FFFFFF top left repeat-x;
height: 1.3em;
line-height: 1.3em;
float: left;
width: 100%;
display: block;
border: 1px solid #FFFFFF;
color: #9a181a;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a:hover
{
float: none
}

/* SHOP! \*/
.list-left {
	float:left;
	width:66%;
	top:0;
	left:0;
	width:34%;
	padding:2px;

}

.list-right {
 padding: 2px;
}


a {
 color:#FF0000;
 text-decoration: none;
}
a:href {
 text-decoration: underline;
}