/* 
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.

*/

/* Header */

#header {
	width: 100%;
	height: 155px;
	padding: 5px 0 5px 0;
	clear: both;
	position: relative;
}

#header h1 { display: none; }

#header img.logo { float:left; }

/* Page Nav */

#nav { position:relative; z-index:99; }
#nav, #nav ul {padding: 0;margin: 0;list-style: none; line-height: 1;float:right;}
#nav { margin-top:65px; }
#nav a {font-family:Georgia, "Times New Roman", Times, serif;font-size:11px;letter-spacing:1px;text-transform:uppercase;font-weight:bold;display: block;line-height: 28px;padding: 0 10px;}
#nav a { color: #c0baa5; }
#nav a:hover, #nav li.current_page_item a { color:#fff; background:#3f3a2b; border-width: 0 0px 1px 0; }
#nav li a { border:none !important; }
#nav li { float: left; }
