body
{
	font: 12px Arial;
	margin:0;
	padding:0;
	behavior: url(csshover.htc);
	color:#333;
	background:#191919;
}

.xlarge { font-size: 1.5em; }
.large  { font-size: 1.2em; }
.small  { font-size: 0.85em; }
.xsmall { font-size: 0.7em; }

form {
	padding:0;margin:0;
}

a {
	color:#317b31;
	text-decoration: underline;
}

a:hover {
    color:#57799c;
    text-decoration: underline
}

a.blue {
	color:#3578bc;
	text-decoration: underline;
}

a.blue:hover {
    color:#d2a031;
    text-decoration: underline
}

a.white {
	color:#ffffff;
	text-decoration: none;
}

a.white:hover {
    color:#ffffff;
    text-decoration: underline
}

h1 { font-size: 2em; color:#789c43;}
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

table { font-size: 1em; }
td, th { font-size: inherit; }

#enquiry_form{
	padding-left:20px;
	float:left;
}

#language{
	padding-right:20px;
	float:right;
	padding-top:10px;
}

#header {
	font-size:12px;
	padding:20px 0 0 75px;
}

#header ul {
	margin:0; padding:0; list-style:none;
}

#header ul li {
	text-align:center;
	width:130px;
	height:23px;
	float:left;
	display:block;
	margin-left:2px;
	padding-top:5px;
	background:#191919 url(images/nav_bg.gif) left -28px no-repeat;
}

#header li:hover {
	background:#191919 url(images/nav_bg.gif) left 0px no-repeat;
}

#header li.active {
	background:#191919 url(images/nav_bg.gif) left 0px no-repeat;
}

#header ul li a { color:#fff; text-decoration: none; display:block; }
#header a:hover, #header li:hover a { color:#fff; }
#header li.active a { color:#fff;}

#header ul ul {
	position:absolute;
	padding:0;
	margin:0;
	border:1px solid #333;
	border-top:none;
	background:#999;
	z-index:1000;
//  margin-left:-65px;
	margin-top:8px;
}



#header ul ul li {
	margin:0;
	background:none;
	float:none;
	padding:0;
	padding-top:5px;
}

#header ul ul li:hover {
	background:#333;
}


#header ul ul
{visibility:hidden; }

#header ul li:hover ul
{visibility:visible; }

#body_bg{
	width:1000px;
	background:#ffffff;
}

#body{
	padding:20px;
	margin:0 auto;
	line-height:1.6em;
}

#body_left{
	float:left;
	width:660px;
}

.body_service{
 	width:200px;
 	padding:0 10px;
	float:left;
}

.title_green{
	color:#176e12;
	font-weight:bold;
}

#body_right{
	float:right;
	background:url('images/line.jpg') left no-repeat;
	width:240px;
	padding-left:20px;
}

.title_blue{
	color:#3578bc;
	font-weight:bold;
}

ul#side{
	list-style:none;
	padding:0; 
	margin:0;
}

#side li{
	padding:10px 0;
}

#footer{
	background:url('images/footer_bg.gif') no-repeat;
	color:#fff;
	font-size:11px;
	padding:0 20px;
	height:58px;
}

#copyright{
	float:left;
	padding-top:20px;
}

#link{
	float:right;
	padding-top:20px;
}
