/* ====================

Title: FMS Main stylesheet
Last updated: 19/12/2007 by Mike

* Some ideas from Blueprint
* code.google.com/p/blueprintcss

==================== */


/* --------------------------
 @Reset - Based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
----------------------------- */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;} table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight:400; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } a img { border: none; }


/* --------------------------
 @Typography
----------------------------- */

body {
	color: #4a4a4a;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 68.75%;
	line-height: 1.5;
}

/* Headings */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { background: url('../images/divider_content_primary.gif') bottom left repeat-x; color: #e31836; font-family: "trebuchet ms", verdana, sans-serif; font-size: 2em; letter-spacing: 1px; line-height: 1; margin-bottom: 1em; padding-bottom: 0.56em; text-transform: uppercase }
h2 { color: #e31836; font-family: "trebuchet ms", verdana, sans-serif; font-size: 1.8em; margin-bottom: 0.5em; text-transform: uppercase}
h3 { font-size: 1em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }

/* Text elements */

p           { line-height: 1.8; margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }

ul, ol      { margin: 0 0 1.5em 1.5em; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

em { font-style: italic }

/* Default link styles */

a:link, 
a:visited {
	color: #e31836;
	text-decoration: none;
}

a:active, 
a:focus,
a:hover {
	color: #960f23;
	text-decoration: underline;
}

/* Tables */

table   { margin-bottom: 1.4em; }
th      { font-weight: bold; }

/* Text Classes */

.new {
	color: #f37800;
	font-weight: bold
}

/* Content lists */

#content_primary ul { margin-left: 0; }

#content_primary li { background: url('../images/bullet_default.gif') 0em 0.9em no-repeat; font-weight: bold; line-height: 2.6em; list-style-type: none; padding: 0 0 0 12px}


/* --------------------------
 @Structure 
----------------------------- */

html { height: 100%; margin-bottom: 1px;}

body {
	background: #f8f8f8 url('../images/bg_body.gif') top center repeat-y;
	height: 100%;
}

div#wrapper {
	background: #f9f9f9 url('../images/bg_wrapper.gif') top right repeat-y;
	margin: 0 auto;
	width: 960px;
}

div#container {
	overflow: hidden;
}


/* --------------------------
 @Identity
----------------------------- */

div#identity {
	background: url('../images/bg_identity.gif') top left no-repeat;
	height: 178px;
	position: relative;
}

img#logo {
	margin-top: 12px;
}

div#tools {
	/* background: url('../images/bg_tools.png') top left no-repeat;
	height: 30px;
	width: 153px; */
	position: absolute;
	right: 11px;
	top: 11px;
}

#tools {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

#tools .inner {	padding: 6px 6px; width: 141px; }

#tools a:link, #tools a:visited, #tools button {
	color: #fff;
}

#tools a:hover, #tools a:active, #tools a:focus, #tools button:hover, #tools button:active, #tools button:focus { color: #560310; text-decoration: none;}

#tools .pipe { color: #941326; padding: 0 5px 0 7px; }

#tools #view, #tools .pipe, #tools #logout {
	float:left;
}

#tools form#logout { margin: 0; }

#tools button {
	background: none;
	border: none;
	cursor: pointer;
	font-family: verdana, arial, sans-serif;
	line-height: normal;
	margin: 0;
	padding: 0;
}


/* --------------------------
 @Navigation
----------------------------- */

ul#navigation {
	background: url('../images/bg_navigation.gif') top left repeat-x;
	float: left;
	list-style-type: none;
	margin: 0;
	min-height: 408px;
	padding: 25px 22px 0 22px;
	width: 163px;
}

#navigation li {
	background: url('../images/divider_navigation.gif') top left repeat-x;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 7px 0;
	text-transform: uppercase;
}

	#navigation li.first { background: none; }
	
	#navigation li.current { font-weight: bold }

#navigation li a:link, #navigation li a:visited {
	color: #000;
}

#navigation li a:hover, #navigation li a:active, #navigation li a:focus {
	color: #9f1429;
	text-decoration: none;
}


/* --------------------------
 @Content
----------------------------- */

#content_primary, #content_secondary {
	float: left;
	padding-top: 25px;
}

div#content_primary {
	padding: 20px 22px 0 22px;
	width: 475px;
}

#facilities {
	margin: 0 0 22px 0;
}

div#content_secondary {
	padding: 54px 22px 54px 22px;
	width: 190px;
}

#content_secondary .title {
	background: url('../images/divider_content_secondary.gif') top left repeat-x;
	margin: 0 0 1.3em 0;
	padding: 0.4em 0 0 0;
}

#content_secondary h2 {
	background: url('../images/divider_content_secondary.gif') bottom left repeat-x;
	color: #fff;
	font-size: 1.5em;
	padding: 0 0 0.2em 0;
}

#content_secondary h2 img { display: block; padding: 0.2em 0 0.3em }

#content_secondary h3, #content_secondary p {
	color: #fff;
	font-family: "lucida sans unicode", "lucida grande", "trebuchet ms", sans-serif;
	line-height: normal;
	margin: 0;
}

#content_secondary h3 .raquo { color: #fff; font-weight: normal }


/* --------------------------
 @News+case studies
----------------------------- */

#content_primary .item {
	background: url('../images/divider_content_primary.gif') bottom left repeat-x;
	margin: 0 0 2em;
	overflow: hidden;
	padding: 0 0 2em;
}

#content_primary .item h3, #content_primary #item h3 {
	background: url('../images/divider_news.gif') top left repeat-x;
	color: #9f1429;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	padding: 0.6em 0 0;
}

.item h3 a:link, .item h3 a:visited { color: #9f1429 }

div.item_inner {
	margin-left: 141px;
}

h3 .raquo, a:link h3 .raquo, a:visited h3 .raquo {
	color: #e31836;
}

img.itemimage {
	background: #f9f9f9;
	float: left;
	padding-right: 11px;
}

#content_primary .item p {
	background: url('../images/divider_news.gif') bottom left repeat-x;
	margin-bottom: 0.8em;
	padding: 0 0 0.6em;
}

#content_primary div.subtitle {
	background: url('../images/divider_news.gif') bottom left repeat-x;
	margin-bottom: 0.6em;
	padding: 0 0 0.6em;
}

.item .date, #item .date {
	color: #a4a1a2;
	font-size: 0.8em;
	margin: 0 0 0.6em;
	padding: 0 0 0.6em;
}

#content_secondary .item {
	background: url('../images/divider_content_secondary.gif') top left repeat-x;
	margin: 0 0 1.3em 0;
	padding: 1.3em 0 0 0;
}

	#content_secondary #items .first {
		background: none;
		padding: 0;
	}

#content_secondary .item h3 {
	font-weight: bold;
	margin: 0 0 0.4em;
}

#content_secondary .item h3 a:link, #content_secondary .item h3 a:visited {
	color: #fff;
}

#content_secondary .item h3 a:hover, #content_secondary .item h3 a:active, #content_secondary .item h3 a:focus {
	color: #fff;
	text-decoration: underline;
}

#content_secondary .read {
	margin: 1em 0 0 0;
}

#casestudy_main {
	display: block;
	margin: 0 0 1em;
	width: 100%;
}

#item { 
	background: url('../images/divider_content_primary.gif') bottom left repeat-x;
	padding: 0 0 2em;
}

#item .functions { 
	background: url('../images/divider_news.gif') top left repeat-x;
	margin: 10px 0 0;
	text-align: center;
}

#item .functions img { float: none; margin: 1em 1em 0 0 }

.casestudy { float: left; margin: 10px 10px 0 0; width: 90px }

.casestudy img, .casestudy { display: block }

#casestudies .last { margin: 10px 0 0; }


/* --------------------------
 @Supply chain
----------------------------- */

#supplychain { background: url('../images/bg_supplychain_bottom.gif') bottom left no-repeat; overflow: hidden; width: 475px }

#supplychain .supplychain { background: url('../images/bg_supplychain_top.gif') 0px 54px no-repeat; }

.supplychain h2 { color: #000; font-size: 1.4em; }

.supplychain ul { padding: 0 16px; width: 200px }

#supplychain .supplychain li { background: url('../images/divider_supplychain.gif') bottom center repeat-x; line-height: 3em; text-align: center; }

#supplychain #maintenance h3 { background: url('../images/heading_maintenance.gif') no-repeat; height: 51px; text-indent: -999em; width: 232px}

#supplychain #services h3 { background: url('../images/heading_services.gif') no-repeat; height: 51px; text-indent: -999em; width: 232px}


/* --------------------------
 @Contact us
----------------------------- */

#map { float: none }

/* --------------------------
 @Siteinfo
----------------------------- */

#site_info {
	background: #fff url('../images/bg_site_info.gif') top left no-repeat;
	height: 133px;
	position: relative;
}

#site_info p {
	bottom: 22px;
	color: #adacac;
	font-family: "lucida sans unicode", "lucida grande", "trebuchet ms", sans-serif;
	margin: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

#site_info #logo_small {
	bottom: 11px;
	left: 0px;
	position: absolute;
}

#site_info #logo_bifm {
	bottom: 26px;
	right: 51px;
	position: absolute;
}

#site_info .pipe {
	color: #e4e4e4;
	margin: 0 10px;
}


/* --------------------------
 @Classes (reusable)
----------------------------- */

.clear { clear: both; height: 1px; overflow: hidden;}

.container { margin: 0 auto; position: relative; width: 991px;}

.column { float: left; margin-right: 11px; width: 232px;}

.last { margin: 0; }


/* --------------------------
 @Paginator
----------------------------- */

.paginator { text-align: center;}

.paginator p { margin: 0 }

.paginator a:link, .paginator a:visited { background: #e31836; color: #fff; padding: 0.22em 0.5em;}

.paginator a:hover, .paginator a:active, .paginator a:focus { background: #9f1429; text-decoration: none; }

.paginator .current { background: none; color: #9f1429; font-weight: bold; margin: 0 0.3em;}

.paginator .next { margin-left: 2em;}

.paginator .previous { margin-right: 2em;}

.paginator .inactive { color: #9f9f9f; padding: 0.28em 0.5em;}

.paginator p.total { color: #9f9f9f; padding-top: 1em; }



/* --------------------------
 @Default form
----------------------------- */

form { margin-bottom: 1.5em;}

fieldset {	border: 0; }

	fieldset.hidelegend legend {display: none; visibility: hidden;}

label { cursor: pointer; display: block; font-weight: bold; margin: 0 0 1.5em;}

input,
textarea,
select { font-family: verdana, arial ,sans-serif; }

input.text {
	background: #fdfdf8;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	display: block;
	font-weight: normal;
	margin: 0.2em 0 0 0;
	padding: 3px;
}

	input.text:focus { background: #FFF }

textarea {
	background: #fdfdf8;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	display: block;
	font-size: 1em;
	height: 200px;
	line-height: 1.5em;
	margin: 0.2em 0 0 0;
	padding: 3px;
	width: 400px;
}

	textarea:focus { background: #FFF }

select { font-weight: normal; }

input.button { font-weight: bold; padding: 4px 0;}

.error, 
.success {
	background: #fbf3f3;
	border: 3px solid #c84040;
	color: #000;
	margin: 0 0 1.5em 0;
	padding: 1em;
}

.success { background: #fffbe2;	border-color: #ffe222;}

.error ol { margin: 1em 0 0;}

.error li {	margin: 0 0 0.4em 2.8em;}

#content_primary #flash li { color: #222; background-image: none; line-height: 1.5em; list-style-type: disc; padding: 0; }

.required, 
label span.required { color: #A6010C;}

.error h3, 
.success h3 { color: #000; font-size: 1.2em; font-weight: bold; margin: 0;}



/* --------------------------
 @Contact form
----------------------------- */

form#form_contact {
	background: url('../images/divider_content_primary.gif') bottom left repeat-x;
	padding-bottom: 1.5em;
}

#form_contact input.text { 
	width: 200px;
}


