body {
	background: #E5E9F0;
	margin: 0px;
}

img {
	border: none;
}
#image {
	display: block;
	float: right;
}


a {
	color: #003399;
}

a:hover {
	color: #3B6EBE;
}

#wrapper {
	margin: 0px auto 0px auto;
	width: 994px;
	border-left: 1px solid #DDE3E9;
	border-right: 1px solid #DDE3E9;
	background: #fff;
}

#header {
	background: url(../index_files/header.jpg);  no-repeat;
	height: 48px;
	padding-top: 115px;
}

#header h1 {
	padding: 0px;
	margin: 0px;
}

#header h1 span {
	display: none;
}

#navbar {
	list-style-type: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#navbar li {
	float: left;
}

#home span, #contact span, #enquire span { display: none; }
#home a { float: left; display: block; width: 77px; height: 24px;	background: url(../index_files/home.gif) no-repeat; }
#contact a { float: left; display: block; width: 121px; height: 24px;	background: url(../index_files/contactus.gif) no-repeat; }


#leftmenu {
	font-family: arial;
	float: left;
	width: 200px;
	margin-left: 5px;
}

#leftmenu h2 {
	clear: both;
	background: url(../index_files/menuheader.gif)  no-repeat;
	color: #fff;
	font-size: 12px;
	padding: 8px 5px 7px 35px;
	margin: 10px 0px 0px 0px;
}

#leftmenu ul {
	width: 189px;
	margin: 0px;
	padding: 0px;
}

#leftmenu ul li {
	width: 189px;
	float: left;
	list-style-type: none;
	background: url("images/bullet.gif") no-repeat left;
}

#leftmenu ul li a {
	text-decoration: none;
	padding: 8px 5px 5px 35px;
	font-size: 11px;
	display: block;
	color: #2B3846;
	border-bottom: 1px solid #DDE3E9;
	border-left: 1px solid #DDE3E9;
	border-right: 1px solid #DDE3E9;
}

#leftmenu ul li a:hover {
	color: #fff;
	border-bottom: 1px solid #5577AD;
	border-left: 1px solid #5577AD;
	border-right: 1px solid #5577AD;
	background: url("images/bullet2.gif") no-repeat left #5577AD;
}

#content {
	font-family: Trebuchet MS, arial;
	padding: 10px;
	float: left;
	width: 565px;
	font-size: 13px;
	line-height: 140%;
	color: #3E3E3E;
}

#content h1 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
	color: #283441;
	font-size: 18px;
	border-bottom: 1px solid #283441;
	text-transform: uppercase;
}

#content h2 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #6984A9;
	text-transform: uppercase;
}

#content h3 {
	font-size: 13px;
}

/*
/* right menu styles */

#rightmenu {
	margin: 10px 0px 0px 10px;
	float: left;
	width: 189px;
	background: #2B3846;
	font-family: arial;
}

#rightmenu ul {
	list-style-type: none;
	padding: 5px 5px 5px 10px;
	margin: 0px;
	background: url("images/gradient.gif") repeat-x bottom;
}

#rightmenu ul li {
	background: url("images/arrow.gif") no-repeat left top;
	font-size: 10px;
	padding: 0px 0px 0px 15px;
}

#rightmenu ul li a {
	text-decoration: none;
	color: #DFECF1;
}

#rightmenu ul li a:hover {
	text-decoration: none;
	color: #AABBC1;
}

#rightmenu ul li p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.darkblue {
	color: #6F8EB2;
}

.red {
	color: #F54325;
}

#footer {
	text-transform: uppercase;
	padding: 9px 0px 5px 0px;
	text-align: center;
	font-family: tahoma, arial;
	background: url(../index_files/footerbg.gif) repeat-x;
	clear: both;
	font-size: 9px;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}

