*, html, body {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	min-width: 1024px;
	height: 100%;
}
body {
	background: #ffffff;
	color: #333;
	font-size: 11px;
	font-family: "Verdana", Tahoma, Arial;
}
div.body {
	background:  url(bg.jpg) top center no-repeat;
	width: 100%;
	height: auto;
	min-height: 100%;
	overflow: hidden;
}
#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#header {
	background: url(header_bg.png) 510px 66px no-repeat;
	width: 100%;
	height: 306px;
	position: relative;
}
#top_nav {
	background: url(top_nav.png) top center no-repeat;
	width: 100%;
	height: 78px;
	position: relative;
}
#top_nav h2 {
	display: none;
	visibility: hidden;
}
#top_nav ul {
	width: 715px;
	height: 64px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	list-style: none;
}
#top_nav li {
	float: left;
	position: relative;
}
#top_nav li a {
	height: 64px;
	display: block;
	padding-left: 23px;
	padding-right: 23px;
	line-height: 60px;
	color: #5e686a;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#top_nav li a:hover, #top_nav .menu_current {
	background: url(current.png) top left repeat-x;
	color: #ffffff;
	text-decoration: none;
}
#top_nav li:hover ul {
	display: block;
}
#top_nav ul ul {
	background: #ffffff;
	width: 200px;
	height: auto;
	display: none;
	position: absolute;
	top: 64px;
	left: 0;
	padding-bottom: 1px;
	list-style: none;
	border-left: #14646e 1px solid;
	border-right: #14646e 1px solid;
	border-bottom: #14646e 1px solid;
}
#top_nav li li {
	float: left;
	clear: both;
}
#top_nav li li a {
	width: 178px;
	height: 32px;
	margin-top: 1px;
	margin-left: 1px;
	padding-top: 2px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 2px;
	font-size: 13px;
	line-height: 32px;
	border: #14646e 1px solid;
}
.logo {
	background: url(logo.png) top left no-repeat;
	width: 474px;
	height: 54px;
	display: block;
	position: absolute;
	top: 165px;
	left: 55px;
}
.tel {
	background: url(tel.png) top left no-repeat;
	width: auto;
	height: 15px;
	display: block;
	position: absolute;
	top: 240px;
	left: 55px;
	padding-left: 30px;
	color: #57757b;
	line-height: 15px;
}
.eml {
	background: url(eml.png) top left no-repeat;
	width: auto;
	height: 15px;
	display: block;
	position: absolute;
	top: 240px;
	left: 215px;
	padding-left: 34px;
	color: #57757b;
	line-height: 15px;
	text-decoration: none;
}
.eml:hover {
	text-decoration: none;
}
#content {
	background: #1c2122;
	width: 820px;
	padding: 30px 40px 40px 40px;
	color: #ffffff;
	font-size: 13px;
	font-family: "Arial";
	line-height: 20px;
}
#content a, #content a:active, #content a:visited, #content a:hover  {
	color: #1e8093;
	font-weight: bold;
}
#content ul {
	list-style-position:inside;
}
#content h3 {
	margin-bottom: 10px;
	font-size: 48px;
	font-family: "Arial";
	font-weight: bold;
	line-height: 48px;
}
#header h1 {
	display: none;
	visibility: hidden;
}
#footer {
	background: #ffffff;
	width: 820px;
	height: auto;
	padding: 30px 40px 40px 40px;
	overflow: hidden;
	color: #5e686a;
}
#left {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
}
#left h2 {
	display: none;
	visibility: hidden;
}
#left ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#left li {
	background: url(li_bg.png) center left no-repeat;
	width: 100%;
	height: 18px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	overflow: hidden;
	line-height: 18px;
}
#left li a {
	color: #5e686a;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#left li a:hover, #left li a.menu_current {
	font-weight: bold;
	text-decoration: none;
}
#right {
	width: 620px;
	float: left;
	padding-top: 105px;
	text-align: right;
}
.copyright {
	color: #5e686a;
	font-size: 10px;
	line-height: 18px;
}
.amped {
	color: #5e686a;
	font-size: 10px;
	line-height: 18px;
}
.amped a {
	color: #5e686a;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
.amped a:hover {
	text-decoration: none;
}