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

*/
/*
#helpButton
{
	display: block;
	width: 165px;
	height: 35px;
	background-repeat: no-repeat;
	background-position; 0 0; margin-bottom: 6px;
	margin-top: 8px;
}
.consultation
{
	background: url(images/button_consultation.png);
}
.tell
{
	background: url(images/button_join.png);
}
.testimonials
{
	background: url(images/button_newsletter.png);
}
#helpButton:hover
{
	background-position: 0 -40px;
}
#helpButton:active
{
	background-position: 0px -79px;
}
#helpButton SPAN
{
	display: none;
}
*/

#sidebar a.helpButton {
 width: 175px;
 height: 66px;
 display: block;
 background: url(images/cta.gif) no-repeat left 0;
 color: #fff;
 padding: 18px 15px 18px 70px;
 font-size: 12px;
 margin-bottom: 5px;
 
}

#sidebar a.helpButton:hover{
	background-position: left -101px;
	text-decoration: none;

}

#sidebar a.helpButton span {
	text-transform: uppercase;
	display: block;
	padding-bottom: 3px;
	font-size: 18px;
}
.widget H3
{
	margin: 0 0 15px 40px;
	text-transform: uppercase;
	font-size: 14px;
	color: #583323;
	/*[disabled]text-shadow:1px 1px 0px #FFFFFF;*/
}

.attachment-home-thumbnail {
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 19px;
	border: 1px solid #ddd;
	margin-bottom: 20px;

}

#leftbox, #middlebox, #rightbox {
	width: 300px;
	min-height: 300px;
	float: left;
	background: #f4e2d5;
	margin-bottom: 20px;

}

#leftbox, #middlebox {
	margin-right: 30px;

}

.pad {
	padding: 10px 20px 15px 20px;

}

