body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0px;
}
.clear{
	clear:both;
}
#wrapper{
	margin:0 auto;
	width:970px;
}
#header{
	float:left;
	width:970px;
	height:142px;
}
#logo{
	float:left;
	width:307px;
	height:122px;
	border:none;
	outline:none;
	margin-top:20px;
}
a.button_callback {
	display:block;
	background-repeat:no-repeat;
	overflow:hidden;
	background-image:url(../images/button_callback.png);	
	float:right;
	width:259px;
	height:61px;
	outline:none;	
	border:none;
	margin-right:20px;
	margin-top:55px;
}
a.button_callback:hover {
	background-position:0px -61px;
}
#inner_wrapper{
	float:left;
	width:970px;
}
h1{
	float:left;	
	color:#253bff;
	font-size:26px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	letter-spacing:-2px;
	text-shadow: #000000 0px 1px 1px;
   }
h2{
	float:left;	
	color:#505050;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
 	text-shadow: #ffffff 0px 1px 1px;
	margin-bottom:10px;
   }   
a.email{
	float:left;	
	color:#505050;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
 	text-shadow: #ffffff 0px 1px 1px;
    }      
a.email:hover{
	color:#000000;
   }      
#services_inner{
	float:left;
	width:465px;
	margin-left:10px;
}
.service_text{ 
	float:left;
	font-size:14px;
	color:#484848;
	text-align:left;
	text-decoration:none;
	margin-bottom:14px;
	width:465px;
	margin-left:10px;
  }
#letstalk_inner{
	float:right;
	width:465px;
	margin-left:10px;
	background-image:url(../images/vertical_line.jpg);
	background-repeat:repeat-y;
	background-position:left;
	padding-left:10px;
}  


.ask_fields{
	float:left;
	margin-bottom:18px;
	padding:0 13px 0 0; 
	width:465px;
}
.ask_left{
	float:left;
	color:#6d6d6d;
	font-size:16px;
	font-weight:bold;
	text-shadow: #ffffff 0px 1px 1px;
	letter-spacing:-1px;
	width:90px;
	margin-right:15px;
 	line-height:24px;
	padding-top:3px;
 }
 .ask_right{
	float:left;
	width:309px;
} 
.ask_textbox_bg {
	float:right;
	width:309px;
	height:34px;
	background-image:url(../images/ask_textbox.jpg);
	background-repeat:no-repeat;
}
.ask_textbox {
 	width:290px;
	height:25px;
	background-color:#c1e6ff;
	font-size:18px;
	color:#3a3a3a;
	text-align:left;
	text-decoration:none;
	letter-spacing:-1px !important;
	text-shadow: #ffffff 0px 1px 1px;
	outline:none;
	border:none;
	padding-top:0px;
	margin:4px 0px 0px 6px;
	background-color:#c9e9ff;
}
.ask_textarea_bg {
	float:right;
	width:309px;
	height:143px;
	background-image:url(../images/ask_textarea.jpg);
	background-repeat:no-repeat;
}
.ask_textarea {
 	width:290px;
	height:135px;
	background-color:#c1e6ff;
	font-size:18px;
	color:#3a3a3a;
	text-align:left;
	text-decoration:none;
	letter-spacing:-1px !important;
	text-shadow: #ffffff 0px 1px 1px;
	outline:none;
	border:none;
	padding-top:0px;
	margin:4px 0px 0px 6px;
	background-color:#c9e9ff;
	font-family:Arial, Helvetica, sans-serif;
}
a.button_submit {
	display:block;
	background-repeat:no-repeat;
	overflow:hidden;
	background-image:url(../images/button_submit.jpg);	
	float:left;
	width:126px;
	height:38px;
	outline:none;	
	border:none;
	margin-left:104px;
	margin-top:10px;
}
a.button_submit:hover {
	background-position:0px -38px;
}
#footer{
	float:left;
	width:950px;
	margin:10px 10px 20px 10px;
	font-size:12px;
	color:#484848;
	text-align:center;
	text-decoration:none;
	background-image:url(../images/horizontal_line.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:20px;
}