/* RESET (Based on Eric Meyer's Reset) */

	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; vertical-align: baseline; background: transparent; }
	body 					{ line-height: 1; }
	ol, ul 					{ list-style: none; }
	blockquote, q 			{ quotes: none; }
	table 					{ border-collapse: collapse; border-spacing: 0; }


/* LAYOUT */

/* Body */

	body					{ margin: 0 0 20px 0; background: #000; }
	#wrapper				{ width: 980px; margin: 0 auto; }

/* Strip */

	#strip					{ background: url(../images/layout/strip_bg.jpg);
							  position: relative; z-index: 10; height: 27px; }

	#selector				{ float: right; position: relative; z-index: 100;
							  font-size: 0.9em; width: 200px; }
	#selector,
	#selector a				{ color: #fff; }
	#selector div.arrow		{ background: url(../images/layout/selector_arrow.png) right no-repeat; }
	#selector div.flag		{ padding: 8px 22px 8px 30px; cursor: default;
							  background-repeat: no-repeat; }
	#selector ul			{ position: absolute; top: 27px; right: 0; margin: 0; padding: 0 0 2px 0;
							  background: #000; list-style: 0; z-index: 100; }
	#selector ul a			{ display: block; padding: 2px 8px 2px 30px;
							  background-repeat: no-repeat; }

	#selector ul			{ display: none; }
	#selector:hover ul		{ display: block; }

/* Header */

	#header					{ height: 199px; position: relative; }
	#header, #header a		{ }
	#header	img				{ margin: 0; border: 0; position: absolute; top: 0; left: 0; }
	
	#header #logo			{ display: block; width: 980px; }

	#header	*				{ margin: 0; }

	#flash_banner			{ height: 161px; }
	#flash_cars				{ height: 38px; }

/* Main */

	#main					{ background: #fff url(../images/layout/main_bg.jpg);
							  overflow: hidden; }
	
/* Navigation */

	#nav					{ float: left; width: 235px; }
	#nav ul					{ list-style: none; margin: 0; padding: 35px 20px; }
	#nav li					{ margin: 6px 0 0 0; text-align: right; line-height: 1.166; }
	#nav li.first-child		{ margin-top: 0; }
	#nav a					{ font-weight: bold; text-decoration: none; display: block;
							  padding: 3px 5px; }
	#nav ul ul				{ padding: 0; }

	#nav ul ul li			{ margin-top: 3px; }
	#nav ul ul a			{ background: #E7E7E9 3px 50% no-repeat; font-size: 0.9em;
							  text-transform: uppercase; color: #000; font-weight: normal; }
	#nav ul ul li.active a	{ background-image: url(../images/layout/nav_bg.png); }
	#nav ul ul li.active ul a
							{ background-image: none; }

	#nav ul ul ul li		{ margin-top: 0; }
	#nav ul ul ul a			{ background-color: transparent; text-transform: none; }
	#nav ul ul ul li.active a
							{ background-image: url(../images/layout/nav_bg.png); }

	#nav a.red				{ color: #FF0300; }

/* Navigation 2 */

	#nav2					{ margin: 10px 0 0 0; padding: 0; list-style: none;
							  text-align: center; }
	#nav2 li				{ display: inline; background: url(../images/layout/nav2_divider.png) left no-repeat;
							  padding-left: 1px; }
	#nav2 li:first-child	{ background: transparent; padding-left: 0; }
	#nav2 a					{ padding: 0 23px; text-decoration: none; }
	#nav2 a:hover			{ text-decoration: underline; }

/* Content */

	#content				{ float: left; width: 675px; padding: 35px; }
	#columns				{ overflow: hidden; }
	#left					{ float: left; width: 449px; }
	#right					{ float: left; width: 191px; margin: 0 0 0 35px; }
	.column					{ width: 200px; float: left; }
	
/* Footer */

	#footer					{ font-size: 0.9em; }
	#footer, #footer a		{ color: #fff; }


/* TEXT */

/* Fonts */

	html					{ font-size: 100%; }
	body					{ color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 75%; }

	h1, h2, h3, h4, h5, h6	{ font-weight: bold; }
	h1						{ font-size: 1.75em; font-weight: normal; color: #003366; }
	h1.alternative			{ font-size: 1.5em; color: #003366; font-weight: bold; }
	h2						{ font-size: 1.166em; }
	h3						{ font-size: 1em; }
	h4						{ font-size: 1em; }
	h5						{ font-size: 1em; }
	h6						{ font-size: 1em; }
	
	h1 em, h1 i				{ color: #FF0300; font-style: normal; }
	h1.plain				{ font-size: 1em; font-weight: bold; color: #666666; line-height: 2; }

	p						{ }
	p#top					{ margin-top:  2em; }
	p.summary				{ color: #003366; }
	p.part					{ margin-top: 0; }
	
	pre						{ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap;
							  white-space: -o-pre-wrap; word-wrap: break-word; }	
	pre, code				{ font-family: Consolas, "Courier New", Courier, monospace; }

	em						{ font-style: oblique; }
	strong, strong a,
	a strong				{ font-weight: bold; }
	
	q						{ }

	del 					{ text-decoration: line-through; }
	ins 					{ text-decoration: underline; }

	sup 					{ vertical-align: super; }
	sub 					{ vertical-align: sub; }

	abbr					{ border-bottom: 1px dotted; cursor: help; }
	
	a						{ color: #003366; }
	a:visited				{ }
	a:hover,
	a:focus					{ }
	a:active				{ }

	blockquote				{ font-style: oblique; }

	dt 						{ font-weight: bold; }

	caption					{ font-size: 0.9em; }

	.note					{ color: #666; }
	.error					{ color: #ff0000; }

/* Line Heights */

	h1, h2, h3, h4, h5, h6	{ line-height: 1.5; }
	h2						{ line-height: 2; }
	p, li, dt, dd, 
	td, th,	caption			{ line-height: 2; }
	pre						{ line-height: 2; }

/* Margins */

	h1, h2, h3, h4, h5, h6	{ margin: 0.7em 0 0 0; }
	p, ul, ol, dl, pre, 
	blockquote, iframe		{ margin: 0.7em 0 0 0; }
	blockquote				{ margin-left: 2em; margin-right: 2em; }

	ul, ol					{ padding-left: 2em; overflow: hidden; }
	ul ul, ul ol,
	ol ol, ol ul			{ margin-top: 0; margin-bottom: 0; }
	
	dd 						{ margin-left: 2em; }

	.top					{ margin-top: 0 !important; }
	.top_h1					{ margin-top: 2.0em !important; }
	.top_h2					{ margin-top: 1.8em !important; }
	.top_h3					{ margin-top: 1.6em !important; }
	.top_h4					{ margin-top: 1.4em !important; }
	.top_h5					{ margin-top: 1.2em !important; }
	.top_h6					{ }

/* Text Alignment */

	.text_center			{ text-align: center; }
	.text_left				{ text-align: left; }
	.text_right				{ text-align: right; }
	.text_justify			{ text-align: justify; }

/* List Styles */

	ul						{ list-style: disc; }
	ul ul					{ list-style: circle; }
	ul ul ul				{ list-style: square; }
	ol						{ list-style: decimal; }
	ol ol					{ list-style: lower-alpha; }
	ol ol ol				{ list-style: lower-roman; }
	
	
/* IMAGES & MEDIA */

	img, object, .object	{ display: block; margin: 1em auto; }


/* OBJECTS */

	.object					{ margin: 1em auto; }
	.object_standard		{ width: 375px; }

	.object img,
	.object object, 
	.object table			{ margin: 0; border: 0; float: none; }

/* Alignment */
	
	.object_center			{ margin-left: auto; margin-right: auto; clear: both; }
	.object_left			{ margin-left: 0; margin-right: auto; clear: both; }
	.object_right			{ margin-left: auto; margin-right: 0; clear: both; }
	.object_float_left		{ margin-left: 0; margin-right: 20px; float: left; clear: left; }
	.object_float_right		{ margin-left: 20px; margin-right: 0; float: right; clear: right; }


/* TABLES  */

	table					{ margin: 1em 0; }
	th, td 					{ padding: 2px 0; vertical-align: top; border: 0 solid #ddd; }
	th						{ font-weight: bold; text-align: left; }

	thead th				{ border-bottom-width: 2px; }
	tfoot th, tfoot td		{ border-top-width: 2px; }
	tbody th, tbody td		{ border-bottom-width: 1px; }
	
	tbody tr:hover td		{ background-color: #eee; }

	caption					{ caption-side: bottom; }


/* FORMS */

/* Layout *

	form					{ margin: 1em 0; }
	fieldset				{ margin: 0; padding: 5px 0 0 0; }
	legend					{ font-size: 1.2em; }

	fieldset .row			{ margin-top: 1em; overflow: hidden; }
	
	form label				{ display: block; font-weight: bold; line-height: 1.16; margin: 0; }
	form .mandatory			{ color: #aaa; }
	form label.secondary	{ font-size: 0.85em; font-weight: normal; color: #aaa; line-height: 1;
							  margin: 4px 0 2px 0; }
	form label .note,
	form label .error		{ font-size: 0.85em; font-weight: normal; }

	form .field				{ padding: 5px 0 0 0; overflow: hidden; clear: left; }
	form .field_part		{ margin-right: 4px; float: left; clear: none; }
	form .affix				{ font-size: 1em; }

	form label.inline		{ display: inline; font-weight: normal; line-height: 1.4; }

/* Inputs */

	input.type_text,
	input.type_password,
	input.type_submit,
	input.type_reset,
	input.type_button,
	button,
	select, textarea		{ font-family: sans-serif; }
	input.type_text,
	input.type_password,
	select, textarea		{ font-size: 1em; }
	optgroup				{ font-size: 1em; }
	input.type_submit,
	input.type_reset,
	input.type_button,
	button					{ font-size: 1em; }

	textarea.pre			{ font-family: Consolas, "Courier New", Courier, monospace; }

	input.type_text,
	input.type_password,
	select, optgroup, 
	option, textarea		{ text-rendering: optimizeSpeed; }

	optgroup				{ font-style: normal; font-weight: bold; }

	input.type_text,
	input.type_password,
	select, textarea		{ margin: 0; padding: 0; }
	
	input.type_text,
	input.type_password,
	textarea				{ padding: 2px; }
	select					{ padding: 2px; }
	optgroup				{ text-indent: 2px; }
	optgroup option			{ padding-left: 15px; }

	input.type_radio, 
	input.type_checkbox 	{ margin: 0; vertical-align: -0.15em; font-size: 0.85em; }
	
/* Input Sizes *

	input.type_text,
	input.type_password		{ width: 18em; }
	textarea				{ width: 98%; height: 10em; }
		
	input.integer, 
	input.decimal			{ width: 6em; } 

	input.size_xxs, 
	select.size_xxs			{ width: 3em; }
	input.size_xs, 
	select.size_xs			{ width: 6em; }
	input.size_s, 
	select.size_s			{ width: 12em; }
	input.size_m, 
	select.size_m			{ width: 18em; }
	input.size_l, 
	select.size_l			{ width: 24em; }
	input.size_xl, 
	select.size_xl			{ width: 30em; }
	input.size_xxl, 
	select.size_xxl			{ width: 36em; }
	
	textarea.size_xs		{ height: 2.5em; }
	textarea.size_s			{ height: 5em; }
	textarea.size_m			{ height: 10em; }
	textarea.size_l			{ height: 20em; }
	textarea.size_xl		{ height: 40em; }

/* Form */

	form {
		margin-top:  1em;
	}
	form fieldset {
		padding-top:  5px;
	}
	form label{
		display: block;
		width: 280px;
		float: left;
	}
	form input, form select{
		float: left;
		width: 200px;
	}
	form input[type=submit]{
		width: 100px;
	}
	form input[type=checkbox]{
		width: 40px;
	}
	form br{
		clear: both;
	}

/* HORIZONTAL RULES */

	.rule					{ border-top: 1px solid #eee; margin: 1em 0; }
	.rule hr				{ display: none; }


/* LIGHTBOX */

	img.lightbox			{ background: bottom right;
							  padding: 8px 8px 22px 8px; }

	.country_cz .lightbox	{ background-image: url(../images/layout/lightbox_bg/cz.gif); }
	.country_de .lightbox	{ background-image: url(../images/layout/lightbox_bg/de.gif); }
	.country_dk .lightbox	{ background-image: url(../images/layout/lightbox_bg/dk.gif); }
	.country_ee .lightbox	{ background-image: url(../images/layout/lightbox_bg/ee.gif); }
	.country_en .lightbox	{ background-image: url(../images/layout/lightbox_bg/en.gif); }
	.country_es .lightbox	{ background-image: url(../images/layout/lightbox_bg/es.gif); }
	.country_fi .lightbox	{ background-image: url(../images/layout/lightbox_bg/fi.gif); }
	.country_fr .lightbox	{ background-image: url(../images/layout/lightbox_bg/fr.gif); }
	.country_gr .lightbox	{ background-image: url(../images/layout/lightbox_bg/gr.gif); }
	.country_is .lightbox	{ background-image: url(../images/layout/lightbox_bg/is.gif); }
	.country_it .lightbox	{ background-image: url(../images/layout/lightbox_bg/it.gif); }
	.country_nl .lightbox	{ background-image: url(../images/layout/lightbox_bg/nl.gif); }
	.country_no .lightbox	{ background-image: url(../images/layout/lightbox_bg/no.gif); }
	.country_pl .lightbox	{ background-image: url(../images/layout/lightbox_bg/pl.gif); }
	.country_pt .lightbox	{ background-image: url(../images/layout/lightbox_bg/pt.gif); }
	.country_ru .lightbox	{ background-image: url(../images/layout/lightbox_bg/ru.gif); }
	.country_se .lightbox	{ background-image: url(../images/layout/lightbox_bg/se.gif); }

/* BOX */

	.box					{ background: url(../images/layout/box_bg.png) top no-repeat; 
							  width: 191px; margin: 1em 0 0 0; }
	.box h2					{ font-size: 1em; text-align: center; text-transform: uppercase; margin: 0;
							  color: #fff; font-weight: bold; padding: 3px 0; line-height: 1.5; }
	.box .content			{ padding: 15px 10px 20px 10px; background: url(../images/layout/box_bg_bottom.png) bottom no-repeat; }
	.box .content_image		{ padding: 0 0 5px 0; }
	.box .content_image	img	{ margin: 0; }
	.box .content p,
	.box .content h3		{ font-size: 0.9em; margin-top: 0.2em; line-height: 1.2; }
	.box .content h3		{ font-weight: bold; font-size: 1.1em; }

/* Resources */

	#resources .row {
		overflow: hidden; zoom: 1;
		margin-bottom: 30px;
		margin-top: 1.5em;
	}
	#resources .column {
		float: left;
		width: 209px;
		margin-right: 24px;
	}
	#resources .last {
		margin-right: 0;
	}

	#resources img {
		margin: 0 0 0 0; display: block;
	}
	#resources p.title {
		font-weight: bold; margin: 10px 0 0 0; line-height: 1.2;
	}
	#resources a.download {
		display: block; color: #04355e; text-decoration: none;
		margin: 5px 0 0 0; line-height: 1; padding: 5px;
		background: #fff; border: 1px solid #cdcdcd; text-align: center;
	}
	#resources a.pdf {
		background: #fff url(../images/pdf.png) 5px 50% no-repeat;
		padding-left: 20px;
	}


/* Text Alignment */

	.ta_center				{ text-align: center; }
	.ta_left				{ text-align: left; }
	.ta_right				{ text-align: right; }
	.ta_justify				{ text-align: justify; }

/* Block Alignment */

	.ba_center				{ margin-left: auto; margin-right: auto; }
	.ba_left				{ margin-left: 0; margin-right: auto; }
	.ba_right				{ margin-left: auto; margin-right: 0; }
	.ba_left_wrap			{ float: left; clear: left;
							  margin-left: 0; margin-right: 20px; margin-bottom: 20px; }
	.ba_right_wrap			{ float: right; clear: right;
							  margin-left: 20px; margin-right: 0; margin-bottom: 20px; }
