/*
THEME NAME: SeeksWP
THEME URI: http://seeksaffiliates.com
DESCRIPTION: Custom coded WP theme for SeeksAffiliates by Vissol.co.uk. Based off the Sandbox 1.6.1 framework by Andy Skelton & Scott Allan Wallick.
VERSION: 1.0
AUTHOR: http://vissol.co.uk
AUTHOR URI:
*/

/* Two-column with sidebar on left from the /examples/ folder  */
/* @import url('examples/2c-r.css'); */

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-meta{
	line-height: 20px;
	font-size: 12px;
	text-align: left;
	padding: 15px 0 0 24px;
}

.post-bottom{
	background: url(images/content-box-sep.png) no-repeat top;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
	width: 579px;
	padding: 15px 0 0 0;
}

p.tags{
	margin: 0 0 5px 0 !important
}



div#container,div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

p.written-by{
	font-size: 12px; 
	line-height: 20px;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin: 20px 0 0 0;
font-size: 13px;
}

div#nav-below {
margin: 20px 0 0 0;
font-size: 13px;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

h2.page-title{
	font-size: 24px;
	color: #182249;
	margin: 20px 0 0 0;
	font-weight: bold;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

/* ===================================== */
/* Custom Styles                         */
/* ===================================== */

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a:hover, a:active, a:focus {
  outline: 0;
}

/* Global Elements */
body{
	background: #edf0f5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #1f2529;
}

a{
	color: #182249;
	/* color: #294000; */
	font-weight: bold;
	text-decoration: none;
}



a:hover{
	text-decoration: underline;
}

.clear{clear: both;}

/* Header */
#header {
	height: 126px;
	background: url(images/header-bg.png) repeat-x;
}

#header-wrapper {
	margin: 0 auto;
	width: 970px;
}

#header h1 {
	background: url(images/logo.png) no-repeat;
	display: block;
	width: 445px; height: 116px;
	float: left;
	text-indent: -9999px;
	margin-top: 5px;
}

#header h1 a {
	display: block;
	width: 333px; height: 116px;
	float: left;
	text-indent: -9999px;
	margin-top: 6px;
}

#header-links {
	float: right;
	width: 480px;
	color: white;
	text-shadow: 0px 1px 0px #0d1932;
	font-size: 14px;
	font-weight: bold;
	padding-top: 35px;
	height:57px;
}

#live-chat {
	text-decoration: none;
	float: left;
	color: white;
	background: url(images/chat-icon.png) no-repeat;
	background-position: left 3px;
	padding-left: 20px;
}

#live-chat span {
	color: #ffae00;
}

a:hover#live-chat {
	text-decoration: underline;
}

#sep1 {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#telephone {
	background: url(images/phone-icon.png) no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	float: left;
}

#sep2 {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: -3px;
}

#header-links ul {
	float: left;
	margin-left: -15px;
	width: 350px;
}

#header-links ul li {
	float: left;
	list-style: none;
	display: inline;
}

#header-links ul li a {
	text-decoration: none;
	color: #bdd3ff;
	background: url("images/sep1.png") no-repeat right;
	padding-left: 12px;
	padding-right: 12px;
}

#header-links ul li a:hover {
	color: white;
	text-decoration: underline;
}

#last {
	background: none !important;
}

#order-button {
float: right;
background: url(images/order-now.png) no-repeat;
display: block;
text-indent: -9999px;
width: 155px; height: 45px;
margin-top: -15px;
position:relative;
left: -14px;
}

a:hover#order-button {
background-position: 0px -48px;
}

/* Link Bar */
#link-bar{
	background: url(images/link-bar-bg.png) repeat-x;
	height: 43px;
}

#link-bar ul{
	width: 943px;
	margin: 0 auto;
}

#link-bar ul li{
	float: left;
	padding: 2px 6px 0 0;
	line-height: 20px;
}

#link-bar ul li a{
	float: left;
	display: block;
	cursor: pointer;
	padding: 0 0 0 15px;
}

#link-bar ul li a span{
	display: block;
	float: left;
	padding: 8px 15px 3px 0;
}

#link-bar ul li a:hover,
#link-bar ul li.current_page_item a,
#link-bar ul li.current-menu-item a{
	background: url(images/link-bar-current.png) no-repeat left 5px;
	color: #fff;
	text-shadow: #2e3c1e 0px 1px 0px;
	text-decoration: none;
}

#link-bar ul li a:hover span,
#link-bar ul li.current_page_item a span,
#link-bar ul li.current-menu-item a span{
	background: url(images/link-bar-current.png) no-repeat right 5px;
}

/* Content */
#content{
	width: 943px;
	margin: 0 auto;
	padding: 0 0 38px 0;	
	overflow: hidden;
}

/* Content - Left Column */
#content #left{
	float: left;
	width: 659px;
}

#content #left .content-box h3,
#content #right .sidebar-box h3,
#content .content-box-fluid h3{
	color: #182249;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 7px 0;
}

#content #left .content-box p,
#content #right .sidebar-box p,
#content .content-box-fluid p{
	line-height: 25px;
	text-shadow: #ffffff 0px 1px 0px;
	margin: 0 0 10px 0;
}


/* Content - Right Column */
#content #right{
	float: right;
	width: 256px;
}

#content #right .sidebar-box{
	background: url(images/sidebar-box-bg.png) repeat-y;
	width: 256px;
	margin: 20px 0 0 0;
}

#content #right .sidebar-box-b{
	background: url(images/sidebar-box-b.png) no-repeat bottom left;
	width: 220px;
	min-height: 162px;
	padding: 0px 18px 18px 18px;
}

#content #right .social-box-b{
	background: url(images/social-box-b.png) no-repeat bottom left;
	width: 220px;
	min-height: 78px;
	padding: 0px 18px 18px 18px;
}

#content #right .social-box-b ul{
	margin: 10px 0 0 10px !important;
}

#content #right .social-box-b ul li{
	margin: 0 0 10px 0 !important;
	background: url(images/double-arrow.png) no-repeat 0 5px;
	padding: 0 0 0 20px;
}

#content #right .social-box-b h3.alt{
	margin: 0 0 7px 0 !important;
	color: #182249;
}

#content #right .social-box-b a.rss{
	display: block;
	background: url(images/rss-icon.png) no-repeat 0px 0;
	font-size: 12px;
	height: 16px;
	padding: 1px 0 0 23px;
	margin: 0 0 8px 0;
}

#content #right .social-box-b a.twitter{
	display: block;
	background: url(images/twitter-icon.png) no-repeat 0px 0;
	font-size: 12px;
	height: 16px;
	padding: 1px 0 0 23px;
	margin: 0 0 8px 0;
}

#content #right .social-box-b .subscribe{
	padding: 8px 0 0 0;
}

#content #right .social-box-b h3{
	font-size: 12px;
	color: #182249;
	margin: 0 0 15px 0;
}

#content #right .sidebar-box-b-twitter{
	background: url(images/sidebar-box-b-twitter.png) no-repeat bottom left;
	width: 231px;
	min-height: 162px;
	padding: 0px 18px 18px 18px;
}

#content #right .sidebar-box-t{
	background: url(images/sidebar-box-t.png) no-repeat;
	height: 14px;
}

#content #right .sidebar-box-b-twitter p.tweet{
	padding-top: 0;
}

#content  #right .sidebar-box #follow-us{
	background: url(images/follow-us-bg.png) no-repeat;
	width: 267px;
	height: 48px;
}

#content  #right .sidebar-box #follow-us p{
	padding: 3px 0 0 4px;
}

#content  #right .sidebar-box #follow-us a{
	text-decoration: underline;
}

#content  #right .sidebar-box #follow-us a:hover{
	text-decoration: none;
}

#content #right .sidebar-box-b-twitter p{
	line-height: 20px;
	padding: 5px 52px 0 0;
	margin: 0;
}

#content #right .sidebar-box-b-twitter p.date{
	color: #204f70;
	padding: 7px 0 0 0;
}

#content #right .contest-info{
	text-align: center;
}

#content #right .blog-post{
	background: url(images/blog-post-sep.png) no-repeat bottom;
	width: 222px;
	overflow: hidden;
	padding: 10px 0 13px 0;
}

#content #right .blog-post-first{
	padding: 5px 0 13px 0;
}

#content #right .blog-post-last{
	background: none;
}

#content #right .blog-post .l{
	float: left;
	padding: 6px 0 0 0;
}

#content #right .blog-post .r{
	float: right;
	width: 165px;
}

#content #right .blog-post img.author-avatar{
	border: 2px solid #d7dfce;
}

#content #right .blog-post p{
	padding: 0;
	margin: 0;
	line-height: 18px;
}

#content #right .blog-post p.post-title{
	padding: 0 0 4px 0;
}

#content #right .blog-post p.post-title a{
	color: #2c381f;
	font-size: 15px;
	font-weight: bold;
}

#content #right .blog-post p.post-title a:hover{	
	text-decoration: none;
	border-bottom: 1px solid #2c381f;
}

#content #right .blog-post p.post-desc{
	color: #798765;
}

#content #right .blog-post a.comments{
	display: block;
	background: url(images/comment-icon.png) no-repeat 0 3px;
	padding: 0 0 0 18px;
	margin: 6px 0 0 0;
}

/* Content - Left Column */
.blog-post-entry{
	margin: 20px 0 0 0;
	background: url(images/content-box-bg.png) repeat-y;
	width: 660px;
}

.post-content img.alignleft,
.post-content img.alignright,
.post-content img.aligncenter{
	border: 5px solid #D7DFCE;
}

.post-content h6{
	font-size: 15px;
	font-weight: bold;
	color: #182249;
	margin: 0 0 7px 0;
}

.post-content h5{
	font-size: 17px;
	font-weight: bold;
	color: #182249;
	margin: 0 0 7px 0;
}

.post-content h4{
	font-size: 19px;
	font-weight: bold;
	color: #182249;
	margin: 0 0 7px 0;
}

.post-content h3{
	font-size: 22px;
	font-weight: bold;
	color: #182249;
	margin: 0 0 7px 0;
}

.post-content h2{
	font-size: 23px;
	font-weight: bold;
	color: #182249;
	margin: 0 0 7px 0;
}

.post-content h1{
	font-size: 25px;
	font-weight: bold;
	color: #182249;
	margin: 0 0 7px 0;
}

.post-content ul{
	list-style-type: disc;
	margin: 0 0 20px 25px;
}

.post-head{
	background: url(images/post-head-bg.png) no-repeat;
	width: 660px;
	height: 110px;
	line-height: 20px;
}

.post-head h2{
	font-size: 24px;
	font-weight: bold;
	text-shadow: #17200d 0px 1px 0px;
	color: #fff;
}

.post-head h2 a{
	color: #fff;
	text-decoration: none;
}

.post-head h2 a:hover{
	color: #d3e1ef;

}

.post-head .post-details{
	float: left;
	width: 550px;
	padding: 18px 0 0 20px;
}

.post-head p.entry-date{
	color: #d8e5ff;
	font-weight: bold;
	text-shadow: #17200d 0px 1px 0px;
	margin: 5px 0 0 0;
}

.post-head p.entry-date a{
	color: #fff;
}

.p1 .post-head p.entry-date a{
	color: #182249;
}

.post-head p.entry-category{
	background: url(images/pin-icon.png) no-repeat 0 3px;
	padding: 0 0 0 21px;
	margin: 9px 0 0 0;
	font-size: 12px;
}

.post-head p.entry-category a{
	color: #afcaff;
}

.p1 .post-head{
	background: url(images/post-head-bg-alt.png) no-repeat;
	width: 660px;
	height: 110px;
	line-height: 20px;
}

.p1 .post-head h2{
	font-size: 24px;
	font-weight: bold;
	text-shadow: #fff 0px 1px 0px;
	color: #152548;
}

.p1 .post-head h2 a{
	color: #152548;
	text-decoration: none;
}

.p1 .post-head h2 a:hover{
	color: #33466e;

}

.p1 .post-head .post-details{
	float: left;
	width: 550px;
	padding: 18px 0 0 20px;
}

.p1 .post-head p.entry-date{
	color: #59749e;
	/* color: #bcd899; */
	font-weight: bold;
	text-shadow: #fff 0px 1px 0px;
	margin: 5px 0 0 0;
}

.p1 .post-head p.entry-category{
	background: url(images/pin-icon.png) no-repeat 0 3px;
	padding: 0 0 0 21px;
	margin: 9px 0 0 0;
	font-size: 12px;
}

.p1 .post-head p.entry-category a{
	color: #3d578a;
}


.p1 .post-head .post-comments{
	float: right;
	width: 70px;
	text-align: center;
	padding: 24px 0 0 0;
	margin: 0 16px 0 0;
}

.p1 .post-head .post-comments p.comments-count{
	background: url(images/post-comments-bg-alt.png) no-repeat;
	width: 44px;
	height: 33px;
	padding: 6px 2px 0 0;
	margin: 0 auto;
        color: #656565;
}

.p1 .post-head .post-comments p.comments-count a{
	color: #656565;
	text-shadow: #ededed 1px 1px 0px;
}

.p1 .post-head .post-comments p.label{
	font-size: 11px;
	font-weight: bold;
	color: #656565;
	padding: 2px 0 0 0;
        text-shadow: 0px 0px 0px #000;
}

.post-head .post-comments{
	float: right;
	width: 70px;
	text-align: center;
	padding: 24px 0 0 0;
	margin: 0 16px 0 0;
}

.post-head .post-comments p.comments-count{
	background: url(images/post-comments-bg.png) no-repeat;
	width: 44px;
	height: 33px;
	text-shadow: #000000 1px 1px 0px;
	padding: 6px 2px 0 0;
	margin: 0 auto;
}

.post-head .post-comments p.comments-count a{
	color: #fff;
}

.post-head .post-comments p.label{
	font-size: 11px;
	font-weight: bold;
	color: #d8e5ff;
	text-shadow: 1px 1px 0px #0e182b;
	padding: 2px 0 0 0;
}

.post-content{
	background: url(images/content-box-b.png) no-repeat bottom;
	width: 612px;
	min-height: 193px;
	padding: 20px 24px 24px 24px;
	line-height: 24px;
	color: #2a3750;
}

.post-content p{
	margin: 0 0 15px 0;
}

#content #left .content-box{
	background: url(images/content-box-bg.png) repeat-y;
	width: 660px;
	margin: 20px 0 0 0;
}

#content #left .content-box-b{
	background: url(images/content-box-b.png) no-repeat bottom;
	width: 624px;
	min-height: 193px;
	padding: 0px 18px 18px 18px;
}

#content #left .content-box-t{
	background: url(images/content-box-t.png) no-repeat;
	height: 15px;
}

#content .content-box-fluid{
	background: url(images/content-box-bg-fluid.png) repeat-y;
	width: 943px;
	margin: 20px 0 0 0;
}

#content .content-box-b-fluid{
	background: url(images/content-box-b-fluid.png) no-repeat bottom left;
	width: 907px;
	min-height: 193px;
	padding: 0px 18px 18px 18px;
}

.fluidpage{
	padding: 0 0 38px 0;
}

#content .content-box-t-fluid{
	background: url(images/content-box-t-fluid.png) no-repeat;
	height: 15px;
}

#content #left .content-box .sep{
	background: url(images/content-box-sep.png) no-repeat;
	width: 579px;
	height: 1px;
	margin: 15px 0 17px 6px;
}

.post-content table{
	margin: 10px 0 10px 0;
}

.post-content table thead th{
	padding: 5px;
	color: #fff;
	background: #23315f;
	font-weight: bold;
}

.post-content table td{
	padding: 5px;
	background: #EFEFEF;
}

/* Buttons */
a.join-now{
	display: block;
	background: url(images/buttons.png) no-repeat top left;
	width: 122px;
	height: 34px;
	text-indent: -3333px;
}

a.join-now:hover{
	background-position: 0 -34px;
}

a.join-now:focus{
	background-position: 0 -68px;
}

.join-now-centered{
	margin: 32px auto 14px auto;
}

a.read-more{
	display: block;
	background: url(images/buttons.png) no-repeat -122px 0;
	width: 122px;
	height: 34px;
	text-indent: -3333px;
	margin: 12px 0 0 0;
}

a.read-more:hover{
	background-position: -122px -34px;
}

a.read-more:focus{
	background-position: -122px -68px;
}

.read-more-centered{
	margin: 0 auto !important;
}

a.visit-blog{
	display: block;
	background: url(images/buttons.png) no-repeat -244px 0;
	width: 157px;
	height: 34px;
	text-indent: -3333px;
	margin: 4px 0 0 0;
}

a.visit-blog:hover{
	background-position: -244px -34px;
}

a.visit-blog:focus{
	background-position: -244px -68px;
}

a.read-more-mini,
a.more-link{
	display: block;
	width: 80px;
	background: url(images/double-arrow.png) no-repeat 0 8px;
	color: #182249;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 23px;
}

a.read-more-mini:hover,
a.more-link:hover{
	text-decoration: underline;
}

.read-more-mini-space,
.more-link{
	margin: 10px 0 0 0;
}

/* Footer */
#footer-outer{
	background: url(images/footer-bg.png) repeat-x;
	height: 70px;
}

#footer-outer #footer{
	width: 944px;
	margin: 0 auto;
	text-shadow: #ffffff 0px 1px 0px;
	line-height: 20px;
	padding: 27px 0 30px 0;
}

#footer-outer #footer p#copyright{
	float: left;
	font-weight: bold;
	line-height: 20px;
}

#footer-outer #footer p#links{
	float: right;
	font-weight: bold;
	line-height: 20px;
}

#footer-outer #footer p#links a{
	color: #1b1f27;
}

#footer-outer #footer p#links a:hover{
	color: #182249;
	text-decoration: none;
}

/* Comments */
#comments-list ol{
	margin: 10px 0 20px 0;
}

#comments-list img.photo{
	border: 2px solid #D7DFCE;
}

#comments-list li{
	background: url(images/content-box-sep.png) no-repeat bottom;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 0;
	padding: 15px 0 5px 6px;
}

span.unapproved{
	color: #ff0000;
	font-style: italic;
	font-size: 11px;
	display: block;
	margin: 5px 0 0 0;
}

.comment-author{
	float: left;
	text-align: center;
	padding: 3px 0 0 0;
	width: 70px;
}

.comment-author img{

}

.comment-author .fn{
	display: block;
	margin: 7px 0 0 0;
	font-weight: bold;
	text-align: center;
}

.comment-content{
	float: right;
	width: 540px;
	padding: 0 !important;
	
}

.comment-content p{
	font-size: 12px;
	margin: 0 !important;
}

input,
textarea{
	border: 1px solid #90a4b7;
	padding: 5px !important;
	font-family: Helvetica, Arial, sans-serif !important;
}

#commentform input,
#commentform textarea{
	margin: 5px 0 0 0;
}

input:focus,
textarea:focus{
	border: 1px solid #4d4e4f;
}

.form-submit input{
	border: 2px solid #384778!important;
	color: #fff;
	font-weight: bold;
	background: #23315f;
	cursor: pointer;
	outline: 0 !important;
	margin: 10px 0 0 0 !important;
}

.form-submit input:focus{
	background: #23315f !important;
	border: 0;
	outline: 0 !important;
}

#cancel_reply{
	padding: 5px 0 15px 0;
}

.comment-childs{
	padding: 10px !important;
	margin-bottom: 10px !important;
	margin-top: 8px !important;
}

.comment-childs p{
	line-height: 20px !important;
	padding: 0 !important;
	margin: 0 !important;
}

.comment-childs img.avatar{
	display: block;
	margin: 0 0 3px 0;
}

.comment-childs p cite{
	font-weight: bold;
}


/* Homepage */
.homepage #content{
	padding: 0 0 38px 0;
	overflow: visible !important;
}

.clear{clear: both;}

.homepage #content #left .content-box h3.star{
	background: url(images/star-icon.png) no-repeat 0 0;
	padding: 5px 0 0 43px;
	height: 31px;
}

.homepage #content #left .content-box p,
.homepage #content #right .sidebar-box p{
	line-height: 25px;
	text-shadow: #ffffff 0px 1px 0px;
	margin: 0 0 10px 0;
}

.homepage #content #left .content-box .feature-list{
	margin: 20px 0 0 0;
	overflow: hidden;
}

.homepage #content #left .content-box .feature-list ul{
	float: left;
	margin: 5px 30px 0 0;
}

.homepage #content #left .content-box .feature-list ul li{
	background: url(images/bullet.png) no-repeat 0 5px;
	font-weight: bold;
	text-shadow: #ffffff 0px 1px 0px;
	margin: 0 0 6px 0;
	padding: 0 0 0 10px;
}

.homepage #content #left .content-box ul.generic-list{
	margin: 0 0 13px 0;
}

.homepage #content #left .content-box ul.generic-list li{
	background: url(images/bullet.png) no-repeat 0 9px;
	font-weight: bold;
	text-shadow: #ffffff 0px 1px 0px;
	line-height: 24px;
	margin: 0 0 6px 0;
	padding: 0 0 0 10px;
}

.homepage #content #left .content-box ul.generic-list li ul {
	margin: 5px 0 0 0;
}

.homepage #content #left .content-box ul.generic-list li ul li{
	background: none;
	font-weight: normal;
	text-shadow: #ffffff 0px 1px 0px;
	line-height: 24px;
	margin: 0;
}

.homepage #content #left .content-box ul.generic-list li ul li span{
	color: #1f6229;
	font-weight: bold;
}

.homepage #content #left .content-box .feature-list a.join-now{
	float: left;
	margin: 13px 0 0 30px;
}

.homepage #content #left .content-box .massive-earnings{
	background: url(images/earnings-large-icon.png) no-repeat left center;
	padding: 10px 0 0 145px;
}

.homepage #content #left .content-box .long-cookie-duration{
	background: url(images/calendar-large-icon.png) no-repeat left center;
	padding: 0 0 0 145px;
}

.homepage #content #left .content-box .incentives-bonuses{
	background: url(images/present-large-icon.png) no-repeat left center;
	padding: 0 0 0 145px;
}

.homepage #content #left .content-box .affiliate-support{
	background: url(images/support-large-icon.png) no-repeat left center;
	padding: 0 0 0 145px;
}

.homepage #content #left .content-box .parasite-free{
	background: url(images/void-large-icon.png) no-repeat left center;
	padding: 0 0 0 145px;
}

.homepage #content #left .content-box .platinum-benefits{
	background: url(images/crown-large-icon.png) no-repeat left center;
	padding: 0 0 0 145px;
}

.homepage #content #left .content-box .sep{
	background: url(images/content-box-sep.png) no-repeat;
	width: 579px;
	height: 1px;
	margin: 24px 0 17px 6px;
}

#banner-wrapper{
	background: url(images/banner-outer-bg.png) repeat-x top;
	height: 334px;
	padding: 26px 0 0 0;
}

#banner{
	background: url(images/banner-bg.png) no-repeat;
	width: 921px;
	height: 306px;
	margin: 0 auto;
	overflow: hidden;
}

#banner ul#nav{
	float: left;
	width: 272px;
	list-style-type: none;
	font-size: 17px;
	font-weight: bold;
	padding: 22px 0 0 0;
}

#banner ul#nav li{
	line-height: 47px;
	padding: 0 0 7px 0;
}

#banner ul#nav li a{
	display: block;
	color: #c1da9e;
	text-shadow: #25370c 0px -1px 0px;
	text-decoration: none;
	padding: 0 0 0 23px;
}

#banner ul#nav li a:hover{
	color: #e3f4cc;
}

#banner ul#nav li a.current{
	color: #fff;
	text-shadow: #111a04 1px 1px 0px;
	background: url(images/banner-nav-current.png) no-repeat;
	height: 47px;
}

#banner .content{
	float: right;
	width: 585px;
	padding: 15px 35px 0 0;
}

#banner .content h1{
	color: #182249;
	font-size: 39px;
	font-weight: bold;
	text-align: center;
	text-shadow: #fff 0px 1px 0px;
}

#banner .content p{
	font-size: 15px;
	line-height: 25px;
	color: #1e3867;
	text-align: center;
}

#banner .content img.earnings-icon{
	display: block;
	margin: 3px auto 5px auto;
}

#two, #three, #four, #five{
	display: none;
}

