<!--
/* 
 
(c) 2007 Spike Likes, LLC

*/

html {
	}
		/* NAVIGATION ROLL OVERS	*/

				
#nav {
	list-style: none;
	display: block;
	position:relative;
	width:902px; margin:12px; 
}
#nav ul {margin:0; padding:0;}
#nav a {display: block; height:33px; position:relative;}
#nav li {display: inline; margin: 0px; position:relative; float:left; }
	
#nav a:hover {background-position: 0 -33px;}
#nav a.selected {background-position: 0 -33px;}

#about a {background: url(../gifs/nav_about.gif); width:96px;}

#marketing a {background: url(../gifs/nav_marketing.gif); width:191px;}

#speaking a {background: url(../gifs/nav_speaking.gif); width:198px;}

#workshops a {background: url(../gifs/nav_workshops.gif); width:200px;}

#resources a {background: url(../gifs/nav_resources.gif); width:217px;}
		
#nav li:hover ul, #nav li.over ul {display: block; } /* The magic */

 /* FOOTER NAVIGATION */
 
#footer {
	height:45px;
	width:950px;
	margin-left: auto;
  	margin-right: auto;
	margin-top:5px;
	margin-bottom:0;
	font-family: times new roman, times, serif;
	font-size: 10px;
	font-weight:bold;
	color: #a59687;
	padding: 12px 0px 0px 0px;
	background-image: url(../gifs/bckgrnd_footer.gif);
	background-repeat: no-repeat;
	text-align:center;
}
#footer li {display:inline;}
#footer a:link,#footer a:visited { color:#493829; text-decoration: none; background: url(../gifs/icon_clover.gif) no-repeat 0px -1px; padding:0px 5px 0px 13px;}

#footer a.zip {background-image: url(../gifs/brck_holistic.gif);}
#footer a.zip_on {background-image: url(../gifs/brck_holistic.gif); color: #a59687;}
#footer a.on  {color: #a59687;}
#footer a:hover  {color: #a59687; text-decoration:underline;}

#copyright {padding:0px 0px 30px 0px;font-family: arial, sans-serif;font-size: 10px;color:#9b8948;text-align:center;
}
-->