/* 
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.

*/


/* 1.2 Hyperlinks */

a:link, a:visited  { color: #0083a4; }

/* 2.1 Containers & Columns */
#intro {
	width: 100%;
	height: 370px;
	background: url(images/bg-intro.png) repeat-x bottom left;
	}
	
#flash-splash {
	width: 940px;
	height: 370px;
	}

/* 2.2 Navigation */
#nav  { width: 100%; }

/* 2.2.1 Drop-down menus */
#nav li ul  { position: absolute; left: -999em; width: 240px; border: 1px solid #F7F6F6; }
#nav li ul li  {  background: #fff url(images/navtile.jpg) repeat-x left top; border-width: 0 1px 1px; margin:0; padding:0; }
#nav li ul li a  { width:230px; line-height:30px; font-size:10px; color:#555; }
#nav li ul li a:hover  {background: #e8e8e8; }
#nav li ul ul  { margin: -32px 0 0 170px; }
#nav li ul ul li a  {  }
#nav li ul li ul li a  {  }

/* 2.7 Footer */
#footer  { margin-top: 30px; font-size: 9px; padding: 20px 0 20px 0; }

/* 6.1 Buttons */
.button, .button:visited, .reply a{ background-color:#0083a4; }
.button.grey { background-color:#e0e0e0; color:#555 !important; }

<script src="http://code.jquery.com/jquery-latest.min.js"></script>
