@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body.pg-home {
	background: url(../images/bg-home.gif) repeat-x;
}
body.pg-inner {
	background: url(../images/bg-inner.gif) repeat-x;
}
body.pg-home #wrapper {
	margin: 0 auto;
	width: 1050px;
	background: url(../images/top-hp.jpg) no-repeat;
	min-height: 550px;
	position: relative;
}
body.pg-inner #wrapper {
	margin: 0 auto;
	width: 1050px;
	background: url(../images/top-inner.gif) no-repeat;
	min-height: 550px;
	position: relative;
}
h1 {
	position: absolute;
	top: 50px;
	left: 475px;
	height: 50px;
	width: 200px;
	text-indent: -9000px;
	overflow: hidden;
}
#features {
	position: absolute;
	top: 180px;
	left: 475px;
	list-style-type: none;
	font-size: 1.8em;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#features li {
	margin: 0;
	padding: 0;
}
#features .features-chal{
	font-size: 1.5em;
	padding-top: 10px;
}
#features .features-date {
	font-size: 0.7em;
	margin: 13px 0;
}
#features a {
	display: block;
	width: 208px;
	height: 53px;
	background: url(../images/button-more.gif) no-repeat;
	text-indent: -9000px;
	overflow: hidden;
}
#features a:hover {
	background-position: 1px 1px;
}
#nav-main {
	position: absolute;
	left: 0;
	top: 560px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
body.pg-inner #nav-main {
	top: 210px;
}
#nav-main li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav-main a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 17px 0 10px;
	background: url(../images/nav-bullet.gif) no-repeat right center;
}
#nav-main .last a {
	padding: 0 0 0 10px;
	background: none;
}
#nav-main a:hover {
	color: #ccc;
}
#content-main {
	padding-top: 260px;
	width: 480px;
}
#content-home-main {
	width: 950px;
	margin: 75px auto !important;
	
}
#content-main a {
	color: #0077be;
}
#content-main a:hover {
	color: #333;
	text-decoration: none;
}
#content-main li {
	margin-bottom: 10px;
}
h2 {
	color: #0077be;
	font-size: 1.5em;
}
#content-2 {
	float: right;
	padding-top: 300px;
	width: 450px;
}
#credit, #credit a {
	color: #999;
	text-align: right;
	font-size: 0.8em;
}
#credit {
	padding: 50px 20px;
}
