/*
    Purpose: Layout-based style definitions for eMachines
     Author: Robert Murray
    Created: October, 2005 - for eMachines redesign project
    Warning: Use caution when editing this file since many styles here
             will affect the entire site.
*/


/*========================================================================
 *  Default style definitions for all pages 
 */

/*
* {
    margin: 0;
    padding: 0;
    background-color: #4b4b4b;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: black; 
}
*/

body {
    background-color: #4b4b4b;
    font-size: 10pt;
    font-family: Arial, sans-serif;
    color: black; 
    margin: 0 auto;
    padding: 0;
}

html {
    min-height: 100%; 
    margin-bottom: 1px; 
}


#top img {
    display: none;
    position: absolute; top: 10px; left: 0;
    height: 0;
}
 
/*=========================================================================
 *  PRIMARY CONTAINERS 
 */
#containerPage {                 /* ENTIRE PAGE CONTAINER */
    width: 770px;
    padding: 0px;
    margin: 0px auto;
    background-color: #ffffff; 
}

/*
 *  This container encloses the containerLeft and containerMain divs
 */
#containerLeftMain {
/*  Fix for short side nav */
    background: url(../img/extras/grey174.gif) top left repeat-y;
}

/*=========================================================================
 *  HEADER CONTAINTER 
 */
#containerHead {
    text-align: left;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    border-bottom: solid 1px #fff; 
}

/*=========================================================================
 *  LEFT SIDE NAVIGATION CONTAINER 
 */
#containerLeft {
    width: 174px; 
    min-height: 100%;
    height: 100%;
    background: url(../img/extras/grey174.gif) top left repeat-y; 
}

/*=========================================================================
 *  MAIN CONTENT AREA CONTAINER 
 */
#containerMain {
    margin: 0px;
 /* margin-left: 174px;  */
    background-color: #fff;
    background-image: none;
    vertical-align: top;
}

/*  Content areas start after the banner image at the top.  Default content
 *  is padded, and Nopad style is for special cases (like the press page).
 */
.containerContent {
    background-color: #fff;
    padding: 10px 20px 10px 15px;
    min-height: 200px;
}

/*
.containerWideContent {
    position: absolute;
    top: 78px;
    left: 579px;
    width: 964px;
    background-color: #fff;
    padding: 0px 20px 10px 15px;
    min-height: 200px;
}
*/

.containerContentNopad {
    background-color: #fff;
    padding: 0;
}

/*  Other containerMain-based styles */

#bannerImg {
    width: 596px;
    display: inline;
    border: 0 none;
}


/*=========================================================================
 *  Footer styles
 */
#containerFoot {                    /* FOOTER CONTAINER */
    clear: both;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #fff;
    border-top: 8px solid #797979;
}

#footNotes {
    background-color: #f2f2f2;
}   

#footNav {
    margin: 10px 0 10px 15px;
    font-size: 9pt;
    text-decoration: none;
}
#footCopyright {
    margin: 10px 0 10px 15px;
    font-size: 9pt;
    color: black; 
}
 

