body {
	margin: 0;
	padding: 0;
	background: #fff url('../images/body-bg.gif') repeat-x;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#page {
	width: 859px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	height: 319px;
	overflow: hidden;
	padding: 0 26px 0 0;
	background: url(../images/header-bg.jpg) no-repeat 100% 0;
}

#header h1 {
	float: right;
	margin: 250px 0 0 0;
}

#header h1 a {
	float: left;
	margin: 0;
	display: block;
	text-indent: -9999px;
	width: 397px;
	height: 69px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}
.navigation {
	position: relative; 
}
.navigation ul {
	margin: 0;
	padding: 0 1px 0 0;
	float: right; 
	overflow: hidden;
}
.phone {
	height: 27px;
	width: 27px;
	position: absolute; 
	background: url(../images/phone.png) no-repeat ;
	right: 0;
	top: -5px;
}
.navigation li {
	list-style: none;
	float: left;
	padding: 0 0 0 2px;
	margin: 0 2px 0 -2px;
	display: inline; 
	background: url(../images/navigation-divider.gif) no-repeat 0 8px;
}

.navigation li a {
	float: left; 
	height: 36px;
	text-indent: -9999px; 
	overflow: hidden;
}
.navigation .navigation1 a {
	background: url(../images/navigation1.gif) no-repeat ;
	width: 89px;
}
.navigation .navigation2 a {
	background: url(../images/navigation2.gif) no-repeat ;
	width: 165px;
}
.navigation .navigation3 a {
	background: url(../images/navigation3.gif) no-repeat ;
	width: 89px;
}
.navigation .navigation4 a {
	background: url(../images/navigation4.gif) no-repeat ;
	width: 82px;
}
.navigation li a.active,
.navigation li a:hover {
	background-position: 0 -36px;
}
.main {
	float: right; 
	width: 428px;
	padding: 5px 5px 27px 0;
	clear: both;
	text-align: left;
}
.main p {
	margin: 0;
	padding: 0 0 11px 0;
}
.main h2 {
	margin: 13px 0 0 3px;
}
.main .news-head {
	width: 101px;
	height: 9px;
	margin-top: 21px;
	overflow: hidden;
	text-indent: -9999px; 
	background: url(../images/news-head.gif) no-repeat ;
}
.main .image {
	float: left; 
	margin: 6px 7px 0 -1px;
	position: relative; 
}
.side-box {
	float: left; 
	width: 419px;
	margin: -345px 0 0 0;
}
.side-box .top-bg {
	background: url(../images/side-box-top-bg.png) no-repeat ;
	padding: 572px 0 0 0;
	overflow: hidden;
	height: 100%; 
}
.side-box .bg {
	background: url(../images/side-box-bg.png) repeat-y ;
	float: left;
	width: 100%; 
}
.side-box .cont {
	padding: 0 30px 0 41px;
	margin: -545px 0 0 0;
	overflow: hidden;
	height: 100%; 
	position: relative;
	text-align: left;
}
.side-box .bottom-bg {
	height: 30px;
	overflow: hidden;
	background: url(../images/side-box-bottom-bg.png) no-repeat ;
}
.side-box .flash {
	width: 338px;
	height: 274px;
	overflow: hidden;
}
.side-box .flash img {
	display: block; 
}
.side-box p {
	padding: 0 0 5px 0;
}
.footer {
	display: block; 
	text-align: center;
	color: #878686;
}

form {
	width:300px;
	padding: 5px;
	}
	
.form_left {
	width: 150px;
	float:left;
	text-align:left;
	}
	
.form_right {
	width: 100px;
	float:left;
	text-align:right;
	padding: 0 10px 0 0;
	}	

.form_submit {
	width: 100px;
	float:left;
	text-align:center;
	margin: 5px 0 0 110px;
	}
	
.green {
	color:#009900;
	padding: 7px 0 0 0;
	}