body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#dad5d5;
	line-height:16px;
}
body {
	margin: 0px;
	background-color:#1c1a1a;
}
h1{
  font: bold 22px arial;
  color: #79bf40;
  margin-top: 5px;
  margin-bottom: 5px;

}

.h1{
  font: bold 22px arial;
  color: #79bf40;
  margin-top: 5px;
  margin-bottom: 5px;

}

h2{
  font: bold 17px arial;
  color: #79bf40;
  margin-top: 5px;
  margin-bottom: 5px;

}

.h2{
  font: bold 17px arial;
  color: #79bf40;
  margin-top: 5px;
  margin-bottom: 5px;

}

.dot{
 color:#befa00;
 font-size:13px;
}
.footer_text_12{
  font:normal 12px tahoma;
  line-height:18px;
  color:#5b6c75;
}
.footer_text_12 a:link, a:active{
  color:#00CCFF ;
}
.footer_text_12 a:visited{
  color:#00CCFF ;
}
.footer_text_12 a:hover{
  color:#00CCFF ;
}
.footer_link_12 a{
  font:normal 12px tahoma;
  line-height:18px;
  color:#79bf40;
}
img{
  border:0;
}
.menu a, a:link, a:visited{

  font:bold 13px verdana;
  color:#ffffff;
  text-decoration: none;
}
.menu a:hover, a:active, {
  color:#3d6e15;
}

.testimonials{
  line-height:22px;
}
.feedback_form{
  width:430px; 
  height:354px; 
  font:bold 11px tahoma;
  color:#ffffff;
  background:url(img/feedback_form_bg.gif) no-repeat  #dad5d5;
}
.request_form_top{
  width:444px; 
  height:295px; 
  font:bold 11px tahoma;
  color:#ffffff;
  background:url(img/form_block_1_bg.gif) no-repeat  #dad5d5;
  background-position:left top;
}
.request_form_mid{
  width:444px; 
  height:261px; 
  font:bold 11px tahoma;
  color:#ffffff;
  background:url(img/form_block_2_bg.gif) no-repeat  #dad5d5;
  background-position:left top;
}
.request_form_bot{
  width:444px;
  height:391px; 
  font:bold 11px tahoma;
  color:#ffffff;
  background:url(img/form_block_3_bg.gif) no-repeat  #dad5d5;
  background-position:left top;
}
.request_form_top_ppc{
  width:444px; 
  height:295px; 
  font:bold 11px tahoma;
  color:#ffffff;
  background:url(img/form_PPC_block_1_bg.jpg) no-repeat  #dad5d5;
  background-position:left top;
}
.request_form_mid_ppc{
  width:444px; 
  height:261px; 
  font:bold 11px tahoma;
  color:#ffffff;
  background:url(img/form_PPC_block_2_bg.jpg) no-repeat  #dad5d5;
  background-position:left top;
}
.request_form_bot_ppc{
  width:444px;
  height:391px; 
  font:bold 11px tahoma;
  color:#ffffff;
  background:url(img/form_PPC_block_3_bg.jpg) no-repeat  #dad5d5;
  background-position:left top;
}
sup{
  color:#befa00;
}
.text_12_form{
  font:bold 12px tahoma;
  color:#befa00;
}

#slideout {
	position: fixed;
	top: 400px;
	left: 0;
	width: 45px;
	padding: 12px 0;
	text-align: center;
	background: #6DAD53;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
#slideout_inner {
	position: fixed;
	top: 400px;
	left: -250px;
	background: #6DAD53;
	width: 230px;
	padding: 10px;
	height: 250px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-align: left;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	color: white;
}
#slideout_inner textarea {
	width: 220px;
	height: 60px;
}
#slideout_inner input {
	width: 220px;
}
#slideout:hover {
	left: 250px;
}
#slideout:hover #slideout_inner {
	left: 0;
}
