    /*

     Theme Name: Ken Burns Slider
     Description: custom jQuery slide plugin for codecanyon.net
     Theme Owner: pixelentity
     File: Preview css file
     Designers/Developers : Fabio Cairo aka bitfade & Donagh O'Keeffe aka iamdok 
     Web:   http://www.iamdok.com
            http://bitfade.com
            http://themeforest.net/user/pixelentity
        
     */
    
    
    /* clear fix hack */
	
	@font-face {
    font-family: 'BebasRegular';
    src: url('Font/BEBAS___-webfont.eot');
    src: url('Font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('Font/BEBAS___-webfont.woff') format('woff'),
         url('Font/BEBAS___-webfont.ttf') format('truetype'),
         url('Font/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FuturaBdCnBTBold';
    src: url('Font/futura-webfont.eot');
    src: url('Font/futura-webfont.eot?#iefix') format('embedded-opentype'),
         url('Font/futura-webfont.woff') format('woff'),
         url('Font/futura-webfont.ttf') format('truetype'),
         url('Font/futura-webfont.svg#FuturaBdCnBTBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaLtBTLight';
    src: url('Font/futural-webfont.eot');
    src: url('Font/futural-webfont.eot?#iefix') format('embedded-opentype'),
         url('Font/futural-webfont.woff') format('woff'),
         url('Font/futural-webfont.ttf') format('truetype'),
         url('Font/futural-webfont.svg#FuturaLtBTLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaLtBTLightItalic';
    src: url('Font/futurali-webfont.eot');
    src: url('Font/futurali-webfont.eot?#iefix') format('embedded-opentype'),
         url('Font/futurali-webfont.woff') format('woff'),
         url('Font/futurali-webfont.ttf') format('truetype'),
         url('Font/futurali-webfont.svg#FuturaLtBTLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


    .clearfix:after
    {
        content: ".";
        display:block;
        height:0;
        visibility:hidden;
        clear:both;
    }
    

    /* GENERIC STYLES */

    body
    {
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	line-height: 18px;
	color:#555555;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: center top;   
    }
    
    h1{
        color: #ffffff;
        font-size:9px;
        word-spacing:2px;
        font-weight:normal;
        font-family: helvetica, arial, sans-serif;
        margin-top:40px;
    }
	
	h2{
		color: #ffffff;
		font-size:14px;
        font-weight:bold;
        font-family: 'Droid Sans', arial, serif;
	}
	
	a {
        color:#529E46;
    }
    
    a:hover{
        color:#8CC63C;
		text-decoration:underline;
    }
	
    
    a:focus, a:active , input:focus, input:active{
    outline: 0px;
    -moz-outline-style: none;
    } 
    
    ul{
        list-style:none;
        margin:0 0;
    }
	
	ul#sponsor li {
		display:block;
		float:left;
		margin-left: 0;		
	}
	
	ul#nav {
		display:block;
	position:absolute;
	top: 0px;
	left: 550px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #529E46;
	list-style-type: none;		
	}
	
	ul#nav li {
		margin-left: 15px;
		
	}
	
	ul#nav li a.sel {
		color:#666;
		cursor:default;
		
	}
	
	ul#nav li a {
	font-family: 'FuturaBdCnBTBold', Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	color:#529E46;
	
	}
	
	ul#nav li a:hover {
			color:#8CC63E;
		
	}
    
    
    /* END GENERIC STYLES */
	#buyNow{
		position:absolute;
		top:0;
		right:0;
		width:78px;
		height:74px;
		z-index:10000;
	}
	
	#buyNow a{
		display:block;
		width:78px;
		height:74px;
	}
	
	#buyNow a:hover{
		/*cursor:pointer;*/
	}
	
	#annotation{
		position:relative;
		overflow:visible;
	}
	
	#annotation .page {
	position:relative;
	overflow:visible;
	}
	
	
	#wrapper{
		position:relative;
        width:920px;
        overflow:visible;
    }
	
	h1.title {
		margin-top:30px;
		margin-bottom: 30px;
	}
	
		
	h1.title a {
		background:url("../img/2gd.jpg") no-repeat;
		display:block;
		width:149px;
		height:90px;
		margin-left: auto;
		margin-right: auto;
	}
	
	h1.title a span{
		position:absolute;
		text-indent:-9999px;
	}

	
	#menuWrapper{
		position:relative;
		overflow:hidden;
		clear:both;
	}
	
	
	#menu{
		padding-top:10px;
		margin-bottom:30px;
		overflow:hidden;
		margin-left:0;
	}
	
	#menu>li{
		position:relative;
		float:left;
		margin-left:10px;
		width:200px;
		height: 340px;
		padding:10px;
		-moz-border-radius: 6px; 
        -webkit-border-radius: 6px; 
        border-radius: 6px;
		overflow:visible;
	}
	
	#menu a{
		text-decoration:none;
	}
	
	#menu li a{
		width:173px;
		height:327px;
		position:absolute;
		top:0;
		left:0;
		display:block;
		text-decoration:none;
	}
	
	#menu a:hover{
		text-decoration:none;
	}
	
	#menu li.first{
		margin-left:7px;
	}
	
	#menu li.first a{
		background: url("../img/menu1w.png") no-repeat 10px 10px;
		margin-left:0;	
	}
	
	#menu li.second a{
		background: url("../img/menu5w.png") no-repeat 10px 10px;
	}
	
	#menu li.third a{
		background: url("../img/menu2w.png") no-repeat 10px 10px;
	}
	
	#menu li.fourth a{
		background: url("../img/menu3w.png") no-repeat 10px 10px;
	}
	
	#menu li.fifth a{
		background: url("../img/menu1aw_new.png") no-repeat 10px 10px;
	}
	
	#menu li.fifth li.new{
		color:#ffd321;
		font-weight:bold;
	}
	
	#menu li.selected:hover{
		cursor:default;
	}
	
	#menu>li:hover{
		cursor:pointer;
	}
	
	#menu .selected span.current{
		position:absolute;
		width:155px;
		height:48px;
		background:url("../img/selected_blk.png") no-repeat 0 0;
		top:-42px;
		left:10px;
	}
	
	#menu ul{
		margin-top:20px;
		height:280px;
		text-indent:0;
	}
	
	ul li p  {
		color:#FFF;
		font-family:Verdana, Geneva, sans-serif;
		font-size: 11px;
		padding-left: 10px;
		padding-right: 10px;
		
	}
	
	#menu ul li{
		color:#fff;
		background:url("../img/bullet.png") no-repeat 0 50%;
		font-size:13px;
		line-height:22px;
		font-weight:normal;
		font-family: 'Droid Sans',arial, serif !important;
		margin-left:10px;
		padding-left:10px;
	}
	
	h2.subtitle{
		font-family:'BebasRegular', Helvetica, sans-serif !important;
		font-weight:normal !important;
		background:none;
		font-size:40px;
		line-height: 38px !important;
		text-align:center;
		padding-left:0;
		margin-top: 15px;
		margin-bottom:15px;
		color:#FFF;
		display:block;
		height:50px;
	}
	
	h3.sub-subtitle{
		font-family:'BebasRegular', Helvetica, sans-serif !important;
		font-weight:normal !important;
		background:none;
		font-size:14px;
		line-height: 18px !important;
		text-align:center;
		padding-left:0;
		margin-top: 15px;
		margin-bottom:15px;
		color:#FFF;
		word-spacing: 2px;
	}
	
	/*----------------------------------------------------------------------*/
	
	/*PREVIEW 1*/
    
    #preview1{
		background-color:#ffffff url("../img/bg_tile.jpg") repeat-x;
        height:100%;
    }
	
	#preview1 #annotation{
	background-image: url(../img/bg_spot1.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	}
	
	#preview1 #annotation-page {
	background-image: url(../img/bg_spot1_page.png) !important;
	background-repeat: no-repeat;
	background-position: center 80px;
	}
	
	#preview1 #menuWrapper h2{
		/* background:url("../img/menu_title1.png") no-repeat; */
	}
	
	#preview1 a {
		text-decoration: none;
	}
	
	/*font replacement for full width slider caption*/
	#preview1 .peKenBurns .peKb_slides .peKb_caption h1{
		font-weight:bold !important;
		font-size:20px !important;
		font-family: 'FuturaBdCnBTBold', arial, serif !important;
	}
	
	/*menu item colors*/
	#preview1 #menu>li{
		background-color:#6d635b;
	}
	
	#preview1 #menu>li.selected{
		background-color:#4a433e;
	}
	
	#preview1 #menu>li:hover{
		background-color:#4a433e;
	}
	
	/* #preview1 #menu>li.first{
		background-color:#519c43;
	} */
	
	#preview1 #menu>li.first:hover{
		background-color:#519c43;
	}
	
	/* #preview1 #menu>li.second{
		background-color:#603813;
	} */
	
	#preview1 #menu>li.second:hover{
		background-color:#603813;
	}
	
	/* #preview1 #menu>li.third{
		background-color:#00adee;
	} */
	
	#preview1 #menu>li.third:hover{
		background-color:#00adee;
	}
	
	/* #preview1 #menu>li.fourth{
		background-color:#ff0000;
	} */
	
	#preview1 #menu>li.fourth:hover{
		background-color:#ff0000;
	}
	
	
	/*----------------------------------------------------------------------*/
	
	/*PREVIEW 2*/
	
    #preview2{
		background:#d6d6d6 url("../img/bg_tile_02.jpg") repeat-x;
        height:100%;
    }
	
	#preview2 #annotation{
		background: url("../img/blank.png") no-repeat center top;
	}
	
	#preview2 h1.title{
		background:url("../img/2gd.jpg") no-repeat;
	}
	
	#preview2 #menuWrapper h2{
		background:url("../img/menu_title2.png") no-repeat;
	}
	
	#preview2 .peKenBurns .peKb_slides .peKb_caption h1{
		font-weight:bold !important;
		font-size:16px !important;
		font-family: 'Droid Sans', arial, serif !important;
	}
	
	#preview2 a {
		text-decoration: none;
	}
	
	/*menu item colors*/
	#preview2 #menu>li{
		background-color:#888888;
	}
	
	#preview2 #menu>li.selected{
		background-color:#555555;
	}
	
	#preview2 #menu>li:hover{
		background-color:#555555;
	}
	
	/* set border size to 0px */
	#preview2 .peKenBurns .peKb_slides {
		padding: 0px;
		-moz-border-radius: 0px; 
		-webkit-border-radius: 0px; 
		border-radius: 0px;
	}
	
	/* set controls margins to 0px */
	#preview2 .peKenBurns .peKb_controlsInner .peKb_holder{
		margin: 0px;
	}
	
	#preview2 .peKenBurns{
		margin-bottom:50px;
	}
    
    /*----------------------------------------------------------------------*/
	
	/*PREVIEW 3*/
	
    #preview3{
        background:#9b8c80 url("../img/bg_tile.jpg") repeat-x;  
        height:100%;
    }
	
	#preview3 #annotation{
		background: url("../img/blank.png") no-repeat center top;
	}
	
	#preview3 h1.title{
		background:url("../img/title3.png") no-repeat;
	}
	
	#preview3 #menuWrapper h2{
		background:url("../img/menu_title3.png") no-repeat;
	}
	
	#preview3 a {
		text-decoration: none;
	}
	
	/*menu item colors*/
	#preview3 #menu>li{
		background-color:#6d635b;
	}
	
	#preview3 #menu>li.selected{
		background-color:#4a433e;
	}
	
	#preview3 #menu>li:hover{
		background-color:#4a433e;
	}
	
	
    #preview3 #wrapper div.second{
        margin-left:60px;
    }
    
    #preview3 .peKenBurns{
       float:left;
    }
    
    /*----------------------------------------------------------------------*/
	
	/*PREVIEW 4*/
	
    #preview4{
        background:#676767 url("../img/bg_tile_dark_01.jpg") repeat-x;  
        height:100%;
    }
	
	#preview4 #annotation{
		background: url("../img/blank.png") no-repeat center top;
	}
	
	#preview4 .peKenBurns .peKb_slides .peKb_caption h1{
		font-weight:normal !important;
		font-size:14px !important;
		font-family: 'Droid Sans', arial, serif !important;
	}
	
	#preview4 h1.title{
		background: url("../img/title4.png") no-repeat;
	}
	
	#preview4 #menuWrapper h2{
		background:url("../img/menu_title4.png") no-repeat;
	}
	
	#preview4 a {
		text-decoration: none;
	}
	
	
	
	/*menu item colors*/
	#preview4 #menu>li{
		background-color:#222222;
	}
	
	#preview4 #menu>li.selected{
		background-color:#111111;
	}
	
	#preview4 #menu>li:hover{
		background-color:#111111;
	}
	
	
	/*custom styles for grid slider*/
	
	#preview4 .peKenBurns .peKb_slides {
		padding: 8px;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border-radius: 6px; 
	}
		
	#preview4 .peKenBurns .peKb_slides .peKb_caption {
		margin: 0px 5px 5px 5px;
	}
	
	#preview4 .peKenBurns .peKb_slides .peKb_caption h1 {
		font-weight:normal;
		font-size: 12px;
		padding-left:5px;
	}
	
	#preview4 .peKenBurns .peKb_slides .peKb_caption .peKb_real {
		padding: 5px;
	}
	
	#preview4 #wrapper div.slider {
		width:300px;
		height:240px;
		overflow:hidden;
		float:left;
		margin-left:10px;
		margin-top:-26px;
	}
	
	/*reduce the height of the image div to match height with shadow*/
	#preview4 #wrapper div.noShadow .peKenBurns{
		height:204px;
	}
    
	#preview4 #wrapper div.edge{
		margin-left:0;
	}
	
	#preview4 #wrapper div.top{
		margin-top:0;
	}
    
	
	/*----------------------------------------------------------------------*/
	
	/*PREVIEW 5*/
	
    #preview5{
		background:#f6f6f6 url("../img/bg_tile_neutral_light1.jpg") repeat-x;
        height:100%;
    }
	
	#preview5 h1.title{
		background:url("../img/title5.png") no-repeat;
	}
	
	#preview5 #menuWrapper h2{
		background:url("../img/menu_title5.png") no-repeat;
	}
	
	#preview5 a {
		text-decoration: none;
	}
	
	#preview5 .peKenBurns .peKb_slides .peKb_caption h1{
		font-weight:bold !important;
		font-size:16px !important;
		font-family: 'Droid Sans', arial, serif !important;
	}
	
	/*menu item colors*/
	#preview5 #menu>li{
		background-color:#666666;
	}
	
	#preview5 #menu>li.selected{
		background-color:#333333;
	}
	
	#preview5 #menu>li:hover{
		background-color:#333333;
	}
	
    #preview5 .peKenBurns{
		margin-left:108px;
	}
	
	.hidden {
		visibility:hidden;	
	}
	
	p.description {
		font-family: 'FuturaBdCnBTBold', arial, serif !important;
		font-size: 18px;
		line-height: 24px;
		padding: 20px;
		margin-bottom:0px;

		
	}
	
	
	#payoff {
	font-family: 'FuturaLtBTLight';
	font-size: 57px;
	line-height: 55px;
	padding: 0px;
	margin-bottom:0px;
	color:#8dc63f;
	letter-spacing: 1px;
	width: 100%;
	text-align:center;
			
		
	}


	
	p.info {
	font-family: 'FuturaBdCnBTBold', arial, serif !important;
	color:#8DC63F;
	font-size:16px;
	text-align:center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8DC63F;
	padding-bottom:0;
	margin-bottom:0;
	}
	
	
	#content {
	padding: 40px;
	padding-bottom: 10px;
		
	}
	
	#content p, #content ul li {
		font-family: 'FuturaBdCnBTBold';
		font-size: 18px;
		line-height: 26px;
		color:#666;
			
	}
	
	#content img {
		float:left;	
	}
		
	p.help {
		font-family: 'FuturaBdCnBTBold', arial, serif !important;
		text-align:center;
		font-size: 16px !important;
		text-transform:uppercase;
		
	}
	
	#content h2 {
		font-family: 'BebasRegular';
		color:#8EC641;
		font-size: 36px;
		text-transform: uppercase;
		padding-bottom: 20px;	
		
	}
	
	.page2 img {

	margin-right: 20px;

	}
	
	.page2 h3 {

	margin-top: 20px;
	margin-bottom: 20px;

	}
	
	.page2 p, .page2 ul li {
		font-size: 16px !important;
		line-height:23px !important;

	}
	
	
	#sponsor {
		width: 400px;
		float:left;	
	}
	
	#sponsor ul li a {
		display:block;
		width: 300px;
		margin-bottom: 20px;
	}
	
	#form {
		width: 400px;
		float:left;
		
	}
	
	p.address {
		margin-left: 40px;
		margin-top: 40px;	
	}
	

	

    
    
    
    
    
    
    


