/*------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  AltomFarms.css                                  */
/*                                                                              */
/* Contains:  www.AltomFarms.com Home Page Layout and Style Definitions         */
/*                                                                              */
/* Date Changed  Name                  Change                                   */
/* ============  ====================  ======================================== */
/* 08/11/2008    Brandon Hofmann       New Cascading Style Sheet                */
/*------------------------------------------------------------------------------*/

/*----------------------------------------------------------*/
/* Contains Grass Background Image and every Division Layer */
/*----------------------------------------------------------*/
body
{
   margin: 0px;
   padding: 0px;
   background-color: #FFFFFF;
   background-image: url(../images/grass.jpg);
   background-repeat: repeat;
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
}

p
{
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 15px;
   margin-left: 0px;
}

ul
{
   padding: 0px;
   line-height: 15px;
   list-style-position: outside;
   list-style-type: disc;
   font-size: small;
   font-weight: normal;
}

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

/*--------------------------------------------------------------------*/
/* Contains Company Logo, Home, and Contact Us Navigation Image Links */
/*--------------------------------------------------------------------*/
#header
{
   background-image: url(../images/header.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 755px;
   height: 140px;
}

/*---------------------------------------------------*/
/* Contains Animated .GIF Home Navigation Image Link */
/*---------------------------------------------------*/
#homeImage
{
   position: absolute;
   top: 0px;
   left: 455px;
   width: 55px;
   height: 37px;
}

/*-------------------------------------------*/
/* Contains Home Navigation Image Label Link */
/*-------------------------------------------*/
#homeText
{
   position: absolute;
   top: 15px;
   left: 515px;
   width: 44px;
   height: 11px;
}

/*---------------------------------------------------------*/
/* Contains Animated .GIF Contact Us Navigation Image Link */
/*---------------------------------------------------------*/
#contactImage
{
   position: absolute;
   top: 7px;
   left: 600px;
   width: 35px;
   height: 24px;
}

/*-------------------------------------------------*/
/* Contains Contact Us Navigation Image Label Link */
/*-------------------------------------------------*/
#contactText
{
   position: absolute;
   top: 15px;
   left: 640px;
   width: 97px;
   height: 11px;
}

/*---------------------------------------------------*/
/* Contains Information Navigation Image Label Links */
/*---------------------------------------------------*/
#linkBackground
{
   background-image: url(../images/LinkBackground.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 140px;
   left: 0px;
   width: 755px;
   height: 35px;
}

/*-----------------------------------------------------------*/
/* Contains About Us Information Navigation Image Label Link */
/*-----------------------------------------------------------*/
#aboutImages
{
   position: absolute;
   top: 0px;
   left: 66px;
   width: 125px;
   height: 35px;
}

/*------------------------------------------------------------*/
/* Contains Equipment Information Navigation Image Label Link */
/*------------------------------------------------------------*/
#equipmentImages
{
   position: absolute;
   top: 0px;
   left: 192px;
   width: 125px;
   height: 35px;
}

/*------------------------------------------------------------*/
/* Contains Personnel Information Navigation Image Label Link */
/*------------------------------------------------------------*/
#personnelImages
{
   position: absolute;
   top: 0px;
   left: 318px;
   width: 125px;
   height: 35px;
}

/*-----------------------------------------------------------*/
/* Contains Products Information Navigation Image Label Link */
/*-----------------------------------------------------------*/
#productImages
{
   position: absolute;
   top: 0px;
   left: 444px;
   width: 125px;
   height: 35px;
}

/*-----------------------------------------------------------*/
/* Contains Delivery Information Navigation Image Label Link */
/*-----------------------------------------------------------*/
#deliveryImages
{
   position: absolute;
   top: 0px;
   left: 570px;
   width: 125px;
   height: 35px;
}

/*-----------------------*/
/* Contains Splash Image */
/*-----------------------*/
#splash
{
   background-image: url(../images/splash.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 175px;
   left: 0px;
   width: 755px;
   height: 285px;
}

/*-----------------------------------------------------*/
/* Contains Animated .GIF displaying Company Strengths */
/*-----------------------------------------------------*/
#animatedText
{
   background-image: url(../images/animatedText.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 460px;
   left: 0px;
   width: 755px;
   height: 35px;
}

/*----------------------------------*/
/* Contains List Display Properties */
/*----------------------------------*/
#listProperties
{
   margin-top: 5px;
   margin-right: 5px;
   margin-bottom: 5px;
   margin-left: 20px;
}

/*----------------------------------------*/
/* Contains Featured Product Header Image */
/*----------------------------------------*/
#featuredProductHeader
{
   background-image: url(../images/featuredProducts.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 500px;
   left: 10px;
   width: 300px;
   height: 35px;
}

/*--------------------------------*/
/* Contains Featured Product List */
/*--------------------------------*/
#featuredProducts
{
   background-color: #DBE1DD;
   position: absolute;
   top: 40px;
   left: 6px;
   width: 289px;
   height: 150px;
}

/*----------------------------------------*/
/* Contains Special Services Header Image */
/*----------------------------------------*/
#specialServicesHeader
{
   background-image: url(../images/specialServices.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 695px;
   left: 10px;
   width: 300px;
   height: 35px;
}

/*--------------------------------*/
/* Contains Special Services List */
/*--------------------------------*/
#specialServices
{
   background-color: #DBE1DD;
   position: absolute;
   top: 40px;
   left: 6px;
   width: 289px;
   height: 200px;
}

/*------------------------------------*/
/* Contains Introduction Header Image */
/*------------------------------------*/
#introductionHeader
{
   background-image: url(../images/introduction.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 500px;
   left: 320px;
   width: 425px;
   height: 35px;
}

/*-------------------------------*/
/* Contains Introduction Content */
/*-------------------------------*/
#introduction
{
   background-color: #FFFFFF;
   position: absolute;
   top: 40px;
   left: 6px;
   width: 414px;
   height: 395px;
}

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

/*-----------------------------------------------------------*/
/* Contains Elite Tracking Solutions Credit and Company Link */
/*-----------------------------------------------------------*/
#ets
{
   background-image: url(../images/ets.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 30px;
   left: 10px;
   width: 735px;
   height: 25px;
}

/*----------------------------------------------*/
/* Contains Elite Tracking Solutions Image Link */
/*----------------------------------------------*/
#etsName
{
   background-image: url(../images/etsName.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 2px;
   left: 424px;
   width: 143px;
   height: 20px;
}
