body > div 
{
    background-image: url('../images/general/bg_texture.jpg');
}

#mainContainer 
{
    min-width: 960px;
    max-width: 1800px;
    height: 450px;
}

#mainContainerFade1
{
    min-width: 960px;
    max-width: 1800px;
    height: 450px;
    position: relative;
    background: #000000 url('../images/homepage/rotating_banner/home_main_fp_1_top.jpg') no-repeat center;
    z-index: 0;
}

#mainContainerFade2
{
    min-width: 960px;
    max-width: 1800px;
    height: 450px;
    position: relative;
    top: -450px;
    background: #000000 url('../images/homepage/rotating_banner/home_main_fp_1_top.jpg') no-repeat center;
    z-index: 1;
}

#panelsContainer 
{
    min-width: 960px;
    max-width: 1800px;
    height: 223px;
    background: #000000 url('../images/homepage/rotating_banner/home_main_bottom.jpg') no-repeat center;
}

#content 
{
    background-image: none;
}

.fpLogo 
{
    float: right;
}

#mainContainer .contentItemContainer 
{
    position: relative;
    top: 26px;
    height: 424px;
    width: 962px;
    margin: 0 auto;
}

#mainContainer .contentItem 
{
    float: right;
    width: 373px;
    margin: 27px 40px 0px 0px;
    font: normal 13px Arial;
}
#mainContainer .contentItemLeft
{
    float: left;
    width: 373px;
    margin: 27px 40px 0px 0px;
    font: normal 13px Arial;
}

#mainContainer .contentItem .title, #mainContainer .contentItemLeft .titleLeft
{
    margin: 57px 0 10px 0;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
    width: 373px;
}
#mainContainer .contentItemLeft .titleLeft {
	text-align:left;
	
}
#mainContainer .contentItem .copy
{
    width: 373px;
    margin-top: 7px;
}
#mainContainer .contentItemLeft .copyLeft
{
    width: 373px;
    margin-top: 7px;
	text-align:left;
}

#mainContainer .contentItem .button, #mainContainer .contentItemLeft .button
{
    width: 373px;
    margin-top: 14px;
}
#mainContainer .contentItemLeft .buttonLeft {
	text-align:left;
    margin-top: 14px;
}
#mainContainer .contentItem .ammo
{
    width: 373px;
    margin-top: 50px;
}

.contentItemContainer > div.contentItem 
{
    position: absolute;
    right: 0px;
    display: none;
}
.contentItemContainer > div.contentItemLeft {
    position: absolute;
    left: 0px;
    display: none;
}
#panels 
{
    width: 962px;
    height: 220px;
}

#panel_1 
{
    width: 342px;
    margin-right: 2px;
    float: left;
    height: 120px;
}

#panel_1 > img 
{
    margin-left: 18px;
}

#panel_1 .content 
{
    width: 215px; 
    float: left;
}

#panel_1 .content div 
{
    margin: 0 5px 0 15px;
}

#panel_1 .content img 
{
    margin: 17px 0px 0px 15px;
}

#panel_2, 
#panel_3, 
#panel_4 
{
    font: italic 12px "Trebuchet MS", Arial;
    width: 204px;
    margin-right: 2px;
    position: relative;
    float: left;
}

#panel_2 .content 
{
    padding: 0px 30px;
}

#panel_3 .content 
{
    padding: 0px 30px;
    position: relative;
    top: 8px;
}

.headline 
{
    font: normal 20px "Trebuchet MS", "Myriad Pro", Arial;
}

.descriptionText 
{
    font: italic normal 13px "Trebuchet MS", Arial;
    padding-top: 2px;
}

a.learnMore 
{
    font-style: normal;
    font-weight: bold;
    color: #9ccbe6;
    font-size: 11px;
}

a.learnMore:hover 
{
    color: #fefefe;
}

#panels .content a img
{
    margin-top: 15px;
}

.homeSpeerLogo 
{
    margin-bottom: 30px;
}

.homeFPLogo 
{
    margin-bottom: 20px;
}

#eagleHome 
{
    padding: 15px 0px 5px 0px;
    height: 30px;
}

#blackHawk 
{
    padding: 0px 0px 15px 0px;
    height: 17px;
}

#force 
{
    padding-top: 15px;
    height: 41px;
}

#eagle .learnMore 
{
    position: relative;
    top: -13px;
    left: 10px;
}

#blackHawk .learnMore 
{
    position: relative;
    top: -5px;
    left: 3px;
}

#force .learnMore 
{
    position: relative;
    top: -17px;
    left: 3px;
}

#thumbs 
{
    position: absolute;
    top: 396px;
    left: 64px;
}

#thumbsBG 
{
    background-color: #000;
    opacity: 0.35;
    filter:alpha(opacity=35);
    position: absolute;
    top: 390px;
    left: 50px;
    width: 117px;
    height: 21px;
}

.thumbButton 
{
    opacity: 1;
    filter:alpha(opacity=100);
    width: 10px;
    height: 8px;
    background-color: #99aabe;
    margin: 0px 2px;
}

.thumbButtonArrow 
{
    margin: 0px 2px;
}

.thumbButtonSelected
{
    background-color: #fff;
}
