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

body {
	margin: 0px;
	background:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	color:#9c9c9c;
	font-size:11px;
}

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

a:hover {
	text-decoration:underline;
}

input, option, select, textarea {
	font-family:Tahoma, Geneva, sans-serif;
	color:#9c9c9c;
	font-size:11px;
	width:100%;
	margin:0px;
}

.button {
	width:110px;
	background:#9fd52a;
	color:#fff;
	border:0px;
	padding:3px;
}

th {
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	padding:4px;
	background:#f3f3f3;
	text-align:right;
}

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

#header {
	height:104px;
	min-height:104px;
	background:url(../images/header.png) no-repeat left bottom;
	margin-left:17px;
	margin-right:17px;
}

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

#top_nav {
	text-align:right;
	padding-top:60px;
	padding-right:17px;
	position:relative;
}

#top_nav a {
	color:#9c9c9c;
	text-decoration:none;
}

#top_nav a:hover, #top_nav a.active {
	color:#9fd52a;
	text-decoration:none;
}

#top_nav #freephone {
	position:absolute;
	right:17px;
	top:10px;
	z-index:99;
	font-size:14px;
}

#top_nav #freephone b {
	color:#f6d116;
}

#left_col {
	width:200px;
	float:left;
	margin-left:17px;
	margin-top:12px;
}

#left_col h2 {
	background:url(../images/col_header.png) no-repeat;
	padding-top:4px;
	line-height:25px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	display:block;
}

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

#left_col ul li a {
	display:block;
	line-height:22px;
	background:url(../images/menu_bg.png) no-repeat;
	padding-left:26px;
	color:#999;
}

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

#center_col {
	width:537px;
	margin-left:11px;
	margin-right:5px;
	float:left;
	margin-top:12px;
}

#content {
	padding-left:6px;
	padding-right:6px;
	text-align:justify;
	line-height:16px;
	color:#9c9c9c;
}

#content img {
	padding:0px 10px;
}

#content h1 {
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	color:#9fd52a;
}

#content h3 {
	color:#9fd52a;
	font-size:13px;
	text-transform:uppercase;
	font-weight:normal;
}

#content h4 {
	color:#9fd52a;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
	padding:4px;
	background:#f3f3f3;
	text-align:right;
	margin-top:-12px;
}

#content i {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	padding:10px;
	background:#fcfff4;
}

#content hr {
	height:0px;
	border:solid 0px;
	border-top:dashed 1px #EEE;
}

#banner {
	height:174px;
	background:url(../images/banner.jpg) no-repeat;
}

#banner2 {
	height:174px;
}

#right_col {
	width:198px;
	float:left;
	margin-right:12px;
	margin-top:12px;
}

#right_col h2 {
	background:url(../images/col_header2.png) no-repeat;
	padding-top:4px;
	line-height:25px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	display:block;
	margin-bottom:8px;
}

#right_col a img {
	border:none;
}

#right_col #enquiry_form {
	padding-left:3px;
	padding-right:14px;
}

#right_col #enquiry_form input, #right_col #enquiry_form textarea {
	width:100%;
	margin-bottom:10px;
	color:#9c9c9c;
}

#right_col #enquiry_form input#button2 {
	width:76px;
	height:20px;
	margin-bottom:4px;
}

#footer {
	background:url(../images/footer.png) no-repeat bottom;
	margin-left:17px;
	margin-right:17px;
	margin-top:17px;
	height:60px;
	line-height:60px;
	clear:both;
	float:left;
	width:912px;
	padding-left:17px;
	padding-right:17px;
}

#footer_nav {
	float:left;
	width:50%;
}

#footer_nav a {
	color:#9c9c9c;
	text-decoration:none;
}

#footer_nav a:hover, #footer_nav a.active {
	color:#9fd52a;
	text-decoration:none;
}

#footer_nav #freephone {
	display:none;
}

#copyright {
	float:left;
	width:50%;
	text-align:right;
}