/**************************************************************************************************************
// 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 {
	bottom:80px;
}

#splash .quote div {
	width:940px;
}

/****************************************************************** 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:515px;
}

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

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

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

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

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

/****************************************************************** General Info page*/

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

.infoBG .leftPanel {
	margin-bottom:470px;
}

/****************************************************************** 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;
}

/****************************************************************** Technical data page*/

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

.technicalBG .leftPanel {
	margin-bottom:480px;
}

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

