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

*/



/* LOGO */

#header {
clear: both;
padding: 10px 0;
position: relative;
}


/* CONTACT 7 FORM */

span.wpcf7-list-item {
display:block;
line-height:30px;
}

/* WIDGET WAYS TO HELP BUTTONS */

#widgetHelp a {
text-decoration:none;
}

#widgetHelp a:hover {
text-decoration:none;
border-bottom:none;
}


/* TESTIMONIALS */

.testimonial {
width:588px;
float:left;
}
.left-quote {
float:left;
/*background:url(images/jd_leftQuote_68x77.png) no-repeat top;*/
margin-bottom:40px;
}
.testi-text {
float:left;
text-align:justify;
width:588px;
/*background:url(images/jd_rightQuote_68x77.png) no-repeat right bottom;*/
}
.testi-pic {
float:left;
width:77px;
height:104px;
margin-left:70px;
display:inline;
}
.testi-name {
float:left;
padding:30px 0 0 15px;
}

/* NOTE BOX */

.notebox {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F6F6F6 none repeat scroll 0 0;
border:1px solid #EBEBEB;
display:inline-block;
font-size:12px;
line-height:20px;
margin:10px;
padding:20px;
vertical-align:middle;