@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Droid+Sans|Open+Sans:400,300,700|Fjalla+One);


html { 
  background: url(images/blue-globe-bg-5.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body {
	
	margin: 0px;
	padding: 0px;
	}

.header-top {
	width: 984px;
	height: 202px;
	background-image:url(images/header-984-free.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	margin-left: 1px;
	margin-right: 1px;
}

.header-wrap {
	width: 960px;
	height: 262px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
}

.header-top-5 {
	width: 938px;
	height: 202px;
	background-image:url(images/header-944.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

.header-5-wrap {
	width: 1000px;
	height: 202px;
	background-image:url(images/shaddow-main.png);
	margin-left:auto;
	margin-right:auto;
	padding-top: 9px;
}

#horizontalmenu {
	width: 958px;
	height: 34px;
	background-color:#444;
	font-family:  'PT Sans Narrow', Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#FFF;
	margin-left: 1px;
	padding-top: 0px;
	}

#horizontalmenu a:link {
	text-decoration:none;
	color:#FFF;
	margin-left: 0px;
}

#horizontalmenu a:hover{
	background-color:#59abdd;
}


		
#horizontalmenu ul {
 list-style:none;
 margin: 0px 0px 0px 0px;


}
#horizontalmenu li {
float:left; position:relative;  
display:block;

}
#horizontalmenu li ul {
    display:none;
position:absolute;
padding-left: 0px;

}

#horizontalmenu li:hover a {
	
}

#horizontalmenu li a:link {
float:left; position:relative;  
padding: 7px 20px 7px 20px;
display:block;

}

#horizontalmenu li a:hover {
float:left; position:relative;  
padding: 7px 20px 7px 20px;
background-color: #59abdd;
display:block;

}


#horizontalmenu li:hover ul{
display:block;
height:auto; width:213px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-top: 34px;
overflow:visible;
}



#horizontalmenu li ul li{
    clear:both;
border-style:none;
background: rgb(0, 93, 180);
width: 213px;
}


#header-bottom {
	height: 8px;
	background-image:url(images/menu-shaddow.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/*Dummy Menu*/


.header-top-dummy {
	width: 984px;
	height: 201px;
	background-image:url(images/header-984-free.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
}

.header-wrap-dummy {
	width: 100%;
	height: 201px;
	background-image:url(images/header-bottom-shaddow.jpg);
	background-repeat:repeat-x;
	margin-top: 0;
	padding-top:0;
	
}



#horizontalmenu-dummy {
	width: 958px;
	height: 84px;
	
	margin-left: auto;
	margin-right:auto;
	padding-top: 0;
	}
	
.dummy-menu-holder {
	background-image:url(images/mock-banner-bg.jpg);
	background-repeat:repeat-x;
	
}

#horizontalmenu-dummy a:link {
	text-decoration:none;
	color:#FFF;
	margin-left: 0px;
}

#horizontalmenu-dummy a:hover{
	background-color:#59abdd;
}


		
#horizontalmenu-dummy ul {
 list-style:none;
 margin: 0px 0px 0px 0px;


}
#horizontalmenu-dummy li {
float:left; position:relative;  
display:block;

}
#horizontalmenu-dummy li ul {
    display:none;
position:absolute;
padding-left: 0px;

}

#horizontalmenu-dummy li:hover a {
	
}

#horizontalmenu-dummy li a:link {
float:left; position:relative;  
padding: 7px 20px 7px 20px;
display:block;

}

#horizontalmenu-dummy li a:hover {
float:left; position:relative;  
padding: 7px 20px 7px 20px;
background-color: #59abdd;
display:block;

}


#horizontalmenu-dummy li:hover ul{
display:block;
height:auto; width:213px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-top: 34px;
overflow:visible;
}



#horizontalmenu-dummy li ul li{
    clear:both;
border-style:none;
background: rgb(0, 93, 180);
width: 213px;
}


#header-bottom-dummy {
	height: 8px;
	background-image:url(images/menu-shaddow.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/* END OF DUMMY MENU */

.main-holder {
	width: 1000px;
	height:auto;
	background-image:url(images/shadow-main.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	padding-left: 0px;
	padding-right: 0px;
	
}

.main-holder p {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	line-height:20px;
}

.main-column {
	width: 825px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.main-column p {
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size: 14px;
	line-height:20px;
}

.main-column-terms {
	width: 825px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.main-column-terms p {
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size: 12px;
	color:#333;
	line-height:20px;
}

h1 {
	font-family: 'Fjalla One', sans-serif;
	size:26px;
	margin-top:0px;
	text-align:center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color:#333}
	
h2 {
	font-family: 'Fjalla One', sans-serif;
	size:28px;
	margin-top:0px;
	text-align:center;
	color:#FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);}

	
.opt-in-title {
	font-family: 'Fjalla One', sans-serif;
	font-size: 36px;
	text-align: center;
	color: #FFF;
	}
	
.headline {
	font-family: 'Fjalla One', sans-serif;
	font-size:24px;
	margin-top:0px;
	text-align:center;
	color:#004aa4;
	}
		
li.tick {
list-style-type: none;
background: url('images/tick-blue.jpg') no-repeat top left;
height: 46px;
padding-left: 28px;
font-family: 'Open Sans', Tahoma, sans-serif;
width: 750px;
margin-left:auto;
margin-right:auto;
font-size:14px;
}

.opt-in-holder {
	/*background-color:#036;*/
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 25px;
	padding-right: 25px;
	background-image:url(http://www.ultimatetradingmastermind.com/images/blue-bg.jpg);
	background-repeat:repeat;
	



/* border radius */
border-radius: 20px 20px 20px 20px;

-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-o-border-radius: 20px;

/* firefox's individual border radius properties */
-moz-border-radius-topleft:20px; /* top left corner */
-moz-border-radius-topright:50px; /* top right corner */
-moz-border-radius-bottomleft:20px; /* bottom left corner */
-moz-border-radius-bottomright:20px; /* bottom right corner */
-moz-border-radius:20px 20px 20px 20px;  /* shorthand topleft topright bottomright bottomleft */

/* webkit's individual border radius properties */
-webkit-border-top-left-radius:20px; /* top left corner */
-webkit-border-top-right-radius:20px; /* top right corner */
-webkit-border-bottom-left-radius:20px; /* bottom left corner */
-webkit-border-bottom-right-radius:20px; /* bottom right corner */


/* shadows */

box-shadow: 0px 0px 6px #000;

-moz-box-shadow: 0px 0px 6px #000;

-webkit-box-shadow: 0px 0px 6px #000;

box-shadow: 0px 0px 6px #000;

/* For IE 8 */

-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000')";

/* For IE 5.5 - 7 */

filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000');



/*gradient 

		
		background: -webkit-gradient(linear, left top, left bottom, from(#0066ff), to(#000));
		
		background: -moz-linear-gradient(top, #0066ff, #000);
		
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0066ff, endColorstr=#000000);
		
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0066ff, endColorstr=#000000)";
}

.opt-in-holder p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	color:#FFF;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
*/} 
/*FOOTER*/

.footer-wrap {
	width:100%;
	background-color: #333;
	height: 110px;
}

.footer-main {
	width:950px;
	margin-left:auto;
	margin-right:auto;

}
.footer-block {
	width: 950px;
	float:left;
	margin-top:5px;
	text-align:center;
}

.footer-block  {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color:#FFF;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}
.footer-block a:link  {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color:#FFF;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.footer-block a:visited  {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color:#FFF;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}


#payment-options-wrapper {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	height:300px;
	overflow:hidden;
	background-image:url(images/diagonal-pin-5.jpg);
	border-bottom: 1px solid #809fb0;
	border-top: 1px solid #bbdbea;
	border-right: 1px solid #809fb0;
	border-left: 1px solid #bbdbea;

	
	
	
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-o-border-radius: 20px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	



}

#payment-options-wrapper p {
	margin-left: 20px;
	margin-right: 20px;
	font-family:  'PT Sans Narrow', Tahoma, Geneva, sans-serif;
	font-size:16px;

	
	
}
.payment-options-left {
	width: 299px;	
	float:left;
    position:relative;
}

#payment-options-wrapper .title{
	font-family: 'Fjalla One', sans-serif;
	font-size: 28px;
	text-align:center;
	width: 100%;
	margin-top:7px;
	color:#335c71;
	text-shadow: 0px 1px 0px rgba(188, 219, 234, 1), 0px -1px 0px rgba(42, 64, 74, 1);
}
.payment-options-right {
	width: 299px;	
	float:left;
    position:relative;
	

}
.payment-options-devider {
	width: 2px;	
	float:left;
    position:relative; 
	height:300px;
	background-image:url(images/buy-now-box-right-shadow.jpg);
	background-repeat:repeat-y;
	

}

.fb-comments {
	margin-left:0px;
	margin-right:auto;
	width:550px;}
	
a.myPlayer800 {
	display:block;
	width: 800px;
	height:450px; 
	text-align:center;
	margin:0px;
	float:left;
	border:1px solid #999;
	
}

.player-box {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}

#full-width-video-section{
	height:500px;
	width:100%;
	background-image:url(images/blue-globe-bg-4.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	overflow:hidden;
	
}



#full-width-video-section-optin {
	height:500px;
	width:100%;
	background-color:#e5e7ff;
	
}

input {
	width: 207px; height: 35px; padding: 5px 20px 0px 20px; margin: 0 0 20px 0; border: 0px;
	background: #E2E2D8;
	background: -moz-linear-gradient(top, #969696 0%, #E2E2D8 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(20%,#E2E2D8)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #638AB4;-webkit-box-shadow: 0px 1px 0px #638AB4;
	font-family: 'Fjalla One', sans-serif; font-size: 20px; color: #494949; text-transform: uppercase; text-shadow: 0px 1px 0px #ffffff; 
}

.button {
   background: rgb(127, 255, 109);
   text-shadow: 0px 1px 0px #60E960;
   color:#000;
   border-bottom: 1px solid #0D5000;
   border-top: 1px solid #CF9;
   height:44px;
   font-size:26px;
   font-family: 'Fjalla One', sans-serif;
background: rgb(255, 222, 109);
background: -moz-linear-gradient(90deg, rgb(127, 255, 109) 0%, rgb(10, 182, 17) 56%);
background: -webkit-linear-gradient(90deg, rgb(127, 255, 109) 0%, rgb(10, 182, 17) 56%);
background: -o-linear-gradient(90deg, rgb(127, 255, 109) 0%, rgb(10, 182, 17) 56%);
background: -ms-linear-gradient(90deg, rgb(127, 255, 109) 0%, rgb(10, 182, 17) 56%);
background: linear-gradient(180deg, rgb(127, 255, 109) 0%, rgb(10, 182, 17) 56%);



}

.button:hover {
    background: rgb(255, 255, 146);
   text-shadow: 0px 1px 0px #FFFB9D;
   color:#000;
   border-bottom: 1px solid #946A00;
   border-top: 1px solid #CF9;
      height:44px;
background: rgb(255, 222, 109);
background: -moz-linear-gradient(90deg, rgb(255, 222, 109) 0%, rgb(255, 150, 0) 56%);
background: -webkit-linear-gradient(90deg, rgb(255, 222, 109) 0%, rgb(255, 150, 0) 56%);
background: -o-linear-gradient(90deg, rgb(255, 222, 109) 0%, rgb(255, 150, 0) 56%);
background: -ms-linear-gradient(90deg, rgb(255, 222, 109) 0%, rgb(255, 150, 0) 56%);
background: linear-gradient(180deg, rgb(255, 222, 109) 0%, rgb(255, 150, 0) 56%);

} 


.opt-in-box {

/*
 -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
*/-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.75);
/*

background: rgb(209, 218, 237);
background: -moz-linear-gradient(90deg, rgb(86, 98, 148) 0%, rgb(23, 31, 77) 100%);
background: -webkit-linear-gradient(90deg, rgb(86, 98, 148) 0%, rgb(23, 31, 77) 100%);
background: -o-linear-gradient(90deg, rgb(86, 98, 148) 0%, rgb(23, 31, 77) 100%);
background: -ms-linear-gradient(90deg, rgb(86, 98, 148) 0%, rgb(23, 31, 77) 100%);
background: linear-gradient(180deg, rgb(86, 98, 148) 0%, rgb(23, 31, 77) 100%);
*/	

width:920px; height:316px; margin-left:auto; margin-right:auto; background-color:#014fa5; margin-bottom:20px;


}

.block label {
	display: inline-block;
	width: 31px;
	text-align: right;
	font-family: 'Fjalla One', sans-serif;
	font-size:18px;
	color:#FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	margin-right:12px  }


.social-stuff{
width:825px; margin-left:auto; margin-right:auto; padding-top:5px; font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif; font-size:12px; font-weight:bold; color:#3b5998;
background-image:url(images/like-arrow.jpg);
background-position:28% 0%;
background-repeat:no-repeat;
overflow:visible;
}

#WFIcenter ul {
	
    padding-left: 25px;
}

.aff-list-txt {
	font-family: Tahoma, sans-serif;
	font-size:13px;
	width:300px;
	float:left; 
	height:65px;
	}