/* 
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.

*/

#main-content .post h4.continue a {
	background:#001f37;

}

#main-content .post h4.continue a:hover {
	background: #002b45;
}

ul.idTabs li a {
	background: #9F9F9F;
}

ul.idTabs li a.selected, ul.idTabs li a:hover {
	background:#001f37;
	
}

#header {
	width: 100%;
	height: 106px;
	padding-top: 0px;
	background: url(http://www.henrybucks.com.au/images/bgbg.jpg) ;
	clear: both;
	position: relative;
}

a {
	color: #001f37;
	text-decoration: none;
}

#top-out {
	width: 100%;
	background: url(images/bg_top.jpg) repeat-x 0 0;
}