@charset "utf-8";
html,
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #383838;
	background: #E1E9EA url(images/bg.png) repeat-x left top;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body.innerPage {
	background: #E1E9EA url(images/bg_inner.png) repeat-x left top;
}
a:link,
a:visited {
	color: #08548A;
	text-decoration: none;
}
#footer a:hover {
	color: #383838;
	text-decoration: underline;
}
.clr {
	clear: both;
}

#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	min-height: 100%;
}
#wrap .stats {
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	text-shadow: 1px 1px 0px #063C61;
	margin: 0px;
	padding: 3px 0px 0px;
	height: 19px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 960px;
}
#header .logo {
	background: url(images/logo.png) no-repeat left top;
	margin: 8px 0px 0px;
	padding: 0px;
	float: left;
	height: 73px;
	width: 267px;
}
#navigation {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin: 30px 0px 0px;
	padding: 0px;
	float: right;
	height: 25px;
	list-style-type: none;
}
#navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
}
#navigation li a {
	color: #0e5363;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	float: left;
	margin: 0px;
	padding: 3px 10px 0px;
	height: 20px;
	border: 1px solid #E1E9EA;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#navigation li a.spec {
	text-shadow: 1px 1px 0px #E3EAEC;
	background: url(images/bg_navigation_a_spec.png) repeat-x left top;
	border-color: #C7CBCC;
}
#navigation li a:hover,
#navigation li a.spec:hover {
	text-shadow: 1px 1px 0px #F3EA6B;
	background: url(images/bg_navigation_a_h.png) repeat-x left top;
	border-color: #D0C48C;
}
#navigation .devider {
	background: url(images/devider_navigation.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 26px;
}
#banners {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 960px;
}
#banners .left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 468px;
}
#banners .right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 60px;
	width: 468px;
}
.pageTitle {
	font-size: 28px;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 0px #000000;
	margin: 0px;
	padding: 22px 0px 6px;
}
#main {
	background: #E1E9EA;
	margin: 30px 0px 0px;
	padding: 12px 12px 85px;
	width: 936px;
	min-height: 240px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}
#sliderWrap {
	padding: 0px;
	height: 237px;
	width: 960px;
	margin: -12px 0px 0px -12px;
}

/* ============ SLIDER CSS ============ */

#slider {
	padding: 0px;
	width: 960px;
	height: 237px;
	color: #333;
	position: relative;
	z-index: 998;
	left: 0;
	list-style-type: none;
	margin: 0px;
}
#slider li {
	width: 725px;
	height: 237px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
}
.sliderOne {
	background: url(images/slider_image_1.jpg) no-repeat left top;
}
.sliderTwo {
	background: url(images/slider_image_2.jpg) no-repeat left top;
}
.sliderThree {
	background: url(images/slider_image_3.jpg) no-repeat left top;
}
.sliderTitle {
	padding: 0px 0px 10px;
	float: left;
	font-size: 20px;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	width: 230px;
	font-weight: bold;
	color: #08548a;
	margin: 20px 0px 0px 20px;
}
.sliderText  {
	padding: 0px;
	float: left;
	font-size: 12px;
	width: 230px;
	color: #08548a;
	margin: 0px 0px 0px 20px;
	clear: left;
}
a.sliderBtn {
	font-size: 14px;
	font-weight: bold;
	color: #6b6214;
	text-decoration: none;
	text-shadow: 1px 1px 0px #F3EA6C;
	background: url(images/slider_button.png) repeat-x left top;
	margin: 10px 0px 0px 42px;
	padding: 12px 0px 0px;
	float: left;
	height: 31px;
	width: 185px;
	border: 1px solid #AEA988;
	text-align: center;
	clear: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.sliderBtn:hover {
	color: #37330B;
}
.bx-pager {
	position: relative;
	height: 237px;
	width: 235px;
	float: right;
	margin: -237px -224px 0px 0px;
	padding: 0px;
	z-index: 999;
}
.thumbs  {
	padding: 0px 0px 0px 11px;
	float: left;
	height: 79px;
	width: 235px;
	position: relative;
	top: 0px;
	right: 0px;
	text-decoration: none;
	cursor: pointer;
	margin: 0px;
}
.thumbTitle {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #08548a;
	padding: 8px 15px 0px;
	float: right;
	width: 205px;
	font-weight: bold;
	margin: 0px;
}
.thumbSubtitle {
	font-size: 12px;
	color: #08548a;
	padding: 0px 15px 0px;
	float: right;
	width: 205px;
	margin: 0px;
}
.bx-pager .pager-active {
	color: #ffffff;
	text-shadow: 1px 1px 0px #000000;
	padding: 0x;
	float: left;
	height: 79px;
	width: 235px;
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0px;
	background: url(images/slider_thumb_h.png) no-repeat left top;
}
.bx-pager .pager-active .thumbTitle,
.bx-pager .pager-active .thumbSubtitle {
	color: #ffffff !important;
}
.thumbs.first.pager-active {
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
}
#main .benefitsBox {
	background: #fafafa;
	margin: 20px 0px 0px;
	padding: 10px;
	width: 430px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#main .benefitsBox.left {
	float: left;
	margin-left: -12px;
}
#main .benefitsBox.right {
	float: right;
	margin-right: -12px;
}

#main .benefitsBox .title {
	margin: 0px;
	padding: 0px 0px 0px 65px;
	width: 365px;
}
#main .benefitsBox .title.one {
	background: url(images/icon_benefits_title_1.png) no-repeat left center;
}
#main .benefitsBox .title.two {
	background: url(images/icon_benefits_title_2.png) no-repeat left center;
}


#main .benefitsBox .title span {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
#main .benefitsBox .devider {
	background: url(images/devider_benefits.png) no-repeat center top;
	margin: 6px 0px 0px -2px;
	padding: 0px;
	height: 21px;
	width: 434px;
}
#main .benefitsBox .benefits {
	margin: 0px;
	padding: 0px 5px 0px 10px;
	float: left;
	width: 200px;
	line-height: 20px;
}
#main .deviderBenefits {
	background: url(images/devider_benefitsBox.png) no-repeat left center;
	margin: 0px 0px 0px 16px;
	padding: 0px;
	float: left;
	height: 195px;
	width: 21px;
}
#featured {
	background: #fafafa;
	margin: 15px 0px 0px -12px;
	padding: 9px;
	height: 60px;
	width: 940px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#featured .banner {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 468px;
}
#featured .fAds {
	background: #E8F5F8;
	margin: 0px;
	padding: 10px 14px;
	float: right;
	width: 430px;
	border: 1px solid #C5E4EB;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	list-style-type: none;
	height: 40px;
}
#featured .fAds li {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	width: 205px;
	display: inline;
	float: left;
	line-height: 20px;
}
#featured .fAds li a {
	font-weight: bold;
	color: #383838;
	text-decoration: none;
}
#featured .fAds li a:hover {
	color: #08548A;
}
#footer {
	background: url(images/bg_footer.png) repeat-x left top;
	margin: -63px 0px 0px;
	padding: 0px;
	height: 63px;
	width: 100%;
	font-size: 11px;
	color: #ffffff;
	text-shadow: 1px 1px 0px #000000;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}


#footer .fWrap {
	margin: 0px auto;
	padding: 0px;
	height: 63px;
	width: 960px;
}
#footer .fWrap .left {
	line-height: 18px;
	margin: 0px;
	padding: 15px 0px 0px;
	float: left;
}
#footer .fWrap .right {
	margin: 0px;
	padding: 15px 0px 0px;
	float: right;
}

/* ========== ACCOUNT and ADS ========== */
#menu {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 175px;
}
#menu .title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 0px #000000;
	background: #08548A;
	margin: 4px 0px 0px;
	padding: 4px 0px 0px 13px;
	height: 20px;
	width: 160px;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#menu .title.first {
	margin-top: 0px;
}
#menu .links {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background: #ffffff;
	margin: 3px 0px 0px;
	padding: 4px 1px;
	width: 171px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	list-style-type: none;
}
#menu .links li {
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 171px;
}
#menu .links li a {
	color: #878686;
	text-decoration: none;
	margin: 0px;
	padding: 2px 0px 0px 11px;
	float: left;
	height: 17px;
	width: 160px;
}
#menu .links li a:hover {
	color: #383838;
	background: #E8F5F8;
}
#account {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: right;
	width: 720px;
}
#account .left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 345px;
}
#account .left .balance {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #383838;
	background: #E8F5F8 url(images/icon_account_1.png) no-repeat 10px center;
	margin: 0px;
	padding: 15px 10px 0px 55px;
	height: 41px;
	width: 278px;
	border: 1px solid #C5E4EB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: right;
}
#account .left .balance span {
	font-size: 22px;
	color: #08548a;
	margin: -2px 0px 0px;
	padding: 0px;
	float: left;
}
#account .left .buttons {
	margin: 8px 0px 0px;
	padding: 0px;
	height: 26px;
	width: 345px;
}
#account .left .buttons a {
	color: #0e5363;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	float: left;
	margin: 0px 0px 0px 3px;
	padding: 3px 8px 0px;
	height: 20px;
	border: 1px solid #C7CBCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 1px 1px 0px #E3EAEC;
	background: url(images/bg_navigation_a_spec.png) repeat-x left top;
}
#account .left .buttons a.first {
	margin-left: 0px;
}
#account .left .buttons a:hover {
	text-shadow: 1px 1px 0px #F3EA6B;
	background: url(images/bg_navigation_a_h.png) repeat-x left top;
	border-color: #D0C48C;
}
#account .left .box,
#account .right .box,
#account .right .boxR {
	background: #fafafa url(images/bg_account_box.png) no-repeat center 49px;
	margin: 8px 0px 0px;
	padding: 0px;
	width: 343px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#account .left .box .title,
#account .right .box .title,
#account .right .boxR .title {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #383838;
	margin: 0px;
	padding: 12px 10px 0px 55px;
	height: 37px;
	width: 278px;
}
#account .left .box .title.one {
	background: url(images/icon_account_2.png) no-repeat 10px center;
}
#account .left .box .title.two {
	background: url(images/icon_account_3.png) no-repeat 10px center;
}
#account .right .boxR .title.three {
	background: url(images/icon_account_4.png) no-repeat 10px center;
}
#account .left .box .title.four {
	background: url(images/icon_account_5.png) no-repeat 10px center;
}
#account .right .box .title.five {
	background: url(images/icon_account_6.png) no-repeat 10px center;
}
#account .left .box .title.six {
	background: url(images/icon_account_7.png) no-repeat 10px center;
}
#account .right .boxR .title.seven {
	background: url(images/icon_account_8.png) no-repeat 10px center;
}
#account .left .box table,
#account .boxR table {
	margin: 10px 0px 10px 10px;
	padding: 0px;
	width: 323px;
}
#account .left .box table tr td,
#account .boxR table tr td {
	margin: 0px;
	padding: 0px;
	height: 22px;
}
#account .left .box .infoName,
#account .boxR .infoName {
	text-align: left;
}
#account .left .box .infoValue,
#account .boxR .infoValue {
	text-align: right;
}
#account .left .box .infoValue span,
#account .boxR .infoValue span {
	margin: 0px;
	padding: 0px;
	float: right;
	font-weight: bold;
	color: #08548a;
}
#account .left .box .infoValue .add,
#account .boxR .infoValue .add {
	background: url(images/icon_account_add.png) no-repeat left top;
	margin: 3px 0px 0px 5px;
	padding: 0px;
	float: right;
	height: 10px;
	width: 10px;
}
#account .right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 345px;
}
#account .right .box {
	background: #ffffff;
}
#account .right .box.first {
	margin-top: 0px;
}
#account .right .box .title {
	margin-bottom: 10px;
}
#ads {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: right;
	width: 720px;
}

#ads .title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 0px #000000;
	background: #08548A;
	margin: 0px 0px 10px;
	padding: 8px 0px 0px 13px;
	height: 27px;
	width: 705px;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#ads .ad,
#ads .ptc {
	background: #ffffff url(images/icon_ad_1.png) no-repeat 15px center;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 6px;
	padding: 0px 0px 0px 62px;
	min-height: 62px;
	width: 656px;
}
#ads .ad:hover,
#ads .ptc:hover {
	background: #E8F5F8 url(images/icon_ad_1.png) no-repeat 15px center;
	border: 1px solid #C5E4EB;
}
#ads .ad a {
	width: 430px;
	margin: 0px;
	padding: 10px 0px;
	float: left;
	font-size: 12px;
	color: #484848;
}
#ads .ad a span {
	font-size: 15px;
	font-weight: bold;
	color: #08548a;
	line-height: 22px;
}
#ads .ad .time {
	font-size: 14px;
	font-weight: bold;
	color: #383838;
	background: url(images/devider_ad.png) no-repeat left center;
	margin: 0px;
	padding: 22px 0px 0px 28px;
	float: left;
	height: 38px;
}
#ads .ad .value {
	font-size: 14px;
	font-weight: bold;
	color: #08548a;
	background: url(images/devider_ad.png) no-repeat left center;
	margin: 0px 0px 0px 10px;
	padding: 22px 0px 0px 28px;
	float: left;
	height: 38px;
}
#ads .ptc .ptcTitle {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 468px;
}
#ads .ptc a {
	font-size: 12px;
	color: #484848;
	line-height: 14px;
}
#ads .ptc a span {
	font-size: 15px;
	font-weight: bold;
	color: #08548a;
	line-height: 16px;
}
#ads .ptc .banner {
	margin: 0px 0px 8px;
	padding: 0px;
	height: 60px;
	width: 468px;
}
#ads .ptc .ptcTimeValue {
	background: #eaeaea;
	margin: 8px 8px 0px 0px;
	padding: 0px;
	float: right;
	height: 55px;
	width: 160px;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#ads .ptc .ptcTimeValue .value {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #08548a;
	line-height: 30px;
	padding: 0px;
	margin: 4px 0px 0px;
}
#ads .ptc .ptcTimeValue .time {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #383838;
	padding: 0px;
	margin: 0px;
}

#ads .ptc .ptcTimeValue .time span {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #08548a;
	font-weight: bold;
}
#ads .ptc .ptcClicks {
	margin: 2px 8px 0px 0px;
	padding: 14px 0px 0px;
	float: right;
	height: 44px;
	width: 160px;
	background: url(images/bg_ads_ptc_clicks.png) no-repeat center center;
	font-size: 11px;
	color: #383838;
	text-align: center;
}
#ads .ptc .ptcClicks .left {
	width: 80px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#ads .ptc .ptcClicks .right {
	width: 80px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#ads .ptc .ptcClicks span {
	color: #08548a;
	font-size: 12px;
	font-weight: bold;
}

