/*

	Stylesheet for Gillain Landingspagina
	
	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	author:     Brecht Deruyte brecht@netlash.com>

*/

/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

/*
	Clearfix
*/

.clearfix:after, .holder:after, #language ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
	General
*/

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	background: #FFF;
}

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 12px 0;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

/* Headings */

h1, h2, h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 22px;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 17px;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 14px;
	padding: 0 0 12px 0;
}

h4 {  
	font-family: Arial, sans-serif; 
	font-size: 12px;
	padding: 0 0 0 0;
}

/* Links */

a {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

a:link {
	color: #00498a;
	border-color: #abc3d8;
}

a:visited {
	color: #00284b;
	border-color: #abb8c4;
}

a:hover,
a:active,
a:focus {
	color: #1678cf;
	border-color: #b2d3ef;
}

/* .content defaults */

.content ul {
	list-style: none;
	padding: 0 12px 12px 0;
	position: relative;
	right: 12px;
}

.content li {
	background: url(../images/bullet.gif) no-repeat 0 7px;
	padding: 0 0 0 12px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 12px;
}

.content dl {
	padding: 0 0 12px 12px;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content code {
	font-family: Monaco, "Courier New", monospace;
}

.content pre {
	font-size: 12px;
	line-height: 18px;
	background: #F5F5F5;
	margin: 0 0 12px 0;
	padding: 10px;
}

.content blockquote,
.content q {
	font-style: italic;
	color: #666;
}

.content blockquote {
	padding: 0 10px; 
	padding: 12px 0;
}

.content cite,
.content em {
	font-style: italic;
}

.content table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.content td, 
.content th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 11px; 
	padding: 4px;
}

.content th {
	font-weight: 700;
}

/*
	Page structure and layout
*/

#container {
	position: relative;
	width: 738px;
	margin: 25px auto;
}

	/* General */

#header {
	height:78px;
}
	
	#logo h1 {
		width: 399px;
		height: 78px;
		background: url(../images/gillain_logo.jpg) no-repeat;
		text-indent: -9999px;
		float: left;
		padding: 0;
	}

	#logo h1 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border:none;
	}

#language {
	font-family: Arial, sans-serif;
	font-weight: 700;
	float: right;
	margin: 35px 0 0 0;
}

#language ul {
	list-style-type:none;
}

#language li {
	background: #00498a;
	text-align: center; 
	float: left;
	margin-right: 1px;
}

#language a:link,
#language a:visited {
	color: #FFF;
	text-decoration: none;
	border: none;

	line-height: 27px;
	width: 27px;
	height: 27px;
	display: block;
}

#language a:hover,
#language a:active,
#language a:focus,
#language .selected a {
	background: #91A1D0;
}

/* Navigation */

#main {
	position:relative; 
	margin-top:44px;
	width:783px; 
	float:left;
}

#content {
	background:url(../images/vertical_line.jpg) right repeat-y;
	width: 420px;
	padding: 0 16px 0 100px;
	float: left;
}

#splash .holder ul {
	width: 48%;
	float: left;
	padding-right: 2%;
	padding-bottom: 36px;
}

	#splash #equipmentTypes ul {
		padding-bottom: 0;
	}

#sidebar {
	width: 202px;
	padding: 0 0 50px 36px;
	float: left;
}   

#sidebar h2 {
	color:#00498a;
} 

#address {
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#666;
}

#address a {
	font-weight:700;
}

#footer {
	float: left;
	margin-top: 29px;
}

#footer p { 
	font-size: 14px;
	color: #999;
	float: left;
	width: 270px;
} 

#footer h4 {
	background:url(../images/tagline.jpg) no-repeat;
	text-indent: -9000px; 
	width: 299px;
	height: 39px;
	margin-right: 19px;
	display: block;  
	float: left;
}