/* Initialise
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
html {
	font-size:1em;
}
body {
	margin:30px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#ddd;
	background:#000;
	empty-cells:show;
}
table {
	border-collapse:collapse;
}
img {
	border:none;
	display:block;
}
hr {
	height:1px;
	line-height:0;
	color:#999;
	background-color:#999;
	border:none;
	margin:10px 0;
}
hr.main_hr {
	margin:3px 0 25px 0;
	color:#EAEAEA;
	background-color:#EAEAEA;
}

/* Common structure
----------------------------------------------------------- */
.pointer {
	cursor:pointer;
}
.clear {
	clear:both;
	line-height:0px;
	height:0px;
	font-size:0px;
}
.simple_clear {
	clear:both;
}
.hidden {
	display:none;
}
.inline {
	display:inline;
}
.rule_left_multi_fin {
	width:100%;
	height:5px;
	font-size:0;
	background:#383838 url(../images/rule_left_multi_fin.gif) no-repeat left top;
}
.rule_full_fin {
	width:100%;
	height:5px;
	font-size:0;
	position:relative;
	background-color:#383838;
}
.rule_full_fin .rule_left {
	background:transparent url(../images/rule_left_single_fin.jpg) no-repeat left top;
	width:100%;
	height:5px;
	font-size:0;
	position:absolute;
	top:0;
	left:0;
}
.rule_full_fin .rule_right {
	background:transparent url(../images/rule_right_single_fin.jpg) no-repeat right top;
	width:100%;
	height:5px;
	font-size:0;
	position:absolute;
	top:0;
	left:0;
}
#wrapper {
	width:970px;
	margin:0 auto;
	background-color:transparent;
}
#main_top_fade {
	height:19px;
	margin-top:5px;
	background:#000 url(../images/main_top_fade.jpg) repeat-y top left;
}
#main_bot_fade {
	height:14px;
	margin-bottom:5px;
	background:#fff url(../images/main_bot_fade.jpg) no-repeat top right;
}
#main {
	padding:16px;
	min-height:400px;
	color:#2A2A2A;
	background-color:#fff;
}
#menu_left { width:190px; float:left; }
#menu_left a { font-size:1.1em; margin:5px 0 0 0; float:left; }
#menu_left a.menu_left_sel { color:#BF2C2C; }
#menu_left a.sub_menu { float:none; }
#menu_left a.sub_menu_sel { float:none; color:#BF2C2C; }
#menu_left img { float:left; margin:8px 10px 8px 3px; }
#menu_left div.menu_line {
	float:left;
	font-size:0;
	width:100%;
	height:0;
	line-height:0;
	border-bottom:1px solid #EAEAEA;
}
#content {
	float:right;
	width:732px;
}
ul#sub_menu_sub_list {
	margin-left:35px;
	list-style-type:none;
	list-style-image:url(../images/list-bullet.gif);
}
ul#sub_menu_sub_list li {
	margin-bottom:5px;
	font-size:0.9em;
}

/* Header
----------------------------------------------------------- */
div#head_left {
	float:left;
}
div#head_right {
	float:right;
	width:830px;
}
div#header img#gama_logo {
	float:left;
	padding:5px 0 18px 0;
}
div#nav {
	float:right;
	width:800px;
	margin-top:5px;
}
div#nav a {
	text-decoration:none;
	font-weight:bold;
	font-size:1.0em;
	display:block;
	float:right;
	margin-left:15px;
}
div#nav a:link, div#nav a:visited { color:#EEEEEE; }
div#nav a:hover, div#nav a:active { color:#BF2C2C; }
div#header div#nav hr {
	margin:7px 0;
	font-size:0;
	padding:0;
	background-color:#393939;
	color:#393939;
}
div#the_flags {
	float:right;
}
div#the_flags a, div#the_flags a.selected_lang {
	display:block;
	float:left;
	border:1px solid #333;
}
div#the_flags a.selected_lang { border-color:#f00; }
div#the_flags a:hover { border-color:#f00; }
div.flag_holder, div.flag_holder_selected {
	float:right;
	height:22px;
	margin-left:5px;
	background-image:none;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:7px 15px;
}
div.flag_holder_selected {
	background-image:url(../images/language_indicator.gif);
}

/* Footer
----------------------------------------------------------- */
div#footer {
	height:100px;
}
div#footer_text {
	font-size:0.8em;
	letter-spacing:0.1em;
	margin-top:17px;
	height:31px;
	position:relative;
	border-bottom:1px solid #641616;
}
div#footer_left {
	float:left;
}
div#footer_right {
	float:right;
}
div#footer_right p {
	float:left;
	line-height:17px;
}
div#footer_right a {
	line-height:17px;
	letter-spacing:0.1em;
}
img#propeller_logo {
	float:left;
}
div#footer_text a:link, div#footer_text a:visited { color:#ddd; }
div#footer_text a:hover, div#footer_text a:active { color:#BF2C2C; }

/* Text styles
----------------------------------------------------------- */
#h1_home {
	font-size:12px;
	margin:9px 0 0 11px;
}
#h1_univers_cond {
	font-size:16px;
	font-weight:bold;
}
#h2_menu_left {
	font-size:12px;
	font-weight:bold;
	padding:3px 0 3px 5px;
	margin-bottom:13px;
	background-color:#EAEAEA;
}
.h3_body {
	font-size:18px;
	font-weight:bold;
	margin:2px 0 10px 0;
}
#h3_desc_title {
	font-size:18px;
	font-weight:bold;
}
.span_fleet_title {
	display:block;
	margin-top:6px;
	margin-left:24px;
	float:left;
	font-size:1.1em;
}

/* Links
----------------------------------------------------------- */
a:link, a:visited { color:#2A2A2A; text-decoration:none; }
a:hover, a:active { color:#BF2C2C; }

a.pdf_link:link, a.pdf_link:visited {
	color:#2A2A2A;
	text-decoration:none;
	display:block;
	height:32px;
	padding-left:30px;
	line-height:30px;
	margin-top:10px;
	background:transparent url(../images/pdf_icon.jpg) no-repeat left top;
}
a.pdf_link:hover, a.pdf_link:active { color:#BF2C2C; }

/* Lists
----------------------------------------------------------- */
div#content ul {
	margin-left:35px;
	list-style-type:none;
	list-style-image:url(../images/list-bullet.gif);
}
div#content ul.error_list {
	list-style-image:none;
	color:#f00;
	border:1px solid #f00;
	padding:10px;
	margin:0;
	margin-bottom:15px;
}

/* Buttons
----------------------------------------------------------- */
#button {
	position:relative;
	background-image: url(../images/mid_button.png);
	height:20px;
	cursor:pointer;
	margin-top:10px;
}
#button #left {
	background-image: url(../images/left_button.png);
	width:19px;
	height:20px;
	position:absolute;
	left:0;
	top:0;
}
#button p {
	margin:0;
	display:block;
	float:left;
	padding:3px 0 0 22px;
	color:#BF2C2C;
	font-weight:bold;
	overflow:hidden;
}
#button #right {
	height:20px;
	width:2px;
	background-image: url(../images/right_button.png);
	position:absolute;
	right:0;
	top:0;
}
.top_banner { 
	padding-bottom:10px;
}