@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:000;
	position:relative;
}

#man{
	position:absolute;
	left:920px;
	top:280px;
	z-index:1;
}


.clear{
	clear:both;
}

#container{
	width:940px;
	margin:0 auto;
}

#bod_left{
	float:left;
	width:220px;
	background:#f89f00;
}

#bod_right{
	float:right;
	width:703px;
	padding-left:17px;
}

#nav{
	padding:0 20px;
	margin-top:5px;
	padding-bottom:12px;
	
}
#nav ul{
	list-style:none;
	margin:0;
	padding:10px 0 0 15px;
	background:#dc8a00;
	padding-bottom:32px;
}

#nav ul li{background:url(../images/nav_bord.jpg) no-repeat bottom;}

#nav ul li a{
	padding-left:25px;
	background: url(../images/list_but.jpg) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:16px;
	height:30px;
	display:block;
	color:fff;
	font-weight:bold;
	width:100px;
	text-decoration:none;
}

#left_bottom{
	background:url(../images/left.jpg) no-repeat;
	height:327px;
}

#banner_below{
	background:url(../images/banner_below.jpg) no-repeat;
	height:25px;
}

#mid_top{
	height:123px;
	background:#fff url(../images/welcome.jpg) no-repeat;
	padding-top:53px;
	border:1px solid #f4dfb9;
	margin-bottom:21px;
}

#mid_top_in{
	padding-left:17px;
	width:507px;
}

#mid_center{
	background:#fff url(../images/services.jpg) no-repeat;
	padding-top:53px;
	border:1px solid #f4dfb9;
	margin-bottom:21px;
	padding-left:15px;
	position:relative;
}

#mid_center_p{
	width:360px;
	background:url(../images/serv_pic.jpg) no-repeat left;
	padding:0 0 0 180px;
	height:150px;
}

#mid_list{
	width:420px;
	position:absolute;
	left:187px; 
	top:110px;
}

#mid_list ul{
	list-style:none;
	padding:0;
	color:#a15908;
	font-weight:bold;
	margin:0;
	width:200px;
	line-height:26px;
	padding-left:10px;
	float:left;
}

#mid_list ul li{
	background:url(../images/mid_list.jpg) no-repeat;
	padding-left:15px;
}

#mid_list ul li a{
	color:#a15908;
}

#rightpart2{
	background:#fff repeat;
	border:1px solid #f4dfb9;
	width:703px;
	float: right;
	}
#rightpart2[id]{
	background:#fff repeat;
	border:1px solid #f4dfb9;
	width:703px;
	float:right;
	}
#rightpart2 p{
	width:394px;
	}

#bottom{
	background:#fff;
	height:105px;
	border:1px solid #f4dfb9;
	padding:15px;

}

#footer{ height:81px; font-family:tahoma; font-size:11px; line-height:18px; text-align:center; padding:10px 0; color:#fff}

a{ color:#fff;}
a:hover{ color:#fff; text-decoration:none;}

/* Contact Us page */
#contact_page p{ line-height:20px; padding:10px 0;}
.sub_heading{ font-size:16px; font-weight:bold; color:#EF0125;}
#contactpg{
	padding:10px;
	top:10px;
	color:#727272;
	font-size:12px;
	width:710px;
}

cont_form{
	width:430px;
	margin:0 auto;
	}

.border{
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #C4C4C4;
	background:#F1EFEF;
	width:200px;
	height:18px;
	padding:2px;
}

.border1{
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #999999;
	background:#e2d58d;
	width:200px;
	height:18px;
	padding:2px;
}
	
.bordera{
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #C4C4C4;
	background:#919D9D;
	width:200px;
	height:18px;
	padding:2px;
	}

.bordera1{
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #C4C4C4;
	background:#fff;
	width:200px;
	height:18px;
	padding:2px;
	}

/* Text Box End */

/* Buttons End */

.btn{
	background: #990000;
	border:2px solid #CC0000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	cursor:pointer;
	color:#fff;
	}

.btn:hover{
	background: #FF0000;
	}
#c1{
	margin:0 auto;
	padding:0 0 0 20px;
	width:200px;
	float:left;
	line-height:25px;
	text-align:left;
	color: #b6b6b6;
	}	

#c2{
	margin:0;
	padding:0 0 0 20px;
	width:200px;
	line-height:25px;
	float:left;
	text-align:left;
	color: #b6b6b6;
}
.error{
	background: #EE1300;
	border-top:1px solid #DEFF00;
	border-bottom:1px solid #DEFF00;
	font-size:14px;
	padding:20px;	
	text-align:center;
	color:#fff;
	}

.ok{
	background: #336699;
	border-top:1px solid #FF7D7D;
	border-bottom:1px solid #FF7D7D;
	font-size:14px;
	padding:20px;	
	text-align:center;
	color:#fff;
	}


