/* ========= */
/*   reset   */
/* ========= */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,ul,li,ol {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

ol,ul {
	list-style:none;
}



	
/* ========== */
/*   layout   */
/* ========== */

body {
	background-color:#15355d;
	font:12px Tahoma, Verdana, sans-serif;
	color:#000;
}

#wrapper {
	width:994px;
	margin:auto;
}

#header {
	width:994px;
	height:148px;
	background:transparent url(../images/header-bg.jpg) no-repeat 0 100%;
}


#logo {
	padding:40px 55px;
	display: block;
	float: left;
}

#income-logo {
		background:transparent url(../images/income-for-life.png) no-repeat 0 100%;
		width: 216px;
		height: 96px;
		float: right;
		text-indent: -9999px;
		padding-right: 50px;
		padding-top: 25px;
}


#btn-sign-up {
	float: left;
	margin-top:45px;
	margin-left: 270px;
	background:transparent url(../images/btn-sign-up.png) no-repeat scroll center top;
	width:214px;
	height:60px;
}

#btn-sign-up a {
	width:214px;
	height:60px;
	display:block;
	text-indent:-9999px;
}

#btn-sign-up:hover {
	background-position:center bottom;
}


#btn-ok {
	float: right;
	margin-top: -3px;
	background:transparent url(../images/btn-ok.png) no-repeat scroll center top;
	width:45px;
	height:26px;
}

#btn-ok a {
	width:45px;
	height:26px;
	display:block;
	text-indent:-9999px;
}

#btn-ok:hover {
	background-position:center bottom;
}


#login {
	float: left;
	padding-left: 35px;
 	width: 460px;
 	margin-top: 15px;
}

#login span {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
}

#login input {
	float: left;
	width: 150px;
	font-size: 12px;
}

input:focus { outline: none; }

#message {
	width: 994px;
	background:transparent url(../images/message-bg.gif) repeat-y 0 100%;	
	text-align: center;
}

#message p {
	padding: 7px 0;
	text-transform: uppercase;
	font-weight: bold;	
}  

#navigation {
	width: 994px;
	height: 50px;
	background:transparent url(../images/nav-bg.png) no-repeat 0 100%;	
}

#nav {
	padding-top: 12px;
	margin-right: 40px;
	display: block;
	float: right
}

#navigation li {
	float: left;
	display: block;
	margin-left: 10px;
}

.nav-home {	
	background:transparent url(../images/btn-home.png) no-repeat scroll center top;
	width: 78px;
	height: 26px;
}

.nav-home a {
	display: block;
	width: 78px;
	height: 26px;
	text-indent: -9999px;
}

.nav-what-do-i-get {	
	background:transparent url(../images/btn-what.png) no-repeat scroll center top;
	width: 138px;
	height: 26px;
}

.nav-what-do-i-get a {
	display: block;
	width: 138px;
	height: 26px;
	text-indent: -9999px;
}

.nav-income-opportunity {	
	background:transparent url(../images/btn-income.png) no-repeat scroll center top;
	width: 165px;
	height: 26px;
}

.nav-income-opportunity a {
	display: block;
	width: 165px;
	height: 26px;
	text-indent: -9999px;
}


.nav-login {	
	background:transparent url(../images/btn-login.png) no-repeat scroll center top;
	width: 195px;
	height: 26px;
}

.nav-login a {
	display: block;
	width: 195px;
	height: 26px;
	text-indent: -9999px;
}

.nav-twitter {	
	background:transparent url(../images/btn-twitter.png) no-repeat scroll center top;
	width: 195px;
	height: 26px;
}

.nav-twitter a {
	display: block;
	width: 195px;
	height: 26px;
	text-indent: -9999px;
}

.act {
	background-position: center;
}

.nav-home:hover, .nav-what-do-i-get:hover, .nav-income-opportunity:hover, .nav-login:hover, .nav-twitter:hover {
	background-position: bottom;
}

#content {
	background:transparent url(../images/content-bg.gif) repeat-y 0 100%;	
	padding-bottom: 40px;
}

#content h1 {
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size:20px;
	font-weight:normal;
	padding-top: 20px;
	margin-left: 55px;
	margin-bottom: 15px;
	color: #91abd4;
	text-transform: uppercase; 
}

#content h2 {
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size:16px;
	font-weight:normal;
	padding-top: 40px;
	margin-left: 55px;
	color: #808080;
	text-transform: uppercase; 
}

#content-end {
	width:994px;
	height:24px;
	background:transparent url(../images/content-end.png) no-repeat 0 100%;
}

.control {
	clear: both;
	margin: auto;
	width:884px;
	height:65px;
	background:transparent url(../images/control-bg.png) no-repeat 0 100%;
}

.top {
	padding-top: 5px;
	margin-bottom: 0;
}

.bottom {
	padding-top: 30px;
}

label {
	font-weight: bold;
	font-size: 12px;
	margin-right: 6px;
}

.control fieldset {
	float: left;
	margin-top:23px;
	padding-left: 20px;
}

.control select {
	padding: 2px;
}

.btn-week {
	text-align: center;
	background:transparent url(../images/btn-week.gif) no-repeat 0 top;
	float: right;
	margin-top: 19px;
	margin-right: 20px;
}

.btn-week a {
	display: block;
	width: 141px;
	height: 22px;
	text-decoration: none;
	color: #0f3695;
	font-weight: bold;
	margin-top: 6px;
	text-shadow:0 1px 0 #fff;	
}

.btn-week:hover {
	background-position: 0 bottom;
}



#logotypes {
	margin: auto;
	width: 580px;
	height: 80px;
}

#logotypes li {	
	list-style:none;
	float:left;
	text-indent:-9999px;
	padding-left: 40px;

}

#logo-inc500 {
	width:42px;
	height:48px;
}

li#logo-inc500 a {
	background:transparent url(http://images.freedom.ws/images/logo-inc500.gif) no-repeat 0 100%;
	width:42px;
	height:48px;
	display: block;
	margin-top:8px;
	margin-left: 18px;
} 

#logo-dotcom {
	width:59px;
	height:47px;
}

li#logo-dotcom a {
	background:transparent url(http://images.freedom.ws/images/logo-better-dotcom.gif) no-repeat 0 100%;
	width:59px;
	height:47px;
	display: block;
	margin-top:8px;
} 

#logo-dsa {
	width:51px;
	height:53px;
}

li#logo-dsa a {
	background:transparent url(http://images.freedom.ws/images/logo-dsa.gif) no-repeat 0 100%;
	width:51px;
	height:53px;
	display: block;
	margin-top:6px;
}

#logo-entradio {
	width:104px;
	height:36px;
}

li#logo-entradio a {
	background:transparent url(http://images.freedom.ws/images/logo-ent-radio.gif) no-repeat 0 100%;
	width:104px;
	height:36px;
	display: block;
	margin-top:12px;	
} 

#logo-ebay {
	width:69px;
	height:36px;
}

li#logo-ebay a {
	background:transparent url(http://images.freedom.ws/images/logo-ebay-radio.gif) no-repeat 0 100%;
	width:69px;
	height:36px;
	display: block;
	margin-top:12px;	
} 

li#logo-inc500 a:focus, 
li#logo-dotcom a:focus, 
li#logo-dsa a:focus, 
li#logo-entradio a:focus, 
li#logo-ebay a:focus  { 
	outline: none; 
}

.copyright {
	text-align: center;
	color: #fff;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 40px;
}

#movies {
	padding-left: 21px;
	width:800px;
}
/*
object {
	height:385px;
	width:480px;	
	margin-left:246px;
	margin-top:34px;
	display: block;
}
*/
embed {
	height:385px;
	width:480px;
	display:block;
	margin-left:246px;
}


#disclaimer {
	width: 680px;
	background:transparent url(../images/disc-bg.png) no-repeat 0 top;
	margin: auto;
	clear: both;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;	
}

#disclaimer p {
	display: block;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 7px;
	font-size: 11px;
}

#disclaimer-end {
	width:680px;
	height:7px;
	background:transparent url(../images/disc-end.gif) no-repeat 0 100%;
}



