@charset "utf-8";
/* CSS Document */


body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#676767;
	background-color:#e5e3db;

}

.mainbg{
	background:url(images/bg.gif) repeat-x center top #f9f9f1;
}

/**********************************
	CONTAINER
**********************************/
.backg{
	background:url(images/bg_container.gif) repeat-x center top;
}

p{
	line-height:16px;
	color:#676767;
	text-align:justify;
	padding:0;
	margin:0;
	text-decoration:none;
}

b{
	color:#676767;
	text-decoration:none;
}

.main{
	background:url(images/img_home.jpg) no-repeat right bottom;
}
.services{
	background:url(images/main_home_service_bg.gif) bottom center no-repeat;
}

.services .readmore{
	padding: 0 10px 10px 0 ;
	color:#be0707;
	text-decoration:none;
	text-align:right;

}
.services .readmore a{
	border-bottom: solid 1px #be0707;
	text-decoration:none;
	color:#be0707;
	}
	
.services p{
	padding:2px 0 2px 0;
	margin:0;
	color:#676767;
	text-decoration:none;
}

.services p a{
	color:#676767;
	text-decoration:none;
}

.services p a:hover{
	color:#be0707;
	border-bottom: dashed 1px #be0707;
	text-decoration:none;
}
/**********************************
	RIGHT AREA
**********************************/
.right_area{
	padding:14px 13px 0 13px;
}

.right_area p{
	padding:0 0 21px 0;
	margin:0;
	line-height:16px;
	text-align:justify;
	color:#676767;
	text-align:justify;
}

.right_area ul{
	text-align:left;
	color:#676767;
	text-align:left;
	padding:0;
	margin:0;
}

.right_area li{
	text-align:left;
	color:#676767;
	text-align:left;
	list-style:none;
	border-bottom:dashed 1px #b7b6b0;
	padding:0 0 5px 0;
	margin:0 0 7px 0;
}

.right_area li a{
	color:#676767;
	text-decoration:none;
}

.right_area li a:hover{
	color:#be0707;
}


.right_area b{
	margin:0;
	padding:0;
	color:#be0707;
	text-decoration:none;
}

.right_area b a{
	color:#be0707;
	text-decoration:none;
}

.right_area b a:hover{
	color:#be0707;
	border-bottom:dashed 1px #be0707;
	text-decoration:none;
}

/**********************************
	FOOTER
**********************************/

.footer{
	background:url(images/bg_footer.gif) repeat-x top;
	font-size:10px;
	color:#64584c;
	text-decoration:none;
}

.footer .link{
	text-decoration:none;
	padding:14px 0 19px 55px;
	line-height:20px;
	text-align:left;
}

.footer .link a{
	color:#64584c;
	text-decoration:none;
}

.footer .link a:hover{
	border-bottom:dashed 1px #64584c;
}

.footer .right{
	text-align:right;
	padding-right:55px;
}

.footer .right a{
	text-align:right;
	color:#be0707;
	text-decoration:none;
}

/**********************************
	CONTACT US
**********************************/

.txtbox{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:18px;
	width:244px;
	margin:0 0 15px 0;
	border: solid #676767 1px;
	background:#f9f9f1;
	padding: 2px 0 0 2px;
}


.msgbox{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:130px;
	width:244px;
	margin:0 0 10px 0;
	border: solid #676767 1px;
	background:#f9f9f1;
	padding: 2px 0 0 2px;
}

.btn{
	margin:10px;
}