/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #fff;
	font: 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	min-width: 1000px;
}
#home {
	background: #000 url(../images/bg-body.jpg) repeat-y 50% -14px;
}
#join {
	background: #000;
}
a {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
ul {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
.container {
	width: 980px;;
	margin: 0 auto;
	background: #ff8f00;
	padding-top: 1px;
	position: relative;
	z-index: 1;
}
.wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.wrapper .centered {
	width: 1000px;
	left: 50%;
	top:0;
	margin-left: -500px;
	position: relative;
}
#home .centered {
	height: 1663px;
}
#join .centered {
	height: 1180px;
}
.left-corner {
	position: absolute;
	left: -300px;
	top: 0;
}
.right-corner {
	left: 1000px;
	top: 0;
	position: absolute;
}
#home .left-corner {
	background: url(../images/left-corner.jpg) no-repeat;
	width: 300px;
	height: 1863px;
}
#home .right-corner {
	background: url(../images/right-corner.jpg) no-repeat;
	height: 1863px;
	width: 300px;
}
#join .left-corner {
	background: url(../images/left-corner2.jpg) no-repeat;
	width: 300px;
	height: 1180px;
}
#join .right-corner {
	background: url(../images/right-corner2.jpg) no-repeat;
	height: 1180px;
	width: 300px;
}
*+html .right-corner {
	left: 999px;
}
/* page holder ****************************************************************/
.main {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.mbox-bottom {
	background: url(../images/mbox-bottom.png) no-repeat 50% 0;
	overflow: hidden;
	height: 50px;
}
.mbox-center {
	background: url(../images/mbox-center.png) repeat-y 50% 0;
	overflow: hidden;
}
/* header *********************************************************************/
#header {
	overflow: hidden;
	width: 101%;
}
#header a,
#header img {
	float: left;
}
#box1 {
	background: url(../images/box1.jpg) no-repeat;
	position: relative;
	height: 633px;
}
.left-side {
	float: left;
	width: 648px;
	padding: 85px 0 0 22px;
	position: relative;
}
#box1 h2 {
	font: 21px/21px Impact, Arial, Sans-serif;
	top: 35px;
	left: 30px;
	position: absolute;
	color: #84c4a9;
}
#box1 h5 {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #b1d2e8;
	top: 36px;
	left: 710px;
	position: absolute;
	width: 280px;
	text-transform: uppercase;
}
.news-line {
	width: 100%;
	margin-bottom: 11px;
}
.news-line:after {
	height: 1%;
    content:".";
    display:block;
    width:100%;
    overflow:hidden;
    height:0;
    clear:both;
    text-indent: -9999px;
}
.photo {
	float: left;
	position: relative;
	width: 228px;
}
.photo a {
	background: url(../images/bg-photo.gif) no-repeat;
	width: 228px;
	height: 229px;
	display: block;
}
.photo a img {
	padding: 3px 0 0 3px;
	display: block;
}
.photo span img {
	position: absolute;
	left: -12px;
	top: -12px;
	z-index: 1;
}
.txt-side {
	float: left;
	width: 409px;
	padding-left: 11px;
	position: relative;
}
.txt-side h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
.txt-side p {
	color: #7f7f7f;
	margin: 14px 0 0 3px;
}
.box-links {
	position: absolute;
	top: 195px;
	left: 8px;
}
.left-links {
	float: left;
	width: 210px;
}
.left-links p {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
.left-links p a {
	background: #da3378;
	color: #fff;
	text-decoration: none;
	padding: 0 2px;
}
.left-links a:hover {
	text-decoration: underline;
}
.left-links strong {
	display: block;
	margin-top: 5px;
}
.left-links strong a {
	color: #a9a9a9;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.left-links strong a span {
	color: #4697aa;
}
.box-links .click {
	float: left;
	font: 24px/24px Impact, Arial, Sans-serif;
	color: #4c99ac;
	text-transform: uppercase;
}
.box-links .click-color {
	color: #da3378;
}
.right-side {
	float: right;
	padding: 85px 13px 0 0;
	width: 303px;
}
.news-photo {
	background: url(../images/bg-photo2.gif) no-repeat;
	width: 303px;
	height: 234px;
	display: block;
}
.news-photo img {
	display: block;
	padding: 3px 0 0 3px;
}
.right-side h3 {
	font-size: 18px;
	line-height: 21px;
	color: #a8fffa;
	margin: 7px 0 -8px 15px;
	text-transform: uppercase;
}
.right-side p {
	padding: 16px 0 0 15px;
}
.right-side .instant {
	color: #ffe4d0;
	margin-left: 155px;
	text-transform: uppercase;
	font: 18px/28px Impact, Arial, Sans-serif;
}
.main h1 {
	color: #84c4a9;
	font: 28px/32px Impact, Arial, Sans-serif;
	background: #000;
	text-align: center;
	text-transform: uppercase;
	margin-top: -40px;
	position: relative;
	z-index: 2;
	padding-bottom: 18px;
	border-left: 1px solid #343433;
}
#box2 {
	background: url(../images/box2.gif) no-repeat;
	height: 389px;
	position: relative;
	padding: 68px 0 0 6px;
}
#box2 h2 {
	position: absolute;
	left: 18px;
	top: 27px;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
}
#box2 h5 {
	position: absolute;
	left: 322px;
	top: 30px;
	font-size: 14px;
	line-height: 26px;
	color: #fff5de;
	font-weight: normal;
}
.photo-list {
	width: 733px;
	overflow: hidden;
	float: left;
}
.photo-list img {
	float: left;
	margin: 0 0 6px 8px;
	border: 3px solid #dcaeff;
	display: inline;
}
.photo-list a {
	float: left;
}
.get-full {
	background: url(../images/get-full.gif) no-repeat;
	display: block;
	width: 736px;
	height: 64px;
	text-indent: -9999px;
	margin: -5px 0 0 -6px;
}
.about {
	float: left;
	width: 247px;
	padding-left: 8px;
	position: relative;
	margin-top: -46px;
}
.about .click-join {
	font: 23px/25px Impact, Arial, Sans-serif;
	text-transform: uppercase;
	margin-left: 46px;
}
.about h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
	margin: 22px 0 0 -2px;
}
.about p {
	color: #7f7f7f;
	padding-top: 18px;
	width: 233px;
}
.about p span {
	color: #198eb7;
}
.about .box-links {
	top: 373px;
	left: 2px;
}
.about .box-links div {
	width: 245px;
}
.about .box-links strong a {
	font-size: 15px;
	font-weight: bold;
}
.watch {
	margin: 0 !important;
	padding-top: 27px;
}
.thumbs {
	background: url(../images/bg-list.jpg) no-repeat;
	width: 110%;
	overflow: hidden;
	padding-left: 18px;
	height: 298px;
}
.thumbs li {
	float: left;
	padding-right: 25px;
}
.thumbs li .thumb {
	display: block;
}
.thumbs li .thumb img {
	display: block;
	border: 3px solid #dcaeff;
}
.thumbs li h4 {
	font-size: 14px;
	margin: 6px 0;
	text-transform: uppercase;
}
.thumbs a:hover {
	text-decoration: underline;
}
.thumbs p {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
.thumbs p a {
	background: #da3378;
	color: #fff;
	text-decoration: none;
	padding: 0 2px;
}
.thumbs strong {
	display: block;
	margin-top: 5px;
}
.thumbs strong a {
	color: #a9a9a9;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.thumbs strong a span {
	color: #4697aa;
}
.pager1,
.pager2 {
	overflow: hidden;
	width: 100%;
	text-align: center;
	background: #000;
	padding-top: 5px;
	text-transform: uppercase;
	border-left: 1px solid #363636;
}
.pager1 li {
	display: inline;
	background: url(../images/separator1.gif) no-repeat 0 50%;
	padding: 0 11px 0 12px;
	font-size: 18px;
}
.pager1 li a {
	color: #fff;
	text-decoration: none;
}
.pager2 li a {
	color: #5f5f5f;
	text-decoration: none;
}
.pager2 {
	padding-bottom: 15px;
}
*+html .pager2 {
	padding-bottom: 12px;
}
.pager2 li {
	display: inline;
	background: url(../images/separator2.gif) no-repeat 0 50%;
	padding: 0 8px 0 9px;
	font-size: 18px;
}
ul li.first {
	background: none;
	padding-left: 0;
}
#footer p {
	margin-left: 576px;
	width: 372px;
	margin-top: 14px;
}
#footer p a {
	text-decoration: none;
}
#footer p.about-web {
	margin-top: 76px;
	color: #fbffdf;
}
#footer p.f-list {
	margin-top: 0;
}
#footer a:hover {
	text-decoration: underline;
}
.col1 {
	float: left;
	width: 269px;
	height: 525px;
	background: url(../images/col1.jpg) no-repeat;
}
.col2 {
	float: left;
	width: 425px;
	height: 515px;
	background: url(../images/col2.gif) no-repeat;
	padding: 10px 12px 0 11px;
	overflow: hidden;
}
.col3 {
	float: left;
	width: 283px;
	height: 525px;
	background: url(../images/col3.jpg) no-repeat;
}
.col2 h3 {
	width: 100%;
	overflow: hidden;
	margin: 0 0 6px;
}
.col2 h3 span {
	float: left;
	color: #fff;
	background: #da3378;
	padding: 0 8px;
	font: 18px/27px Arial, Helvetica, sans-serif;
}
.darkbox {
	margin: 0 0 9px;
	background: #3d6563 url('../images/bg-darkbox.gif') no-repeat;
	width: 425px;
	overflow: hidden;
}
.darkbox .inner {
	background: url('../images/bg-darkbox-bottom.gif') no-repeat 0 100%;
	padding: 5px 25px 5px 50px;
	font: 14px/30px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
}
.darkbox .buts input {
	vertical-align: middle;
	margin: 0 5px 0 0;
	height: 30px;
}
.darkbox .fields {
	width: 110%;
	overflow: hidden;
	padding: 2px 0;
}
.darkbox .fields li {
	float: left;
	width: 100%;
	line-height: 26px;
}
.darkbox .fields li div {
	float: left;
	background: url(../images/bg-input.gif) no-repeat;
	width: 271px;
	height: 48px;
	margin-top: -11px;
}
.darkbox .fields label {
	float: left;
	width: 95px;
	overflow: hidden;
	margin-right: -10px;
}
.darkbox .fields .text {
	width: 235px;
	overflow: hidden;
	padding: 14px 0 0 15px;
	font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background: none;
	border: none;
}
.darkbox .fields select {
	font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	width: 245px;
	height: 26px;
	margin-left: 10px;
}
.button {
	float: right;
	margin-top: 10px;
}
.col3 h3 {
	color: #94e2ff;
	font: 28px/29px "Myriad Pro", Arial, Sans-serif;
	text-transform: uppercase;
	padding: 10px 0 0 16px;
}
.col3 p {
	margin-top: 16px;
	line-height: 18px;
	width: 235px;
	padding-left: 22px;
	font-size: 12px;
}
.col3 p span {
	color: #da3378;
}
#content {
	overflow: hidden;
	width: 100%;
}
.footer {
	background: url(../images/bg-footer.jpg) no-repeat;
	height: 355px;
	width: 100%;
}
.footer p {
	margin-left: 576px;
	width: 372px;
	margin-top: 14px;
}
.footer  p a {
	text-decoration: none;
}
.footer p.about-web {
	margin-top: 65px;
	color: #fbffdf;
}
.footer p.f-list {
	margin-top: 0;
}
.footer a:hover {
	text-decoration: underline;
}
.footer h3 {
	color: #84c4a9;
	font: 25px/25px Impact, Arial, Sans-serif;
	padding: 16px 0 0 183px;
}
.white-label {
	color: #fff !important;
}

/* footer *********************************************************************/
#footer {
	overflow: hidden;
	width: 100%;
	background: url(../images/bg-footer.png) no-repeat 50% 0;
	height: 461px;
	margin-top: -50px;
}
#footer ul {
	overflow: hidden;
	width: 100%;
	padding-top: 46px;
}
#footer ul li {
	float: left;
}
#footer ul li img {
	float: left;
}
