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

*/

#wrap {	background: url(images/bg.png) repeat-x top center; }

#main .featured {
background:#17110C none repeat scroll 0 0;
}

#main .featured .video {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background:#625E4C none repeat scroll 0 0;
}

#main #advert_125x125 a img {
border: none;
}

#features, #features-tabs li a:hover, #features-tabs li.active a {
background:#625E4C none repeat scroll 0 0;
}

#footer-out {
background:#EFEBE0 url(images/bg-footer-top.png) repeat-x scroll center top;
}

/* Top Navigation */

#top-nav {
text-transform:lowercase;
}
#top-nav a {color: #EFEBE0;}

/* Navigation */


#nav a {
	color:#EFEBE0;
}

#nav a:hover, #nav .current_page_item a, #nav .current-cat a{
	color: #EFEBE0;
	background: #625E4C;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration:none;
}


#nav li ul li {	
	background: url(images/bg-nav.png) repeat !important;
	background: #000; 
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}