/* CSS Document */
/*----------------------General----------------------*/
body{
	padding:0px;
	margin:0px;
	background-color:#ffffff;	
	font:normal 12px Arial, Helvetica, sans-serif; 
	line-height:16px;
	color:#000000;
}
td, p, ul, img{
	margin:0;
	padding:0;
}

/*----------------------logo----------------------*/
.header{
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	height:311px;
}
.header_service{
	background-image:url(images/header2.jpg);
	background-repeat: no-repeat;
	height:311px;
}
.header_tax{
	background-image:url(images/header3.jpg);
	background-repeat: no-repeat;
	height:311px;
}
.header_contact{
	background-image:url(images/header4.jpg);
	background-repeat: no-repeat;
	height:311px;
}
.header_about_us{
	background-image:url(images/header5.jpg);
	background-repeat: no-repeat;
	height:311px;
}
.mainbody{
	background-image:url(images/top_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:311px;
}
.logo_text{
	font:normal 13px/14px tahoma bold; 
	color:#79a3c9;
	text-transform:capitalize;
	padding-bottom:20px;
	}
.linkmenu_bg{
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	height:39px;
	}
/*--------------------Body-------------------------------*/
.body_bg{
	background-image:url(images/body_bgg.gif);
	background-repeat:repeat-x;
	border:#dbe5ed 1px solid;
	}
.body_right_bg{
	background-image:url(images/right_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	}
.left_bg{	
	background-image:url(images/left_bg.gif);
	background-repeat:repeat-y;
	}		
.services_text{
	font:18px Arial, Helvetica, sans-serif;
	line-height:24px; 
	color:#3d8ebd;
	}
.tax_text{
	font:14px Arial, Helvetica, sans-serif;
	line-height:24px; 
	color:#3d8ebd;
	font-weight:bold;
	}	
.red_text{
	font:12px Arial, Helvetica, sans-serif;
	color:#a52425;
	}	
.test, test:link{
	background:url(images/service_lnk_bg.gif) no-repeat;
	width:158px;
	height:24px;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	padding-left:15px;
	text-decoration:none;
}
/*.test:hover{
	background:url(images/service_lnk_hover.gif) no-repeat;
	width:158px;
	height:24px;
	color:#000;
	font-weight:bold;
	display:block;
	padding-left:15px;	
	text-decoration:none;
}*/
/*---------------------menu--------------------------*/
.menu, menu:link{
	background:url(images/menu_lnk_bg.gif) no-repeat;
	width:189px;
	height:24px;
	color:#3a2e32;
	font-weight:bold;
	display:block;
	padding-left:15px;
	text-decoration:none;
	vertical-align:middle;
}
.menu:hover{
	background:url(images/menu_lnk_hover.gif) no-repeat;
	width:189px;
	height:24px;
	color:#a52425;
	font-weight:bold;
	display:block;
	padding-left:15px;	
	text-decoration:none;
	vertical-align:middle;
}
.menu_txt{
	padding-left:50px;
}
/*----------------------footer-------------------------*/
.footerBg{
background:#2b86bb;	
}
p.footertitle{
padding:29px 0 7px 42px;
font:normal 10px Arial, Helvetica, sans-serif color:#f8f6e9;
}
ul.ftrmenu{
font:normal 10px Arial, Helvetica, sans-serif; color:#f8f6e9;padding:12px 0 21px 333px;
}
ul.ftrmenu li{
float:left; line-height:16px; list-style-type:none;
}
ul.ftrmenu li a{
color:#f8f6e9; text-decoration:none; padding:0 7px 0 7px; 
}
ul.ftrmenu li a:hover{
color:#f8f6e9; text-decoration:underline;
}
p.copyright{
font-size:9px; line-height:16px; color:#f8f6e9; font-family: Arial, Helvetica, sans-serif; padding:0 0 27px 9px;
clear:both;
}
p.copyright a{
color:#f8f6e9; text-decoration:none; outline:none;
}
p.copyright a:hover{
color:#f8f6e9;
}