/* THIS STYLESHEET CONTAINS THE BACKGROUND IMAGE IMFORMATION FOR EACH PAGE (EXCEPT THE HOMEPAGE) */

/* IMAGES FOR THE MAIN SITE SECTIONS */
#product-page-image {
	background-image:url(../../../images/stories/products/productsheader.jpg);
}

#about-page-image {
	background-image:url(../../../images/stories/about/companyheader.jpg);
}

#invest-page-image {
	background-image:url(../../../images/stories/investor/investorheader.jpg);
}

#career-page-image {
	background-image:url(../../../images/stories/careers/careersheader.jpg);
}

#contact-page-image {
	background-image:url(../../../images/stories/contact/contactheader.jpg);
}

#sub-page-image {
	background-image:url(../../../images/stories/global/subheader.jpg);
}


/* IMAGES FOR THE SUB-SECTIONS */
#about-sub-page-image {
	background-image:url(../../../images/stories/about/aboutsubheader.jpg);
}

#product-sub-page-image {
	background-image:url(../../../images/stories/products/productsubheader.jpg);
}

#invest-sub-page-image {
	background-image:url(../../../images/stories/investor/investsubheader.jpg);
}

#career-sub-page-image {
	background-image:url(../../../images/stories/careers/careersubheader.jpg);
}

#contact-sub-page-image {
	background-image:url(../../../images/stories/contact/contactsubheader.jpg);
}


#product-page-image,
#about-page-image,
#invest-page-image,
#career-page-image,
#contact-page-image,
#sub-page-image {
	height:160px;
	width:634px;
	_width:614px;
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0;
	padding:0;
	overflow:hidden; !important
}

#about-sub-page-image,
#product-sub-page-image,
#invest-sub-page-image,
#career-sub-page-image,
#contact-sub-page-image {
	height:69px;
	width:634px;
	#width:614px;
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0;
	padding:0;
}
