html {
    width: 100%;
    overflow-x: hidden;
}

body {
     width: 100%;
    overflow-x: hidden;
	margin:0px;
	padding:0px;
	background-color: #fff;
	font-family: ITCFranklinGothicDemiCn, Arial, sans serif;
}

#black-top {
	background-image: url(images/powered.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #000;
	height: 25px;
}

#clr {
	clear: both;
}

#wrapper {
	
	width: 1000px;
	overflow: hidden;
		
	margin-right: auto;
	margin-left: auto;
}

/* ----- FONTS ----- */

@font-face {
	font-family: 'ITCFranklinGothicDemiCn';
	src: url('fonts/ITCFranklinGothicDemiCn.eot');
	src: local('ITCFranklinGothicDemiCn'), local('ITCFranklinGothicDemiCn'), 
		 url('fonts/ITCFranklinGothicDemiCn.ttf') format('truetype'),
		 url("fonts/ITCFranklinGothicDemiCn.woff") format("woff"),
		 url('fonts/ITCFranklinGothicDemiCn.svg#ITCFranklinGothicDemiCn') format('svg');
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

h1 {
	text-transform: uppercase;
}

p, li {
	font-size: 15px;
	color: #1a1a1a;
	letter-spacing:-1px;
}

a {
	text-decoration: none;
}



/* ----- ELEMENTS ----- */

#header, 
#header2, 
#banderoll-1-stuff, 
#banderoll-2-stuff, 
#banderoll-3-stuff,
#content-area-1,
#content-area-2,
#content-area-3,
#bottom-stuff, 
#footer-stuff {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top: 20px;
}

#header-text {
	float: left;
	position: absolute;
}

#header-logo {
    margin-top: 30px;
	background-image: url(images/circle.png);
	background-repeat: no-repeat;
	width: 199px;
	height: 280px;
	float: right;
	z-index: -100;
}

#header2 h1 {
	color:#0a4381;
	font-size:50px;
	letter-spacing:-3px;
}

#header2 p {
	font-size:14px;
	font-family: Arial, sans-serif;
	letter-spacing: 0px;
}

#home {
	margin: 20px 0;
}

#home a {
	color:#bf1e2e;
}

#home a:hover {
	color:#0a4381;
}

#grey-text {
	background-image: url(images/text-big-fade.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 1200px;
	position: relative;
    left: 50%;
    margin: 60px 0 60px -600px;
}


td {
	font-family: Arial, sans-serif;
	padding: 7px 0;
	vertical-align: top;
}

td a {
	color:#0a4381;
}

td a:hover {
	color:#bf1e2e;
}

table {
	margin: 50px 20px;
}

.top-btn {
    cursor: pointer;
}

/* ----------------------- */
/* ----- BANDEROLLER ----- */
/* ----------------------- */

#banderoll-1-bkg {
	width: 100%;
	z-index: -999;
	position: absolute;
}

#banderoll-1-1 {
	height: 467px;
	float: left;
	width: 50%;
	
}

#banderoll-1-2 {
	height: 572px;
	float: right;
	width: 50%;
	right: 0px;
	margin-top: 58px;
}


#banderoll-1-stuff {
	background-image: url(images/banderoll-1-bkg_old.jpg);
	background-repeat: no-repeat;
	height: 636px;
	background-color: #fff;
}

#banderoll-1-left {
	width: 570px;
	float: left;
	margin: 80px 30px 0 20px;
	z-index: 8;
	position:absolute;
}

#banderoll-1-left-book {
	background-image: url(images/book-big.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 201px;
	float: right;
}

#banderoll-1-left-book h3 {
    font-size: 14px !important;
    margin-top: 200px;
}

#banderoll-1-right {
	width: 380px;
	float: left;
	margin: 80px 0 0 600px;
	z-index: 8;
	position:absolute;
}

#banderoll-1 h3 {
	font-family: Georgia, serif;
	font-style: italic;
	padding: 0px 20px 0 20px;
	color: #fff;
	
	font-weight: 100;
	font-size: 22px;
}

#banderoll-1 h2 {
	padding: 20px 20px 10px 20px;
	color: #fff;

	font-weight: 100;
	font-size: 28px;
	text-transform: uppercase;
	
}

#banderoll-1 .big-red {
    margin: 100px 0 0 20px;
}

#banderoll-1-arrows {
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
	width: 26px;
	height: 70px;
	margin: 2px 30px 0 0;
	float: right;
}

/* ----- BANDEROLL 2 ----- */

#banderoll-2-bkg {
	width: 100%;
	z-index: -999;
	position: absolute;
}

#banderoll-2-1 {
	height: 572px;
	float: left;
	width: 50%;
	margin-top: 1px;
}

#banderoll-2-2 {
	height: 572px;
	float: right;
	width: 50%;
	margin-top: 164px;
}


#banderoll-2-stuff {
	background-image: url(images/banderoll-2-bkg.jpg);
	background-repeat: no-repeat;
	height: 746px;
	background-color: #fff;
	z-index: 8;
	position:relative;
}

#banderoll-2 h3 {
	font-family: Georgia, serif;
	font-style: italic;
	background-color: #000;
	padding: 20px;
	color: #fff;
	z-index: 8;
	position:absolute;
	font-weight: 100;
	font-size: 33px;
	top: 200px;
	left: 50px;
	line-height: 46px;
}

#banderoll-2 h2 {
	background-image: url(images/white80.png);
	padding: 10px 20px;
	color: #000;
	z-index: 8;
	font-weight: 100;
	font-size: 33px;
	text-align: right;
	line-height: 46px;
	text-transform: uppercase;
	letter-spacing:-1px;
}

#banderoll-2-text-quote-left {
    width: 73px;
    height: 79px;
    background-image: url(images/quote-left.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 140px;
    left: 20px;
    z-index: 10;
}

#banderoll-2-text-quote-right {
    width: 76px;
    height: 79px;
    background-image: url(images/quote-right.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 450px;
    right: 50px;
    z-index: 10;
}


/* ----- BANDEROLL 3 ----- */

#banderoll-3-bkg {
	width: 100%;
	z-index: -999;
	position: absolute;
}

#banderoll-3-1 {
	height: 572px;
	float: left;
	width: 50%;
	margin-top: 1px;
}

#banderoll-3-2 {
	height: 573px;
	float: right;
	width: 50%;
	margin-top: 164px;
}

#banderoll-3-3 {
	height: 164px;
	float: left;
	width: 50%;
}


#banderoll-3 {
	
}

#banderoll-3-stuff {
	background-image: url(images/banderoll-3-bkg.jpg);
	background-repeat: no-repeat;
	height: 737px;
	background-color: #fff;
	
}

#banderoll-3-left {
	margin: 200px 30px 0 30px;
	z-index: 8;
	position:absolute;
}

#banderoll-3-right {
	margin: 380px 0 0 0px;
	width: 800px;
	z-index: 8;
	position: absolute;

}

#banderoll-3 h1 {
	background-image: url(images/black95.png);
	padding: 10px;
	color: #bf1e2e;
	font-size: 95px;
	line-height: 70px;
	z-index: 8;
	position:relative;
	letter-spacing:-6px;
}

#banderoll-3 h2 {
	padding: 150px 0 0 10px;
	color: #fff;
	font-family: Georgia, serif;
	font-style: italic;
	z-index: 10;
	position:absolute;
	font-weight: 100;
	font-size: 40px;
	margin-left: 25px;
}

#banderoll-3 h3 {
	font-family: Georgia, serif;
	font-style: italic;
	background-image: url(images/red60.png);
	padding: 20px;
	color: #fff;
	z-index: 8;
	font-weight: 100;
	font-size: 24px;
	margin-left: 30px;
}

#banderoll-3-arrows {
	background-image: url(images/arrows-bottom.png);
	background-repeat: no-repeat;
	width: 39px;
	height: 358px;
	margin: 15px 0 0 0;
	float: right;
	position: absolute;
	top: -242px;
	right: 201px;
}




/* ----------------------- */
/* ---- CONTENT AREAS ---- */
/* ----------------------- */

#scroll-down {
    padding: 20px;
    
    position: fixed;
    bottom:20px;
    right: 20px;
   
    color: #fff;
    z-index: 998;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    background: #bf1e2e; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f44e5f', endColorstr='#bf1e2e'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f44e5f), to(#bf1e2e)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f44e5f,  #bf1e2e); /* for firefox 3.6+ */ 
    
    cursor: pointer;
    
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
}

#scroll-down:hover {
    background: #0b5897; /* for non-css3 browsers */
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#109fdf', endColorstr='#0b5897'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#109fdf), to(#0b5897)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #109fdf,  #0b5897); /* for firefox 3.6+ */
}

#content-area-1 {
    height: 300px;
    margin-top: 0px;
    z-index: 10;
    position: relative;
    padding-top: 20px;
}

#content-area-1-left {
    margin-top: -50px;
	z-index: 20;
	position:relative;
}
#content-area-1-right {
    margin-top: -50px;
	z-index: 20;
	position:relative;
}

#content-area-2 {
    height: 300px;
    padding-left: 150px;
    margin-top: -70px;
    z-index: 10;
    position: relative;
    margin-bottom: 10px;
    padding-top: 20px;
}

#content-area-2 h3 {
	font-family: Georgia, serif;
	font-style: italic;
	background-image: url(images/arrows-3.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0;
	color: #0a4381;
	font-weight: 100;
	font-size: 36px;
	text-align: right;
	margin-right: 230px;
	height: 112px;
}

#content-area-3 {
    height: 310px;
    position: relative;
}


#bottom {
	padding-bottom: 40px;
}

.fb-comments {
    margin-bottom: 20px;
    margin-top: 5px;
}


#bottom-right {
	width: 500px;
	float: right;
	margin-top: 30px;
	position: relative;	
}

#bottom-left {
	width: 450px;
	height: 431px;
	float: left;
	margin-top: -50px;
	z-index: 10;
}

#bottom-left-1 {
	width: 277px;
	height: 68px;
	float: left;
	padding: 140px 0 0 60px;
}

#bottom-left-2, #bottom-left-3 {
	width: 277px;
	height: 63px;
	float: left;
	padding: 115px 0 0 60px;
}

#bottom-left a {
	color:#bf1e2e;
	font-family:Georgia, serif;
	font-weight:100;
	font-size:14px;
	font-style:italic;
}

#bottom-left a:hover {
	color:#0a4381;
}
	
#bottom-left-1 {
	background-image: url(images/book.png);
	background-repeat: no-repeat;
}

#bottom-left-2 {
	background-image: url(images/webinar.png);
	background-repeat: no-repeat;
}

#bottom-left-3 {
	background-image: url(images/videos.png);
	background-repeat: no-repeat;
}

#bottom-left-4 {
	width: 106px;
	height: 462px;
	background-image: url(images/red-arrow.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 60px;
}

#bottom p {
	color: #c32623;
}

.big-red {
	background-image: url(images/btn-red-bkg.png);
	background-repeat: no-repeat;
	width: 202px;
	line-height: 62px;
	text-align: center;
	float: left;
	color: #fff;
	font-size: 24px;
}

#buy-btn {
    background-image: url(images/bkg-buy-btn.png);
	background-repeat: no-repeat;
	width: 155px;
	height: 147px;
}

#buy-btn:hover {
	background-position: 0 -147px;
	z-index: 999;
}

.big-blue {
	background-image: url(images/btn-blue-bkg.png);
	background-repeat: no-repeat;
	width: 168px;
	height: 62px;
	text-align: center;
	color: #fff;
	float: left;
}

#bottom h2 {
	float: left;
	margin: 0 15px;
	line-height: 62px;
}




#footer {
	padding-top: 20px;
	background-color: #000;
	height: 150px;
	background-image: url(images/footer-bkg.png);
	background-repeat: repeat-x;
	
	z-index: 999;
	position: relative;
}

#footer-banderoll-3 {
	float: right;
	background-color: #fff;
	padding: 0 3px;
}


#footer-right {
	float: right;
	margin-left: 50px;
}

#footer-right-menu {
	float: right;
	margin-top: -4px;
	margin-bottom: 30px;
}

#footer-right-menu a, #footer-right-menu p {
    padding: 0 5px;
}

#footer-right a, #footer-right p {
	color: #bf1e2e;
	float: left;
	margin: 0px;
}

#footer-right a:hover {
	color: #fff;
}

#footer-left p {
	color: #fff;
}

#footer-left {
	float: left;
}

#footer-left img{
	margin-bottom: 20px;
}


#footer-right iframe {
	margin-top: 5px;
}

#f659bec44 {
	background: #eaeaea;
}

#footer-contact-details {
    clear: both;
}

#footer-contact-details p {
    color: #fff;
}

#footer a {
	font-family:Georgia, serif;
	font-style:italic;
}

#lightbox-wrapper {
	padding: 20px;
	font-family: Arial, sans-serif;
	letter-spacing:0px;
}


#lightbox-wrapper h1 {
	color:#0a4381;
	font-size:30px;
	letter-spacing:-2px;
	font-family:Georgia, serif;
	font-style:italic;
}

#lightbox-wrapper p {
	letter-spacing:0px;
}

#lightbox-wrapper h3 {
	color:#0a4381;
	font-size:20px;
	font-style:italic;
}


#fb {
    margin: 50px 0 0 0;
    padding: 20px;
    background: #f3f3f3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

#survey-disclaimer {
    background-image: url(images/disclaimer-white.png);
    background-repeat: no-repeat;
    width: 352px;
    height: 162px;
}

/* ----------------------- */
/* -------- SLIDER ------- */
/* ----------------------- */



#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:750px;
	height:250px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn{ 
	width:30px;
	height:77px;
}


#nextBtn{ 
	left:100px;
}														
#prevBtn a, #nextBtn a{  
	width:52px;
	height:52px;
	background:url(images/slider-btn-left.jpg) no-repeat;
	float: left;
	background-position: 0 -51px;
}

#prevBtn a:hover, #nextBtn a:hover{  
	background-position: 0 0;
}

#nextBtn a{
    margin-left: 100px;
	background:url(images/slider-btn-right.jpg) no-repeat;
	background-position: 0 -52px;
	
}
	
#slider li h3{
    font-family: Georgia, serif;
	font-style: italic;
	color: #0a4381;
	font-weight: 100;
	font-size: 50px;
}

#slider li h4{
    font-family: Georgia, serif;
	font-style: italic;
	color: #0a4381;
	font-weight: 100;
	font-size: 30px;
}



#slider-count {
    float: left;
     background-image: url(images/bkg-slider-counter.jpg);
    background-repeat: no-repeat;
    width: 269px;
    height: 265px;
    margin-left: -100px;
    margin-right: 30px;
    position:relative;
}

#slider-count h1{
   font-size: 160px;
   color:#0a4381;
   line-height: 280px;
   text-align: center;
   padding-right: 15px;
}

#slider-1{}	
#slider-1 ul, #slider-1 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider-1 li{ 
	width:300px;
	height:230px;
	overflow:hidden; 
}	

	
#slider-1 li h3{
    font-family: Georgia, serif;
	font-style: italic;
	color: #fff;
	font-weight: 100;
	font-size: 26px;
	margin: 0 0 20px 0;
	padding: 0;
}

#slider-1 li p{
	color: #fff;
	font-weight: 100;
	font-size: 18px;
	margin: 0;
	padding: 0;
}


#slider-control-buttons {
    position: absolute;
    left: 400px;
}
