/*
--------------------------------------------------------------------------------

 Extra stylesheets: index.html

--------------------------------------------------------------------------------
*/

body {
    background-repeat: repeat-x;
    background-image: url(../images/bg-index.gif);
    background-position: 0px 130px;
    background-color: #9CF;
    }
#communication {
    position: absolute;
    height: 200px;
    top: 150px;
    width: 770px;
    left: 0px;
    }
#consumer {
	position: absolute;
    width: 170px;
    background: #36c;
    }
#consumer a {
	display: block;
	text-decoration: none;
	}	
#consumerHeader {
    padding: 20px 0 5px 15px;
    color:#9cf;
    }
#consumerHeader a,
#consumerText a {
	color:#9cf;
	}
#consumerTeaser {
    height: 55px;
    background: #9f6;
    color: #090;
    padding: 5px 10px 0 15px;
    }
#consumerTeaser a {
	color: #090;
	}
#consumerText {
    height: 55px;
    color:#9cf;
    padding: 5px 10px 0 15px;
    }        
#endorsement {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 125px;
    height: 22px;
    background: url(../images/wot-index.gif) no-repeat; 
    }
#metaNav {
	width: 740px;
	}