.mainhead{
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
}
.global_text{
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	font-weight: lighter;
}
.oragetexthead{
	font-family: Tahoma;
	font-size: 27px;
	font-weight: bolder;
	color: #d14726;
}
.oragetexthead a{
	font-family: Tahoma;
	font-size: 27px;
	font-weight: bolder;
	color: #d14726;
}
.oragetexthead a:hover{
	font-family: Tahoma;
	font-size: 27px;
	font-weight: bolder;
	color: #d14726;
	text-decoration:underline;
}
.oragetexthead a:visted{
	font-family: Tahoma;
	font-size: 27px;
	font-weight: bolder;
	color: #d14726;
	
}
.oragetexthead a:visted:hover{
	font-family: Tahoma;
	font-size: 27px;
	font-weight: bolder;
	color: #d14726;
	text-decoration:underline;
}
.blacktexthead{
	font-family: Tahoma;
	font-size: 23px;
	font-weight: bolder;
	color: #000;
}
.blacktextsmallhead{
	font-family: Tahoma;
	font-size: 17px;
	font-weight: bolder;
	color: #000;
}
.greytexthead{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bolder;
	color: #3f3e3e;
	
}
.contact_text{
	font-family: Tahoma;
	font-size: 11px;
	
	color: #000;

}
.otherlinks_text{
	font-family: Tahoma;
	font-size: 11px;
	
	color: #fff;

}
.otherlinks_text a{
	font-family: Tahoma;
	font-size: 11px;
	
	color: #fff;

}
.otherlinks_text a:hover{
	font-family: Tahoma;
	font-size: 11px;
	
	color: #d14726;
	text-decoration:underline;

}
.white_link{
	font-family: Tahoma;
	font-size: 12px;
	
	color: #fff;

}
.green_link{
	font-family: Tahoma;
	font-size: 12px;
	color: #8b9535;
	text-decoration: underline;
}
.products_text{
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
		
}
.testimonialsquote{
    font-family: Tahoma;

	font-size: 13px;
}
.testimonials_signature{
 font-family: Tahoma;
	font-size: 12px;
	font-style: italic;
	color: #d14726;
}
.FAQ_answer{
 font-family: Tahoma;
 font-size: 14px;
 
 color: #000;
}



/* CONTACT US / FORM / BUTTON STYLES STYLES
----------------------------------------------------------------------------------------------------*/
#contact-us-panel{border-top:5px solid #E1DFE0;padding:0 0 40px 0;background:#fff;}
.contact-us-left{width:560px;display:inline;float:left;position:relative;margin-left:3px;margin-right:3px;border:1px solid #CDCDCD;margin-top:0px;-webkit-border-radius:2px;-moz-border-radius:4px;border-radius:4px;}
.contact-us-right{width:298px;display:inline;float:left;position:relative;margin-left:3px;margin-right:3px;border:1px solid #CDCDCD;margin-top:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.contact-side-box{padding:10px;margin-bottom:10px;}
.contact-side-box-map{width:280px;margin:0 0 10px 10px;}
#map_canvas{width:278px;height:303px;border:1px solid #CDCDCD;}
.contact-side-box h3{margin-bottom:5px;}
.ContactForm{padding:20px 0;}
.ContactForm input{font-size:12px;color:#4C4C4C;background:#EFEFEF;}
.ContactForm input:focus{background:#FFFFFF;}
.ContactForm select{border:1px solid #D5D5D5;padding:4px 4px 4px 8px;}
.ContactFormRow{width:100%;overflow:hidden;margin-bottom:20px;}
.ContactFormColLeft{width:20%;float:left;display:inline;text-align:right;padding-top:9px;}
.ContactFormColLeft label{font-size:13px;line-height:16px;font-weight:normal;vertical-align:middle;color:#111;}
.ContactFormColRight{width:77%;}
.ContactInputReg{width:60%;border:1px solid #CCCCCC;padding:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
textarea.ContactInputReg{width:90%;border:1px solid #CCCCCC;padding:8px;font:normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;color:#4C4C4C;background:#EFEFEF;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
textarea:focus{background:#FFFFFF;}
input.ContactFormButton{border:none;cursor:pointer;margin:0;background:url(../images/contact-button.png) no-repeat 0 0;width:96px;height:32px;text-indent:-9999px;}
input.ContactFormButton:hover{border:none;cursor:pointer;margin:0;background:url(../images/contact-button.png) no-repeat 0 -32px;}
#ContactThanks{position:relative;margin:0 10px 10px 10px;width:580px;padding:10px 8px;text-align:center;background:#bbb;font-weight:bold;color:#fe1e1e;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}