/*----------------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  MintexProductsServiced.css                                */
/*                                                                                        */
/* Contains:  www.MintexAppliance.com Products Serviced 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                           */
/*-------------------------------------------------------------------*/
#productsServicedContainer
{
   position: relative;
   margin: 15px auto 0 auto;
   width: 880px;
   height: 1013px;
}

/*------------------------------------*/
/* Contains Products Serviced Content */
/*------------------------------------*/
#productsServicedContent
{
   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: 794px;
}

/*-----------------------------------------*/
/* Contains Products Serviced Header Image */
/*-----------------------------------------*/
#productsServicedHeader
{
   background-image: url(../images/productsServicedHeader.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 Products Serviced Descriptions - Section 1 */
/*-----------------------------------------------------*/
#productsServicedContent_1
{
   background-image: url(../images/productsServicedContent_1.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 40px;
   left: 16px;
   width: 400px;
   height: 684px;
}

/*-----------------------------------------------*/
/* Contains Products Serviced Image - Section 1a */
/*-----------------------------------------------*/
#productsServicedContent_1a
{
   background-color: #CCCFE0;
   position: absolute;
   top: 122px;
   left: 401px;
   width: 400px;
   height: 440px;
   font-size: medium;
   font-weight: normal;
   text-align: left;
}

/*-----------------------------------------------*/
/* Contains Products Serviced Image - Section 1b */
/*-----------------------------------------------*/
#productsServicedContent_1b
{
   position: absolute;
   top: 65px;
   left: 10px;
   width: 190px;
   height: 295px;
}

/*-----------------------------------------------*/
/* Contains Products Serviced Image - Section 1c */
/*-----------------------------------------------*/
#productsServicedContent_1c
{
   position: absolute;
   top: 65px;
   left: 201px;
   width: 190px;
   height: 295px;
}

/*-----------------------------------------------*/
/* Contains Products Serviced Image - Section 1d */
/*-----------------------------------------------*/
#productsServicedContent_1d
{
   position: absolute;
   top: 375px;
   left: 10px;
   width: 380px;
   height: 55px;
}

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