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

body {
	margin: 0px;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4e4e4e;
}

.clear {
	clear:both;
}

input, option, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#545454;
	width:100%;
}

input.button {
	width:105px;
	height:20px;
	padding-bottom:3px;
	background:url(../images/button.png) no-repeat;
	color:#636363;
	border:0;
	font-weight:bold;
	text-align:right;
	padding-right:20px;
	cursor:pointer;
}

th {
	background:#f1f1f1;
}

.left {
	float:left;
	width:48%;
	padding-right:2%;
}

.right {
	float:left;
	width:48%;
	padding-left:2%;
}

.red {
	color:#ba0000;
}

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

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
	outline:none;
}

#container {
	width:948px;
	margin:0 auto;
}

#inner {
	width:100%;
	float:left;
}

#header {
	height:139px;
	position:relative;
}

#logo {
	width:284px;
	float:left;
}

#callback {
	position:absolute;
	right:0px;
	top:0px;
}

#phone {
	position:absolute;
	top:15px;
	left:544px;
	text-align:right;
	display:none;
}

#phone h2 {
	font-weight:normal;
	font-size:18px;
}

#phone h2 .red {
	font-size:41px;
}

#phone2 {
	position:absolute;
	top:15px;
	left:430px;
	text-align:right;
}

#phone2 h2 {
	font-weight:normal;
	font-size:18px;
}

#phone2 h2 .red {
	font-size:35px;
}

#menu {
	position:absolute;
	bottom:0px;
	height:28px;
	left:284px;
}

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

#menu ul li {
	float:left;
}

#menu ul li.split {
	float:left;
	display:block;
	width:1px;
	height:28px;
}

#menu ul li a {
	display:block;
	width:120px;
	height:22px;
	padding-top:6px;
	text-align:center;
	color:#fff;
	background:url(../images/tab.png) no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

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

#menu ul li.tab2 a {
	width:150px;
	background:url(../images/tab2.png) no-repeat;
}

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

#banner {
	height:218px;
	background:url(../images/banner_bg.png) no-repeat;
	padding:13px;
	margin-bottom:13px;
}

#banner_image {
	float:left;
}

#enquiry {
	height:218px;
	width:259px;
	float:left;
	margin-left:13px;
	background:url(../images/enquiry_bg.jpg) no-repeat;
	position:relative;
}

#enquiry_form {
	padding:26px;
	padding-top:40px;
}

#enquiry input, #enquiry textarea {
	width:201px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#727272;
}

#enquiry input#button {
	width:75px;
	height:20px;
}

#content {
}

#content p {
	padding:0px 13px;
	text-align:justify;
	line-height:16px;
}

#content h2 {
	font-weight:normal;
	color:#ba0000;
	clear:both;
	font-size:22px;
	margin:0px 13px;
}

#content h2 a:hover {
	text-decoration:none;
}

#content h3 {
	font-weight:normal;
	color:#ba0000;
	clear:both;
	font-size:16px;
	margin:0px 13px;
}

.home_split {
	width:26px;
	float:left;
	height:26px;
}

.home_half {
	width:461px;
	float:left;
	background:#eee url(../images/half_footer.png) no-repeat bottom;
	position:relative;
	padding-bottom:40px;
	min-height:600px;
	margin-bottom:13px;
}

#content .home_half h2 {
	text-align:center;
	font-weight:normal;
	color:#ba0000;
	font-size:22px;
	margin:0px;
}

.home_half_header {
	height:13px;
	background:url(../images/half_header.png) no-repeat top;
}

.home_half_image {
	margin-left:13px;
	margin-bottom:13px;
}

.readmore {
	position:absolute;
	bottom:13px;
	right:13px;
}

#footer {
	background:url(../images/footer.png) no-repeat;
	height:47px;
	margin-bottom:13px;
	clear:both;
	padding:0px 13px;
	color:#999999;
}

#footer a {
	color:#0c5aa8;
}

#footer b {
	color:#333;
	font-weight:normal;
}

#footer .left {
	padding-top:16px;
}

#footer .right {
	text-align:right;
	padding-top:9px;
}
