body
{
	width:1000px;
	background:url("images/template/body_bg.1") #17476F repeat-x  ;
	margin:3 auto;
	font-family:verdana;
	text-align:justify;
	}
div.main{
	background:#f5f5f5;
	width:100%;
	}
.slogan{
	color:black ;
	}
			
table.menu{
	border-bottom:1px solid #4ba4de;
	border-top:1px solid #4ba4de;
	margin-top:3px;
	background:url("images/template/menu_over_bg.jpg")#17476F repeat-x ;
	}

td.homemenu	{
	border-left:1px solid #4ba4de;
}

		
td.menu,td.homemenu	{
	border-right:1px solid #4ba4de;
	height:45px;	
	color:white;
	padding:0px;
	margin:0px;
	font-size:14px;
}

td.menu a,td.homemenu a{
	color:white;
	padding:10px 20px 13px 20px;
	text-decoration:none;
	}

td.menu a:hover,td.homemenu a:hover{
	background:#11395d;
	color:white;
	padding:13px 20px 13px 20px;
	}


			
div.search{
	<!-- width:235px; -->
	padding-left:80px;
	padding-right:0px;
	margin-right:0px;
	margin-top:2px;
	}
	
div.footer{
	margin:0 auto;
	color:#666666;
	font-size:12px;
	text-align:center;
	border-top: 1px solid #4ba4de;	
	background:#d8d8d8;
	}	

h1,h2,h3,h4,h5,h6{
	color: #1e5985
    font-family: verdana,sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin: 20px 0px 10px 20px;
    text-transform: uppercase;	

	}	
	
h1{	font-size: 22px;	}	
h2{	font-size: 20px;	}	
h3{	font-size: 18px;	}	
h4{	font-size: 16px;color:black	}	
h5{	font-size: 13px;	}	
	

.hometext{
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:black; text-shadow: #a2cdff 0.1em 0.1em 0.2em;
	font-size:10px;
	
	}		
	
.hometext:hover{
	color:#a8cbf7;
	text-shadow: #0e3d68 2px 0px 2px,#0e3d68 -2px 0px 2px,#0e3d68 0px -2px 2px,#0e3d68 0px 2px 2px;	
}
	
	
.enquiryform{
	background:#ffffff;
	border:1px solid #eaeaea;
	}	
	
li{
	font-size:14px;
	}
	

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}