/**************************************************************************************************************
// Page-specific elements
// Panel margins dictate how much space on the bottom should be left so that they do not interfere with the
// background image.
**************************************************************************************************************/

/****************************************************************** Override splash quote location*/

#splash .quote {
	top:90px;
	right:100px;
	width:360px;
}

#splash .quote div {
	width:100%;
}

/****************************************************************** About page*/

.aboutBG {
	background:url("../images/about.jpg") 0% 100% no-repeat;
}

.aboutBG .leftPanel, .aboutBG .rightPanel {
	margin-bottom:275px;
}

/****************************************************************** Capabilities page*/

.capabilitiesBG {
	background:url("../images/capabilities.jpg") 0% 100% no-repeat;
}

.capabilitiesBG .leftPanel {
	margin-bottom:575px;
}

/****************************************************************** Contact page*/

.contactBG {
	background:url("../images/contact.jpg") 0% 100% no-repeat;
}

.contactBG .leftPanel, .contactBG .rightPanel {
	margin-bottom:500px;
}

/****************************************************************** Home page*/

.homeBG .leftPanel, .homeBG .rightPanel {
	margin-top:50px;
	margin-left:20px
}

/****************************************************************** Markets page*/

.marketsBG {
	background:url("../images/markets.jpg") 0% 100% no-repeat;
}

.marketsBG .leftPanel {
	margin-bottom:500px;
}

/****************************************************************** News pages*/

.newsBG {
	background:url("../images/news.jpg") 0% 100% no-repeat;
}

.newsBG .leftPanel {
	margin-bottom:680px;
}

/****************************************************************** Products page*/

.productsBG {
	background:url("../images/products.jpg") 0% 100% no-repeat;
}

.productsBG .leftPanel {
	margin-bottom:585px;
}

#navbar ul {
	width:875px;
	float:left;
}

