@charset "UTF-8";

html, body{ 
	height:100%;
	width:100%;
	margin:0px;
}

body {
	background-color:#2e2e2e;
}

#backgroundGradient {
	background:#000 url(/images/common/backgroundGradient.png) repeat-x left bottom;
}

#container, #footerContent {
	margin:0px auto;
	display:block;
	width:949px;
}

#footer {
	background:url(/images/footer/footerBackground.png) no-repeat center bottom;
	height:133px;
	margin-top:38px;
	clear:both;
}

#mainContent {
	background:url(/images/content/index/homeMidGradientDivider.png) no-repeat top left;
}

#footerContent {
	position:relative;
	padding-top:16px;
}

#header {
	position:relative;
	background:url(/images/topNav/headerBackground.png) no-repeat;
	height:138px;
	width:949px;
	z-index:2;
}

#logo {
	position:absolute;
	top:60px;
	left:8px;
}

ul.mainNav {
	list-style:none;
	position:absolute;
	left: 360px;
	bottom: 19px;
}

ul.mainNav li {
	float:left;
	background-image:url(/images/topNav/divider.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:0px;
}

ul.mainNav li.first {
	border-left:none;
}

ul.mainNav li.last {
	border-right:none;
}


ul.mainNav li a {
	display:block;
	padding:70px 20px 14px 20px;
}

ul.mainNav li a span {
	display:block;
	overflow:hidden;
	position:relative;
	height:11px;
	width:80px;
}

ul.mainNav li a span img {
	position:absolute;
}

ul.mainNav li a:hover, ul.mainNav li a.active {
	background:url(/images/topNav/mainLinkBackground.png) repeat-x left bottom;
}

ul.mainNav li a:hover span img, ul.mainNav li a.active span img {
	position:absolute;
	top:-11px;
}

ul.footerLinks {
	list-style:none;
	margin-left:8px;
}

ul.footerLinks li {
	float:left;
	margin:0px 12px 0px 0px;
}

ul.footerLinks li a {
	display:block;
	background:url(/images/common/liArrow.gif) no-repeat left center;
	padding-left:11px;
	text-decoration:none;
	color:#FFF;
}

.copyright {
	padding-top:25px;
	text-align:center;
	clear:both;
}

#content {
	margin-top:-18px;
	position:relative;
}

.contentHeader {
	padding-top:41px;
	height:121px;
}

.contentHeader .description {
	display:block;
	width:440px;
}

.divider {
	border-left:solid 1px #212121;
	border-right:solid 1px #313131;
	width:2px;
	float:left;
}

.step {
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	position:relative;
	background-color:#292929;
	width:155px;
	height:54px;
	padding:10px 10px 10px 48px;
	text-align:left;
	font-size:11px;
}

.step.one {
	background-image:url(/images/common/list1.png);
}

.step.two {
	background-image:url(/images/common/list2.png);
}

.step.three {
	background-image:url(/images/common/list3.png);
}

.step.four {
	background-image:url(/images/common/list4.png);
}
.step.five {
	background-image:url(/images/common/list5.png);
}
.step.six {
	background-image:url(/images/common/list6.png);
}

.step .corner {
	background:url(/images/common/listBackgroundCorners.gif) no-repeat;
	position:absolute;
	display:block;
	width:6px;
	height:6px;
}

.step .corner.tl {
	background-position:top left;
	top:0px;
	left:0px;
}

.step .corner.tr {
	background-position:top right;
	top:0px;
	right:0px;
}

.step .corner.bl {
	background-position:bottom left;
	bottom:0px;
	left:0px;
}

.step .corner.br {
	background-position:bottom right;
	bottom:0px;
	right:0px;
}

.panel {
	position:relative;
	background:#212121 url(/images/common/panelBackground.png) repeat-x left top;
}

.panel .corner {
	background:url(/images/common/panelCorners.gif) no-repeat;
	position:absolute;
	display:block;
	width:6px;
	height:6px;
	overflow:hidden;
}

.panel .corner.tl {
	background-position:top left;
	top:0px;
	left:0px;
}

.panel .corner.tr {
	background-position:top right;
	top:0px;
	right:0px;
}

.panel .corner.bl {
	background-position:bottom left;
	bottom:0px;
	left:0px;
}

.panel .corner.br {
	background-position:bottom right;
	bottom:0px;
	right:0px;
}

.panel .panelLeftNav {
	float:left;
	position:relative;
}

.panel .panelContent {
	float:left;
	width:538px;
	padding:0px 50px 50px 50px;
	position:relative;
	min-height:300px;
}


h1 {
	color:#ffae00;
	font-size:22px;
	padding:0px;
	margin:4px 0px;
}

h3 {
	font-size:15px;
	margin:6px 0px;
}

h4 {
	font-size:14px;
	margin:8px 0px;
}

.panel h2 {
	position:relative;
	display:block;
	background:url(/images/common/h2Background.png) repeat-x;
	height:31px;
	margin:0px;
}

.panelLeftNav, .panel h2 {
	width:311px;
}

.panel h2 img {
	position:absolute;
}
.panel h2 img.title {
	position:relative;
	display:block;
	padding:9px 0px 0px 34px;
}

.panel h2 span {
	display:none;
}

ul.arrow
{
	list-style-image:url(/images/common/liArrow2.gif);
}

ul.panelTabs
{
	list-style:none;
	margin:0px;
}

ul.panelTabs li {
	position:relative;
	background:url(/images/common/panelTabGradient.png) repeat-y right top;
	margin:0px;
}

ul.panelTabs li.bottom:hover, ul.panelTabs li.bottom {
	background-image:url(/images/common/panelTabGradientBottom.png);
	height:200px;
}

ul.panelTabs li.off:hover {
	background-image:url(/images/common/panelTabGradient.png) !important;
}

ul.panelTabs li .step {
	position:absolute;
	width:35px;
	height:47px;
	padding:0px;
	top:18px;
}

ul.panelTabs li.active .step {
	background-position:-35px top;
}

ul.panelTabs li .step.one {
	background-image:url(/images/common/step1.png);
}

ul.panelTabs li .step.two {
	background-image:url(/images/common/step2.png);
}

ul.panelTabs li .step.three {
	background-image:url(/images/common/step3.png);
}

ul.panelTabs li .step.four {
	background-image:url(/images/common/step4.png);
}

ul.panelTabs li .step.five {
	background-image:url(/images/common/step5.png);
}

ul.panelTabs li .step.six {
	background-image:url(/images/common/step6.png);
}

ul.panelTabs li a {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	padding:10px 20px 13px 34px;
	background:url(/images/common/panelTabBorder.gif) no-repeat center bottom;
}

ul.panelTabs li .corner {
	background:url(/images/common/panelTabCorners.gif) no-repeat;
	position:absolute;
	display:none;
	right:0px;
	z-index:2;
}

ul.panelTabs li .corner.above {
	background-position:bottom right;
	top:-6px;
}

ul.panelTabs li .corner.below {
	background-position:top right;
	bottom:-6px;
}

ul.panelTabs li.no-cornerAbove .corner.above, ul.panelTabs li.no-cornerBelow .corner.below {
	display:none !important;
}

ul.panelTabs li:hover, ul.panelTabs li.active {
	background-image:none;
}

ul.panelTabs li.active .corner.above, ul.panelTabs li.active .corner.below {
	display:block;
}

ul.panelTabs li.last.active .corner.below, ul.panelTabs li.first.active .corner.above {
	display:none !important;
}

.panel .panelFooter {
	clear:both;
	background:#212121 url(/images/common/bottomPanelGradient.png) repeat-y right top;
	height:78px;
	padding:30px;
}

.panel .panelFooter .downloadText {
	font-size:13px;
	text-align:right;
	float:right;
	padding-right:16px;
}

.panel .panelFooter .downloadBtn {
	float:right;
}

a.email {
	padding-left:24px;
	background: url(/images/content/info/about/envelope.gif) no-repeat left center;
	color:#FFF;
}

a.downloadBtn {
	display:block;
	background-image:url(/images/content/info/about/download.png);
	width:212px;
	height:74px;
}

.important {
	font-size: 14px;
}

.errorContainer {
	margin:130px 138px;
	position:relative;
}

.errorContainer h1 {
	font-size:32px;
	font-weight:normal;
	color:#FFF;
}

.errorContainer .instructions {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}

.hr {
	background:url(/images/common/horizontalRule.png) no-repeat top center;
	height:2px;
	width:552px;
	margin: 8px auto 20px auto;
	display:block;
}


ul.simple {
	list-style-image:none;
}

ul.simple li {
	margin-bottom:5px;
}


.innerPanel {
	width:585px;
}

.innerPanel .top {
	background:url(/images/common/innerPanelBorderTop.png) no-repeat left top;
	height:8px;
}

.innerPanel .bottom {
	background:url(/images/common/innerPanelBorderBottom.png) no-repeat left top;
	height:8px;
}

.innerPanel table.innerPanelTable .left {
	background:#2a2a2a url(/images/common/innerPanelBorderLeft.png) no-repeat left top;
	width:2px;
}

.innerPanel table.innerPanelTable .right {
	background:#363636 url(/images/common/innerPanelBorderRight.png) no-repeat left top;
	width:2px;
}

.innerPanel table.innerPanelTable .innerPanelContent {
	background:#484747 url(/images/common/innerPanelBackground.png) repeat-x left top;
}

.innerPanel table.innerPanelTable {
	font-size:12px;
	font-weight:bold;
}

.indentLeft {
	padding-left: 20px;
	margin-top: -7px;
}

.importantOrange {
	color: #FFAE00;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.dividerWide {
	background:url(/images/common/dividerWide.png) no-repeat center top;
	height:2px;
	clear:both;
	margin:4px auto;
}

#footerContent .logoContainer
{
	margin-top:40px;
	margin-left:32px;
}

#footerContent .logoContainer .footerLogo
{
	float:left;
	display:block;
	height:30px;
	overflow:hidden;
	margin-left:25px;
	position:relative;
}

#footerContent .logoContainer .footerLogo img
{
	position:absolute;
	top:0px;
}

#footerContent .logoContainer .footerLogo img:hover
{
	top:auto;
	bottom:-1px;
}
.text_bold_orange {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFAE00;
}

input.text {
	padding:2px 5px;
	width:247px;
	height:18px;
	border:1px solid #000;
	background-color:#959595;
	color:#323232;
	font-size:12px;
}

.steps{
	background-image:url(/images/content/index/stepsPanel.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.stepItem{
	padding: 0px 25px 0px 58px;
	margin-top:28px;
	line-height:18px;
}
.keyFeatures{
	padding: 0px 28px 0px 28px;
}
.keyFeature{
	width:293px;
	margin-top:30px;
	padding-left:18px;
	background:url(/images/content/index/bullet.png) no-repeat;
	background-position: 0px 5px;
	line-height:17px;
}
.whyAnApp{
	background:url(/images/content/index/mainContentGradientDivider.png) no-repeat;
	background-position: 0px 1px;
}
.whyAnAppSlide{
	background: url(/images/content/index/FF_home_sideHighlight.png) no-repeat;
	background-position: 0px 1px;
}
.whyAnAppText{
	padding-bottom:36px;
	color:#f99118;
	line-height:18px;
}

.whyAnAppText a{
	color:#f99118;
}

.twitter {
	display: block;
	float: right;
	position:relative;
	top:-7px;
}

.twitter img {
	position:relative;
	top:6px;
}

.twitter a, .twitter a:hover {
	color:#FFFFFF;
}

#flashDownloadBtn {
	float: right;
	display: block;
}
div #slideshow {
	width: 362px;
	height: 426px;
	overflow: hidden;
}

div #slideshow div {
	width: 362px;
	height: 426px;
	text-align: center;
	color: #fff;
}