/*----------
  General
----------*/
* {
	margin: 0;
	padding: 0;
}

html { 
	height:100%; 
	color: #2e2e2e;
}

div {	border-collapse: collapse; }

#container {
	margin: 0 auto;
	width: 860px;
	height: 100%;
	padding: 0 10px;
	background: url(gfx/container_bg.png) left bottom no-repeat;
}
#wrapper {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #ffffff;
	margin: 0 auto;
	background: #ededea url(gfx/body_bg.png) center bottom repeat-x;
	
}
#content {
	background-color: #fff;
	padding: 20px;
	text-align: left;
}

#col-a {
	width: 400px;
	float: left;
}
#col-b {
	width: 400px;
	float: right;
	padding-left: 10px;
}
#subpage-col-a {
	width: 498px;
	float: left;
}
#subpage-col-b {
	width: 297px;
	float: right;
	padding-left: 10px;
}
	.right-focus #subpage-col-b {
		float: left; 
		margin-right: 20px; 
		padding-left: 0;
	}
	.right-focus #subpage-col-b .mod .content {
		padding: 14px 17px;
	}

.mod { border:1px solid #d2d2d2; }
	.mod h2{
		font: bold 17px "Trebuchet MS";		
		background: url(gfx/heading_bg.png) repeat-x;
		height: 25px;
		padding: 5px 0 0 60px;
		border-bottom: 1px solid #e0e0e0;
	}
	.mod h2.noimage, #subpage-col-a .mod h2.noimage { 
		padding:5px 0 0 15px;
		background: url(gfx/heading_bg.png) repeat-x;
		height: 25px;		
		border-bottom: 1px solid #e0e0e0;
	}
	#subpage-col-a .mod h2 {	
		padding: 0 0 8px 0;
		margin: 0; 
		background: none; 
		border: none;
	}
		#subpage-col-a .mod h2.icon-header {
			padding: 5px 0 0 60px;
			border-bottom: 1px solid #e0e0e0;
			background: url(gfx/heading_bg.png) repeat-x;
		}
		.mod h2 span {
			position: absolute;
			background: url(gfx/heading_icons.png) no-repeat;
			display: block;
			width: 50px;
			height: 50px;
			margin-top: -15px;
			margin-left: -55px;
		}
		#subpage-col-a .mod h2 span {
			position: absolute;
			margin-left: -55px;
			
		}
		.mod h2 span.checkmarks { background-position: left -50px; }
		.mod h2 span.lcd { background-position: left -150px; }
		.mod h2 span.email {	background-position: left -250px; }
		.mod h2 span.speaker { background-position: left -350px;	}
		
	.mod .content {
		padding: 14px 17px;
		background:#fff url(gfx/mod_bg.png) no-repeat;
		margin:1px;
	}
	#subpage-col-b .mod .content {
		padding: 10px;
		padding-bottom: 5px;
	}
	.mod .content h3 {
		font-size:17px;
		line-height:25px;
		background: url(gfx/checkmark.png) no-repeat 2px 2px;
		padding-left:35px;
		margin-bottom:15px;
		margin-top:10px;
	}
	.mod .content div.hr { 
		margin: 16px 0px 14px 0; 
		border: none; 
		border-top: 1px solid #D3D3D3; 
	}
	.mod .content div.hr hr { display: none; }	
	.mod .footlink {
		text-align:center;
		margin: 0;
		padding: 0 0 5px 0;
	}
	.mod .p-checkmarks p {
		background: url(gfx/checkmark.png) no-repeat 2px 2px;
		padding-left: 35px;
	}

.clear { 
	clear: both; 
	line-height: 1px;
	font-size: 1px;
}
.float-left { float:left; }
.float-right { float:right; }
.l { text-align:left; }
.c { text-align:center; }
.r { text-align:right; }
.add-margin-bottom, .mod .add-margin-bottom { margin-bottom: 4px; }
.add-pad-left { padding-left: 25px; }
.add-pad-right { padding-right: 25px; }
.add-pad-top { padding-top: 10px; }
.add-pad-bottom { padding-bottom: 10px; }
.border-bottom { border-bottom: 1px solid #d2d2d2; }
.blue { color: #1d6bb0; }
.gray {	color: #999; }

p {
	margin: 0 0 10px 0;
	position: relative;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
}
ul li {
	display:inline;
}
ul li a {
	color:#EEEEEE;
/*005bae*/
	font-size:12px;
}

a:hover { text-decoration: none; }
img {	border:0; }

.button span {
	background:url(gfx/button.png) no-repeat left -38px;
	height:29px;
	width:13px;
	display:block;
	float:left;
}
.button input {
	float:left;
	border:none;
	background:url(gfx/button.png) no-repeat right top;
	padding:4px 12px 6px 0;
	overflow: visible;
	color:#fff;
	text-decoration:underline;
	cursor: pointer; 
}
	.button-right {
		width: 460px;
	}
	.button-right .button {
		float: right;
	}

* html .visualIEFloatFix { height: 0.01%; }

ul.page-nav, ul.page-nav li a{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
	ul.page-nav li {
		padding: 0 3px;
	}

/*--------
  Header
--------*/

#header {
	background: url(gfx/header_bg.jpg) repeat-x;
	width: 860px;
	margin: 0 auto;
	text-align:left;
	height:119px;
	overflow:hidden;
}
#header h3 {
	width:420px;
	position:relative;
	margin-left:320px;
	margin-top:-80px;
	color:#2b5f7e;
	font-style:italic;
	text-transform:uppercase;
	font-size:16px;
	font-family:Helvetica ;
}

#mini-nav {
	position:relative;
	float:right;
	padding-right:15px;
}
	#mini-nav-left {
		width:10px;
		height:29px;
		background: url(gfx/mini-nav.png) left top no-repeat;
		float:left;
	}
	#mini-nav-right {
		float:left;
		background: url(gfx/mini-nav.png) right top no-repeat;
		height:29px;
		padding-right:10px;
		vertical-align:middle;
		padding-top:4px;
	}
	#mini-nav ul li {
		font-size:8px;
		color:#a8daff;
	}
	#mini-nav ul li a{
		font-size:10px;
	}

/*----------
--   nav  --
------------*/

#nav {
	height:36px;
	border-left:1px solid #407a9d;
	border-right:1px solid #407a9d;
	border-top:1px solid #7bb1db;
	background:url(gfx/nav_bg.png) repeat-x;
	text-align:left;
}
#nav ul li a{
	border-top:1px solid #a3d1f7;
	border-left:1px solid #a3d1f7;
	border-right:1px solid #407a9d;
	padding:10px;
	display:block;
	float:left;
	height:15px;
	color:#000;
}
#nav ul li.lastchild{
	border-right:1px solid #a3d1f7;
	padding:20px 0;
}


#nav ul li a:hover, #nav ul li.selected a {
	background:url(gfx/nav_bg-active.png);
	border-top:1px solid #fff;
	border-left:1px solid #407a9d;
}


/*----------
-- footer --
------------*/
#footer {
	font-size:11px;
	width: 880px;
	margin:0 auto;
	background: url(gfx/wrapper-bottom.png) left top no-repeat;
	padding-top:40px;
}
#footer p{
	padding-top:20px;
	padding-bottom:25px;
	font-size:11px;
	color:#5c849e;
	font-weight:normal;
}
#footer p a{
	color:#5c849e;
}
#footer .links li {
	border-right:1px dotted #8a8d90;
	padding:0 15px 0 12px;
}
#footer .links li.last {
	border-right:none;
}


/*--------------
-- index page --
--------------*/

/* GET IT FREE module */
.get-free {
	background:url(../images/getfree_bg.png) 1px 1px no-repeat;
	height:252px;
	color:#fff;
}

.get-free-mini {
	background:url(../images/getfree-mini_bg.png) 1px 1px no-repeat;
	height:249px;
	color:#fff;
	overflow:hidden;
}

.get-free img.box,
.get-free-mini img.box {
	float: left;
	margin: 20px;
}

.get-free p, 
.get-free-mini p{
	margin: 25px 0 15px 0;
	padding-right: 20px;	
}
	.get-free p.c {
		margin: 22px 0 26px 0;
		padding-right: 20px;
	}
.get-free ul{
	text-align:center;
	padding-right:20px;
	color:#6da5cd;
}

.get-free ul li {
	 0 0;
}

.get-free li a{
	color:#005caf;
	padding: 0 4px 0 2px;
}


/* AS SEEN ON module */
#as-seen-on p {
	width:50%;
	float:left;
	text-align:center;
}

/* BEWSLETTER module */
#news-letter label {
	width:70px;
	float:left;
	padding-top:10px;
	
}

	#news-letter input.text {
		border: 0;
		background: transparent url(gfx/input_bg.png) no-repeat top left;
		height: 31px;
		width: 275px;
		padding:5px;
		float: left;
	}

.subscribe-text {
	text-align: right;
	width: 160px;
	display: block;
	float: right;
	font-size: 10px;
	color: #707070;
	padding-right: 6px;
}

/* TESTIMONY module */

#testimony .picture {
	width:86px;
	text-align:center;
	margin-right:20px;
	float:left;
}
#testimony .picture img{
	border:1px solid #bab7b3;
}

#testimony small {
	color:#7d7c7c;
	font-size:10px;
	display:block;
	padding-top:5px;
}

ul.controls {
	list-style-type:none;
	text-align:center;
	margin-left:10px;
}

ul.controls li a{
	float:left;
	width:23px;
	height:24px;
	background: url(gfx/controls.png) left top no-repeat;
	display:block;
	text-indent:-5000px;
}

	ul.controls .play {
		background-position:left -24px;
	}
		ul.controls .play:hover {
			background-position:left -168px;
		}	
	ul.controls .pause{
		background-position:left -72px;
	}
		ul.controls .pause:hover{
			background-position:left -216px;
		}
	ul.controls .stop{
		background-position:left -120px;
	}
		ul.controls .stop:hover{
			background-position:left -264px;
		}
		
		
		
/* SUBPAGES */

/* Contact */
#contact label {
	width: 100px;
	float: left;
	font-weight: bold;
	padding-top: 10px;
	color: #2e2e2e;
}

#contact input.text {
	width: 346px;
	margin-top: 10px;
	padding: 2px;
	border: 1px solid #d6d3ce;
	float: left;
}

#contact select {
	width: 346px;
	margin-top: 10px;
	padding: 2px;
/*	float: left;*/
	border: 1px solid #d6d3ce;
}

#contact input.checkbox {
	margin-top: 10px;
	padding: 2px;
	border: 1px solid #d6d3ce;
}

#contact textarea {
	width: 98%;
	border: 1px solid #d6d3ce;
}

#contact .screenname label {
	width:160px;
}
#contact .screenname input.text {
	width: 286px;
}

#contact .humanverification label {
	width:180px;
}

#contact #contant-email label {
	float:none;
}

#contact #contant-email p {
	margin: 0 0 5px 0;
}

.mod .red-bullet {
	background: url(gfx/red-bullet.png) left 4px no-repeat;
	padding-left:25px;
}
	.mod ul.red-bullet {
		background: none;
		margin: 0;
		padding: 0;
	}
	.mod ul.red-bullet li {
		background: url(gfx/red-bullet.png) left 4px no-repeat;
		padding: 0 0 2px 25px;
		margin: 0;
		list-style-position: outside;
		display: block;
	}

/* EARNINGS Page */
h4.red-bullet {
	background: url(gfx/red-bullet.png) left 5px no-repeat;
	padding-left:25px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #2e2e2e;
}

/* FAQ Page*/
ol.numbers {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 14px 20px;	
}
	ol.numbers li {
		margin: 3px 0 3px 2px;
		padding: 0 0 0 4px;
		line-height: 14px;
	}

ul.q-and-a {
	margin: 0;
}	
	ul.q-and-a li {		
		padding: 4px 0pt 12px 42px;
		display: block;
	}
	ul.q-and-a li.question {
		background: url(gfx/q.gif) no-repeat;
		background-position: 7px 0;
	}
	ul.q-and-a li.answer {
		background: url(gfx/a.gif) no-repeat;
		background-position: 7px 0;
	}
	
.light-blue-round-box {
	background: #e1eaed;
	width: 460px;
}
	.light-blue-round-box-top {
		background: url(gfx/light-blue-round-box.gif) no-repeat;
		height: 8px;
		overflow: hidden;
	}
	.light-blue-round-box-bottom {
		background: url(gfx/light-blue-round-box.gif) 0 -19px no-repeat;
		height: 8px;
		overflow: hidden;
		position: relative;
	}
	
/* terms and conditions */

#disclaimer p, #earnings p {
	margin-bottom: 20px;
}

/* free */

.get-free-ebook-steps {
	background: #fff url(gfx/mod_bg.png) 0 1px no-repeat;
	margin: 1px;
}
.mod .get-free-ebook-steps h2 {
	background: url(gfx/numbered-bullets.png) no-repeat;
	padding: 1px 0 0 32px;
	border: none;
	font-size: 16px;
}
.mod .get-free-ebook-steps .content {
	background: none;
}
	.mod .get-free-ebook-steps h2.get-ebook {
		background: url(../images/get-free-ebook-steps_bg.gif) no-repeat;
		font-size: 21px;
		padding: 33px 50px 0 116px;
		height: 112px;
		margin: -1px 0 0 -1px;
	}
	.mod .get-free-ebook-steps h2.step1 {
		background-position: 0 0;
	}
	.mod .get-free-ebook-steps h2.step2 {
		background-position: 0 -30px;
	}
	.mod .get-free-ebook-steps h2.step3 {
		background-position: 0 -60px;
	}

.mod .get-free-ebook-steps p {
	margin: 4px 0 14px 0;
}

#open-new-account .content {
	background: #ededea;
}
.open-new-account {
	background: url(../images/open-a-new-account_bg.png) no-repeat;
	height: 77px;
	margin: 1px;
	border-bottom: 1px solid #d2d2d2;
}

.buy-no-border {
	padding-left: 30px;
}
	.buy-no-border-inner-box {
		width: 320px;
		float: right;
		padding-left: 25px;
	}

	