h1 {font-size:16px !important;}



#contactus label {
   	font-family : Arial, sans-serif;
   	font-size:12px;
   	font-weight:bold;
	margin-top:13px;
	}
#contactus input[type="text"],textarea {
  	font-family : Arial, Verdana, sans-serif;
  	font-size: 12px;
  	line-height:140%;
  	color: #000; 
  	padding: 5px 3px 5px 10px; 
  	border: 1px solid #999;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;
	}
#contactus input[type="text"] {
  	height:18px;
  	width:130px;
    	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;   
	}
#contactus select {
	background: url(../images/dropdown-arrow.gif) left top no-repeat;
  	height:30px;
  	width:50px;
	border: 1px solid #999;
	-webkit-border-radius: 8px;
  	-moz-border-radius: 8px;
   	border-radius: 8px;  
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	}
#contactus textarea {
  	height:30px;
  	width:100%;
	max-width:258px;
  	}


  .header {
    	width: 100%;
	max-width:380px;
    	margin: 0px auto;
    	position: relative;
	height: 175px;
	}

.header .logo {
background: url(../images/header-320.png) center top no-repeat;
    	float: left;
width:100%;
max-width:380px;
height:175px;


}
#page-content-normal img{
max-width:100%;
height:auto;
}

#page-content-normal {
width:98%;
max-width:580px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottm:20px;
position: relative;
	top:-35px;
}

/*********************************************************calculator**********/

/*
#pro_form input, textarea {
    padding: 9px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: 13px Arial, Helvetica, "Trebuchet MS", sans-serif;
    color: #575757;
    width: 200px;
    background: #f1f1f1;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
}

#pro_form textarea {
    width: 100%;
    max-width: 380px;
    height: 150px;
    line-height: 150%;
}

#pro_form input:hover, textarea:hover, #pro_form input:focus, textarea:focus {
    outline: none;
    border: 1px solid #abcae2;
    box-shadow: 0px 0px 5px #abcae2;
    -moz-box-shadow: 0px 0px 5px #abcae2;
    -webkit-box-shadow: 0px 0px 5px #abcae2;
}
*/

input.search-calc {
    padding: 2px 0 4px 0px;
    margin-left: 8px!important;
    width: 120px !important;
    margin-top: 20px;
    height: 40px;
}

.formsec .pro_fields .head_label {
    font-weight: bold;
    font-size: 16px;
text-align:center;
}

.formsec .calc-top-label {
	font-weight: normal;
    	font-size: 14px;
	text-align:center;
    	margin: 5px 0;
    	border-top: 1px solid #f1f1f1;
    	border-bottom: 1px solid #f1f1f1;
    	background: #f9f9f9;
    	padding: 20px 10px 20px 20px;
	margin-right:auto;
	margin-left:auto;
	}

.formsec .calc-section-label {
    	margin: 5px 0;
    	border-top: 1px solid #f1f1f1;
    	border-bottom: 1px solid #f1f1f1;
    	background: #f9f9f9;
    	padding: 10px 10px 10px 10px;
	margin-right:auto;
	margin-left:auto;
}
					/***/
.formsec .pro_fields.fleft {
    margin: 5px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background: #f9f9f9;
    padding: 20px 10px 20px 20px;
    width: 100% !important;
max-width:282px !important;
    margin-left: 0px;
    float: left;
    min-height: 200px;

}
					/***/	
.formsec .pro_fields.fright {
    margin: 5px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background: #f9f9f9;
    padding: 20px 10px 20px 20px;
    width: 100% !important;
max-width:282px !important;
    float: left;
    min-height: 200px;

}

.formsec .pro_fields .title_field {
    font-weight: normal;
    font-size: 14px;
    margin: 20px auto 10px 6px;
}

.formsec input {
    padding: 9px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: 13px Arial, Helvetica, "Trebuchet MS", sans-serif;
    color: #575757;
    background: #f1f1f1;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
}

.formsec textarea {
    width: 640px;
    height: 150px;
    line-height: 150%;
    margin-bottom: 20px;
}

.formsec input:hover, textarea:hover, .formsec input:focus, textarea:focus {
    outline: none;
    border: 1px solid #abcae2;
    box-shadow: 0px 0px 5px #abcae2;
    -moz-box-shadow: 0px 0px 5px #abcae2;
    -webkit-box-shadow: 0px 0px 5px #abcae2;
}

.localtitle {
font-size: 20px;
font-weight:bold;
color:#007C8C;
margin-bottom:-10px;
text-align:center;
}
