@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background:#eee url(../images/bg.png) repeat-x top;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#373737;
}

a {
	outline:none;
	color:#2588ae;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

#outer {
	background:url(../images/footer_bg.png) repeat-x bottom;
}

#container {
	width:874px;
	margin:0 auto;
	margin-top:16px;
}

#inner {
	float:left;
	width:100%;
	background:#fff url(../images/content_footer.png) no-repeat bottom;
}

#header {
	height:92px;
	background:url(../images/header.png) no-repeat;
}

#banner {
	height:280px;
	padding:0px 12px;
}

#menu {
	width:248px;
	height:270px;
	float:left;
	background:#373737 url(../images/menu_left.png) no-repeat left;
	padding-top:10px;
	padding-left:12px;
}

#menu ul, #menu ul li {
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li {
	float:left;
}

#menu ul li a {
	display:block;
	color:#fff;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:208px;
	height:23px;
	background:url(../images/menu.png) no-repeat;
	padding-top:3px;
	padding-left:40px;
}

#menu ul li a:hover, #menu ul li a.active {
	background:url(../images/menu-on.png) no-repeat;
	text-decoration:none;
}

#banner_image {
	width:590px;
	float:left;
}

#content {
	padding:12px;
	float:left;
	width:850px;
}

#content #main {
	float:left;
	width:658px;
}

#content #main h1 {
	background:url(../images/title_bullet.png) no-repeat left;
	color:#2588ae;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	margin:0;
	display:block;
	padding-left:40px;
}

#content #main p {
	line-height:16px;
	text-align:justify;
}

#content_ad {
	width:250px;
	height:250px;
	float:right;
	margin-left:12px;
	margin-bottom:12px;
	background:#fff;
}

#enquiry_form {
	padding:10px 30px;
	background:#f8f8f8;
	border:solid 1px #efefef;
	width:280px;
	margin-top:20px;
}

#enquiry_form p {
	margin:0px;
}

#enquiry_form input, #enquiry_form select, #enquiry_form textarea {
	width:100%;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#enquiry_form input#button {
	width:76px;
	margin-bottom:4px;
}

#side_ad {
	width:180px;
	height:600px;
	float:left;
	margin-right:12px;
	background:#fff;
}

#footer {
	height:130px;
	clear:both;
background:#373737;
}

#footer_inner {
	width:874px;
	margin:0 auto;
}

#footer_links {
	text-align:center;
	color:#a9a9a9;
	padding-top:20px;
	line-height:20px;
}

#footer_links a {
	color:#a9a9a9;
	text-decoration:none;
}

#footer_links a:hover {
	text-decoration:underline;
}

#footer_copy {
	text-align:right;
	color:#7d7d7d;
	padding-top:25px;
	padding-bottom:10px;
}