/*  
Name: Logistics style sheet 
Description: Over-rides styles for all Logistics based pages
Version: 1.0
Author: Adam Chamberlin
*/

#mainImage {
	background-image: url(../images/headers/logistics/logistics_default.jpg);
}

#mainImage.point-sale-distribution {
	background-image: url(../images/headers/logistics/logistics_point_sale_distribution.jpg);
}

#mainImage.retail-logistics {
	background-image: url(../images/headers/logistics/logistics_retail_logistics.jpg);
}

#mainImage.field-support {
	background-image: url(../images/headers/logistics/logistics_field_support.jpg);
}

#mainImage.reverse-logistics {
	background-image: url(../images/headers/logistics/logistics_reverse_logistics.jpg);
}

#mainImage.storage-distribution {
	background-image: url(../images/headers/logistics/logistics_storage_distribution.jpg);
}

/*
#features h4, #benefits h4, #sidebar h4 {
	color: #93B7D8;
}*/

#mainImage h2 a:hover {
	color: #93B7D8;
}

/*
#mainContent h4, #sidebar h4 {
	color: #93B7D8;
}*/

#mainContentBody {
	border-left: 10px solid #cecdce;
	padding-left:20px;
}

.caseStudies h1,h2,h3,h4 {
	color: #93B7D8;
	margin-bottom: 0px;
}

.twoColumnBody {
}

.twoColumnBody .leftColumn {
	width: 280px;
}

.twoColumnBody .rightColumn {
	width: 280px;
}

.twoColumnBody li {
	list-style-type: none;
	margin-bottom: 10px;
}

.twoColumnBody h1,h2,h3,h4 {
	colour: #93B7D8;
}

.twoColumnBody .leftColumn ul {
	margin-left: 0px;
	padding-left: 0px;
}

.twoColumnBody .rightColumn ul {
	margin-left: 0px;
	padding-left: 0px;
}

.caseStudies {
	padding-left: 40px;
}

.caseStudies li {
	text-decoration: none;
	list-style-type: none;
}

.caseStudies a {
	color: rgb(65,64,66);
}

.caseStudies a:hover {
	color: #93B7D8;
}

.caseStudiesBody {
	width: 350px;
}

.leftColumn {
	float: left;
}

.rightColumn {
	float: right;
}

/* quickest way to implement it for now */
#sidebar #point-sale-distribution, 
#sidebar #storage-distribution, 
#sidebar #retail-logistics, 
#sidebar #reverse-logistics,
#sidebar #field-support {
	background:transparent url(../images/menuSelect.png) no-repeat scroll left top;
	margin-left:-20px;
	padding:0 20px 7px;
	width:200px;
}

#elementBrowser {
	border-top: 1px solid #BDCDDA;
}
