body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	background-image: url(images/backgroundbb.jpg);
	background-repeat: repeat;
font-size: 12px !important;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
p{	text-align: justify; 
	font-size: 12px;}
h1 {
	font-size: 22px;
	font-weight: 300;
	color: #333;
	text-align: center;
	margin-bottom: 0px;
}
h2 {
	font-size: 18px;
	font-weight: 300;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
.padlft {
	padding-left: 10px;
}
.padrt {
	padding-right: 10px;
}
.container {
	width: 900px;
	max-width: 1260px;
	min-width: 800px;
	background: #FFF;
	margin: 0 auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
.header {
	height: 60px;
}
.sidebar1 {
	float: left;
	width: 20%;
	background: #93A5C4;
	padding-bottom: 10px;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #6F7D94;
	color: #FFF;
}
.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
}
.links {
	text-align: right;
	padding-right: 10px;
}
.footer a, a:visited {
	color: #333;
	text-decoration: none;
}
.footer a:hover {
	color: #333;
	text-decoration: underline;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
ul#nav {
	margin: 0 0 0 1px;
	width: 900px;
}
ul.drop a {
	display: block;
	color: #999999;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.drop, ul.drop li, ul.drop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0px;
	background-color: #1F1A17;
	color: #999999;
	font-weight: bold;
}
ul.drop {
	position: relative;
	z-index: 597;
	float: left;
}
ul.drop li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
	text-align: center;
	width: 180px;
}
ul.drop li a:hover {
	color: #FFF;
}
ul.drop li.hover, ul.drop li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	background-color: #333;
	color: #FFF !important;
}
ul.drop ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 180px;
	background: #1F1A17;
	border: 1px solid #333;
}
ul.drop ul li {
	float: none;
}
ul.drop ul ul {
	top: -2px;
	left: 100%;
}
ul.drop li:hover > ul {
	visibility: visible;
}

#enquiry input
{width: 270px;}