/* Impulse website styles, Author: Plastique (richard@plastique.com.au), 20.02.2010 */


/* ### START UNIVERSAL STYLES ###  */
body {
	font: 12px Arial, Helvetica, Sans-serif;
	color: #6a8eaf;
	margin: 0;
	padding: 0;
	text-align: center;
    background: url(../images/impulseBg.jpg) 50% 0 no-repeat #001f3b;
}

a {
	outline: none;
	color: #b7d5f0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
    margin: 0;
}

.clear {
	clear: both;
}

p {
    /*line-height: 18px;
    margin: 12px 0 0 0;*/
}

.row {
    clear: both;
}

#mainContainer {
    width: 980px;
	position: relative;
	text-align: left;
    margin: 0 auto;
    padding: 0;
}


#headerContainer {
    width: 980px;
    height: 136px;
	position: relative;
	text-align: left;
}
#home #headerContainer {
	height: 165px;
}

#headerContainer h1 {
    width: 980px;
    height: 136px;
    text-indent: -9999px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
#home #headerContainer h1 {
	background: url(../images/impulseHdrBg2.jpg) 0 0 no-repeat;	
    height: 165px;
}
#bios #headerContainer h1 {
	    background: url(../images/impulseHdrBg.jpg) 0 0 no-repeat;
}

#contentContainer {
    width: 980px;
    min-height: 1px;
    /*background: url(../images/leftColBg.jpg) 0 0 no-repeat;*/
}

#contentContainer .padding {
    padding: 0 0 0 116px;
}

#contentContainer #youtubeContainer {
    float: left;
    width: 746px;
    height: 479px;
   
}

#contentContainer .leftCol {
    float: left;
    width: 355px;
    min-height: 1px;
}

#contentContainer .leftCol h2 {
    width: 355px;
    height: 74px;
    text-indent: -9999px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    background: url(../images/becomeAFanHdr2.jpg) 0 0 no-repeat;
}

#contentContainer .leftCol #facebookContainer {
    float: left;
    width: 355px;
    height: 466px;
    background: url(../images/facebookContainerBg.jpg) 0 0 no-repeat;
}

#contentContainer .rightCol {
    float: left;
    width: 509px;
    min-height: 1px;
}

#contentContainer .rightCol #promoContainer {
    float: left;
    width: 509px;
    height: 502px;
    background: url(../images/promoContainerBg.jpg) 0 0 no-repeat;
}

#contentContainer .rightCol #promoContainer span {
    visibility: hidden;
}

#contentContainer .rightCol #promoContainer a {
    float: left;
    padding: 0;
    margin: 70px 0 0 20px;
    display: block;
    width: 400px;
    height: 400px;
    text-indent: -9999px;
}

#contentContainer .rightCol h2 {
    width: 392px;
    height: 74px;
    text-indent: -9999px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    background: url(../images/promoHdr2.jpg) 0 0 no-repeat;
}

#contentContainer .bios {
	margin: 0 0 40px 112px;
	width: 750px;
}
#contentContainer .bios .bio_pic {
	float: left;
	width: 113px;
}
#contentContainer .bios .bio_desc {
	margin-left: 133px;
}
#contentContainer .bios .bio_desc p {
	color: #fff;
}

#footerContainer {
    width: 747px;
    height: 156px;
    margin: 0 0 0 116px;
	background: url(../images/footerContainerBg.png) 0 0 repeat-x;
    text-align: center;
	font: 11px Arial, Helvetica, Sans-serif;
	color: #6a8eaf;
    line-height: 14px;
}

#footerContainer p {
    padding: 17px 25px 0 25px;
    margin: 0;
}

#footerContainer ul {
    float: left;
    margin: 13px 0 0 214px;
    padding: 0 0 0 33px;
    list-style-type: none;
    height: 36px;
	background: url(../images/unileverBg.png) 0 0 no-repeat;
}

#footerContainer li {
    position: relative;
    float: left;
    display: inline;
    padding: 12px 7px 0 7px;
}

#footerContainer li.first {
    padding-right: 1px;
}

#footerContainer li.last {
    padding-left: 8px;
	background: url(../images/footerLine.png) 0 15px no-repeat;
}

#footerContainer li a {
    color: #6a8eaf;
    text-decoration: none;
}

#footerContainer li a:hover {
	text-decoration: underline;
}



/* ### END UNIVERSAL STYLES ###  */

