body {
	padding:0px; 
	margin:0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#000000; 
	background:url(../images/inner/background.jpg) repeat-x #FFFFFF;
	} 

h2{
	font-size:15px; 
	color:#5d4602; 
	font-weight:bold; 
	text-align:center;
	}
	
h4{
	font-size:14px; 
	color:#5d4602; 
	font-weight:bold;
	}
	
h3{
	font-size:13px; 
	color:#5d4602; 
	font-weight:bold;
	}
	
h5{
	font-size:12px; 
	color:#000000l;
	font-weight:bold;
	}

.proh {
	font-size:13px; 
	color:#5d4602; 
	font-weight:bold; 
	text-decoration:underline;
	}

.cont{
	text-align:justify; 
	line-height:18px;
	}
	
.rightcont{
	text-align:justify; 
	line-height:14px;
	}
	
.righthead{
	font-size:10px; 
	font-weight:bold;
	}
	
.scont{
	text-align:justify; 
	line-height:18px;
	}
	
.sidhead{
	font-size:13px; 
	color:#5d4602; 
	font-weight:bold;
	}
	
.footer{
	font-size:11px; 
	color:#000000;
	}
.footer a:link, .footer a:active link, .footer a:visited {
	font-size:11px; 
	color:#000000; 
	text-decoration:underline;
	}
.footer a:hover {
	font-size:11px; 
	color:#000000; 
	text-decoration:none;
	}
	
.servpo{
	list-style-image:url(../images/serv_bullet.jpg);
	}

.more {
	color:#0401a2; 
	font-size:11px;
	}
.more a:link, .more a:active link, .more a:visited {
	font-size:11px; 
	color:#0401a2; 
	text-decoration:underline; 
	}
.more a:hover {
	font-size:11px; 
	color:#0401a2; 
	text-decoration:none;
	}

.mail{
	color:#0368bc; 
	font-size:11px;
	}
.mail a:link, .mail a:active link, .mail a:visited {
	font-size:11px; 
	color:#0368bc; 
	text-decoration:underline;
	}
.mail a:hover {
	font-size:11px; 
	color:#0368bc; 
	text-decoration:none;
	}

.pro{
	color:#0401a2; 
	font-size:11px; 
	font-weight:bold; 
	line-height:18px;
	}
	
.pro a:link, .pro a:active link, .pro a:visited {
	font-size:11px; 
	color:#0401a2; 
	text-decoration:none; 
	line-height:18px;
	}
	
.pro a:hover {
	font-size:10px; 
	color:#0401a2; 
	text-decoration:underline; 
	line-height:18px;
	}

.arrowli{
	list-style-image:url(../images/inner/arrow.jpg);
	}

.contact{
	font-size:12px; 
	font-weight:bold; 
	line-height:30px;
	}
.contact{
	font-size:12px;
	}
.contact a:link, .contact a:active link, .contact a:visited {
	font-size:12px; 
	text-decoration:underline;
	}
.contact a:hover {
	font-size:12px; 
	text-decoration:none;
	}
	
.squar{
	list-style-image:url(../images/inner/arrow_squ.jpg); 
	font-size:12px;  
	line-height:18px;
	}
	
.enq {
	font-size:12px;
	}
	
.thankyou{
	font-size:14px; 
	text-align:center; 
	font-weight:bold;
	}

#lava {/* you must set it to relative, so that you can use absolute position for children elements */
	position:relative;
	background:url(../images/menu_bt.jpg) no-repeat center top;
	text-align:center; 
	width:951px; 
	height:35px;
	 }
	
#lava ul {
	/* remove the list style and spaces*/
	margin:0; 
	padding:0; 
	list-style:none; 
	display:inline;
	/* position absolute so that z-index can be defined */
	position:absolute; 
	/* center the menu, depend on the width of you menu*/
	left:20px; 
	top:0; 
	/* should be higher than #box */
	z-index:100;
	}
	
#lava ul li {
	/* give some spaces between the list items */
	margin:0 22px;
	/* display the list item in single row */
	float:left;
	font-size:12px; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif;
	line-height:33px;
	}

#lava #box {
		/* position absolute so that z-index can be defined and able to move this item using javascript */
	position:absolute; 
	left:0; 
	top:0; 
	/* should be lower than the list menu */
	z-index:50; 
	/* image of the right rounded corner */
	background:url(../images/tail.gif) no-repeat right center;
	height:35px;
	/* add padding 8px so that the tail would appear */
	padding-right:10px;
	/* self-adjust negative margin to make sure the box display in the center of the item */
	margin-left:-10px;
	}
	
#lava #box .head {
	/* image of the left rounded corner */
	background:url(../images/head.gif) no-repeat 0 0;
	height:35px;
	width:108px;
	/* self-adjust left padding to make sure the box display in the center of the item */
	padding-left:10px;
	}

#container {
	text-align:left;
	width:951px;
	margin:0 auto;
	}

	a {
	text-decoration:none; 
	color:#ab6900;
	}
	
#btm {
	text-align:center;
	width:311px;
	margin:0 auto;
	}
	
#btmcont {
	position:relative;
	text-align:center; 
	width:311px; 
	height:220px;
	top:8px;	
	 }