@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}


.about_details A:link {text-decoration: none; color: #999999;}
.about_details A:visited {text-decoration: none; color: #999999;}
.about_details A:hover {text-decoration: none; color: #000000;}
.about_details A:active {text-decoration: none; color: #999999;}

#footer p A:link {text-decoration: none; color: #FFFFFF;}
#footer p A:visited {text-decoration: none; color: #FFFFFF;}
#footer p A:hover {text-decoration: none; color: #999999;}
#footer p A:active {text-decoration: none; color: #FFFFFF;}

#sidebar1 h1 A:link {text-decoration: none; color: #00496E;}
#sidebar1 h1 A:visited {text-decoration: none; color: #00496E;}
#sidebar1 h1 A:hover {text-decoration: none; color: #666666;}
#sidebar1 h1 A:active {text-decoration: none; color: ##00496E;}

#sidebar1 h2 A:link {text-decoration: none; color: #333333;}
#sidebar1 h2 A:visited {text-decoration: none; color: #333333;}
#sidebar1 h2 A:hover {text-decoration: none; color: #00496E;}
#sidebar1 h2 A:active {text-decoration: none; color: #999999;}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.orange {
	color: #E1600B;
}
.theatre {
	color: #B50B52;
}
.cafewear {
	color: #CC000A;
}
.foh {
	color: #939;
}
.foodprep {
	color: #769C15;
}
.chefswear {
	color: #194379;
}
.workwear {
	color: #496D7A;
}
.healthcare {
	color: #37ADBF;
}
.twoColFixLtHdr #container {
	width: 930px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #12324A;
	background-image: url(../images/background.jpg);
	position: relative;
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-position: top;
} 
.twoColFixLtHdr #header {
	height: 60px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
	position: relative;
}
#header a {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        color: #FFF;
}
.article_separator{
   display:none;
}
.contentpaneopen { 
       margin: -2px;
       padding: 0px;
       border: none;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 40px;
	width: 870px;
        float: left;
	margin-left: 30px;
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 8px;
	padding: 0px;
	display: inline;
} 
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00496E;
	line-height: 12px;
	padding-left: 10px;
	letter-spacing: -0.2px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	padding-top: 0px;
	margin-top: 5px;
        margin-left: 20px;
}
#sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #00496E;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0px;
}
#sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	margin-left: 20px;
	font-weight: normal;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00496E;
	margin-left: 20px;
	padding-top: 20px;
	text-decoration: none;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00496E;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 20px;
	line-height: 18px;
}
#catalogueDownload {
	height: 20px;
	float: right;
	margin-right: 18px;
}
.about_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	line-height: 25px;
}
.twoColFixLtHdr #footer {
	background-color: #122639;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
	width: 890px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: lighter;
	color: #FFF;
	text-transform: uppercase;
}
.line {
	margin-top: 10px;
	float: left;
}
.floatright {
	float: right;
	position: absolute;
	left: 650px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	.floatright {
	float: right;
	position: absolute;
	left: 650px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
