@charset "utf-8";
body, h1, h2, h3, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 13px;
	background-color: #E3E3E3;
}
li {
	list-style-position: inside;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#header {
	height: 108px;
	width: 100%;
	background-color: #000;
	background-image: url(../images/common/header_bg.gif);
	position: relative;
}
#header #logo {
	float: left;
	height: 40px;
	width: 280px;
	padding-top: 15px;
	padding-left: 18px;
}
#header #Co {
	float: right;
	height: 50px;
	width: 320px;
	padding-top: 16px;
	padding-right: 30px;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Co h1 {
	font-size: 15px;
	line-height: 23px;
	text-align: right;
	color: #FFF;
}
#Co h1 span {
	font-size: 14px;
	font-weight: bold;
	color: #FC3;
	font-style: italic;
}
#header #menu {
	height: 35px;
	width: 100%;
	float: left;
}

#footer {
	height: 50px;
	background-color: #000;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
#footer a {
	color: #CCC;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer #footerlinks {
	color: #CCC;
	float: left;
	height: 20px;
	width: 120px;
	padding-top: 10px;
	padding-left: 30px;
}
#footer #copyright {
	color: #CCC;
	float: right;
	height: auto;
	margin-top: 10px;
	padding-right: 30px;
	text-align: right;
	width: 280px;
}
.contactOnline {
	padding-top: 2px;
}
.contactOnline a {
	color: #000;
}
.contactOnline a:hover {
	color: #900;
}
.clearline {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
