/*
@import url("screen.css");*/

/* DISPLAY NONE's 
-----------------------------------------*/
/*  NAVIGATIONS  */
.nav-main,
.nav-main-second,
.nav-supp,
.nav-breadcrumb,
.nav-sub,
.search-block,
.nav-destinations,
.nav-dropdown,
.nav-tabs,

/* IMAGES */
.fallback .bg-img,
.fallback .dest,
.slideshow-block,

/* BLOCKS content navigation */
.acc-block,
#acc-container,
.slide-block,
.scroll-block,
.button,
.section-divider,
.footer-teaser-wrapper,
.shortcuts-ext,
.shortcuts-contact,
.footer,


/* related to EDITOR */
.meta,
.bookmark-dropdown li,
.comment-form,
.comment-block h2,
.comment-block p,
.comment-block a,
.section-decor,
.tab-nav,

/* related to google mini */
.search-area,
.search-results,
.search-sort,
.n {display:none;}

 
/* SIZES & STYLES
-----------------------------------------*/
/* COLS */
.col-16,
.col-13,
.col-12,
.col-8,
.col-6,
.col-4,
.col-3,
.col-2 {width:100%;}

/* TABS */
.tab-block,
.tab-content,
.tab-block .editor {width:100%; margin:0;}

/* BILLBOARD */
.billboard {height:50px;}


		
/* LAYOUT ---------------------------------------------------------------------------------------------------------------------*/

body {
	background: #c0d1dc;
	font:normal 12px/1.5 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Sans-serif;
	color:#444;
}

/* header, logo
-------------------------------------------------- */
.header {
	background:url(images/shaddow-bg-header.png) no-repeat 50% 8px;	
	}
	.header .wrapper	{background:;}
	.logo {
		position: absolute;
		top: 20px;
		left: 0;
	}
		.logo img{
			border:none !important;
		}

	
/* Billboard
--------------------------------------------------	*/
.billboard {
	background:url(images/shaddow-bg-repeaty.png) repeat-y 50% 0;
	float:left;
	width:100%;
	overflow: hidden;
}	
	.billboard .wrapper	{
		background:#fff;
		padding: 0; 
		width: 980px;
		height: 341px;
	}
		.billboard.subpage {	
			margin-bottom:10px;
		}	
			.billboard.subpage .wrapper {	
				height:78px;
			}		
	.billboard  embed {
		float:left;
		clear:both;
		}
/* tab-block
-------------------------------------------------- */	
.tab-block {
	float:left;
	position:relative;
	width:700px;
	padding:57px 0 20px;
	margin-top:0;
	background: url(images/tab-bg.png) no-repeat 0 37px;
	/* min-height fast hack */
	min-height:400px;
	height:auto !important;
	height:400px;
}	
	/* teaser navigation */
	.tab-block .tab-nav{
		overflow:auto;
		position:absolute;
		top:1px;
		left:0;
	}
		.tab-block .tab-nav li{
			display:inline;
			float:left;
			background:url(images/tab-nav.png) no-repeat 0 -86px;
			margin-left:2px;
		}
			.tab-block .tab-nav li a,
			.tab-block .tab-nav li a:visited{
				float:left;
				height:36px;
				margin-left:17px;
				padding:0 17px 0 0;
				font-size:12px;
				line-height:2.8;
				text-decoration:none;
				color:#444;
				background:url(images/tab-nav.png) no-repeat 100% -124px;
			}
				.tab-block .tab-nav li a:hover{color:#707070;}
		.tab-block.tab-nav li.last.active,
		.tab-block ul li.active{background:url(images/tab-nav.png) no-repeat 0 0;}
		.tab-block .tab-nav li.first{margin-left:0px;}
		
			.tab-block .tab-nav li.active a,
			.tab-block .tab-nav li.active a:visited{background:url(images/tab-nav.png) no-repeat 100% -43px;}	
			.tab-block .tab-nav li.first.active a,
			.tab-block .tab-nav li.first.active a:visited{padding-bottom:5px;}	
	/* c content */
	.tab-content {
		margin:0 0 0 20px;
		width:640px;
		float:left;
		}
		/* editor */
		.tab-block  h2 {margin:10px 0 15px;}
		.tab-block .editor{
			float:left;
			width:432px;
			}
			.tab-block  .editor p {font-size:12px;}
		/* fact */
		.tab-block .edi-180{
			float:right;
			width:180px;
			}
			.tab-block .edi-180 td{font-size:11px;}	
					


/* EDITOR ----------------------------------------------------------------------------------------------------   */

.editor h1,
.editor h2,
.editor h3{
	letter-spacing:0.03em;
	font:bold 16px/1.5 "Lucida Sans", "Lucida Grande", Tahoma, Sans-serif;
	color:#222;
}

.editor h1 {
	font-size: 28px;
	margin-bottom:20px;
	text-transform:uppercase;
}
.editor h2 {
	font-size: 18px;
}
.editor h3 {
	font-size: 16px;
}
.editor p {
	font-size:13px;
	margin-bottom:15px;
}

.editor p.intro {
	font-size:16px;
	line-height:1.3;
}

/* Link 
---------------------------------------------------*/	
a, a:visited,
.editor a, .editor a:visited {
	text-decoration:underline;
	color:#006EAB;
	}
	a:hover,
	.editor a:hover {
		text-decoration:none;
	}
	
/* Lists 
---------------------------------------------------*/	
.editor ul,
.editor ol {
	margin-bottom:10px;
	font:normal 13px/1.5 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Sans-serif;
}
	.editor ul li,
	.editor ol li {
		list-style-type: disc;
		padding-left: 0;
		list-style-position:inside;
	}
	 .editor ol li{
		list-style-type: decimal;
	}
	
/* Tabels 
---------------------------------------------------*/
.editor table {
	font:normal 13px/1.5 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Sans-serif;
	border:none;
	margin:3px 0 10px;		
	}
	.editor table th {
		font-weight: bold;
		padding:3px 5px;
		}
	.editor table td {
		padding:0 5px;
	}
	
/* table with borders */
.editor table.border {
	border:1px solid #E7EDEF ;
	}
	.editor table.border th {}
	.editor table.border td {
		border:1px solid #E7EDEF ;
	}
	
/* Images
-------------------------------------------------- */	
.editor img {}
.editor img.imgleft {
	float: left;
	margin: 0 10px 10px 0;	
}
.editor img.imgright {
	float: right;
	margin: 0 0 10px 10px;	
}
/* border */
.editor img.border {
	border:1px solid #eee;	
}
	



		

