/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Global Setup >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.clearall{
	clear:both;
	line-height:0;
	font-size:0px;
	}
body{
	font-family:"Lucida Grande", lucida, "Trebuchet MS", Verdana, sans-serif; 
	background-image:url(../img/header_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#EFEFEF;
}
h1{
	font-size:20px;
	line-height:10px;
	padding:10px 0px 14px 0;
}


h2{
	font-size:24px;
	line-height:24px;
	padding:8px 0px 12px 0;
}

h3{
	font-size:20px;
	line-height:20px;
	padding:8px 0px 10px 0;
}

h4{
	font-size:18px;
	line-height:18px;
	padding:6px 0px 10px 0;
}

h5{
	font-size:16px;
	line-height:16px;
	padding:6px 0px 8px 0;
}

h6{
	font-size:14px;
	line-height:14px;
	padding:6px 0px 8px 0;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color:#FF0000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
/* TOP PANEL */
#toppanel{
	width:750px; 
	height:252px; 
	position:relative; 
	margin:0 auto;
	}
#toppanel .address{
	position:absolute; 
	width:215px; 
	height:97px; 
	padding:50px 20px 20px 40px; 
	background:url(../img/address_bg.gif) 0 0 no-repeat; 
	color:#fff; 
	right:0px; 
	top:43px; 
	display:block; 
	font-size:14px; 
	color:#333333;
	line-height:14px;
	}


#toppanel img{
	width:378px; 
	height:93px; 
	position:absolute; 
	top:119px; 
	left:-9px; 
	margin:0px; 
	padding:0px;
	}
#toppanel ul{
	width:auto;
	height:32px;
	display:block;
	position:absolute;
	top:215px;
	left:-20px;
	margin:0px;
	padding:0px;
	color:#fff;
	}
#toppanel ul li{
	float:left;
	display:block;
	position:relative;
	overflow:hidden;
	width:auto;
	height:32px;
	padding:0 8px 0 8px;
	border-right:2px solid #FF0000;
}
#toppanel ul li span{
	display:block;
	width:auto;
	height:32px;
	background:url(../img/menu_hover.gif) 50% 0 no-repeat;
	font-size:13px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	}
#toppanel ul li a{
	display:block;
	width:auto;
	height:32px;
	color:#fff;
	font-size:13px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	}
#toppanel ul li a:hover{
	display:block;
	width:auto;
	background:url(../img/menu_hover.gif) 50% 0 no-repeat;
	text-decoration:none;
	}


/* /TOP PANEL */

#bodypanel{
	width:750px;
	height:auto;

	margin:0 auto;
}
#leftpanel{
	width:299px;
	padding:50px 30px 15px 30px;
	height:auto;
	display:block;
	position:relative;
	background-color:#FFf;
	background-image:url(../img/leftpanel_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	float:left;
	font-size:16px;
	line-height:24px;
	color:#666;
}
	#leftpanel .service_heading{
		padding: 0 0 0 00px;
		width:80%;
		height:70px;
		font-size:24px;
		line-height:36px;
		color:#FF1400;
	}

#leftpanel2{
	width:664px;
	padding:50px 30px 15px 30px;
	height:auto;
	display:block;
	position:relative;
	background-color:#FFf;
	background-image:url(../img/leftpanel_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	float:left;
	font-size:16px;
	line-height:24px;
	color:#666;
}
	#leftpanel2 .service_heading{
		padding: 0 0 0 00px;
		width:80%;
		height:70px;
		font-size:24px;
		line-height:36px;
		color:#FF1400;
	}


#leftpanel2 ol{
	position:relative;
	left:50px;
	}
#leftpanel2 ol li{
}


#rightpanel{
	width:365px;
	padding:50px 0px 15px 0px;
	height:auto;
	display:block;
	position:relative;
	float:right;
	font-size:14px;
	line-height:21px;
}
#rightpanel .aboutus_heading{
		padding-left: 0px;
		width:80%;
		height:70px;
		font-size:28px;
		line-height:36px;
		color:#FF1400;
		padding-top:10px;
	}

/* footer Panel */
#mainfooterbody{
	height:114px; 
	background:url(../img/footer-bg.gif) 0 0 repeat-x #4D4D4D; 
	color:#fff; 
	padding:90px 0 0 0; 
	position:relative; 
	margin:0 auto; 
	clear:both;
	}
#footerpanel{
	width:750px; 
	height:82px; 
	position:relative; 
	margin:0 auto; 
	padding:0 0 0 50px;
	}
#footerpanel ul{
	width:330px; 
	display:block; 
	position:absolute; 
	right:0px; 
	top:26px; 
	padding:0; 
	}
#footerpanel li{
	float:left; 
	font-size:10px;
	line-height:16px; 
	font-weight:normal;
	}
#footerpanel ul li a{
	padding:0 0 0 10px; 
	color:#fff; 
	background:#424242; 
	text-decoration:none;
	}
#footerpanel ul li a:hover{
	text-decoration:underline;
	}
#footerpanel ul li a.padl{
	padding:0 0 0 10px;
	}

#footerpanel ul.webzinerbd{
	width:158px; 
	color:#222; 
	display:block;
	position:absolute;
	top:80px;
	right:30px;
	}
#footerpanel ul.webzinerbd li a{
	background:#4C4C4C; 
	display:block; 
	color:#666; 
	text-decoration:none;
	}
#footerpanel ul.webzinerbd li a:hover{
	text-decoration:underline;
	}

#footerpanel p{
	margin:26px 45px 0 0; 
	display:block; 
	position:absolute; 
	top:0px; 
	left:40px;
	background-color:#FFFFFF; 
	color:#FF0000; 
	font-size:11px;
	line-height:16px;
	padding:5px 10px 8px 10px;
	}
#footerpanelleft{
	width:285px; 
	height:82px; 
	float:left; 
	margin:0 auto; 
	background:url(img/vertical-dot.gif) 100% 0 repeat-y;
	}
#footerpanelleft img{
	width:260px; 
	height:35px; 
	margin:22px 0 0 0;
	}

table{
	font-family: Verdana;
	font-size:13px;
	background-color:#FFFFFF;
	width:650px;

	border:solid 2px;
	border-color:#00CC00;
}

tr.BorderUnder{
	border:solid 2px;
	border-color:#00CC00;
}

tr.ShowCost{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#006600;
}

td{
	height:20px;
	padding: 5px 5px 5px 5px;
}