/*************************************************************************
	Fire Protection: www.fireprotection.co.uk
	Developed by Electric Putty Ltd. <malcolm@electricputty.co.uk>

	MODULE: 	global.css
	PURPOSE:	all global rules for site
*************************************************************************/




/*Auto float clearing for compliant browsers
*************************************************************************/
#header:after,
#nav:after,
#main:after,
#wide:after,
.downloads li:after,
.listing li:after,
.safeguarding:after,
#pre-footer:after,
#footer ul:after,
.clearthis:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
	}




/* General Rules and classes
*************************************************************************/
body {
	color: #2b2b2b;
	background: #afafaf url("../site_images/bg_main.gif") repeat-y center top;
	font: normal 1.00em/1.2em "Arial","Helvetica", sans-serif;
	}
	
#wrap {
	width: 950px;
	margin: 0 auto;
	background: #000;
	}
	
#header {
	background: #fe0000 url("../site_images/bg_header.gif") repeat-x top left;
	height: 154px;
	}
	
	




/* Typography
*************************************************************************/
#wrap {
	color: #474747;
	font-size:0.9em;
	}

a,a:link {
	color:#fb0102;
	text-decoration: none;
	}

a:visited {}

a:hover,
a:focus,
a:active {
	color: #333;
	text-decoration:underline;
	}

h1 {
	font-size: 1.25em;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 1em;
	}

h2 {
	font-weight: bold;
	font-size: 1em;
	}

h3 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.5em;
	}

p {
	margin-bottom: 1em;
	}
	
p.leader {
	font-weight: bold;
	}

p.high-light {
	font-size: 1.25em;
	line-height: 1.4em;
	}

li {
	}

ul {
	list-style: none;
	}

.text-content {
	font-size: 90%;
	line-height: 1.3em;
	}

.text-content h1 {
	font-size: 1.4em !important;
	line-height: 1.4em !important;	
	}

strong {
	font-weight: bold;
	}

.img_right {
	float: right;
	margin: 0 0 10px 20px;
	}

.img_left {
	float: left;
	margin: 0 10px 10px 0;
	}
	
.img_right img {
	display: block;
	}
.img_right p.caption{
	margin: 0 0 15px 0;
	background: #ccc;
	padding: 2px 5px;
	font-size: 90%;
	font-weight: bold;
	}
	
.required {
	color: red;
	}

.err {
	background: #fff6f6 !important;
	border: 1px solid #cd1717 !important;
	color: red;
	}

.error {
	background: #fff6f6 url("../site_images/bg_alert.gif") no-repeat 5px 50%;
	padding: 5px 10px 5px 25px;
	border: 1px solid #cd1717;
	color: #CD1717;
	}




/* Breadcrumb
*************************************************************************/
#breadcrumb {
	background: #fff;
	margin: 0;
	font-size: 0.75em;
	line-height: 1em;
	padding: 3px 25px 3px 25px;
	}

#breadcrumb a,
#breadcrumb a:link {
	color: #333;
	text-decoration:underline;
	}

#breadcrumb span.here,
#breadcrumb a:hover,
#breadcrumb a:focus,
#breadcrumb a:active {
	color:#fb0102;
	}




/* Header
*************************************************************************/
#header p {
	color: #fcefef !important;
	}

.header-right {
	float: right;
	text-align: right;
	margin: 40px 21px 0 0;
	}

.header-right h2 {
	margin-bottom: 4px;
	}

.header-right p {
	font-size: 85%;
	line-height: 1.1em;
	margin-bottom: 10px;
	}

.header-right a {
	color: #fcefef; 
	}

.header-left {
	float: left;
	width: 371px;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 38px 0 0 24px;
	}




/* Main Nav
*************************************************************************/
#nav {
	border-bottom: 13px solid #000000;
	}

#nav li {
	float: left;
	}

#nav li a {
	display: block;
	float: left;
	background: #535353;
	line-height: 1em;
	height: 21px;
	margin:0;
	font-weight: bold;
	padding: 7px 32px 2px 31px;
	color: #fff !important;
	text-decoration: none;
	}

#nav li.first a {
	padding: 7px 34px 2px 34px;	
	}


#nav li a:hover,
#nav li a:active,
#nav li a:focus,
#nav li a.here {
	background: #fe0000;
	}




/* Flash
*************************************************************************/
#flash {
	border-bottom: 13px solid #000000;
	}
	
#flash img {
	display: block;
	}




/* Main content columns
*************************************************************************/
#main {
	padding: 18px 0 0 0;
	background: #fff;
	}

.wide {
	float: left;
	width: 624px;
	margin: 0 0 0 25px;
	border: 1px solid #ff3e3f;
	}
	
.wide-left {
	float: left;
	width: 220px;
	margin: 14px 0 0 14px;
	}

.wide-left img {
	display: block;
	margin-bottom: 18px;
	}

.wide-right {
	float: left;
	width: 360px;	
	margin: 14px 0 0 14px;
	}
	
.wide-full {
	margin: 14px;
	}




/* Content styles
*************************************************************************/
.wide h2 {
	font-size: 1.1em;
	color: #474747;
	margin: 1.5em 0 0.5em 0;
	}

.wide h2.first {
	margin-top: 0;
	}
	
.wide ul {
	margin: 0 0 1em 0;
	}
	
.wide ol {
	margin: 0 0 1em 2em;
	padding: 0 0 0 0;
	}
	
.wide ul li {
	background: url("../site_images/bg_bullet.gif") no-repeat 0 0.5em;
	padding: 0 0 5px 15px;
	}

.wide ol li {
	padding: 0 0 5px 0;	
	}
	
.wide ul.inline-list li {
	float: left;
	background: none;
	padding: 0 0 5px 0;
	margin: 0 10px 5px 0;
	width: 190px;
	}

.wide ul.listing li {
	padding: 0 0 1em 0;
	background: none;
	}
	
.wide ul.listing li h2 {
	margin: 0 0 0.2em 0;
	}
	
.wide ul.listing li p.date {
	font-weight: bold;
	margin: 0 0 0.2em 0;
	}

.wide ul.listing li img {
	float: right;
	margin: 0 0 0 10px;
	}




/* Left column
*************************************************************************/
.narrow {
	float: left;
	width: 250px;
	margin-left: 25px;
	}

.narrow h2 {
	background: #535353 url("../site_images/bg_heading-chevron.gif") no-repeat left top;
	color: #fff;
	padding: 6px 5px 5px 30px;
	text-transform: uppercase;
	}

.narrow h2 a {
	color: #fff;
	text-decoration: none;
	}
	
.narrow h2 a:hover,
.narrow h2 a:focus,
.narrow h2 a:hover {
	color: red;
	}
	
.box {
	border: 1px solid #535353;
	padding: 6px;
	margin: 0 0 12px 0;
	}

.no-box {
	margin: 0 0 12px 0;	
	}

.box-top {
   	border-top: none;
	}
	
.box-bottom {
	border: 1px solid #535353;
	border-bottom: none;
	margin:0;
	}
	
.downloads {}
	
.downloads li {
	clear: left;
	font-size: 0.75em;
	line-height: 1.1em;
	padding: 0;
	margin: 5px 0 0 0;
	}

.downloads li.first {
	margin: 0 !important;
	}
	
.downloads li p {
	margin: 0 !important;
	}
	
.downloads li img {
	float: left;
	display: block;
	margin: 0 !important;
	}
	
.downloads li h3,
.downloads li p {
	margin-left: 60px !important;
	padding-left: 11px !important;
	}

.downloads li h3 {
	background: url("../site_images/bg_link-chevron.gif") no-repeat 0 50%;
	margin-bottom: 2px;
	}
	
.downloads li p a {
	color: #474747 !important;
	}




/* Contact form
*************************************************************************/
.narrow label {
	display: block;
	float: left;
	width: 90px;
	padding: 0 0 10px 0;
	}
	
.narrow input.text {
	display: block;
	float: left;
	width: 142px;
	background: #f8f8f8;
	border: 1px solid #999;	
	}

.narrow textarea {
	width: 232px;
	margin-bottom: 10px;
	background: #f8f8f8;
	border: 1px solid #999;
	}
	
.narrow input.subbut {
	background: #fe0000;
	color: #fff;
	border: 1px solid #fe0000;
	cursor: pointer;
	}

.narrow .box p {
	font-size: 90%;
	line-height: 1.3em;
	}



/* Sub nav
*************************************************************************/
.sub-nav {
	font-size: 0.8em;
	line-height: 1.1em;
	}

.sub-nav li {
	background: url("../site_images/bg_link-chevron.gif") no-repeat 0 0.1em;
	margin: 10px 0 0 2px;
	padding: 0 0 0 17px;
	}
	
.sub-nav li.open {
	background: url("../site_images/bg_link-open.gif") no-repeat 0 3px;
	}

.sub-nav li.first {
	margin-top: 0;
	}

.sub-nav a.here {
	color:#000;
	text-decoration: underline;
	}

.case-studies-nav li a {
	color:#000;	
	}
	
.case-studies-nav li li a {
	color:#fb0102 !important;
	}






/* Site map
*************************************************************************/
ul.sitemap a {
	text-decoration: none;	
	}

ul.sitemap a:hover,
ul.sitemap a:focus,
ul.sitemap a:active {
	text-decoration: underline;	
	}
	
ul.sitemap li {
	background: none !important;
	padding: 0 !important;
	margin: 6px 0 !important;
	font-weight: bold;
	}

ul.sitemap li li {
	font-weight: normal;
	padding-left: 20px !important;
	font-size: 100%;
	}

ul.sitemap li li a {
	color: #797979;
	}
    




/* Pre footer
*************************************************************************/
#pre-footer {
	background: #fff;
	padding: 18px 25px 0 25px;
	}

.safeguarding {
	float: left;
	width: 270px;
	margin: 0 30px 0 0;
	font-size: 0.75em;
	line-height: 1.2em;
	}

.safeguarding img {
	float: left;
	padding: 0 5px 0 0;
	}

#pre-footer ul li {
	float: left;
	margin: 0 5px 0 0;
	padding-bottom: 5px;
	}




/* Footer
*************************************************************************/
#footer {
	background: #000;
	font-size: 0.75em;
	line-height: 1em;
	color: #fff;
	padding: 10px 25px;
	}

#footer ul {
	margin: 0 0 6px 0;
	}

#footer li {
	float: left;
	border-left: 1px solid #fff;
	padding: 0 10px;
	}

#footer li.first {
	padding-left: 0;
	border-left: none;
	}
	
#footer p {
	clear: left;
	margin: 0;
	}

#footer a {
	color: #fff;
	}