/**
 * ffxfront.css
 * ffx marketing front page css
 */

body {
	background-color:black;
	width:100%;
}
a:link, a:visited, a:hover, a:active {
	color: black;
	text-decoration: none;
}
a:hover {
	color: blue;

}
#ffxMain {
	position:fixed;
	top: -155px;
	left:10%;
	width: 910px;
}
#ffxNav {
	float:right;
	position: relative;


}
#ffxLogo {
	background: url(/images/modules/ffx/ffxlogocol.png) no-repeat;
	height:209px;
	width:392px;
	position: relative;
	top:  165px;
	z-index:  100;

}
#ffxHeader {
	background: url(/images/modules/ffx/header.gif) no-repeat center center;
	height:87px;
	width:909px;

}
.ffxHeadWrap {
	float:right;
}

#ffxHeader div.ticker {
	padding:35px 0px 0px 0px;
	text-align: left;
	font-size: 1.8em;
	float: left;

}

#ffxHeader div.ticker .zware_block_title {
	display: none;

}
#ffxHeader div.sirTom {
	float:right;
	width:100px;
	height:80px;
}

#ffxGallery {
	height:399px;
	width:909px;
	z-index:  0;
}
#ffxLoader {
	background-image: url("/images/modules/ffx/ajax-loader.gif");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:40% 40%;
	height:399px;
	width:909px;
	z-index:  -100;
}
#ffxGallery  img {
	height:361px;
	width:900px;
}

ul#homeGallery {
	margin:0;

}

#homeGallery li {
	padding:0;

}
#ffxGallery .zware_block_title {
	display: none;
	height:0;
	width:0;
}

#ffxOverlay {
	background: url(/images/modules/ffx/picture_frame_new2.gif) no-repeat center center;
	height:399px;
	width:909px;
	position: relative;
	top: -399px;
	z-index:50;

}

/** Footer **/
#ffxFoot {
	position: relative;
	top: -390px;

}
#ffxFoot a:link, #ffxFoot a:active {
	color: white;
}
#ffxFoot a:visited {
   color: grey;
}
#ffxFoot a:hover {
   color: blue;
}
#ffxFoot div.zware_block div.zware_block_title {
	display: none;

}

.strapLine {
	height: 50px;
	width:100%;
	background-color:#721a22;
	margin-bottom:20px;
	text-align: center;

}

.strapLine h3 {
	padding-top:5px;
	margin-bottom:5px;
	position: relative;
	top: -180px;
	font-size: 2.4em ;
	color: white;

}

.footerLinks {
	position: relative;
	top: -135px;
	width:100%;
	float:left;
}
.footLinkLeft {
	display:block;
	float: left;
}
.footLinkRight {
	display:block;
	float: right;
}



/** Big buttons **/
#ffxButtons {
	position: relative;
	top: -573px;
	margin-left:20px;
	z-index:75;
}

#pageLoader {
 background: url(/images/modules/ffx/ajax-loader.gif) no-repeat center center;
 }

.ffxBtnMarginLeft {
	width:20px;
	background-color:black;
	height:50px;
	margin-top:120px;
	float:left;
}


.propBtn {
	float:left;
	Background-repeat : no-repeat;
	display:block;
    margin-right: 12px;
}

#ffxLeftBtn {
	Background-image : url("/images/modules/ffx/learn_off.gif");
	width:265px;
	height:172px;
}
#ffxLeftBtn:hover {
	Background-image : url("/images/modules/ffx/learn_on.gif");
	}
#ffxMidBtn {
	Background-image : url("/images/modules/ffx/sponsor_off.gif");
	width:279px;
	height:187px;
	position:relative;
	top:-15px;
}
#ffxMidBtn:hover {
	Background-image : url("/images/modules/ffx/sponsor_on.gif");
	}
#ffxRightBtn {
	Background-image : url("/images/modules/ffx/join_off.gif");
	width:308px;
	height:185px;
	position:relative;
	top:-5px;
}
#ffxRightBtn:hover {
	Background-image : url("/images/modules/ffx/join_on.gif");
}

/* event calendar hover tip */
div#tooltip {
	display:none;
	font-size:12px;
	width:160px;
	padding:25px;
	color:#fff;
	background:black;
	z-index:100;
	border:2px groove  #ffffff;
}
