/*
    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;
    padding: 0;
}

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


#pageTop {
    display: inline;
    position: absolute; top: 0; left: 0;
    height: 0;
    visibility: hidden;
}
 
/*=========================================================================
 *  PRIMARY CONTAINERS 
 */
#containerPage {                 /* ENTIRE PAGE CONTAINER */
    width: 770px;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff; 
}

#containerTable {   
    width: 770px;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff; 
}

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

/* *  HEADER CONTAINTER */
#containerHead {
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    text-align: left;
}
tr#containerHead td {
    border-bottom: solid 1px #fff; 
}
#tcellHead {
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}
 
 
/*  LEFT SIDE NAVIGATION CONTAINER */
#containerLeft {
    float: left;
    width: 174px; 
    background: url(../img/extras/grey174.gif) top left repeat-y; 
    height: 100%;
}

/*  MAIN CONTENT AREA CONTAINER */
#containerMain {
    margin: 0px;
    background: #fff 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: 150px;
}

/*
.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 { 
    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; 
}
 

