body {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;}
td {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;}
h1 { font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-weight: bold;
	font-size: 18px;}
h2 { font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-weight: bold;
	font-size: 14px;}
	
	.width {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold}
	
		.price {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold}
	
	A {color:		#990000;}
	A:link {color:		#990000;}
	A:hover {color:		#990000;}
	A:visited {color:		#990000;}
	
.trails, a:link.trails, a:visited.trails	{
	font-family:	Verdana, Helvetica, sans-serif;
	color:		#990000;
	text-decoration:	underline;
	font-size: 10px;
	}
	
	
a:hover.trails	{
	text-decoration:	none;
	color:	#990000;
	font-size: 10px;	
}
td.swatch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	padding: 10 5 15 5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
 border-bottom-color: #cccccc;
}

ul {padding: 3px; margin: 3px}

li {margin-left: 1.5em; margin-top: 3px; list-style: square outside; background: none}

.buttons {background-color: #ffffff; color: #ffffff; }

#nav A, #mfg A {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; text-decoration: none; font-size: 8pt; font-style: normal; display: block; color: #000000}


#nav A:hover, #mfg A:hover {font-style: normal; text-decoration: underline; background-color: #E2E2E2; border-bottom: 0px solid #CCCCCC; padding: 3px; color: #000000 }
#nav A:link, #mfg A:link {font-style: normal; display: block; color: #000000; border-bottom: 0px solid #CCCCCC; padding: 3px; }
#nav A:visited , #mfg A:visited {font-style: normal; border-bottom: 0px solid #CCCCCC; padding: 3px; }


#nav, #nav ul, #mfg, #mfg ul{ /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1.5;
    	display: block;
	/* background-color: #78b3ef;
	color: white;*/
	/*position: relative;
	top: 1px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0;*/
}


#nav li { /* all list items */
	float: left;
    	width: 20em; /* width needed or else Opera goes nuts */
	margin: 0px;
    	padding: 0;
	background-color: #F6F4F4;
	border-bottom: 0px solid #FFFFFF;
	display: block;
	line-height: 1.5;
	background: none;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 20em;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F6F4F4;
	display: block;
	left: -999em;   /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul, #mfg li ul ul { /* third-and-above-level lists */
        position: absolute;
        display: block;
        margin: -1.5em 0 0 10em;  /* False value for IE4-5.x/Win */
        margin: -1.5em 0 0 10em;	 /* Actual value for conformant browsers */
}


#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul, #mfg li:hover ul ul, #mfg li.sfhover ul ul, #mfg li:hover ul ul ul, #mfg li.sfhover ul ul ul{
	left: -999em;
	color: #000000;
	display: block;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #mfg li:hover ul, #mfg li li:hover ul, #mfg li.sfhover ul, #mfg li li.sfhover ul{ /* lists nested under hovered list items */
	left: auto;
	display: block;
}


#content {
	clear: left;
	color: #cccccc;
}


