/*
    Purpose: Layout-based style definitions for eMachines
     Author: Robert Murray
    Created: October, 2005 - for eMachines redesign project
             Default style definitions for all pages 
*/
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;
}

#pageTop {
    display: inline;
    position: absolute; top: 0; left: 0;
    height: 0;
    visibility: hidden;
}
#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; 
    background: url(../img/extras/grey174.gif) top left repeat-y;
    font-size: 10pt;
}

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

/*
 *  This container encloses the containerLeft and containerMain divs
 */
#containerLeftMain { }

/*  Fix for short side nav HACK -  Needed for Firefox, not IE */
head:first-child+body #containerLeftMain {
    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; 
}

tr#containerHead td {
    border-bottom: solid 1px #fff;
}
#tcellHead {
    padding: 0px;
    margin: 0px;
    background-color: #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;
}

.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; 
}

/* Opinion lab */
#oplab { float: right; margin: 10px 10px 0 0; font-size: 9pt; }
#oplab img { display: inline; }
 
