/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	color: #b3b3b3;
	font: 14px/21px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
a {
	color: #3478bb;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
ul {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
.wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.wrapper .centered {
	width: 1000px;
	left: 50%;
	top:0;
	margin-left: -500px;
	position: relative;
	height: 800px;
}
*+html .right-corner {
	left: 999px;
}
.right-corner {
	width: 460px;
	left: 1000px;
	top: 0;
	position: absolute;
	background: url(../images/right-corner.jpg) no-repeat;
	height: 800px;
}
.left-corner {
	width: 460px;
	left: -459px;
	top: 0;
	position: absolute;
	background: url(../images/left-corner.jpg) no-repeat;
	height: 800px;
}
/* page holder ****************************************************************/
.container {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* header *********************************************************************/
.header {
	height: 487px;
	background: url(../images/bg-header.jpg) no-repeat;
}
.h-links {
	position: absolute;
	left:0;
	top: 409px;
	width: 100%;
}
/* Content */
.carusel-holder {
	height: 335px;
	margin-bottom: -22px;
	background: url(../images/bg-carusel.jpg) no-repeat;
	padding: 0 50px;
	position: relative;
}
.btn-prev,
.btn-next {
	width: 49px;
	height: 67px;
	background: url(../images/btn-prev.png) no-repeat;
	top: 70px;
	left: 20px;
	position: absolute;
	outline: none;
	z-index: 100;
}
.btn-next {
	left: auto;
	right: 19px;
	background: url(../images/btn-next.png) no-repeat;
}
.carusel {
	margin: 10px 0 0;
}
.carusel li {
	margin-left: 19px;
}
.carusel li img{
	width: 250px;
	height: 200px;
	border: 5px solid #151515;
}
.carusel-holder p {
	margin: 0 10px;
	text-align: center;
	color: #7d7d7d;
}
.carusel-holder p span {
	color: #9b00c4;
	font-size: 18px;
}
.mbox {
	height: 748px;
	background: url(../images/bg-box.jpg) no-repeat;
	padding-bottom: 78px;
	margin: 22px 0 0;
	position: relative;
}
.mbox .btn-join {
	position: absolute;
	left: 0;
	bottom: 0;
}
.mbox .btn-join img {
	display: block;
}
.mbox h2 {
	position: absolute;
	left: 18px;
	top: 0;
	color: #fff;
	font-size: 22px;
	line-height: 58px;
}
.mbox h3 {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 58px;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
}
.mbox h3 a {
	color: #3398fc;
	text-decoration: none;
}
.mbox .wrap {
	padding: 58px 0 0;
}
.bphoto {
	float: left;
	margin: 0 0 0 18px;
}
.mbox .right {
	margin-right: 16px;
	float: right;
	width: 318px;
}
.mbox .text strong {
	color: #4db049;
	font-size: 18px;
	line-height: 22px;
	margin: 5px 0 0 3px;
	display: block;
}
.mbox .text p {
	text-align: justify;
	margin: 0 0 0 3px;
	height: 214px;
	overflow: hidden;
}
.bphoto img,
.mphoto img {
	display: block;
}
.mbox ul {
	width: 100%;
	overflow: hidden;
	padding-left: 7px;
}
.mbox ul li {
	float: left;
	margin: 9px 0 0 11px;
}
.title {
	text-align: center;
	font-size: 30px;
	line-height: 34px;
	color: #515151;
	text-transform: uppercase;
	font-weight: normal;
	margin: 20px 0 0;
}
.pager{
	text-align: center;
	margin: 46px 0 0;
}
.pager li {
	display: inline;
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	background: url(../images/dot.png) no-repeat 0 50%;
	padding: 0 4px 0 14px;
}
.pager li:first-child {
	background: none;
}
.pager a {
	color: #ddd;
	text-decoration: none;
}
.pager a:hover {
	text-decoration: underline;
}
.bonus .botsites {
	display: table;
	margin: 0 auto;
	width: 1027px;
}
.bonus .site {
	float: left;
	width: 249px;
	margin: 20px 3px 0 4px;
	color: #fff;
	position: relative;
}
.bonus .site .desc {
	display: none;
	position: absolute;
	bottom: 44px;
	left: 0;
	background: #000;
	font-size: 11px;
	line-height: 12px;
	padding: 5px;
}
.bonus .site:hover .desc {
	display: block;
}
.bonus .site img {
	display: block;
	margin-bottom: 8px;
}
.bonus .site a {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-decoration: underline;
	display: block;
}
.bonus .site a:hover {
	text-decoration: none;
}
.bonus h2 {
	color: #0091ba;;
	font-size: 46px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	margin: 60px 0 0;
}
.bonus h3 {
	color: #d6d6d6;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	padding: 5px 0 0;
	font-weight: normal;
}
/* footer *********************************************************************/
.footer {
	background: url(../images/bg-footer.jpg) no-repeat 50% 0;
}
.f-links {
	height: 78px;
	margin: 50px 0 0;
}
.f-links ul,
.h-links ul {
	display: table;
	margin: 0 auto;
}
.f-links li,
.h-links li {
	float: left;
	background: url(../images/sep.png) no-repeat 0 50%;
	padding: 0 41px;
}
.h-links li:first-child,
.f-links li:first-child {
	background: none;
}
.f-links a,
.h-links a {
	color: #fff;
	font-size: 24px;
	line-height: 78px;
	display: block;
	text-decoration: none;
}
.f-links li:last-child a,
.h-links li:last-child a {
	color: #58c64d;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}
.f-links .active a,
.h-links .active a,
.f-links a:hover,
.h-links a:hover {
	text-decoration: underline;
}
.f-text {
	width: 100%;
	padding: 30px 0 0;
	text-align: center;
}
.f-text p {
	color: #6b6b6b;
	font-size: 12px;
	line-height: 24px;
}
.f-text a {
	color: #6b6b6b;
	text-decoration: none;
}
.f-text p span {
	color: #6f0a64;
}
.f-text a:hover {
	text-decoration: underline;
}
.f-text ul {
	line-height: 24px;
	font-size: 12px;
}
.f-text li {
	display: inline;
	border-left: 1px solid #a7a7a7;
	padding: 0 0 0 5px;
}
.f-text  li a {
	color: #a7a7a7;
}
.f-text li:first-child {
	border-left: 0;
	padding-left: 0;
}
.f-text .design {
	color: #aaa;
	font-size: 11px;
}
.f-text .design img {
	vertical-align: middle;
}