/*---------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  MintexAboutUs.css                                  */
/*                                                                                 */
/* Contains:  www.MintexAppliance.com About Us Page Layout and Style Definitions   */
/*                                                                                 */
/* Date Changed  Name                  Change                                      */
/* ============  ====================  =========================================== */
/* 12/23/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                           */
/*-------------------------------------------------------------------*/
#aboutUsContainer
{
   position: relative;
   margin: 15px auto 0 auto;
   width: 880px;
   height: 1578px;
}

/*---------------------------*/
/* Contains About Us Content */
/*---------------------------*/
#aboutUsContent
{
   background-color: #D8D8D8;
   background-image: url(../images/stainlessSteel.gif);
   background-repeat: repeat;
   border-left: 4px solid #000000;
   border-right: 4px solid #000000;
   border-bottom: 4px solid #000000;
   position: absolute;
   top: 215px;
   left: 20px;
   width: 832px;
   height: 1359px;
   font-size: medium;
   font-weight: normal;
   text-align: justify;
}

/*--------------------------------*/
/* Contains About Us Header Image */
/*--------------------------------*/
#aboutUsHeader
{
   background-image: url(../images/aboutUsHeader.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 0px;
   left: 10px;
   width: 812px;
   height: 35px;
}

/*-------------------------------------*/
/* Contains About Us Section 1 Content */
/*-------------------------------------*/
#aboutUsContent_1
{
   background-color: #CCCFE0;
   position: absolute;
   top: 40px;
   left: 16px;
   width: 400px;
   height: 280px;
}

/*--------------------------------------*/
/* Contains About Us Image - Section 1a */
/*--------------------------------------*/
#aboutUsContent_1a
{
   background-image: url(../images/aboutUsContent_1.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 5px;
   left: 401px;
   width: 400px;
   height: 270px;
}

/*-------------------------------------*/
/* Contains About Us Section 2 Content */
/*-------------------------------------*/
#aboutUsContent_2
{
   position: absolute;
   top: 330px;
   left: 16px;
   width: 800px;
   height: 354px;
}

/*--------------------------------------*/
/* Contains About Us Image - Section 2a */
/*--------------------------------------*/
#aboutUsContent_2a
{
   background-image: url(../images/aboutUsContent_2.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 5px;
   left: 0px;
   width: 400px;
   height: 344px;
}

/*--------------------------------------*/
/* Contains About Us Section 2b Content */
/*--------------------------------------*/
#aboutUsContent_2b
{
   background-color: #CCCFE0;
   position: absolute;
   top: 0px;
   left: 401px;
   width: 400px;
   height: 354px;
}

/*-------------------------------------*/
/* Contains About Us Section 3 Content */
/*-------------------------------------*/
#aboutUsContent_3
{
   position: absolute;
   top: 694px;
   left: 16px;
   width: 800px;
   height: 595px;
}

/*--------------------------------------*/
/* Contains About Us Image - Section 3a */
/*--------------------------------------*/
#aboutUsContent_3a
{
   background-color: #CCCFE0;
   position: absolute;
   top: 90px;
   left: 0px;
   width: 400px;
   height: 415px;
}

/*--------------------------------------*/
/* Contains About Us Image - Section 3b */
/*--------------------------------------*/
#aboutUsContent_3b
{
   background-image: url(../images/aboutUsContent_3.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 0px;
   left: 401px;
   width: 400px;
   height: 595px;
}

/*-----------------*/
/* Contains Footer */
/*-----------------*/
#aboutUsFooter
{
   position: absolute;
   top: 1299px;
   left: 0px;
   width: 832px;
   height: 60px;
}
