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

* {
	margin:0;
	padding:0;
}
html, body{
	height:100%;}
body {
	margin:0;
	padding:0;
	background:#8d9eaa;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	min-width:1000px;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
img {
	behavior: url(scripts/iepngfix.htc);
}
img {
	border:0;
}
a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#99ccff!important;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	min-height:100%;
	height:auto!important;
	height:100%;
	background:url(../images/content-bg.png) repeat-y;
	position:relative;
}
.coil{
	background: url(../images/container-bottom.jpg) no-repeat;
	width:297px;
	height:321px;
	position:absolute;
	bottom:0;
	left:0;
}
.bottom-line{
	background:#8d9eaa;
	height:14px;
	width:680px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:297px;}
.header {
	position:relative;
	height:100px;
}
.sidebar {
	float: left;
	width:269px;
	margin:0 0 0 28px;
	background:url(../images/sidebar-bg.jpg) no-repeat;
	display:inline;
	padding:35px 0 321px 0;
}
.mainContent {
	float:left;
	width:680px;
	padding:0 0 90px 0;
}
.counters {
	width:646px;
	height:33px;
	text-align:right;
	position:absolute;
	bottom:53px;
	left:297px;
	padding:0 17px;
}
.footer {
	background:#415867;
	position:absolute;
	height:34px;
	line-height:34px;
	overflow:hidden;
	width:646px;
	padding:0 17px;
	bottom:14px;
	left:297px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.logo {
	text-align:center;
	margin:0 0 22px 0;
}
.left-menu {
	background:#536c7b url(../images/left-menu-top.gif) no-repeat;
	width:199px;
}
.left-menu ul {
	background:url(../images/left-menu-bottom.gif) no-repeat 0 100%;
	list-style:none;
	padding:20px 15px;
	height:1%;
	overflow:hidden;
	color:#99ccff;
	font-weight:bold;
}
.left-menu ul li {
	margin:29px 0;
}
.left-menu ul li a {
	color:#fff;
}
.contact {
	text-align:right;
	font-size:18px;
	padding:12px 0 8px 0;
	background:#8d9eaa;
}
ul.top-menu {
	list-style:none;
	margin:0;
	height:34px;
	line-height:34px;
	overflow:hidden;
	background:#3f5766;
	color:#99ccff;
	font-size:11px;
	font-weight:bold;
}
ul.top-menu li {
	width:135px;
	padding:0 0 0 1px;
	float:left;
	margin:0 0 0 -1px;
	background:url(../images/menu-line.gif) no-repeat 0 50%;
	text-align:center;
	position:relative;
}
.top-menu li a {
	color:#ccc;
}
.content{
	padding:13px 18px;
	}

