@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px none #999;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	background-color: #016fa0;
	margin: 0px;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #FFF;
	background-image: url(../navigation/assets/nav_blue_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	width:172px;
	/*height:24px*/;
}
.CollapsiblePanelTab h3 {
	color: #FFF;
	font-size: 1.3em;
	background-image: url(../navigation/assets/+2.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}
.CollapsiblePanelTab a {
}

.small_collapse
{
	background-image: url(../navigation/assets/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.small_collapse li a
{
	width: 190px !important;
}

.CollapsiblePanelContent ul {
	padding: 0px 0px 20px 0px !important;
	margin: 0px !important;
}
.CollapsiblePanelContent ul li {
	list-style-type: none;
	margin: 0px;
	padding:0px;
}
.CollapsiblePanelContent ul li a {
	font-size: 0.8em;
	display: block;
	/*height: 24px;*/
	width:206px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d5d5d5;
	border-left-color: #d5d5d5;
}
.CollapsiblePanelContent ul li a:hover {
	background-color: #EFEFEF;
	text-decoration: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d5d5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d5d5d5;
	border-left-color: #d5d5d5;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image: url(../navigation/assets/nav_blue_bg2.gif);
	background-repeat: repeat-x;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
}
.CollapsiblePanelOpen .CollapsiblePanelTab h3 {
	background-image: url(../navigation/assets/_2.png);
}
.CollapsiblePanelTabHover #retail    {
	background-image: url(../navigation/assets/retail_bg_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#CollapsiblePanel1 #retail {
	background-color: #99bf08;
	background-image: url(../navigation/assets/retail_bg.gif);
	width:188px !important;
	/*height:25px !important;*/
}
#CollapsiblePanel1 .CollapsiblePanelTabHover#retail {
	background-color: #99bf08;
	background-image: url(../navigation/assets/retail_bg_hover.gif);
}
#CollapsiblePanel1 .CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	background-image: url(../navigation/assets/nav_bg2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFF;
}
#CollapsiblePanel1 #retail h3 {
	cursor: pointer;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	border: 1px none #FFF;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#CollapsiblePanel2 #office {
	background-color: #f88008;
	background-image: url(../navigation/assets/topSection_orange_bg.gif);
	width:188px !important;
	/*height:25px !important;*/
}
#CollapsiblePanel2 #office h3 {
	cursor: pointer;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	border: 1px none #FFF;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#CollapsiblePanel2 .CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	background-image: url(../navigation/assets/nav_bg2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFF;
}
#CollapsiblePanel2 .CollapsiblePanelTabHover#office {
	background-image: url(../navigation/assets/topSection_orange_bg_hover.gif);
}
#CollapsiblePanel6 {
	margin-bottom: 30px;
}
#CollapsiblePanel6 .CollapsiblePanelTab {
	background-color: #EE7400;
	margin: 0px;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	background-image: url(../navigation/assets/topSection_orange_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d5d5d5;
	border-right-color: #d5d5d5;
	border-bottom-color: #d5d5d5;
	border-left-color: #d5d5d5;
	width: 598px !important;
}
.CollapsiblePanelTab#achieved h3 {
	color: #FFF;
	font-size: 1.6em;
	background-image: url(../navigation/assets/+2.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}
.CollapsiblePanelOpen .CollapsiblePanelTab#achieved h3   {
	color: #FFF;
	font-size: 1.6em;
	background-image: url(../navigation/assets/_2.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}


#CollapsiblePanel6 .CollapsiblePanelContent {
	background-image: url(../retail/assets/pod_bg2.gif);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#CollapsiblePanel6 .CollapsiblePanelContentsmall ul,
#CollapsiblePanel6 .CollapsiblePanelContentlarge ul
{
	list-style-type: none;
	padding: 0px 0px 70px 0px;
}

#CollapsiblePanel6 .CollapsiblePanelContent ul {
	list-style-type: none;
}

#CollapsiblePanel6 .CollapsiblePanelContentlarge ul li,
#CollapsiblePanel6 .CollapsiblePanelContentsmall ul li,
#CollapsiblePanel6 .CollapsiblePanelContent ul li {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-left: 40px;
	background-image: url(../office/assets/tick.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#CollapsiblePanel6 .CollapsiblePanelContent ul li a {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1em;
}
#CollapsiblePanel6 .CollapsiblePanelContent ul li a:hover {
	text-decoration: underline;
	background-color: #FDFDFD;
}
#CollapsiblePanel6 .CollapsiblePanelTabHover {
	background-color: #EE7400;
	background-image: url(../navigation/assets/topSection_orange_bg_hover.gif);
}
.colour {
	color: #954C0C;
	margin-left: 10px;
}
#CollapsiblePanel7 {
	margin-bottom: 30px;
}
#CollapsiblePanel7 .CollapsiblePanelTab {
	background-color: #96BB00;
	margin: 0px;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	background-image: url(../navigation/assets/retail_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d5d5d5;
	border-right-color: #d5d5d5;
	border-bottom-color: #d5d5d5;
	border-left-color: #d5d5d5;
	width: 598px !important;
}

#CollapsiblePanel6 .CollapsiblePanelContentsmall,
#CollapsiblePanel7 .CollapsiblePanelContentsmall {
	background-image: url(../retail/assets/pod_bg3.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#CollapsiblePanel6 .CollapsiblePanelContentlarge,
#CollapsiblePanel7 .CollapsiblePanelContentlarge {
	background-image: url(../retail/assets/pod_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#CollapsiblePanel7 .CollapsiblePanelContent {
	background-image: url(../retail/assets/pod_bg2.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#CollapsiblePanel7 .CollapsiblePanelContentsmall ul,
#CollapsiblePanel7 .CollapsiblePanelContentlarge ul
{
	list-style-type: none;
	padding: 0px 0px 70px 0px;
}

#CollapsiblePanel7 .CollapsiblePanelContent ul {
	list-style-type: none;
}

#CollapsiblePanel7 .CollapsiblePanelContentsmall ul li,
#CollapsiblePanel7 .CollapsiblePanelContentlarge ul li,
#CollapsiblePanel7 .CollapsiblePanelContent ul li {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-left: 40px;
	background-image: url(../retail/assets/tick.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 40px;
}

#CollapsiblePanel7 .CollapsiblePanelContentsmall ul li a,
#CollapsiblePanel7 .CollapsiblePanelContentlarge ul li a,
#CollapsiblePanel7 .CollapsiblePanelContent ul li a {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1em;
}

#CollapsiblePanel7 .CollapsiblePanelContentsmall ul li a:hover,
#CollapsiblePanel7 .CollapsiblePanelContentlarge ul li a:hover,
#CollapsiblePanel7 .CollapsiblePanelContent ul li a:hover {
	text-decoration: underline;
	background-color: #FDFDFD;
}
#CollapsiblePanel7 .CollapsiblePanelTabHover {
	background-image: url(../navigation/assets/retail_bg_hover.gif);
	background-color: #6aa100;
}
.colour2 {
	color: #5A7201;
	margin-left: 10px;
}
#navigation #indexretail {
	border: 1px solid #FFF;
	background-color: #98BE06;
	background-image: url(../navigation/assets/retail_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 10px;
	font-size: 1em;
}
#navigation #indexretail h3 {
	font-size: 1.6em;
	color: #FFF;
	font-weight: bold;
}
#navigation #indexretail h3 a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#navigation #indexretail h3 a:hover {
	text-decoration: none;
	background-image: url(../navigation/assets/retail_bg_hover.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#navigation #indexoffice {
	border: 1px solid #FFF;
	background-color: #EF7A11;
	background-image: url(../navigation/assets/topSection_orange_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 10px;
	font-size: 1em;
}
#navigation #indexoffice h3 {
	font-size: 1.6em;
	color: #FFF;
	font-weight: bold;
}
#navigation #indexoffice h3 a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#navigation #indexoffice h3 a:hover {
	text-decoration: none;
	background-image: url(../navigation/assets/topSection_orange_bg_hover.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#managingh2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 500px;
	background-image: url(../retail/assets/managingheading.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#reducingh2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 600px;
	background-image: url(../retail/assets/reducingheading.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#retailh2   {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 130px;
	background-image: url(../retail/assets/retailheading.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.home#topSection {
	background-image: url(../home/assets/topsection.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #3CA0CE;
}
#complyingh2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 580px;
	background-image: url(../retail/assets/complyingheading.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#standardisingh2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 580px;
	background-image: url(../retail/assets/standardisingheading.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#workingh2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 580px;
	background-image: url(../retail/assets/workingheading.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#controllingh2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 580px;
	background-image: url(../retail/assets/controllingheading.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#deliveringh2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 580px;
	background-image: url(../office/assets/heading_delivering.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#developingh2 {
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 580px;
	background-image: url(../office/assets/heading_developing.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#improvingh2 {
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 580px;
	background-image: url(../office/assets/heading_improving.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#carbonh2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 580px;
	background-image: url(../office/assets/heading_carbon.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#complying2h2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 580px;
	background-image: url(../office/assets/heading_complying.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#simplifyingh2 {
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 580px;
	background-image: url(../office/assets/heading_simplifying.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#homeh2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 580px;
	background-image: url(../office/assets/heading_home.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#contactofficeh2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 580px;
	background-image: url(../contact/assets/heading_office.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contactretailh2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 580px;
	background-image: url(../contact/assets/heading_retail.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#story #contact1 , #contact2{
	float: left;
	width: 310px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#spokeretailh2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 580px;
	background-image: url(../spoke/assets/retail_heading.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#spokeofficeh2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 580px;
	background-image: url(../spoke/assets/office_heading.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#story #contact3 {
	float: left;
	width: 500px;
	margin-bottom: 10px;
	margin-top: 10px;
}
