/* ---------------------------------------------------------

	Name:		Global CSS
	Version:	1.0 (23.12.2009)
	Website:	http://www.martec.uk.ltd
	Author:		cleardrop.com

--------------------------------------------------------- */

/* Reset (v1.0 | 20080212)
----------------------------------------------- */
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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/* Layout
----------------------------------------------- */

body {
	background: #ccc;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	}

#wrapper {
	margin: 0 auto 20px;
	background: #fff;
	width: 860px;
	text-align: left;
	}

#sidebar {
	margin: 20px 0 40px 20px;
	width: 160px;
	float: left;
	display: inline; /* IE6 double margin fix */
	}

#main {
	margin: 40px 20px 40px 0;
	width: 640px;
	float: right;
	display: inline; /* IE6 double margin fix */
	}

#footer {
	clear: both;
	padding: 5px 20px;
	color: #999;
	}

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

h1, h2, h3, h4, h5, h6, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 0;
	}

h1 {
	font-size: 1.4em;
	letter-spacing: 0.2em;
	color: #333;
	margin-bottom: 0.4em;
	}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.5em;
	}

h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0.5em;
	}

h4 {
	font-size: small;
	font-style: italic;
	color: #333399;
	}

p,
li {
	font-size: 0.75em;
	margin-bottom: 1em;
	}

#footer p {
	font-size: 0.65em;
	line-height: 1em;
	}

.figure p {
	font-size: 0.65em;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

/* Nav
----------------------------------------------- */

#nav {
	width: 100%;
	float: left;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}

.cooling { background: url(../images/cooling.jpg) top left no-repeat; }

.dish { background: url(../images/dish.jpg) top left no-repeat; }

.f1car { background: url(../images/f1car.jpg) top left no-repeat; }

.harrier { background: url(../images/harrier.jpg) top left no-repeat; }

.helicopter { background: url(../images/helicopter.jpg) top left no-repeat; }

.jet { background: url(../images/jet.jpg) top left no-repeat; }

.plane { background: url(../images/plane.jpg) top left no-repeat; }

.plating { background: url(../images/plating.jpg) top left no-repeat; }

.satellite { background: url(../images/satellite.jpg) top left no-repeat; }

.scanner { background: url(../images/scanner.jpg) top left no-repeat; }

.ships { background: url(../images/ships.jpg) top left no-repeat; }	

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 185px;
	}

#nav li {
	letter-spacing: 0.1em;
	font-size: 11px;
	margin: 0;
	cursor: pointer;
	float: left;
	width: 100%;
	}

#nav a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding: 0 0 0 10px;
	color: #fff;
	height: 25px;
	line-height: 2.2em;
	background: transparent url(../images/nav_bg.png) top left no-repeat;
	}

#nav .submenu a {
	background-position: top center;
	}

#nav ul li li a,
#nav ul li.submenu li a {
	background-position: top right;
	}

#nav li ul {
	display: none;
	position: absolute;
	top: 108px;
	width: 185px;
	margin-left: 185px;
	}

#nav ul li:hover ul {
	display: block;
}

#nav ul li:hover,
#nav ul li:active {
	background: transparent url(../images/nav_bg.png) bottom center no-repeat;
	}

#nav a:hover,
#nav a:active{
	background-position: bottom left;
	color: #666;
	}

#nav .submenu a:hover,
#nav .submenu a:active {
	background-position: bottom center;
	}

#nav .submenu ul a:hover,
#nav .submenu ul a:active {
	background-position: bottom right;
	}

/* Lists
----------------------------------------------- */

ol {
	margin: 0 0 1.6em 10px;
	padding-left: 10px;
	list-style: decimal outside;
	}

ul {
	margin: 0 0 1.6em 10px;
	padding-left: 10px;
	list-style: disc outside url(../images/bullet.gif);
	}

li	{
	margin: 0 0 0.4em 10px;
	vertical-align: top;
	}

#main ul.archive {
	margin: 10px 0;
	padding: 0;
	overflow: auto;
	clear: both;
	}

#main ul.archive li {
	list-style: none;
	margin: 0 13px 13px 0;
	padding: 0;
	width: 62px;
	border: 1px solid #666;
	background: #ddd;
	height: 80px;
	text-align: center;
	line-height: 1.2em;
	font-size: x-small;
	text-transform: uppercase;
	float: left;
	display: inline;
	}

#main ul.archive li img {
	margin: 0 0 4px;
	}

.archive .inline {
	display: inline;
	margin: 0;
	padding-left: 8px;
	vertical-align: middle;
	}

#main ul.dl_list {
	list-style: disc outside url(../images/download_bullet.gif);
	}

#main ul.dl_list em {
	font-size: 0.65em;
	text-transform: uppercase;
	margin-left: 5px;
	}

ul.buttons {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	width: 170px;
	background: #999;
	overflow: auto;
	
	}

ul.buttons li {
	letter-spacing: 0.1em;
	font-size: 11px;
	margin: 0;
	cursor: pointer;
	float: left;
	width: 100%;
	}

ul.buttons a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	
	padding: 0 0 0 10px;
	color: #fff;
	height: 20px;
	line-height: 1.8em;
	border-bottom: 1px solid #fff;
	}

select {
	margin-bottom: 20px;
	}

#euro_rep {
	margin-bottom: 20px;
	border-top: 1px solid #666;
	}

#euro_rep div {
	border-bottom: 1px solid #666;
	padding: 10px 16px;
	}

#euro_toggle,
#form_toggle {
	background: url(../images/open_div.gif) top left no-repeat;
	padding-left: 16px;
	}

#euro_toggle.div_open,
#form_toggle.div_open {
	background: url(../images/close_div.gif) top left no-repeat;
	}

/* Sidebar
----------------------------------------------- */

#scroller_panel {
	width: 160px;
	height: 320px;
	position: relative; /* important */
	border: 1px solid #666;
	overflow: hidden;
	margin: 0 auto;
	}

#scroller_panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	}

#scroller_panel li {
	margin: 0;
	padding: 0;
	line-height: 0;
	}

#up,
#down {
	cursor: pointer;
	}

/* Links
----------------------------------------------- */

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

a:hover,
a:active {
	text-decoration: underline;
	}

/* Forms
----------------------------------------------- */

#main form {
	background: #eee;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	}

#main form p label {
	float: left;
	width: 120px;
	font-size: 100%;
	overflow: auto;
	}

#main form label {
	font-size: 0.75em;
	font-weight: bold;
	}

#main form em {
	color: #cc0000;
	margin: 0 3px;
	}

#main form p.fine {
	font-size: 0.7em;
	line-height: 1.1em;
	}

#main form h2 {
	font-size: 1em;
	color: #555;
	}

#main form h3 {
	font-size: 0.85em;
	margin: 0;
	}

#main form div.form_actions {
	margin: 20px 0;
	text-align: center;
	}

.form_actions input {
	margin: 0 10px;
	}

/* Misc Styling
----------------------------------------------- */

img,
object,
embed {
	display: block;
	}

#nav img {
	display: inline;
	vertical-align: bottom;
	}

#footer img {
	display: inline;
	vertical-align: text-bottom;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.inline {
	display: inline;
	}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	display: none;
	}

#maincontent p a[href^="http://"]:after {
	content: url(../images/external.gif);
	margin: 0 0 0 0.3em;
	vertical-align: top;
	}

#maincontent p a[href^="downloads/"]:after {
	content: url(../images/download.gif);
	margin: 0 0 0 0.3em;
	vertical-align: top;
	}

abbr[title], acronym[title] {
	border-bottom: 1px dotted #666;
	cursor: help;
	}

/*	Slimbox
----------------------------------------------- */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

#lbBottomContainer {
	background-color: #ddd;
	}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #666;
	border-bottom-style: none;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 1px solid #666;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 10px 0;
}

