@charset "utf-8";
html, body {
	font-size: 13px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#container {
	width: 100%;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
.center {
	margin-right: auto;
	margin-left: auto;
}

#topbar {
	background-color: #CCCCCC;
	width: 100%;
	height: 5px;
	overflow: hidden;
}
#header {
	height: 100px;
	width: 950px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
	overflow: hidden;
}
#main {
	width: 950px;
	background-color: #EBEBEB;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 215px;
}
#bar {
	width: 100%;
	background-color: #EBEBEB;
	overflow: hidden;
	height: 195px;
}

#menu {
	height: auto;
	width: 183px;
	float: left;
	clear: right;
}

#menu  .btn_index {
	background-image: url(../images/btn_index.jpg);
	height: 30px;
}
#navigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#navigation .index a, #navigation .about a, #navigation .service a, #navigation .product a, #navigation .enquiry a, #navigation .contact a {
	display: block;
	height: 30px;
	width: 183px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
#navigation li.index a:active, #navigation li.index a:visited, #navigation li.index a:link {
	background-image: url(../images/btn_index.jpg );
}
#navigation li.index a:hover {
	background-image: url(../images/btn_index_o.jpg);
}
#navigation li.about a:active, #navigation li.about a:visited, #navigation li.about a:link {
	background-image: url(../images/btn_aboutus.jpg);
}
#navigation li.about a:hover {
	background-image: url(../images/btn_aboutus_o.jpg);
}
#navigation li.service a:active, #navigation li.service a:visited, #navigation li.service a:link {
	background-image: url(../images/btn_services.jpg);
}
#navigation li.service a:hover {
	background-image: url(../images/btn_services_o.jpg);
}
#navigation li.product a:active, #navigation li.product a:visited, #navigation li.product a:link {
	background-image: url(../images/btn_product.jpg);
}
#navigation li.product a:hover {
	background-image: url(../images/btn_product_o.jpg);
}
#navigation li.enquiry a:active, #navigation li.enquiry a:visited, #navigation li.enquiry a:link {
	background-image: url(../images/btn_enquiry.jpg);
}
#navigation li.enquiry a:hover {
	background-image: url(../images/btn_enquiry_o.jpg);
}
#navigation li.contact a:active, #navigation li.contact a:visited, #navigation li.contact a:link {
	background-image: url(../images/btn_contactus.jpg);
}
#navigation li.contact a:hover {
	background-image: url(../images/btn_contactus_o.jpg);
}


#pic {
	width: 760px;
	background-color: #FFFFFF;
	float: right;
	height: 185px;
}
#sub {
	height: 300px;
	width: 183px;
	background-color: #FFFFFF;
	float: left;
}
#maincontent {
	float: right;
	width: 760px;
	padding-bottom: 20px;
}
#maincontent li {
	line-height: 22px;
}

#maincontent h1 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}



#content {
	width: 950px;
	overflow: hidden;
	margin-top: 20px;
}
#footer {
	font-size: 11px;
	height: 15px;
	width: 100%;
	background-color: #EBEBEB;
	clear: both;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 0;
	overflow: hidden;
	position: absolute;
}
.feetable {
	padding: 5px;
	width: 600px;
}
.feetable th, .indexfee th {
	background-color: #FDB94C;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.feetable td, .indexfee td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}
.indextable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 10px;
}

.indexfee {
	width: 95%;
	border: 1px solid #FF9900;
}
.indextable li {
	font-size: 15px;
	list-style-type: square;
}
#news {
	width: 750px;
	border: 5px solid #ebebeb;
}
