html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body {
	background: #ed3a2e;
	margin: 0;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #666;
	font-size: 0.9em;
}

img {
	border: none;
}

h1 {
	font-size: 1.5em;
	color: #ee3124;
	font-weight: 300;
	margin-bottom: 8px;
}

h2 {
	font-size: 1.3em;
	color: black;
	font-weight: 300;
	margin-bottom: 8px;
}

h3 {
	font-size: 1.3em;
	color: #ee3124;
	font-weight: 300;
	margin-bottom: 8px;
}

h4 {
	font-size: 1.1em;
	color: black;
	font-weight: 300;
	margin-bottom: 8px;
}

h5 {
	font-size: 1em;
	color: black;
	font-weight: 300;
	margin-bottom: 0;
}

h6 {
	font-size: 1.2em;
	color: #ee3124;
	font-weight: 300;
	margin: 8px 0;
}

p {
	margin-bottom: 8px;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: none;
}

/* Colours */

.green {
	color: #515151;
}

.blue {
	color: #000;
}

/* End Colours */

ul {
	float: left	;
	margin: 10px 0 10px 30px;
	padding: 0;
}

li {
	width: auto;
	margin: 5px 0;
}

#head {
	float: left;
	width: 100%;
	height: 99px;
	border-bottom: solid 6px #e9e9e9;
	background: #fff;
}

#feature-home, #feature {
	float: left;
	width: 100%;
	border-top: solid 1px #ee3124;
	background: #f2f2f2;
}

#feature {
	height: 130px;
}

#feature-home {
	height: 200px;
}

#main {
	float: left;
	width: 100%;
	border-bottom: solid 1px gray;
	background: url(../images/main-bg.gif) top white repeat-x;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#footer {
	float: left;
	width: 100%;
	background: url(../images/footer-bg.gif) repeat-x;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

#logo {
	float: left;
}

#nav-items {
	float: right;
	width: auto;
	height: 32px;
	padding-top: 67px;
}

#nav-items ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav-items li {
	width: auto;
	display: inline;
	margin: 0;
	font: 1em/2.1 "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
}

#nav-items a {
	width: 100px;
	padding: 0 1px;
	float: left;
	text-decoration: none;
	text-align: center;
	height: 32px;
	color: white;
	background: url(../images/nav-bg.gif) no-repeat;
	text-shadow: 0px 1px 0px #730700;
}

#nav-items a:hover,
#nav-items a:focus,
#nav-items a:active {
	background: url(../images/nav-bg-over.gif) no-repeat;
}
#nav-items .sel a {
	background: url(../images/nav-bg-on.gif) no-repeat;
	color: #ee3124;
	text-shadow: 0px 1px 0px #fff;
}
#nav-items .sel a:focus {
	background: url(../images/nav-bg-over.gif) no-repeat;
	color: white;
}

#feature-home .content, #feature .content {
	padding-left: 0px;
	float: left;
	width: 948px;
}

.main-image-home {
	float: left;
	position: relative;
	width: 510px;
	height: 200px;
	overflow: hidden;
}

.main-image {
	float: left;
	position: relative;
	width: 510px;
	height: 130px;
	overflow: hidden;
}

.main-image-home img, .main-image img {
	position: absolute;
	left: 0px;
	top: 0px;
}

#feature-home .content #quotes {
	float: right;
	width: 400px;
	color: #ee3124;	
	font-size: 1.2em;
	padding-top: 50px;
}

#feature .content #quotes {
	float: right;
	width: 400px;
	color: #ee3124;	
	font-size: 1.2em;
	padding-top: 36px;
}

.it {
	font-style: italic;
}

.bigger {
	font-size: 1.3em;
}

.content {
	padding-left: 20px;
	float: left;
	width: 918px;
}

#main .content {
	float: left;
	width: 918px;
	padding-top: 20px;
	text-align: justify;
	padding-bottom: 20px;
}

#main .content .text {
	float: left;
	width: 47%;
}

#main .content .text-wide {
	float: left;
	width: 72%;
}

#main .content .text-full {
	float: left;
	width: 100%;
}

.panel {
	background: #eaeaea;
	width: 207px;
	padding: 10px;
	min-height: 435px;
	height: auto !important;
	height: 440px;
}

.panel-right {
	background: #eaeaea;
	width: 207px;
	padding: 10px;
	float: right;
	margin-left: 10px;
}

.panel-menu {
	background: #eaeaea;
	width: 207px;
	padding: 10px;
}

.panel {
	float: right;
	margin-left: 10px;
}

.panel-menu {
	float: left;
	margin-right: 15px;
}

.panel h1, .panel-menu h1, .panel-right h1 {
	float: left;
	width: 198px;
	height: 44px;
	color: white;
	padding-left: 7px;
	font: 1.2em/2.2 "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.panel .news, .panel-menu h1, .panel-right .news {
	background: url(../images/news-bg.gif) repeat-x;
	border: solid 1px #818181;
	text-shadow: 0px 1px 0px #111;
}

.panel .log, .panel-menu .search-holder {
	background: url(../images/log-bg.gif) repeat-x;
	border:  solid 1px #c10c00;
	text-shadow: 0px 1px 0px #730700;
}

.NewsSummary {
	font-size: 0.9em;
	padding: 5px;
}

.NewsSummaryPostdate {
	color: #ee3124;
	text-shadow: 0px 1px 0px #fff;
}

.NewsSummary a {
	color: #444;
	text-decoration: none;
}

.panel .link {
	font-size: 0.9em;
	padding: 5px;
	float: right;
}

.panel form {
	font-size: 0.9em;
	padding: 5px;
}

.panel form fieldset {
	float: left;
	width: 200px;
}

label {
	display: block;
	color: #ee3124;
	text-shadow: 0px 1px 0px #fff;
}

.logform {
	width: 190px;
	float: left;
	padding: 3px;
	margin: 1px 0 10px 0;
	border: 1px solid #ccc;
}

.panel .submit {
	float: right;
}

#footer .content .address {
	float: left;
	width: 28%;
	color: white;
	font-size: 0.7em;
	padding-top: 10px;
	text-shadow: 0px 1px 0px #730700;
}

#footer .content .address h1, #footer .content .address a, #footer .content .copyright a {
	color: white;
	text-decoration: none;
}

#footer .content .address a:hover, #footer .content .copyright a:hover {
	color: black;
	text-shadow: none;
}

#footer .content .copyright {
	float: right;
	width: 44%;
	color: white;
	font-size: 0.7em;
	padding-top: 10px;
	text-align: right;
	text-shadow: 0px 1px 0px #730700;
}


.panel-menu .search-holder {
	float: left;
	width: 197px;
	margin-bottom: 8px;
	padding: 5px;
	height: 35px;
}

.search-holder #cntnt01moduleform_1 {
	float: left;
	width: 197px;
	height: 35px;
	margin: 0;
	padding-top: 5px;
	background: #c71d12;
}

.search-holder #cntnt01moduleform_1 .input {
	float: left;
	border: none;
	background: none;
	width: 160px;
	font-size: 1.3em;
	color: white;
	margin: 0;
	padding: 0px 0px 0px 4px;
	float: left;
}

#search-blank {
	float: right;
	width: 135px;
	height: 37px;
	margin: 0 0 19px 0;
}

#search {
	float: right;
	width: 135px;
	height: 37px;
	margin: 0 0 19px 0;
	background: url(../images/search-bg.gif) no-repeat;
}

#search .form {
	margin: 0px;
	padding-top: 10px;
}

#search .input {
	border: none;
	background: none;
	width: 95px;
	font-size: 1em;
	color: black;
	margin: 0;
	padding: 0px 0px 0px 12px;
	float: left;
}

.panel-menu ul {
	float: left	;
	margin: 0;
	padding: 0;
	list-style: none;
}

.panel-menu li {
	width: auto;
	margin: 0;
}

.panel-menu a {
	width: 197px;
	padding: 4px 5px;
	margin-bottom: 2px;
	float: left;
	text-decoration: none;
	background: #ddd;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	text-align: left;
}

.panel-menu a:hover,
.panel-menu a:focus,
.panel-menu a:active {
	background: url(../images/log-bg.gif) repeat-x;
}


.panel-menu .sel a {
	background: black;
	color: white;
}
.panel-menu.sel a:focus {
	background: url(../images/log-bg.gif) repeat-x;
}

.text ol, .text-wide ol, .text-full ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}

text li, .text-wide li, .text-full li {
	margin: 5px 0;
}

.clear {
	clear: both;
	overflow: hidden;
	margin: 0;
	height: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

hr {
	color: #ed3a2e;
	background: #ed3a2e;
	height: 1px;
	border: none;
}

.datasheets ul {
	margin-top: 0;
	padding: 0;
	list-style-image: url(../images/pdf-icon.gif);
}

.image1 {
	float: left;
	margin-right: 15px;
}

.image-right { border: solid 3px #ed3a2e; margin: 5px 0 10px 10px; padding: 2px; float: right; }

.sitemap ul {
	padding: 0;

}

.sitemap li {
	clear: both;
}

/* Map Stuff */
#map a span{
	display:none;
}
#map a:hover span{
	display: block;
	position: absolute;
	float: left;
	white-space: nowrap;
	top: -1.2em;
	left: .5em;
	background: #0041b2;
	border: 1px solid #77a7fb;
	color: white;
	padding: 1px 5px;
	z-index: 10;
	text-decoration: none;
}
#map {
	background: url(../images/global-map1.gif) no-repeat;
	width: 670px;
	height: 422px;
	float: left;
	position: relative;
}
#map b {display: none;}
#map strong {display: none;}
a#uk {display: block; width: 6px; height: 6px; position: absolute; left: 321px; top: 189px;}
a#ireland {display: block; width: 6px; height: 6px; position: absolute; left: 309px; top: 186px;}
a#france {display: block; width: 6px; height: 6px; position: absolute; left: 326px; top: 202px;}
a#spain {display: block; width: 6px; height: 6px; position: absolute; left: 318px; top: 218px;}
a#italy {display: block; width: 6px; height: 6px; position: absolute; left: 348px; top: 216px;}
a#germany {display: block; width: 6px; height: 6px; position: absolute; left: 338px; top: 193px;}
a#russia {display: block; width: 6px; height: 6px; position: absolute; left: 488px; top: 158px;}
a#finland {display: block; width: 6px; height: 6px; position: absolute; left: 375px; top: 142px;}
a#sweden {display: block; width: 6px; height: 6px; position: absolute; left: 353px; top: 150px;}
a#norway {display: block; width: 6px; height: 6px; position: absolute; left: 339px; top: 159px;}
a#switzerland {display: block; width: 6px; height: 6px; position: absolute; left: 337px; top: 205px;}
a#dubai {display: block; width: 5px; height: 5px; position: absolute; left: 424px; top: 252px;}
a#qatar {display: block; width: 6px; height: 6px; position: absolute; left: 415px; top: 250px;}
a#abu {display: block; width: 4px; height: 6px; position: absolute; left: 420px; top: 254px;}
a#safrica {display: block; width: 6px; height: 6px; position: absolute; left: 366px; top: 352px;}
a#luxembourg {display: block; width: 6px; height: 6px; position: absolute; left: 331px; top: 196px;}
a#czech {display: block; width: 6px; height: 6px; position: absolute; left: 347px; top: 197px;}
a#isleman {display: block; width: 6px; height: 6px; position: absolute; left: 313px; top: 182px;}