body {
	margin:0px;
	padding:0px;
}
body { font-family:calibri;
	margin:0px;
	padding:0px;
	background:#005d92;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#body {
	width:1040px;
	margin:auto;
	background:#fff;
	border:1px solid #ccc;
	margin-top:20px;
	box-shadow: 0 0px 5px 3px #ccc;
}
#body #topline {
	width:1040px;
	background:#cc0000;
	height:10px;
}
#body #menuwrapper {
	height:40px;
	border-top:2px solid #249ade;
	border-bottom:2px solid #249ade;
	margin-top:30px;
}
#menuwrapper #mainnav {
	width:1000px;
	margin:auto;
	background:url(../images/menu_bg.jpg);
	height:40px;
}
#mainnav #nav {
	width:600px;
	float:left;
}
#nav ul {
	margin:0px;
	padding:0px;
}
#nav ul li {
	float:left;
	list-style:none;
}
#nav ul li a {
	padding-left:20px;
	padding-right:20px;
	font-family:Myriad Pro;
	font-size:13px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	line-height:40px;
	display:block;
}
#nav ul li a:hover {
	background:#cc1b1b;
	color:#67c7ff;
}
#nav ul li a.active {
	background:#cc1b1b;
	color:#fff;
}

.mail { color:#fff; font-size:20px; position:relative; float:right; padding-top:6px; left:-40px; }
.mail:hover {  }

.mailunderline { }

.mailunderline:hover { text-decoration:underline;}

#body #bannerwrapper {
	width:1040px;
	margin-top:10px;
}
#bannerwrapper #banner {
	width:1000px;
	margin:auto;
	height:auto;
}
#banner #logo {
	width:270px;
	float:left;
}
#banner #bannerslider {
	width:730px;
	float:right;
}
#body #content {
	width:1000px;
	padding:20px;
}
h1 {
	font-family:Myriad Pro;
	font-size:27px;
	color:#999;
	margin:0px;
	padding:0px;
}
p {
	font-family:Verdana;
	font-size:12px;
	color:#333;
	line-height:20px;
	text-align:left;
}
#conent #bottom {
	width:1000px;
 font
}
#bottom p {
	font-size:11px;
	line-height:17px;
}
#content ul {
	margin:0px;
	padding:0px;
	margin-top:10px;
}
#content ul li {
	font-family:Verdana;
	font-size:12px;
	color:#333;
	line-height:20px;
	text-align:justify;
	list-style-type:square;
	margin-bottom:10px;
	margin-left:18px;
}
#bottom ul {
	margin:0px;
	padding:0px;
}
#bottom ul li {
	list-style:none;
	width:230px;
	float:left;
	margin-left:0px;
	margin-right:20px;
}
#bottom ul li:last-child {
	margin-right:0px;
}
h2 {
	font-family:Calibri;
	font-size:22px;
	color:#024a73;
	text-align:center;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
#bottom img {
	border-radius:3px;
	padding:3px;
	border:1px solid #ccc;
}
#body #footer {
	height:50px;
	background:url(../images/footerbg.jpg);
	padding-left:20px;
	padding-right:20px;
}
#footer p {
	color:#ececec;
	font-family:Myriad Pro;
	font-size:12px;
}
h3 {
	font-family: Calibri;
	font-size: 20px;
	color: #249ade;
	margin:0px;
	margin-top:10px;
}
#table {
	background: #249ade;
	padding-left: 20px;
	padding-top: 10px;
	border-radius: 8px;
	margin-top:5px;
	border: 1px solid #A4CBD3;
	padding-bottom:10px;
	color:#FFF;
}
table tr td {
	font-family:Verdana;
	font-size:14px;
}
form input {
	width:180px;
	border-radius:3px;
	border:none;
	border:1px solid #ccc;
}
form textarea {
	width:176px;
	border-radius:3px;
	border:none;
	border:1px solid #ccc;
}
.submit {
	width:80px;
	height:30px;
	font-family:Calibri;
	font-size:12px;
	color:#fff;
	background:#39465b;
	margin-left:150px;
	cursor:pointer;
}
.submit:hover {
	background:#4d5d77;
}
.tablediv {
}
.tablediv td {
	width:30%, 70%;
	-webkit-box-shadow:inset 0 0 5px 5px ##e8e8e8;
	box-shadow:inset 0 0 5px 5px ##e8e8e8;
	border:#09affc solid 1px;
}
#table2 { background:#61f0fd;
	border:#09affc solid 1px;
}
.enquiry {
	width:60%;
	margin:auto;
	background:#9bdfff;
	height:auto;
	padding:20px 0px 20px 0px;
	border-radius:7px;
	color:#000;
	border:#0e74af solid 2px;
}
#table_enquiry {
}
#table_enquiry td {
	padding:10px;
}
#table_enquiry input {
	width:200px;
	height:20px;
	border-radius:5px;
	border:#ccc solid 1px;
	padding:5px;
}
#table_enquiry textarea {
	width:200px;
	height:60px;
	border-radius:5px;
}
#submit {
	background:#ccc;
	padding:8px 20px 8px 20px;
	position:relative; /*left:-80px;*/
	border-radius:5px;
	border:#fff solid 1px;
}
a {
	text-decoration:none;
	color:#000;
}
#submit:hover {
	background:#024a73;
	color:#fff;
}
