@charset "utf-8";
/* CSS Document */
body
{
background-image:url(../images/main_bg.jpg);
background-repeat:no-repeat;
background-position:right top;
background-color:#000000;
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
}
 
 #container
 {
 width:870px;
 margin:0px auto;
 padding:0px;
 }


/*------------------------------------top area starts----------------------------------------*/
.top_area
 {
 width:870px;
 margin:0px;
 padding:0px;
 float:left;
 }
 
 /*------------------------------------top area ends----------------------------------------*/



/*------------------------------------LEFT_PART---------------------------------------------*/

.left_part
 {
 width:175px;
 margin:0px;
 padding:0px;
 float:left;
 }



/*------------------------------------RIGHT_PART---------------------------------------------*/

.right_part
 {
 width:580px;
 margin:0px 0px 0px 0px;
 padding:112px 0px 0px 20px;
 float:left;
 }
 
 .right_heading { width:580px;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 float:left;
 }
 
 .right_heading h1{ width:580px;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 float:left;
 font-size:24px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#FFFFFF;
 font-weight:normal;}
 
 .right_heading h2{ width:580px;
 margin:0px 0px 0px 0px;
 padding:2px 0px 0px 0px;
 float:left;}
 
 .right_heading p{ width:482px;
 margin:0px 0px 0px 0px;
 padding:15px 0px 0px 0px;
 float:left;
 color:#819e09;
 font-size:14px;
 font-weight:bold;}
 
 .white { color:#FFFFFF;
 font-size:14px;
 font-weight:normal;}

.google_add { width:482px;
float:left;
margin:0px;
padding:15px 0px 0px 0px;}

	.form{
	/*
	border-top:1px dashed #9c9c9e;
	border-bottom:1px dashed #9c9c9e;
	*/
	padding:0px;
	margin:0px auto;
	font-size:12px;
	color:#00000;
	width: 80%;
	float:left;
	padding:40px 0px;
	}
	
	.form p{
	padding:0px 0px 5px 0px;
	margin:0px;
	width: 100%;
	float:left;
	}
	
	.form p label{
	float:left;
	display:block;
	text-align:right;
	width:90px;
	padding-right:5px;
	}
	
	.form .txtbox{
	border:1px solid #e1e1e1;
	width: 325px;
	height:17px;
	float:left;
	}
	
	.form textarea{
	border:1px solid #e1e1e1;
	width: 325px;
	float:left;
	}

  /*------------------------------------footer starts----------------------------------------*/
   .footer
 {
 width:100%;
 height:222px;
 margin:0px;
 padding:100px 0px 0px 0px;
 float:left;
 background-image:url(../images/footer_img.jpg);
 background-repeat:no-repeat;
 background-position:center; }
 
  .footer p
 {
 width:100%;
 margin:0px;
 padding:150px 0px 0px 0px;
 float:left;
 text-align:center;
 color:#FFFFFF;
 font-size:11px;}
 
  .footer p a { color:#FFFFFF;
  text-decoration:none;}
  
  .footer p a:hover { color:#819e09;
  text-decoration:none;}
  
    .footer h5
 {
 width:100%;
 margin:0px;
 padding:10px 0px 5px 0px;
 float:left;
 text-align:center;
 color:#FFFFFF;
 font-size:11px;
 font-weight:normal;}
 
 
 /*------------------------------------footer ends----------------------------------------*/

