body {
	background: #767f7c;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: 'Lucida Grande',Tahoma, Verdana;
	font-size: 14px;
}
input, textarea, select { color:inherit; font-size:inherit;  }
table { font-size:inherit; }
img {
	border: none !important;
	vertical-align: middle;
}
/*stick */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h1,h2,h3,h4 {
	color: #565f5c;
}

h3 {
	font-size: 1.143em;
	font-weight: normal;
}

.wrapper {
	width: 990px;
	height: 636px;
	background: url('../i/bg.jpg') no-repeat 0 0;
	margin: 0 auto;
}
.head {
	position: relative;
	height: 100px;
}

.head .logo {
	float: left;
	display: block;
	padding: 10px 20px;
	width: 235px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	font-family: 'PT Serif', serif;
}
.head .logo img {
	float: left;
	margin-right: 10px;
}

.menu-top {
	border-left: 1px solid white;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-right: 30px;
}

.menu-top li {
	float: left;
	display: block;
	position: relative;
}
.menu-top li a{
	color: #ffffff;
	display: block;
	padding: 35px 5px;
	text-decoration: none;
	font-weight: bold;
	font-family: 'PT Serif', serif;
}

.menu-top li:hover a,.menu-top li.hover a, .menu-top li.active a  {
	text-decoration: underline;
}

.content-wrapper {
	margin-top: 40px;
	color: #565f5c;
	border-top: 1px solid #767f7c;
	border-bottom: 1px solid #767f7c;
	background: url('../i/content-bg.png') repeat 0 0;
	height: 350px;
}
.banner {
	position: relative;
	height: 300px;
	width: 201px;
}
.banner a {
	position: absolute;
	top: 0;
	left: 0;
}
.content {
	padding: 0px 30px 30px;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #565f5c;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

