html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: verdana, tahoma, arial, sans-serif;
	text-align: center;
	color: #393536;
	background-color: #f5f5f5;
	font-size: 70%;
}

.sectionHeader h1, .sectionHeader h2 {
    padding: 0;
    margin: -2px 0px 15px 0px;
    color: #ffffff;
    font-weight: normal;
    font-size: 125%;
}

h1 {
	font-size: 125%;
	color: #ed1c24;
}

h2 {
	font-size: 115%;
	color: #ed1c24;
}


hr {
	background: #231f20;
	color: #231f20;
	border: 0;
	height: 1px;
}

a {
	color: #ed1c24;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

p {
	line-height: 18px;
	margin: 0px 0px 5px 0px;
}

li {
	margin-bottom: 6px;
	list-style-type: none;
}
		
#container {
	margin: 0 auto;
	width: 980px; 
	min-height: 100%;
	text-align: left;
	background-color: #ffffff;
	border-left: 1px solid #cacacd;
	border-right: 1px solid #cacacd;
	position: relative;
}

*html #container {
	height: 100%;
}

#header {
	height: 108px;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: url(../images/img-bg-header.gif) no-repeat top right;
	text-align: right;
}

#navigation {
	width: 735px;
	height: 22px;
	margin-top: 15px;
	margin-right: 4px;
	background-color: #ed1c24;
	float: right;
}

*html #navigation {
	width: 738px;
	float: none;
}

.titleBar {
	background-color: #ed1c24;
	padding: 4px 0px 5px 5px;
	margin-bottom: 10px;
}
	
#content {
	width: 735px;
	float: right;
	margin-right: 4px;
}

*html #content {
	width: 738px;
	margin-right: 2px;
}
	

#catalogueMenu {
	float: left;
	width: 227px;
	padding-left: 5px;
}

.catNavHover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#footer	{
	position:absolute;
	bottom: 0px;
	width: 952px;
	margin-left: 4px;
	border-top: 4px solid #bcbdc0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#clearfooter {
	height: 70px;
	width: 100%;
	clear: both;
}

.menuLink {
	color: #ffffff;
	font-size: 125%;
	font-weight: bold;
	float: left;
	padding: 2px 12px 3px 12px;
	display: block;
	cursor: pointer;
	text-decoration: none;
}

.menuLinkSelected {
	color: #ffffff;
	font-size: 125%;
	font-weight: bold;
	float: left;
	padding: 2px 12px 3px 12px;
	display: block;
	background-color: #404040;
	cursor: pointer;
	text-decoration: none;
}

.menuLinkHover {
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	float: left;
	display: block;
	background-color: #404040;
	cursor: pointer;
	text-decoration: none;
}

.menuLinkOut {
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	float: left;
	display: block;
	cursor: pointer;
	text-decoration: none;
}

.sectionBox {
	background: #ffffff url(../images/img-bg-section.jpg) repeat-x;
	float: left;
	width: 100%;
}

.sectionBoxFeatured {
	background: #ffffff url(../images/img-bg-section.jpg) repeat-x;
	float: left;
	width: 166px;
	height: 280px;
	margin-right: 10px;
	text-align: center;
	padding: 0px 5px 0px 5px;
}

.sectionBoxFeatured h2, .sectionBoxFeatured p {
    text-align: left;
}

.sectionHeader {
	padding: 4px 0px 5px 5px;
}

.sectionHeader p {
	font-weight: bold;
}

.sectionContent {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.sectionContent p {
	text-align: left;
	padding: 5px 5px 5px 12px;
}

.sectionContent h1 {
	text-align: left;
}

.sectionHeader h2 {
	font-weight: bold;
}

.imgBorder {
	border: 1px solid #000000;
}

ul {
	margin-left: 22px;
}

li {
	line-height: 20px;
}

.inactive {
    color: #808080;
}

.bulletItem1 {
	list-style-type: none;
	background: url(../images/img-bullet1.gif) no-repeat;
	background-position: left 7px;
	padding-left: 20px;
	text-align: left;
}

.bulletItem2 {
	list-style-type: none;
	background: url(../images/img-bullet2.gif) no-repeat;
	background-position: left 7px;
	padding-left: 20px;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 100%;
}

.inputFields, textarea {
	border: 1px solid #393536;
}

.inputError {
	border: 1px solid #ed1b24;
}

.submitButton {
	background-color: #ed1c24;
	border: 1px solid #ed1c24;
	color: #ffffff;
	font-weight: bold;
	height: 18px;
	padding: 0px;
}

.errorText {
	color: Red;
	font-weight: bold;
}

/* CATALOGUE STYLES */

.linethru {
	background: url(../catalogue/images/linethru.gif) repeat-x 0px 8px;
}

.notes {
	font-style: italic; 
	color: #ed1c24;
}

.basketItemRow td {
	padding-top: 5px;
	padding-bottom: 2px;
}

.listItem1 {
	background-color: #9bc0e7;
	font-style: normal;
}
.listItem0 {
	background-color: #e2edf8;
	font-style: normal;
}

.listItemhover 
{
    background-color: #dedede;
}

.search {
	color: #ed1b24;
}

.headerrowAlt {
	background-color: #f5d5ca;
    color: #202020;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
}

.headerrow {
    background-color: #231f20;
    color: #FFFFFF;
    font-weight: bold;
}

.headerrow a {
	color: #ffffff;
}

.headerrow td {
	padding-top: 2px;
}

.pdfNavBackground {
    background-color: #ed1c24;
    font-family: verdana, tahoma, arial, sans-serif;
}


.pdfNavBackground a {
    color: #ffffff;
    font-size: 70%;
}

.pdfNavBackground a:hover {
    color: #ffffff;
}

.handling {
    background: url(../catalogue/images/img-background-handling.gif) repeat-x; 
    color: #ffffff;
    padding: 1px 0px 3px 0px;
    background-position: 0px 1px;
}

.handlingItemListing {
    background: url(../catalogue/images/img-background-handlingitem.gif) repeat-x; 
    color: #ffffff;
    background-position: 0px 2px;
}

.handling a, .handling h2, .handlingItemListing a, .handlingItemListing h2  {
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.facility {
    background: url(../catalogue/images/img-background-facility.gif) repeat-x; 
    color: #ffffff;
    padding: 1px 0px 3px 0px;
    background-position: 0px 1px;
}

.facilityItemListing {
    background: url(../catalogue/images/img-background-facilityitem.gif) repeat-x; 
	color: #ffffff;
	background-position: 0px 2px;
}

.facility a, .facility h2, .facilityItemListing a, .facilityItemListing h2 {
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.storage {
    background: url(../catalogue/images/img-background-storage.gif) repeat-x; 
    color: #ffffff;
    padding: 1px 0px 3px 0px;
    background-position: 0px 1px;
}

.storageItemListing {
    background: url(../catalogue/images/img-background-storageitem.gif) repeat-x; 
    color: #ffffff;
    background-position: 0px 2px;
}

.storage a, .storage h2, .storageItemListing a, .storageItemListing h2 {
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.safety {
    background: url(../catalogue/images/img-background-safety.gif) repeat-x; 
    color: #ffffff;
    padding: 1px 0px 3px 0px;
    background-position: 0px 1px;
}

.safetyItemListing {
    background: url(../catalogue/images/img-background-safetyitem.gif) repeat-x; 
    color: #ffffff;
    background-position: 0px 2px;
}

.safety a, .safety h2, .safetyItemListing a, .safetyItemListing h2 {
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.warehouse {
    background: url(../catalogue/images/img-background-warehouse.gif) repeat-x; 
    color: #ffffff;
    padding: 1px 0px 3px 0px;
    background-position: 0px 1px;
}

.warehouseItemListing {
    background: url(../catalogue/images/img-background-warehouseitem.gif) repeat-x; 
    color: #ffffff;
    background-position: 0px 2px;
}

.warehouse a, .warehouse h2, .warehouseItemListing a, .warehouseItemListing h2 {
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.sitesecurity {
    background: url(../catalogue/images/img-background-sitesecurity.gif) repeat-x; 
    padding: 1px 0px 3px 0px;
    background-position: 0px 1px;
    color: #ffffff;
}

.sitesecurity a {
    color: #ffffff;
}

.sitesecurityItemListing {
    background: url(../catalogue/images/img-background-sitesecurityitem.gif) repeat-x; 
    background-position: 0px 2px;
}

.sitesecurityItemListing h2 {
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.workshop {
    background: url(../catalogue/images/img-background-workshop.gif) repeat-x; 
    color: #ffffff;
    padding: 1px 0px 3px 0px;
    background-position: 0px 1px;
}

.workshopItemListing {
    background: url(../catalogue/images/img-background-workshopitem.gif) repeat-x; 
    color: #ffffff;
    background-position: 0px 2px;
}

.workshop a, .workshop h2, .workshopItemListing a, .workshopItemListing h2 {
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.office {
    background: url(../catalogue/images/img-background-office.gif) repeat-x; 
    color: #ffffff;
    padding: 1px 0px 3px 0px;
    background-position: 0px 1px;
}

.officeItemListing {
    background: url(../catalogue/images/img-background-officeitem.gif) repeat-x; 
    color: #ffffff;
    background-position: 0px center;
}

.office a, .office h2, .officeItemListing a, .officeItemListing h2 {
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.sitemap {
	font-size: 90%;
	margin-top: 10px;
}

.sitemap p {
	font-size: 110%;
}

/* NEW CATALOGUE NAV */
.clear {clear: both; float: none; font-size: 0; height: 0; line-height: 0; margin: 0; padding: 0;}
#catalogueMenu .item {background: #eff0f2 none no-repeat scroll 0 0; float: left; margin: 0 0 8px; padding: 22px 8px 8px 0; width: 219px;}
#catalogueMenu .facility {background-image: url(../images/facility_bar.jpg);}
#catalogueMenu .safety {background-image: url(../images/safety_bar.jpg);}
#catalogueMenu .workshop {background-image: url(../images/workshop_bar.jpg);}
#catalogueMenu .sitesecurity {background-image: url(../images/sitesecurity_bar.jpg);}
#catalogueMenu .storage {background-image: url(../images/storage_bar.jpg);}
#catalogueMenu .warehouse {background-image: url(../images/warehouse_bar.jpg);}
#catalogueMenu .handling {background-image: url(../images/handling_bar.jpg);}
#catalogueMenu .office {background-image: url(../images/office_bar.jpg);}
#catalogueMenu .projects {background-image: url(../images/projects_bar.jpg);}
#catalogueMenu .item:hover {background-color: #f2f5f9; cursor: pointer;}
	#catalogueMenu .item a {color: #737476; font-weight: normal; text-decoration: none;}
	#catalogueMenu .item .title {float: right; font-size: 13px; font-weight: bold; letter-spacing: -1px; margin: 0; padding: 0 0 4px; width: 164px;}
	#catalogueMenu .facility .title {color: #5BB042;}
	#catalogueMenu .facility .title:hover {text-decoration: underline}
	#catalogueMenu .facility .subtitle:hover {text-decoration: underline}
	#catalogueMenu .safety .title {color: #E01822;}
	#catalogueMenu .safety .title:hover {text-decoration: underline;}
	#catalogueMenu .safety .subtitle:hover {text-decoration: underline;}
	#catalogueMenu .workshop .title {color: #EE4296;}
	#catalogueMenu .workshop .title:hover {text-decoration: underline;}
	#catalogueMenu .workshop .subtitle:hover {text-decoration: underline;}
	#catalogueMenu .sitesecurity .title {color: #FEBE48;}
	#catalogueMenu .sitesecurity .title:hover {text-decoration: underline;}
	#catalogueMenu .sitesecurity .subtitle:hover {text-decoration: underline;}
	#catalogueMenu .storage .title {color: #2D95D0;}
	#catalogueMenu .storage .title:hover {text-decoration: underline;}
	#catalogueMenu .storage .subtitle:hover {text-decoration: underline;}
	#catalogueMenu .warehouse .title {color: #3264AB;}
	#catalogueMenu .warehouse .title:hover {text-decoration: underline;}
	#catalogueMenu .warehouse .subtitle:hover {text-decoration: underline;}
	#catalogueMenu .handling .title {color: #F68C1C;}
	#catalogueMenu .handling .title:hover {text-decoration: underline;}
	#catalogueMenu .handling .subtitle:hover {text-decoration: underline;}
	#catalogueMenu .office .title {color: #862E8A;}
	#catalogueMenu .office .title:hover {text-decoration: underline;}
	#catalogueMenu .office .subtitle:hover {text-decoration: underline;}
	#catalogueMenu .projects .title {color: #77838f;}
	#catalogueMenu .projects .title:hover {text-decoration: underline;}
	#catalogueMenu .projects .subtitle:hover {text-decoration: underline;}
	#catalogueMenu .item .sub {color: #737476; float: right; font-size: 11px; font-style: italic; letter-spacing: -1px; margin: 0; padding: 0; width: 164px;}
	#catalogueMenu .item .image {float: left; height: 58px; margin: 0; padding: 0; width: 52px;}
	#catalogueMenu .facility .image {background: transparent url(../images/facility_thumb.jpg) no-repeat scroll center center;}
	#catalogueMenu .safety .image {background: transparent url(../images/safety_thumb.jpg) no-repeat scroll center center;}
	#catalogueMenu .workshop .image {background: transparent url(../images/workshop_thumb.jpg) no-repeat scroll center center;}
	#catalogueMenu .sitesecurity .image {background: transparent url(../images/sitesecurity_thumb.jpg) no-repeat scroll center center;}
	#catalogueMenu .storage .image {background: transparent url(../images/storage_thumb.jpg) no-repeat scroll center center;}
	#catalogueMenu .warehouse .image {background: transparent url(../images/warehouse_thumb.jpg) no-repeat scroll center center;}
	#catalogueMenu .handling .image {background: transparent url(../images/handling_thumb.jpg) no-repeat scroll center center;}
	#catalogueMenu .office .image {background: transparent url(../images/office_thumb.jpg) no-repeat scroll center center;}
	#catalogueMenu .projects .image {background: transparent url(../images/projects_thumb.jpg) no-repeat scroll center center;}

/* END STYLES */