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

*/

/*=== Buttons ===*/

#nav1 li.current_page_item a span {
	background: url(styles/custom/btn-rounded-lightblue.gif) no-repeat right;
}

#nav1 li.current_page_item a {
	background: url(styles/custom/btn-rounded-lightblue.gif) no-repeat left;
}

#nav1 li a:hover span {
	background: url(styles/custom/btn-rounded-turquoise.gif) no-repeat right;
}

#nav1 li a:hover {
	background: url(styles/custom/btn-rounded-turquoise.gif) no-repeat left;
}

#nav1 li ul li a:hover {
	background: #FE9903;
}


/*=== Footer ===*/

#footer {
	font-weight: bold;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.fl {
	padding-left: 20px;
}
.fr {
	padding-right: 20px;	
}

/*- Box6 -*/
.box6 .top {
	background: url(styles/custom/box6-top.gif) no-repeat top;
}
.box6 .bot {
	background: url(styles/custom/box6-bot.gif) no-repeat top
}


/*=== Contact Page ===*/

#contact-page ol.forms input, #contact-page ol.forms textarea, #contact-page ol.forms li.buttons .submit {
	border: 1px solid #222222 !important;
}

#contact-page .thanks {
	border: 3px solid green !important;
}

