@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border:none;
}
html, body {
	width:100%;
	height:101%;
}
body {
	font: 12px Calibri, Georgia, Calibri, sans-serif;
	background: #3c3a39;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-weight:normal;
}
.bgr {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.container {
	width: 780px;
	height:100%;
	min-height:100%;
	background:transparent;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
.header {
	text-align:right;
	background:#FFFFFF url(../images/logo_big.jpg) no-repeat top left;
	height:140px;
}
.logo_right {
	padding:13px 21px 0 0;
}
.menu {
	padding:36px 16px 0 0;
	font-size:18px;
	list-style-type:none;
}
.menu li {
	display:inline;
	padding-left:19px;
}
.menu a {
	color:#333333;
	text-decoration:none;
}
.home_left_content {
	float: left;
	width: 502px;
	margin-top:9px;
	color:#FFFFFF;
}
.home_left_content div {
	width: 472px;
	height:52px;
	margin-bottom:9px;
	padding:25px 15px;
}
.home_left_content a {
	color:#FFFFFF;
	text-decoration:none;
}
.home_left_content h1 {
	font-size:28px;
	padding-bottom:0;
}
.home_left_content p {
	font-size:16px;
}
.green {
	background: url(../images/BgrGreen.png) no-repeat;
}
.red {
	background:url(../images/BgrRed.png) no-repeat;
}
.blue {
	background:url(../images/BgrBlue.png) no-repeat;
}
.orange {
	background:url(../images/BgrOrange.png) no-repeat;
}
.home_right_content {
	float: right;
	width: 248px;
	margin-top:10px;
	background:url(../images/BgrGray.png) no-repeat;
	height:298px;
	padding:12px;
}
.home_right_content h1 {
	font-size:18px;
	padding-bottom:20px;
}
.gray {
	overflow:auto;
	height:285px;
}

h1, h2 {
	font-weight:normal;
}
h1 {
	font-size:20px;
	padding-bottom:15px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:12px;
}
p {
	padding-bottom:11px;
}
a {
	color:#333333;
	text-decoration:underline;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footer {
	background:#FFFFFF;
	min-height:120px;
	padding:20px 12px;
}
.bonus {
	float:right;
	width:174px;
	height:174px;
	background:url(../images/bonus.png) no-repeat;
	position:relative;
	bottom:108px;
}
.inner {
	background:#FFFFFF;
	width:100%;
	height:100%;
}
.content {
	margin:23px;
	margin-top:11px;
}
