/* ---------------------------------------------------------------- */
/* Homepage main content layout 									*/
/* ---------------------------------------------------------------- */

.main_box {
	position:relative;
	height:90px;
	width:570px;
	float:left;
}

.left_box {
	position:absolute;
	height:90px;
	width:260px;
}

.right_box {
	position:absolute;
	left:307px;
	height:90px;
	width:265px;
}

.main_image_border {
	border:solid 1px #999999;
	margin-right:15px;
}

.main_image_equip {
	border:solid 1px #999999;
	margin-left:15px;
}

/* ---------------------------------------------------------------- */
/* Offers page layout			 									*/
/* ---------------------------------------------------------------- */

.table_header_container_offer  {
	position:relative;
	top:0px;
	left:0px;
	width:400px;
	height:23px;
	background:#b7c7d2;
  	font-family:arial,helvetica,univers;
	font-size:11px;
	color:#000000;
	font-weight: bold;
}

.row_container_light_offer {
	position:relative;
	top:0px;
	left:0px;
	width:400px;
	background:#dbe2e7;
	height:18px;
	margin-bottom:2px;
}

.row_container_dark_offer {
	position:relative;
	top:0px;
	left:0px;
	width:400px;
	background:#b7c7d2;
	height:18px;
	margin-bottom:2px;
}

.row_left_offer {
	position:relative;
	top:0px;
	font-family:arial,helvetica,univers;
	font-size:11px;
	line-height:14px;
	color:#000000;
	width:230px;
	left:0px;
	height:18px;
	float:left;
	padding-top:2px;
	padding-left:5px;
	border-right:solid 2px #fff;
}

.row_right_offer {
	position:relative;
	top:0px;
	font-family:arial,helvetica,univers;
	font-size:11px;
	line-height:14px;
	color:#000000;
	width:100px;
	float:left;
	margin-left:5px;
	padding-top:2px;
	padding-left:15px;
	height:100%;
}

/* ---------------------------------------------------------------- */
/* Features layout	properties										*/
/* ---------------------------------------------------------------- */

.features_title {
	padding-bottom:2px;
}

.features_images_box {
	width:570px;
	height:98px;
	background-color:#e6e6eb;
}

.features_image {
	padding:11px 0px 11px 11px;
	float: left;
	width: 100px;
	height: 76px;
}

.features_image_large {
	padding:11px 0px 11px 11px;
	float: left;
	width:310px;
	height:200px;
}

.features_image_text {
	font-weight: bold;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	padding-top:200px;
	float: left;
	height:22px;
	width:240px;
}

.features_image_text_2_lines {
	font-weight: bold;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	padding-top:186px;
	float: left;
	height:24px;
	width:240px;
}

.features_image_text_3_lines {
	font-weight: bold;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	padding-top:172px;
	float: left;
	height:48px;
	width:240px;
}

.features_image_text_4_lines {
	font-weight: bold;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	padding-top:142px;
	float: left;
	height:78px;
	width:240px;
}

.features_container {
	width:570px;
	height:222px;
	background-color:#e6e6eb;
	display:none;
}

.offers_image_right_caravelle {
	position:absolute;
	left:400px;
	top:122px;
	width:170px;
}

/* ---------------------------------------------------------------- */
/* Other layout	properties											*/
/* ---------------------------------------------------------------- */

.conversions_image_right {
	margin-left:15px;
	margin-top:3px;
	margin-bottom:12px;
	float: right;
	border: 1px solid #666;
	clear: both;
}


/* ---------------------------------------------------------------- */
/* General                       									*/
/* ---------------------------------------------------------------- */
h1.page_title {
	color: #000;
	font-size: 1.8em;
}

h2.page_subtitle {
	color: #000;
	font-size: 1.7em;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2.section_title {
	border-bottom: 1px solid #dddde2;
	color: #136aab;
	font-size: 2.1em;
	padding: 15px 0 10px;
}

h3.section_subtitle {
	color: #000;
	font-size: 1.3em;
}

#maincol p a.arrow,
#maincol p a.arrow:link,
#maincol p a.arrow:visited {
	background: transparent url('../../images/general/arrow_bullet_orange.gif') no-repeat 0 1px;
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 19px;
	text-decoration: none;
}
#maincol p a.arrow:hover,
#maincol p a.arrow:focus {
	text-decoration: underline;
}