body 
{
	font-size: 9pt;
	font-family: Arial, Verdana, Tahoma;
}

a, a:hover 
{
	font-size: 8pt;
	color: #777;
	font-family: Arial, Verdana, Tahoma;
}

#container 
{
	margin: 0px auto;
	width: 665px;
}

.cart {
	font-size: 9pt;
	font-family: Arial, Verdana, Tahoma;
}

.submit 
{
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;
}

.cart b 
{
	color: #9cb5da;	
}

.menuitem
{
	font-size: 7.5pt;
	padding-left: 15px;
	padding-right: 5px;
	text-transform: uppercase;
}

.active
{
	font-size: 7.5pt;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #cad6e9;
	text-transform: uppercase;
}


h1, h2, h3 
{
	margin-bottom: 3px;	
}

h1 
{
	font-family: Helvetica, Georgia, "Times New Roman";
	font-size: 18pt;
	color: #3c688c;
	font-weight: lighter;
}

h2 
{
	font-family: Helvetica, Georgia, "Times New Roman";
	font-size: 16pt;
	color: #3c688c;	
	font-weight: lighter;
}

h2.left
{
	font-family: Helvetica, Georgia, "Times New Roman";
	font-size: 11pt;
	color: #3c688c;	
	margin-top: 0px;
	font-weight: bold
}

h3 
{
	margin: 0;
	font-size: 10pt;
	
}

a.text, a.text:hover, a.text:active 
{
	font-size: 10pt;
	font-weight: bold;
	color: #9cb5da;	
	text-decoration: none;
}

div.hr 
{
	border-top: 1px solid #ccc;
	width: 100%;
	height: 1px;	
	font-size: 0px;
}

div.hrdot
{
	border-top: 1px dotted #ccc;
	width: 100%;
	height: 1px;	
	font-size: 0px;
}

div.sub 
{
	background-image: url(images/line.gif);
	width: 100%;
	background-repeat: repeat-x;
	height: 6px;
}

.input
{
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;
	width: 160px;
}

textarea
{
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;
}


ul.nav 
{
    padding: 0 0 0 0;
    margin: 0; 
}

ul.nav li 
{
	display: inline;
	padding-left: 10px;
	padding-right: 20px;
}

.menulink, .menulink:hover 
{
	font-size: 9pt;
	font-family: Arial, Verdana, Tahoma;
	color: #000000;
	text-decoration: none;	
}