/*----------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  AltomConstructionEquipment.css                      */
/*                                                                                  */
/* Contains:  www.AltomConstruction.com Equipment Page Layout and Style Definitions */
/*                                                                                  */
/* Date Changed  Name                  Change                                       */
/* ============  ====================  ============================================ */
/* 11/05/2008    Brandon Hofmann       New Cascading Style Sheet                    */
/*----------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------*/
/* Primary Division Layer and the ONLY one with a Relative Position  */
/* permitting entire page to resize according to browser window size */
/*                                                                   */
/* Contains all subsequent Division Layers                           */
/*-------------------------------------------------------------------*/
#equipmentContainer
{
   position: relative;
   border: 10px solid #3F4D56;
   margin: 15px auto 0 auto;
   background-color: #FFFFFF;
   width: 880px;
   height: 1228px;
}

/*---------------------------------*/
/* Contains Equipment Header Image */
/*---------------------------------*/
#equipmentHeader
{
   background-image: url(../images/equipmentHeader.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 207px;
   left: 10px;
   width: 860px;
   height: 35px;
}

/*----------------------------*/
/* Contains Equipment Content */
/*----------------------------*/
#equipmentContent
{
   background-color: #FFFFFF;
   position: absolute;
   top: 247px;
   left: 16px;
   width: 849px;
   height: 916px;
}

/*--------------------------------------*/
/* Contains Equipment Image - Section 1 */
/*--------------------------------------*/
#equipmentContent_1
{
   background-image: url(../images/equipmentContent_1.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 100px;
   left: 54px;
   width: 741px;
   height: 222px;
}

/*------------------------------------------------*/
/* Contains Equipment Animated Images - Section 2 */
/*------------------------------------------------*/
#equipmentContent_2
{
   background-color: #FC0000;
   position: absolute;
   top: 332px;
   left: 0px;
   width: 849px;
   height: 287px;
}

/*------------------------------------------------*/
/* Contains Equipment Animated Image - Section 2a */
/*------------------------------------------------*/
#equipmentContent_2a
{
   background-image: url(../images/equipmentContent_2a.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 5px;
   left: 5px;
   width: 415px;
   height: 277px;
}

/*------------------------------------------------*/
/* Contains Equipment Animated Image - Section 2b */
/*------------------------------------------------*/
#equipmentContent_2b
{
   background-image: url(../images/equipmentContent_2b.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 5px;
   left: 429px;
   width: 415px;
   height: 277px;
}

/*--------------------------------------*/
/* Contains Equipment Image - Section 3 */
/*--------------------------------------*/
#equipmentContent_3
{
   background-image: url(../images/equipmentContent_3.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 629px;
   left: 0px;
   width: 849px;
   height: 287px;
}

/*-----------------*/
/* Contains Footer */
/*-----------------*/
#equipmentFooter
{
   background-image: url(../images/footer.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 1168px;
   left: 0px;
   width: 880px;
   height: 25px;
}