* {
	padding:0px;
	margin:0px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #fff;
}
body, html {
	height:100%
}
a {
	color: #007236;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	padding:0 0 15px 0;
}
h2 {
	font-size: 18px;
}
.clr {
	clear: both;
}
.base {
	background: #000 url(../images/header.gif) no-repeat center top;
	height: 100%;
	max-width: 1100px;
	min-width:900px;
	position: relative;
	margin:0 auto;
_width: expression(document.body.clientWidth < 1100 ? "900px" : "1100px");
}
.header {
	position: relative;
	height: 143px;
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	
}
.header img.logo {
	padding-top:8px;
	position:relative
}
.telephone {
	position: absolute;
	top: 22px;
	color: #fff;
	right: 0px;
	font-size: 14px;
	text-align: right;
}
.main {
	background: #fff;
	width: 100%;
	position: relative;
	display:block
}
.container {
	margin: 0px auto;
	width: 858px;
	position: relative;
}
.left {
	float: left;
	width: 235px;
	position: relative;
}
.menu {
	width: 235px;
	margin-top: 10px;
	position: relative;
}
.menu ul {
	list-style:none;
	margin:5px 0 25px 0;
}
.menu ul li {
	height:30px;
	margin:5px 0 0 0;
}

.menu ul li a {
	display:block;
	height:23px;
	padding:7px 8px 0 0;
	text-align:right;
	color:#000;
	font-size:14px;
	background: url(../images/menu.gif) no-repeat;	
}
.menu ul li a:hover, .menu ul li.active a {
	background-image:none;
	background:#dedede;
}

.right {
	float: right;
	width: 594px;
	position: relative;
}
.underhead {
	background: url(../images/underhead.jpg) no-repeat;
	height: 162px;
	width: 594px;
	position: relative;
}
.utext {
	padding: 15px 20px;
}

.utext p {
	padding:0 0 10px 0;
	line-height:18px
}

.utext .imgcontainer {
	width:200px;
	float:left;
	margin:0 15px 0 0;
}

.utext .imgcontainer p {
	padding:0;
	overflow:hidden;
	line-height:18px
}

.banners {
	position: relative;
	padding: 15px 0px;
}
.block {
	float: left;
	height: 36px;
	width: 284px;
	position: relative;
}
.block.leftb {
	background:url(../images/block1.gif) no-repeat;
}
.block.rightb {
	background:url(../images/block2.gif) no-repeat;
	float:right
}
.block h2 {
	padding:7px 20px 0 24px;
}
.block h2 a { color:#000; }
.block p {
	padding:17px 10px 0 24px;
	font-weight:bold;
	line-height:18px;
	font-size:13px
}
.text {
	padding: 20px 3px;
	position: relative;
}
.text h2 {
	padding:0 0 20px 0;
}
.text p {
	padding:0 0 15px 0;
	line-height:18px;
}
.footer {
	background: url(../images/footer.gif) no-repeat;
	position: relative;
	height: 118px;
}
.menufoot {
	padding-top: 80px;
	color:#FFFFFF;
	position: relative;
	text-align: center;
}
.menufoot a {
	color:#fff;
	font-weight:normal
}
