/**************************************************************************************
Frontpage
***************************************************************************************/

.frontPage .content {
	background:none;
	}

.frontPage .contentBg {
	background:none !important;
	}
	
.frontPage .content .contentBg .contentInside {
	padding:0px 0px 0 10px;
	}

/****************cycle automatic frontpage**********************/
	
.frontPage .cycleImagesAutomatic {
	background:url("../gfx/Graphics_Bottom_Png24.png") -630px bottom no-repeat;
	margin-top:48px;
	margin-left:0px;
	height:340px;
	}

.frontPage .cycleImagesAutomatic .imageElement{
	position:absolute;
	height:335px;
	width:620px;
	overflow:hidden;
	left:10px !important;
	}
	
.cycleImagesAutomatic .imageElement .text{
	visibility:hidden;
	}

/****************destinations menu**********************/

.frontPage ul.destinationsMenu{
	top:35px;
	right:10px;
	position:absolute;
	z-index:100;
	}

.frontPage ul.destinationsMenu li a{
	background:url("../gfx/Graphics_Png24.png") right -294px no-repeat;
	padding:10px 35px 10px 7px;
	border:0;
	border-left:1px solid #d8d3c6;
	font-size:20px;
	display:block;
	float:left;
	}
	
.frontPage ul.destinationsMenu li a:hover{
	background:url("../gfx/Graphics_Png24.png") right -346px no-repeat;
	}
	
.frontPage ul.destinationsMenu li a.selected{
	background:url("../gfx/Graphics_Png24.png") right -346px no-repeat;
	}

/****************trip types**********************/

.frontPage ul.tripTypes{
	background:none;
	filter:none;
	padding:0;
	border:0;
	width:620px;
	top:383px;
	left:0;
	position:absolute;
	z-index:20000000;
	}
	
.frontPage ul.tripTypes li{
	background:none;
	border-left:0;
	padding:0;
	margin:0 5px 0 0;
	font-size:14px;
	}
	
.frontPage ul.tripTypes li a{
	background:url("../gfx/Graphics_Png24.png") right -399px no-repeat;
	padding:3px 25px 3px 8px;
	float:left;
	}
	
.frontPage ul.tripTypes li a:hover{
	background:url("../gfx/Graphics_Png24.png") right -431px no-repeat;
	padding:3px 25px 3px 8px;
	color:#333;
	}
	
.frontPage ul.tripTypes li a.selected{
	background:url("../gfx/Graphics_Png24.png") right -431px no-repeat;
	padding:3px 25px 3px 8px;
	color:#333;
	}
	
/****************Front offer list**********************/

.frontPage ul.offer {
	margin-top:15px;
	margin-right:10px;
	}

.frontPage ul.offer li {
	background:url("../gfx/Graphics_Y_png24.png") repeat-y;
	width:460px;
	height:148px;
	padding-left:5px;
	margin-left:5px;
	margin-bottom:20px;
	float:left;
	}
	
.frontPage ul.offer li.right {
	width:460px;
	float:right;
	}
	
.frontPage ul.offer li .offerBox {
	background-color:#faf9f6;
	border-top:2px solid #e6dfcc;
	border-bottom:2px solid #e6dfcc;
	height:148px;
	width:460px;
	position:relative;
	float:left;
	}
	
.frontPage ul.offer li .offerBox img {
	width:200px;
	height:148px;
	float:left;
	}
	
.frontPage ul.offer li .offerBox:hover {
	background-color:#fff;
	}
	
.frontPage ul.offer li .offerBox h2 {
	font-size:15px;
	font-weight:normal;
	margin:4px 12px 0 12px; /*4px 12px 0 12px;*/
	padding-left:10px;
	max-height:38px;
	overflow:hidden;
	}
	
.frontPage ul.offer li .offerBox p {
	margin:4px 12px 0 12px; /*4px 12px 0 12px;*/
	padding-left:10px;
	height:61px;
	line-height:15px;
	overflow:hidden;
	}
	
.frontPage ul.offer li .offerBox .info {
	display:none;
	}

.frontPage ul.offer li .offerBox a {
	color:#333;
	}
	
.frontPage ul.offer li .offerBox a:hover {
	color:#bd2716;
	}
	
.frontPage ul.offer li .offerBox .info .days {
	font-weight:bold;
	float:left;
	}

.frontPage ul.offer li .offerBox .price {
	font-family:impact, verdana, arial, helvetica;
	margin:2px 12px 0 12px;
	font-size:18px;
	display:block;
	float:left;
	}
	
.frontPage ul.offer li .offerBox .price del {
	color:#969696;
	font-family:impact, verdana, arial, helvetica;
	font-size:23px;
	padding-left:7px;
	}
	
.frontPage ul.offer li .offerBox .price em {
	color:#bd2716;
	font-family:impact, verdana, arial, helvetica;
	font-size:23px;
	font-style:normal;
	padding-left:7px;
	}
	
.frontPage ul.offer li .offerBox a.button{
	color:#fff;
	position:absolute;
	bottom:-12px;
	right:7px;
	}
	
	
/**************************************************************************************
Front country
***************************************************************************************/
	
.frontCountryPage .contentBg {
	background:none !important;
	}
	
.frontCountryPage .content .contentBg .contentInside {
	padding:0px 0px 0 0;
	}
	
.frontCountryPage .content h1 {
	background-color:#fff;
	font-family:impact, verdana, arial, helvetica;
	color:#000;
	padding:10px 13px;
	top:10px;
	left:-8px;
	font-size:24px;
	border:1px solid #949494;
	position:absolute;
	z-index:100;
	}
	
.frontCountry ul.offer li {
	background:url("../gfx/Graphics_Y_png24.png") repeat-y;
	width:300px;
	height:350px;
	padding-left:5px;
	margin-left:5px;
	margin-bottom:20px;
	float:left;
	}
	
.frontCountry ul.offer li.right {
	margin-left:0;
	float:right;
	}
	
.frontCountry ul.offer li .offerBox {
	background-color:#faf9f6;
	border-top:2px solid #e6dfcc;
	border-bottom:2px solid #e6dfcc;
	width:300px;
	height:350px;
	position:relative;
	float:right;
	}
	
.frontCountry ul.offer li .offerBox:hover {
	background-color:#fff;
	}
	
.frontCountry ul.offer li .offerBox h2 {
	font-size:16px;
	font-weight:normal;
	margin:10px 12px 0 12px;
	height:18px;
	overflow:hidden;
	}
	
.frontCountry ul.offer li .offerBox p {
	margin:10px 12px 0 12px;
	height:48px;
	overflow:hidden;
	}
	
.frontCountry ul.offer li .offerBox .info {
	border-top:1px solid #e1d9c1;
	border-bottom:1px solid #e1d9c1;
	padding:8px 0 10px 0;
	margin:10px 12px 0 12px;
	overflow:hidden;
	}
	
.frontCountry ul.offer li .offerBox a {
	color:#333;
	text-decoration:none;
	}
	
.frontCountry ul.offer li .offerBox a:hover {
	color:#bd2716;
	}
	
.frontCountry ul.offer li .offerBox .info .days {
	font-weight:bold;
	float:left;
	}
	
.frontCountry ul.offer li .offerBox .info .mapLink {
	float:right;
	}

.frontCountry ul.offer li .offerBox .info .mapLink a {
	color:#333;
	}
	
.frontCountry ul.offer li .offerBox .info .mapLink a:hover {
	color:#bd2716;
	}

.frontCountry ul.offer li .offerBox .info .mapLink span {
	float:left;
	}
	
.frontCountry ul.offer li .offerBox .info .mapLink span.icon {
	background:url("../gfx/Graphics_png8.png") left -506px no-repeat;
	width:16px;
	height:17px;
	margin-left:5px;
	float:left;
	}
	
.frontCountry ul.offer li .offerBox .price {
	font-family:impact, verdana, arial, helvetica;
	margin:20px 12px 0 12px;
	font-size:18px;
	display:block;
	}
	
.frontCountry ul.offer li .offerBox .price del {
	color:#969696;
	font-family:impact, verdana, arial, helvetica;
	font-size:24px;
	padding-left:7px;
	}
	
.frontCountry ul.offer li .offerBox .price em {
	color:#bd2716;
	font-family:impact, verdana, arial, helvetica;
	font-size:24px;
	font-style:normal;
	padding-left:7px;
	}
	
.frontCountry ul.offer li .offerBox a.button{
	color:#fff;
	position:absolute;
	bottom:-12px;
	right:7px;
	}
	
.frontCountry ul.offer li .offerBox .labelOffer{
	background:url("../gfx/Graphics_png24.png") -305px -185px no-repeat;
	width:95px;
	height:94px;
	top:0;
	right:0;
	text-indent:-3000px;
	position:absolute;
	}
	
.frontCountry ul.offer li .offerBox .labelCampaign{
	background:url("../gfx/Graphics_png24.png") -409px -185px no-repeat;
	width:95px;
	height:94px;
	top:0;
	right:0;
	text-indent:-3000px;
	position:absolute;
	}
	
/**************************************************************************************
front concept
***************************************************************************************/
	
.frontConceptPage .contentBg {
	background:none !important;
	}
	
.frontConceptPage .content .contentBg .contentInside {
	padding:0px 0px 0 0;
	}
	
.frontConceptPage .content h1 {
	background-color:#fff;
	font-family:impact, verdana, arial, helvetica;
	color:#000;
	padding:10px 13px;
	top:10px;
	left:-8px;
	font-size:24px;
	border:1px solid #949494;
	position:absolute;
	z-index:10;
	}
	
.concept ul.offer li {
	background:url("../gfx/Graphics_Y_png24.png") repeat-y;
	width:300px;
	height:350px;
	padding-left:5px;
	margin-left:5px;
	margin-bottom:20px;
	float:left;
	}
	
.concept ul.offer li.right {
	margin-left:0;
	float:right;
	}
	
.concept ul.offer li .offerBox {
	background-color:#faf9f6;
	border-top:2px solid #e6dfcc;
	border-bottom:2px solid #e6dfcc;
	width:300px;
	height:350px;
	position:relative;
	float:right;
	}
	
.concept ul.offer li .offerBox:hover {
	background-color:#fff;
	}
	
.concept ul.offer li .offerBox h2 {
	font-size:16px;
	font-weight:normal;
	margin:10px 12px 0 12px;
	height:18px;
	overflow:hidden;
	}
	
.concept ul.offer li .offerBox p {
	margin:10px 12px 0 12px;
	height:48px;
	overflow:hidden;
	}
	
.concept ul.offer li .offerBox .info {
	border-top:1px solid #e1d9c1;
	border-bottom:1px solid #e1d9c1;
	padding:8px 0 10px 0;
	margin:10px 12px 0 12px;
	overflow:hidden;
	}
	
.concept ul.offer li .offerBox a {
	color:#333;
	text-decoration:none;
	}
	
.concept ul.offer li .offerBox a:hover {
	color:#bd2716;
	}
	
.concept ul.offer li .offerBox .info .days {
	font-weight:bold;
	float:left;
	}
	
.concept ul.offer li .offerBox .info .mapLink {
	float:right;
	}

.concept ul.offer li .offerBox .info .mapLink a {
	color:#333;
	}
	
.concept ul.offer li .offerBox .info .mapLink a:hover {
	color:#bd2716;
	}

.concept ul.offer li .offerBox .info .mapLink span {
	float:left;
	}
	
.concept ul.offer li .offerBox .info .mapLink span.icon {
	background:url("../gfx/Graphics_png8.png") left -506px no-repeat;
	width:16px;
	height:17px;
	margin-left:5px;
	float:left;
	}
	
.concept ul.offer li .offerBox .price {
	font-family:impact, verdana, arial, helvetica;
	margin:20px 12px 0 12px;
	font-size:18px;
	display:block;
	}
	
.concept ul.offer li .offerBox .price del {
	color:#969696;
	font-family:impact, verdana, arial, helvetica;
	font-size:24px;
	padding-left:7px;
	}
	
.concept ul.offer li .offerBox .price em {
	color:#bd2716;
	font-family:impact, verdana, arial, helvetica;
	font-size:24px;
	font-style:normal;
	padding-left:7px;
	}
	
.concept ul.offer li .offerBox a.button{
	color:#fff;
	position:absolute;
	bottom:-12px;
	right:7px;
	}
	
.concept ul.offer li .offerBox .labelOffer{
	background:url("../gfx/Graphics_png24.png") -305px -185px no-repeat;
	width:95px;
	height:94px;
	top:0;
	right:0;
	text-indent:-3000px;
	position:absolute;
	}
	
.concept ul.offer li .offerBox .labelCampaign{
	background:url("../gfx/Graphics_png24.png") -409px -185px no-repeat;
	width:95px;
	height:94px;
	top:0;
	right:0;
	text-indent:-3000px;
	position:absolute;
	}
	

	

	


