/* ==YUI RESET (see: http://developer.yahoo.com/yui/reset/)*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
/* address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
} */
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}


q:before,q:after {
	content:'';
}


abbr,acronym { 
	border:0;
}



/* ==GENERAL SETTINGS */

body{
	background: #fff;
	color: #666;
	/*font:11px/18px Helvetica, Arial, sans-serif; /* precentages on fonts so that IE can resize them */
	/* font: 70%/150% Verdana, Lucida, "Lucida Grande", sans-serif; */
	font: 80%/150% helvetica, lucida, arial, verdana, sans-serif;
}



/* background switchers */
body.corporateId, body.contactId{
	background: #fff url(../img/background.png) repeat-x;
}

body.bespokeId{
	background: #fff url(../img/background_purple.png) repeat-x;

}

body.protectiveId{
	background: #fff url(../img/background_orange.png) repeat-x;	
}

body.promotionalId{
	background: #fff url(../img/background_green.png) repeat-x;	
}




/*
Global Linking
-------------------------------------------------*/
a {
	outline: none;
}
a:link {
	color: #000;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}


/* colour sub groups */
.corporate{
	color: #005195 !important;
	text-decoration: none;
	font-weight: bold;
}

.corporate a{
	color: #005195 !important;
	text-decoration: none;
}

.corporate a:hover{
	text-decoration: underline;
}

.bespoke{
	color: #652771 !important;
	text-decoration: none;
	font-weight: bold;
}

.bespoke a{
	color: #652771 !important;
	text-decoration: none;
}

.bespoke a:hover{
	text-decoration: underline;
}

.protection{
	color: #FF6600 !important;
	text-decoration: none;
	font-weight: bold;
}

.protection a{
	color: #FF6600 !important;
	text-decoration: none;
}

.protection a:hover{
	text-decoration: underline;
}

.promotional{
	color: #37976D !important;
	text-decoration: none;
	font-weight: bold;
}

.promotional a{
	color: #37976D !important;
	text-decoration: none;
}

.promotional a:hover{
	text-decoration: underline;
}




/* ==DIVS */


/* layout divs */
div#wrapper{
	width:985px;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
}

div#wrapper2{
    background:#fff;
	clear:both;
	float:left;
}





/* ------- header sections - incl. top navigation ---------- */

div#header{
	width: 985px;
	height: 105px;
}

body.corporateId div#header, body.contactId div#header{
	border-bottom: 1px solid #005195;
}


body.bespokeId div#header{
	border-bottom: 1px solid #652771;
}

body.protectiveId div#header{
	border-bottom: 1px solid #FF6600;
}


body.promotionalId div#header{
	border-bottom: 1px solid #37976D;
}





/* ------  EFD logo options ----------------------------- */

div#efdLogo h1 a{
	width: 175px;
	height: 105px;
	display:block;
	text-indent:-999em;
	/*paranoid tricks for older browsers*/
	text-decoration:none;
	overflow:hidden;
	position: absolute;
	margin-left: 25px;
}


body.corporateId div#efdLogo h1 a, body.contactId div#efdLogo h1 a{
	background: white url(../img/efd_home_logo.png) no-repeat;
}

body.bespokeId div#efdLogo h1 a{
	background: white url(../img/efd_home_logo_bespoke.png) no-repeat;
}

body.protectiveId div#efdLogo h1 a{
	background: white url(../img/efd_home_logo_ppe.png) no-repeat;
}

body.promotionalId div#efdLogo h1 a{
	background: white url(../img/efd_home_logo_promo.png) no-repeat;
}




/*  H2 text in header panel */

div#headerText h2{
	position: relative;
	margin-left: 220px;
	color: #999;
	font-size: 13px;
	top: 30px;
	/* width: 220px; */
	width: 260px;
	font-weight: normal;
	font-style: normal;
}




/* ----------- top navigation -------- */

div#topNav {
	/* width: 400px; */
	width: 482px;
	float: right;
	color: #666;
	font-size: 13px;
	text-align: right;
	word-spacing: 4px;
	top: -40px;
	position: relative;
	left: 7px;
}

/* display block - for both ul li & ul li a - to run horizontally */
div#topNav ul li{
	display: block;
	float: left;
	margin-left: 6px;
	position: relative;
	left: 155px;
}


div#topNav ul li a{
	color: #666;
	text-decoration: none;
	display: block;
	/* vertical position relative to ul li text dividers */
	position: relative;
	top: 18px;
	/* spacing between each menu item */
	/* margin-right: 12px; */
	margin-right: 3px;
	font-weight: bold;
}

div#topNav a:hover{
	text-decoration: none;
	color: #ccc;
}


/* --- telephone number --- */

div#telNumber{
	font-weight: bold;
	font-size: 15px;
	position: relative;
	float: right;
	/* left: 373px; */
	left: 455px;
	top: 10px;
}





/* ----------- main navigation -------- */


div#mainNav {
	width: 960px;
	font-size: 13px;
	text-align: right;
	word-spacing: 2px;
	position: relative;
}

/* display block - for both ul li & ul li a - to run horizontally */
div#mainNav ul li{
	display: block;
	float: right;
	margin-left: 8px;
	_margin-left: 6px;
	position: relative;
}

div#mainNav ul li a{
	text-decoration: none;
	display: block;
	padding-top: 5px;
	font-weight: bold;
}


div#mainNav a:hover{
	text-decoration: none;
	color: #ccc;
}

/* main nav sub-group colours */

#corporate a{
	color: #005195;
}

#bespoke a{
	color: #652771;
}

#protection a{
	color: #FF6600;
}

#promotional a{
	color: #37976D;
}

#eshop a{
	color: #333;
}




/* ----------- big page title -------- */

div#bigPageTitle{
	width: 960px;
	margin-top: 60px;
	margin-left: 25px;
	margin-bottom: 0px;
}

div#bigPageTitle h1{
	font-size: 220%;
	font-weight: lighter;
}


body.corporateId div#bigPageTitle h1, body.contactId div#bigPageTitle h1{
	color: #005195;
}

body.bespokeId div#bigPageTitle h1{
	color: #652771;
}

body.protectiveId div#bigPageTitle h1{
	color: #FF6600;
}

body.promotionalId div#bigPageTitle h1{
	color: #37976D;
}



/* ----------- main content -------- */

div#mainContent{
	width: 985px;
	background-color: #fff;
	position: relative;
	top: 30px;
	height: auto;
}


body.protectiveId div#mainContent{
	width: 980px;
}


/* -----   col1 ------- */

div#col1{
	float: left;
	width: 270px;
	margin-left: 25px;
}


body.contactId div#col1{
	float: left;
	width: 270px;
	margin-left: 25px;
}


div#panel1{
	width: 270px;
	height: 187px;
	margin-bottom: 20px;
	/* background: url(../img/home_corporate_panel.png) no-repeat; */
}

body.protectiveId div#panel1{
	width: 270px;
	height: 391px;
	margin-bottom: 20px;
}

body.protectiveId div#panel3{
	width: 270px;
	height: 391px;
	margin-bottom: 20px;
}



div#panel1 p{
	margin-bottom: 10px;
	margin-top: -3px;
	font-size: 12px;
	padding-right: 30px;
	margin-left: 25px;
}


/* ---------  for big 'about us' panel image ------ */
div#panel1p2{
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 30px;
}

div#panel1p3{
	margin-bottom: 10px;
	padding-right: 30px;
}


div#panel1 h3{
	color: #005195;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 25px;
}


div#panel1 a{
	text-decoration: none;
}


div#panel1 a:hover{
	text-decoration: underline;
}





/* ---------  for 'about us' FLASH panel ------ */
div#flashpPanel{
	margin-bottom: 5px;
	padding-right: 30px;
}


div#flashpPanel img{
	padding-left: 40px;
	padding-top: 10px;
}



div#col3f{
	float: right;
	width: 300px;
	/* minimum height for pages with small amount of text - e.g. contact */
	/* height: 391px; */
}

div#col3f p{
	/* margin-bottom: 10px; */
	margin-bottom: 5px;
	margin-top: -3px;
	font-size: 12px;
	padding-right: 30px;
}

div#col3f h3{
	color: #005195;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}

div#col3f a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
}


div#col3f a:hover{
	text-decoration: underline;
}










/* -- text panel with LH border --*/
div#panel1a{
	width: 270px;
	height: auto;
	position: relative;
	margin-bottom: 40px;
	border-left: 1px solid #999;
	margin-left: 55px;
	padding-left: 20px;
	margin-top: 20px;
	font-size: 12px !important;
	padding-bottom: 5px;
}

div#panel1a p{
	margin-bottom: 10px;
	margin-top: -3px;
	font-size: 12px;
	padding-right: 30px;
}

div#panel1a h3{
	color: #005195;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 2px;
}

div#panel1a a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
}


div#panel1a a:hover{
	text-decoration: underline;
}






div#panel2{
	width: 270px;
	height: 187px;
}







/* -- for a double width image --*/
div#col1DoubleW{
	float: left;
	width: 555px;
	margin-left: 25px;
}

/* -- for full width text --*/
div#col1Full{
	float: left;
	width: 900px;
	margin-left: 45px;
}

div#col1Full p{
	margin-bottom: 10px;
	margin-top: -3px;
	font-size: 12px;
	padding-right: 30px;
}

div#col1Full a{
	color: #333;
	text-decoration: none;
}

div#col1Full a:hover{
	color: #999;
	text-decoration: underline;
}

div#col1Full ul{
	list-style-position: outside;
	list-style-type: square;
	font-size: 12px;
}



/* ----------- text panels --------*/
div#panel5{
	width: 270px;
	height: 50px;
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 11px;
	line-height: 140%;
}

div#panel5 a{
	color: #666;
	text-decoration: none;
}

div#panel5 a:hover{
	text-decoration: none;
	color: #999;
}



/* ------- extra text panels for Work wear page col1 & col2 ---------*/
body.protectiveId div#panel5{
	width: 270px;
	margin-bottom: -10px;
	/* margin-top: 30px; */
	margin-top: 8px;
	font-size: 12px;
	line-height: 160%;
	height: auto;
}


body.protectiveId div#panel5 h4{
	font-size: 13px;
	margin-top: 7px;
	margin-bottom: -2px;
}

body.protectiveId div#panel3{
	width: 270px;
	margin-bottom: -10px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 170%;
	height: auto;
}

body.protectiveId div#panel3 h4{
	font-size: 13px;
	margin-top: 7px;
	margin-bottom: -2px;
}

body.protectiveId div#panel7{
	width: 270px;
	margin-bottom: -10px;
	position: relative;
	margin-top: 30px;
	font-size: 12px;
	line-height: 160%;
	height: auto;
}

body.protectiveId div#panel7 h4{
	font-size: 13px;
	margin-top: 7px;
	margin-bottom: -2px;
}





/* -- p panels for images --*/
div#panel5p{
	height: 67px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#panel6{
	width: 270px;
	height: 50px;
	font-size: 11px;
	line-height: 140%;
	padding-top: 5px;
}

div#panel6 a{
	color: #666;
	text-decoration: none;
}

div#panel6 a:hover{
	text-decoration: none;
	color: #999;
}

div#panel6p{
	height: 67px;
	padding-top: 10px;
	padding-bottom: 10px;
}




/* -----   col2 ------- */

div#col2{
	float: left;
	width: 270px;
	margin-left: 20px;
}


body.contactId div#col2{
	float: left;
	width: 270px;
	margin-left: 20px;
}


div#panel3{
	width: 270px;
	height: 187px;
	position: relative;
	margin-bottom: 20px;
	/* background: url(../img/home_bespoke_panel.png) no-repeat; */
}


/* -- text panel with LH border --*/
div#panel3a{
	width: 270px;
	height: auto;
	position: relative;
	margin-bottom: 40px;
	border-left: 1px solid #999;
	padding-left: 20px;
	margin-left: 45px;
	margin-top: 20px;
	font-size: 12px !important;
	padding-bottom: 14px;
}

div#panel3a p{
	margin-bottom: 10px;
	margin-top: -3px;
	padding-right: 30px;
}

div#panel3a h3{
	color: #005195;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}




div#panel4{
	width: 270px;
	height: 187px;
	/* background: url(../img/home_promotional_panel.png) no-repeat; */
}

/* -- text panels --*/

div#panel7{
	width: 270px;
	height: 50px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 11px;
	line-height: 140%;
}

div#panel7 a{
	color: #666;
	text-decoration: none;
}

div#panel7 a:hover{
	text-decoration: none;
	color: #999;
}

div#panel7p{
	height: 67px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#panel8{
	width: 270px;
	height: 50px;
	font-size: 11px;
	line-height: 140%;
	padding-top: 5px;
}

div#panel8 a{
	color: #666;
	text-decoration: none;
}

div#panel8 a:hover{
	text-decoration: none;
	color: #999;
}

div#panel8p{
	height: 67px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* -----   col3  ------- */

div#col3{
	float: right;
	width: 375px;
	/* minimum height for pages with small amount of text - e.g. contact */
	/* height: 391px; */
}

div#col3 p{
	/* margin-bottom: 10px; */
	margin-bottom: 5px;
	margin-top: -3px;
	font-size: 12px;
	padding-right: 30px;
}

div#col3 h3{
	color: #005195;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}

div#col3 a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
}


div#col3 a:hover{
	text-decoration: underline;
}


div#col1 h4{
	font-weight: bold;
	font-size: 12px;
}

div#col2 h4{
	font-weight: bold;
	font-size: 12px;
}


div#col3 h4{
	font-weight: bold;
}


body.bespokeId h4{
	margin-bottom: 2px;
	margin-top: 0;
}


div#col3 ul li{
	list-style-type: disc;
	list-style-position: outside;
	opacity: 1;
	padding-right: 30px;
}


body.promotionalId div#col3 ul{
	padding-left: 20px;
	font-size: 12px;
}


body.corporateId div#col3 p{
	margin-bottom: 10px;
}





/* ---------  PDF / acrobat links ------ */

div#pdfDownload{
	padding-bottom: 12px;
	padding-top: 20px;
}


div#pdfDownload a{
	background: #fff url(../img/pdf.png) 0 50% no-repeat;
	display:block;
	padding: 0 0 0 24px;
	font-size: 12px;
}




div#acrobatLink{
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 2px;
	border-bottom: 1px solid #ccc;
	width: 340px;
}


div#acrobatLink a{
	background: #fff url(../img/get_adobe_reader.png) 0 50% no-repeat;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	display: block;
	padding: 0 0 0 22px;
}





/* -----------------   Footer  --------------------- */

div#footer{
	width: 985px;
	height: 80px;
	clear: both;
	position: relative;
	top: 80px;
	margin-top: 30px;
	font-size: 80%;
	line-height: 130%;
}


body.corporateId div#footer, body.contactId div#footer{
	background: #fff url(../img/efd_footer.png) no-repeat;
}

body.bespokeId div#footer{
	background: #fff url(../img/efd_footer_bespoke.png) no-repeat;
}

body.protectiveId div#footer{
	background: #fff url(../img/efd_footer_ppe.png) no-repeat;
}

body.promotionalId div#footer{
	background: #fff url(../img/efd_footer_promo.png) no-repeat;
}




/* -------  footer logo links (Link-up and CPT)  --------- */

div#footerLogoLinx1{
	width: 79x;
	height: 37px;
	margin-left: 25px;
	margin-top: 12px;
	position: relative;
	float: left;
}

div#footerLogoLinx2{
	width: 75px;
	height: 37px;
	position: relative;
	left: 120px;
	bottom: 40px;
}


/* copyright info text, etc */

/* div#footerInfo{
	text-align: right;
	float: right;
	position: relative;
	font-size: 80%;
	color: #999;
	margin-top: 10px;
	background-color: #fff;
	padding-right: 25px;
}  */



div#footerInfo{
	text-align: right;
	float: right;
	position: relative;
	font-size: 9px;
	color: #999;
	background-color: #fff;
	padding-right: 25px;
	bottom: 25px;
}


div#footerInfo a{
	color: #999;
	text-decoration: none;
}

div#footerInfo a:hover{
	color: #666;
}




