body{
	margin:0px;
	padding:0px;
	background-image: url(../images/main_bg.jpg);
	background-repeat:repeat-x;
	background-color:#393939;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
a{ color:#ff0000; font-size:12px; text-decoration:none;}
a:hover{ color:#f67800; font-size:12px; text-decoration: underline;}
p{	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:20px;
	}
.lic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.callnow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.product_headings {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.products {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
a.products:hover {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #f9f594;
}
.fieldsname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textfield {
	border:solid thin #c6c6c6;
	font-family:Arial, Helvetica, sans-serif;
	font:11px;
	font-weight:normal;
	width:157px;
}

.textarea {
	border:solid thin #c6c6c6;
	font-family:Arial, Helvetica, sans-serif;
	font:11px;
	font-weight:normal;
	width:157px;
	height:67px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:justify;
	text-decoration: none;
}

.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.more:hover {
	color: #FFFF66;
	text-decoration: none;
}
h1{ 
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:22px;
	margin:0;
	color:#fe0000;
}
.red{ color:#ff0000; font-weight:bold;}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff557;
	text-decoration: none;
}

.newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.footer{
 background-image:url(../images/footer.jpg);
}
.footer_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.footer_right:hover {
	color: #FFFF99;
	font-size: 10px;
}

.footer_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFF99;
	text-decoration: none;
}

a.footer_active:hover {
	color: #FFFFFF;
	font-size: 10px;
}
.title{ color:#f67800; font-weight:bold; font-size:16px;}
.testimonial-bg td{background-color: #ffe79f; border:solid 1px #333333; padding:10px;}
.hometestimonial{ background-color:#ffff99; font-style:italic; padding:15px;border:solid 1px #333333;}


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#2a0202;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	padding-top:4px;
	/*background-color:#fce69c;*/
	/*border:1px solid #317082;*/
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:20px;
	background-image:url('../images/plus.gif');
	background-repeat:no-repeat;
	background-position:center left;	
	height:20px;
	padding-bottom:2px;
	text-decoration:underline;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	
	/*border:1px solid #317082;*/
	/*background-color:#FAF4B6 ;*/
	width:100%;
	visibility:hidden;
	height:0px;
	color:#aa2323;
	overflow:hidden;
	position:relative;
	padding-left:15px;
	text-align:justify;
	font-weight:bold;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:13px;	
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	position:relative;
	padding-left:6px;
	padding-right:15px;
	line-height:19px;
}

.faq-q{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FF0000;}
.faq-a{ font-family:Arial, Helvetica, sans-serif; color:#4A2220;}
/*Drop Down Menus*/
.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
/*padding: 4px 7px;*/
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #bb0102;
width: 190px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 21px;
border-bottom: 1px solid #b52e2a; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fea000;
}
/*Drop Down Menus end*/
#dhtmltooltip{
position: absolute;
width: 170px;
border: 1px solid #d6d6d6;
padding: 2px;
padding-left:10px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#fadeinbox{
position:absolute;
width: 380px;
margin-left: 0;
margin-top: 0px;
/*border: 2px solid black;*/
background-color: lightyellow;
padding: 4px;
z-index: 100;
visibility:hidden;
}