@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}
a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #097e78;
	text-decoration: underline;
}

.body_shadow {
	background-image: url(../images/body_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.top_bg {
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:900px;
	height:32px;
}
.search_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-position: left center;
	height:19px;
	border:0px;
	width: 200px;
	background-image: url(../images/custom_search_field.jpg);
	background-repeat: no-repeat;
	padding-left:25px;
	padding-top: 2px;
	padding-bottom: 0px;
}
.getintouch {
	background-image: url(../images/getintouch.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer_bg {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.footer_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
.footer_text_developed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #08837e;
}
.td_menu_topline {
	background-image: url(../images/menu_top-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu_bg {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #da8101;
	text-transform: uppercase;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	line-height:18px;
}
.quote_bg {
	background-image: url(../images/app_toper.jpg);
	background-repeat: repeat;
	background-position: center center;
}
.quote_border{
	border:1px solid #e2e2e2;
}
.quote_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-left: 10px;
}
.form_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
.form_mandatory_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F00;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #CCC;
	height: 15px;
	width: 150px;
}
.fieldarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #CCC;
	height: 15px;
	width: 400px;
}
.fieldarea2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #CCC;
	height: 15px;
	width: 300px;
}
.fieldarea3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #CCC;
	height: 100px;
	width: 200px;
}
