/*---------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  MintexReferences.css                               */
/*                                                                                 */
/* Contains:  www.MintexAppliance.com References 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                           */
/*-------------------------------------------------------------------*/
#referencesContainer
{
   position: relative;
   margin: 15px auto 0 auto;
   width: 880px;
   height: 857px;
}

/*-----------------------------*/
/* Contains References Content */
/*-----------------------------*/
#referencesContent
{
   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: 638px;
   text-align: justify;
}

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

/*---------------------------*/
/* Unordered List Properties */
/*---------------------------*/
ul
{
   padding: 0px;
   line-height: 20px;
   list-style-position: outside;
   list-style-type: disc;
   font-size: medium;
   font-weight: normal;
}

/*---------------------------------*/
/* Contains References Information */
/*---------------------------------*/
#referencesContent_1
{
   position: absolute;
   top: 40px;
   left: 16px;
   width: 800px;
   height: 528px;
}

/*--------------------------------------------*/
/* Contains References Description Properties */
/*--------------------------------------------*/
#referencesContent_1a
{
   background-color: #CCCFE0;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 800px;
   height: 135px;
   font-size: medium;
   font-weight: normal;
   text-align: justify;
}

/*--------------------------*/
/* Contains References List */
/*--------------------------*/
#referencesContent_1b
{
   position: absolute;
   top: 85px;
   left: 10px;
   width: 780px;
   height: 50px;
   font-size: medium;
   font-weight: normal;
   text-align: justify;
}

/*---------------------------*/
/* Contains References Image */
/*---------------------------*/
#referencesContent_1c
{
   background-image: url(../images/referencesContent_1.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 185px;
   left: 145px;
   width: 510px;
   height: 343px;
}

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