/* Table of contents
	
	0. Reset 
	1. Global
	2. Layout
	3. Common elements
	4. Header
	5. Flags
	6. Footer
-------------------------------------------------- */


/* 1. Reset
-------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/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: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* 2. Global
-------------------------------------------------- */

body {
	font: 69.5%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #26327f;
}

body, html {
	height: 100%;
}


/* 3. Layout
-------------------------------------------------- */

div.container {
	position: relative;
	min-height: 100%;
}

div.content {
	margin: 0 0 0 178px;
	padding: 0 0 9.6em;
	width: 70%;
	border-top: 1px solid #d6d6d6;
}


/* 4. Header
-------------------------------------------------- */

h1 {
	width: 590px;
	height: 134px;
}

h1 span { /* Gilder/Levin Image Replacement */
	background: url(../images/splashpage/logo-transavia.gif) no-repeat;
	position: absolute;
	width: 590px;
	height: 134px;
	top: 0;
}


/* 5. Flags
-------------------------------------------------- */

div.content ul {
	border-bottom: 1px solid #d6d6d6;
	overflow: auto;
	clear: both;
	background: transparent;
}

div.content li {
	width: 16%;
	float: left;
	padding: 20px 0;
}

div.content li a {
	overflow: hidden;
	display: block;
	width: 47px;
	height: 47px;
	cursor: pointer;
}

div.content li span { /* Gilder/Levin Image Replacement */
	display: block;
	position: absolute;
	width: 47px;
	height: 47px;
}

div.content li.nl span {
	background: url(../images/splashpage/flag-nl.gif) no-repeat;
}

div.content li.fr span {
	background: url(../images/splashpage/flag-fr.gif) no-repeat;
}

div.content li.en span {
	background: url(../images/splashpage/flag-uk.gif) no-repeat;
}

div.content li.es span {
	background: url(../images/splashpage/flag-es.gif) no-repeat;
}

div.content li.it span {
	background: url(../images/splashpage/flag-it.gif) no-repeat;
}

div.content li.de span {
	background: url(../images/splashpage/flag-de.gif) no-repeat;
}

div.content li.pt span {
	background: url(../images/splashpage/flag-pt.gif) no-repeat;
}

div.content li.pl span {
	background: url(../images/splashpage/flag-pl.gif) no-repeat;
}

div.content li.dk span {
	background: url(../images/splashpage/flag-dk.gif) no-repeat;
}

div.content li.se span {
	background: url(../images/splashpage/flag-se.gif) no-repeat;
}

div.content li.ma span {
	background: url(../images/splashpage/flag-ma.gif) no-repeat;
}

div.content li.tr span {
	 background:url("../images/splashpage/flag-tr.gif") no-repeat scroll 0 0 transparent;
}

div.content li ul {
	border-bottom: none;
	margin: 10px 0 0;
}

div.content li ul li {
	width: 100%;
	border-top: none;
	padding: 0;
}

div.content li ul li a {
	width: auto !important;
	height: auto !important;
	color: #26327f !important;
	text-decoration: none !important;
	display: inline;
}

div.content li ul li a:hover {
	text-decoration: underline !important;
}


/* 6. Footer
-------------------------------------------------- */

ul.footer {
	background: url(../images/splashpage/vignet-transavia.gif) no-repeat right;
	margin: -7.7em 0 0 178px;
	padding: 2em 40px 2em 0;
	color: #6db337;
	position: relative;
	overflow: hidden;
	width: 65%;
}

ul.footer li {
	float: right;
	border-left: 1px solid;
	padding: 0 .8em .2em;
	line-height: .8em;
}

ul.footer li.first {
	border-left: none;
}

ul.footer li.last {
	clear: right;
	color: #949494;
	margin: .4em 0 0;
	border-left: none;
}

ul.footer li a:link,
ul.footer li a:visited {
	color: #00adef;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

ul.footer li a:hover {
	text-decoration: underline;
}
