/**************************************************************************************************************
// 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.
**************************************************************************************************************/

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

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

.aboutBG .leftPanel {
	margin-bottom:380px;
}

.aboutBG .rightPanel {
	margin-bottom:170px;
}

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

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

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

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

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

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

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

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

.homeBG .rightPanel {
	margin-top:50px;
	margin-right:20px;
}

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

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

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

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

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

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


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

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

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