/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* General */

html, body {font-family: Lucida Grande, arial;	font-size: 14px;border: 0;color: #ffffff; background: #1c1c1c;}

#top-nav a {
	font-family: gill sans, arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
        font-weight: bold;
	letter-spacing: 1px;
	padding: 10px;
        color: #eeeeee;
}

/* Style drop down list */

#nav li ul { position: absolute; width: 172px; left: -999em;}
#nav li ul li {	background: #e60000; }
#nav li ul li a { line-height: 15px; padding: 5px;font-size: 12px; text-transform: none;width: 160px; }
#nav li ul ul {	margin: -20px 0 0 170px; }
#nav li ul ul li a { line-height: 25px; }
#nav li ul li ul li a {	border-width:0 1px 1px 0px; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */

h4 span { font-size:18px; }
#main h2.arh { color:#fff; font-weight:bold; }