@charset "UTF-8";
/* CSS */

/****************************************************************************************************/
/*GENERAL*/
/****************************************************************************************************/
	body, html, *{
		margin:0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
	}
	body{
		font-size:12px;
		line-height: 18px;
		color:#696459;
		background-image:url("../images/body_background.jpg");
		background-repeat: no-repeat;
		background-position:center top;
		background-attachment: fixed;
		background-color:#d6d4c8;
	}
	a{
		text-decoration: none;
		color:#1f577d;
		outline: none;
	}
	a:hover{
		color:#000;
	}
	a img{
		border:0px;
	}
	
	a:hover img{
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=75);
        -moz-opacity:0.75;
        -khtml-opacity: 0.75;
        opacity: 0.65;
	}
	
	.clearBox{
		clear:both;
	}





/****************************************************************************************************/
/*STRUCTURE*/
/****************************************************************************************************/

	#websiteContainer{
		margin:0 auto;
		width:957px;
	}
	
	
	
	
	
	#header{
		width:957px;
		height:254px;
		background-image:url("../images/header_background.png");
		background-repeat: no-repeat;
	}
	
	#header h1{
		float:left;
		margin-left:11px;
		margin-top:14px;
	}
	
	#header #optionsBox{
		float:right;
		text-align: right;
		padding-right: 16px;
		font-size: 11px;
	}
	#header #optionsBox a.contact{
		float:right;
		display:block;
		font-weight: bold;
		height:19px;
		padding:1px 4px 0px 7px;
		background-image: url("../images/header_contact_items_background.jpg");
		background-repeat: no-repeat;
		border-right:1px solid #d7d3c8;
		margin-right:22px;
	}
	#header #optionsBox ul#languages{
		float:right;
		list-style: none;
	}
	#header #optionsBox ul#languages li{
		float:left;
		display:block;
		width:28px;
		height:20px;
		margin-left:1px;
		font-weight: bold;
		color:#000;
		background-image:url("../images/language_items_background.jpg");
		background-repeat: no-repeat;
		background-position: 0px 0px;
		text-align: center;		
	}
	#header #optionsBox ul#languages li span{
		padding-top:1px;
		padding-left:1px;
		display:block;
	}
	#header #optionsBox ul#languages li a{
		display:block;
		width:27px;
		height:19px;
		text-align: center;
		color:#fff;		
		padding-top:1px;
		padding-left:1px;
		background-image:url("../images/language_items_background.jpg");
		background-repeat: no-repeat;
		background-position: 0px -20px;
	}
	#header #optionsBox ul#languages li a:hover{
		color:#000;
		background-image:none;
	}
	
	#header #optionsBox #landingPages{
		float:right;
		margin-top:28px;	
		line-height: 15px;
		color:#737373;	
	}
	
	#header #mainMenu{
		position:absolute;
		top:220px;
		width:955px;
		height:34px;
		padding-left:1px;
	}
	#header #mainMenu ul{
		list-style: none;
	}
	#header #mainMenu ul li{
		float:left;
		color:#ccc3b5;
		display:block;
		height:34px;
		background-image:url("../images/main_menu_shadow_background.png");
		background-repeat: no-repeat;
	}
	#header #mainMenu ul li:hover{
		background-image:url("../images/main_menu_shadow_background_hover.png");
	}
	#header #mainMenu ul li.active{
		background-image:url("../images/main_menu_shadow_background_hover.png");
		padding-left:15px;
	}
	#header #mainMenu ul li h2{
		background-image:url("../images/main_menu_shadow_background_right.png");
		background-repeat: no-repeat;
		background-position: right 0px;
		font-size: 16px;		
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35);
	}
	#header #mainMenu ul li:hover h2{
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.50);
	}
	#header #mainMenu ul li.active h2{
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.65);
		padding-right: 15px;
		padding-top:8px;	
		margin-bottom: 8px;	
	}
	#header #mainMenu ul li.last h2{
		background-image:none;
	}
	#header #mainMenu ul li h2 a{
		display:block;
		color:#fff;
		font-family:Helvetica, Arial, sans-serif;
		padding-left:15px;		
		padding-right: 15px;
		padding-top:8px;
		padding-bottom:8px;
	}
	#header #mainMenu ul li .submenuContainer{
		display:none;
		position:absolute;
		width:200px;
	}
	#header #mainMenu ul.rollOver li:hover .submenuContainer{
		display:block;
	}
	#header #mainMenu ul li.active .submenuContainer{
		margin:0px 0px 0px -15px;	
	}
	#header #mainMenu ul li .submenuContainer div.end{
		line-height: 1px;
		font-size: 1px;
		width:200px;
		height:5px;
		background-image:url("../images/submenu_background_end.png");
	}
	#header #mainMenu ul li ul{
		float:none;
		display:block;
		height:auto;
		background-image:url("../images/submenu_background.png");
		background-repeat: repeat-y;
		padding-top:4px;
	}
	#header #mainMenu ul li ul li{
		float:none;
		display:block;
		height:auto;
		background-image:none;
		padding:2px 0px 0px 0px;
		background-image:url("../images/submenu_item_background.png");
		background-repeat: repeat-x;
	}
	#header #mainMenu ul li ul li:hover{
		background-image:url("../images/submenu_item_background.png");
		background-repeat: repeat-x;
	}
	#header #mainMenu ul li ul li.active{
		background-image:none;
	}
	#header #mainMenu ul li ul li h3{
		background-image:none;
	}
	#header #mainMenu ul li ul li a{
		display:block;
		font-size: 14px;
		font-family:Helvetica, Arial, sans-serif;
		font-weight: bold;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.65);
		padding-left:15px;
		padding-top:4px;
		padding-bottom: 3px;
		padding-right: 15px;
	}
	#header #mainMenu ul li ul li a:hover{
		background-image:url("../images/submenu_background_hover.png");
		background-repeat: no-repeat;
	}
	
	
	
	
	
	
	#content{
		background-color:#eceae4;
		min-height:400px;
		border-left:1px solid #d2cec2;
		border-right:1px solid #d2cec2;
		padding:15px 15px 30px 15px;
	}
	
	
	
	
	
	
	#pageContainer{
		float:left;
		width:612px;
	}
	
	
	
	
	#breadCrump{
		font-size: 10px;
		line-height: 10px;
		margin-bottom:6px;
		letter-spacing: 0.5px;
	}
	#breadCrump a{
		background-image:url("../images/breadcrump_arrow.jpg");
		background-repeat: no-repeat;
		background-position: right 3px;
		padding:0px 10px 0px 0px;
	}
	#breadCrump a:hover{
		background-position: right -9px;
	}
	
	
	
	
	
	
	.pageTitle{
		background-image:url("../images/general_content_separe.jpg");
		background-repeat: no-repeat;
		font-size: 25px;
		line-height: 28px;
		font-family:Helvetica, Arial, sans-serif;
		font-weight: normal;
		color:#6e6960;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
		padding-top:10px;
		margin-top:30px;
		margin-bottom:15px;	
	}
	.pageTitle.first{
		margin-top:0px;
		margin-bottom: 0px;
	}
	.pageTitle span{
		display:block;
		background-image:url("../images/general_content_separe.jpg");
		background-repeat: no-repeat;
		background-position:0px bottom;		
		padding-bottom: 10px;
	}
	.pageTitleOptions{
		text-align: right;
		margin-bottom: 10px;
	}
	.pageTitleOptions a{
		padding-left:18px;
		margin-left:10px;
		background-repeat: no-repeat;
		background-position: 0px 1px;
		padding-bottom: 1px;
		font-size: 10px;
		letter-spacing:0.5px;
	}
	.pageTitleOptions a:hover{
		background-position: 0px -19px;
	}
	.pageTitleOptions a.share{
		background-image:url("../images/general_content_share_icon.jpg");
	}
	.pageTitleOptions a.print{
		background-image:url("../images/general_content_print_icon.jpg");
	}

	
	
	
	
	
	
	
	#homeFocus{
		width:609px;
		height:333px;
		background-image:url("../images/home_focus_image_background.jpg");
		background-repeat: no-repeat;
		padding-top:3px;
		padding-left:3px;
	}
	#homeFocus .imagesItemContainer{
		width:606px;
		height:330px;
		overflow: hidden;
	}
	#homeFocus .imagesItemContainer a.image{
		position:absolute;
	}
	#homeFocus .imagesItemContainer h1{
		position:absolute;
		width:603px;
		height:250px;
		background-image:url("../images/home_focus_title_background.png");
		background-repeat: no-repeat;
		margin-left:3px;
	}
	#homeFocus .imagesItemContainer h1 a{
		font-size: 30px;
		font-weight: normal;
		line-height: 30px;
		color:#fff;
		font-family:Helvetica, Arial, sans-serif;	
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
		display:block;
		width:603px;
		height:250px;
		padding-top:207px;
		padding-left:16px;
	}
	#homeFocus .imagesItemContainer p{
		position:absolute;
		width:568px;
		height:65px;
		background-image:url("../images/home_focus_desc_background.png");
		background-repeat: no-repeat;
		margin-top:250px;
		margin-left:3px;
		color:#fff;
		line-height: 16px;
		padding:12px 16px 0px 16px;
	}
	#homeFocus .imagesItemContainer p a{
		color:#76adce;
	}
	#homeFocus .imagesItemContainer p a:hover{
		color:#fff;
	}
	#homeFocus .imagesItemContainer p a.itemLink{
		font-weight: bold;
		display:block;
		height:17px;
		text-align: right;
		background-image:url("../images/home_focus_link_item.jpg");
		background-repeat: no-repeat;
		background-position:right 0px;
		padding-right:23px;
		padding-top: 1px;
	}
	#homeFocus .imagesItemContainer p a.itemLink:hover{
		background-position:right -18px;
	}
	#homeFocus .navigation a{
		margin-top:-200px;
		margin-left: -3px;
		position:absolute;
		display:block;
		width:29px;
		height:44px;
		background-image:url("../images/gallery_arrow_prev.png");
		background-repeat: no-repeat;
	}
	#homeFocus .navigation a:hover{
		background-position:0px -44px;
	}
	#homeFocus .navigation a.right{
		margin-left: 580px;
	}
	#homeFocus .navigation a span{
		display:none;
	}

	
	#homeNewsList{
		list-style: none;
	}
	#homeNewsList li{
		float:left;
		width:194px;
		margin-right: 15px;
	}
	#homeNewsList li.last{
		margin-right: 0px;
	}
	#homeNewsList img{
		background-image:url("../images/home_news_images_background.jpg");
		background-repeat: no-repeat;
		padding:3px;
	}
	#homeNewsList h2{
		font-size: 18px;
		line-height: 18px;
		color:#000;
		font-weight: normal;
		font-family:Helvetica, Arial, sans-serif;
		background-image:url("../images/home_news_separe.jpg");
		background-repeat: no-repeat;
		background-position: 0px bottom;
		padding:5px 0px 7px 0px;
		margin-bottom: 7px;	
	}
	#homeNewsList p{
		color:#000;
	}
	#homeNewsList p a.itemLink{
		font-weight: bold;
		background-image:url("../images/home_news_link_item.jpg");
		background-repeat: no-repeat;
		background-position: right 1px;
		padding-right: 16px;
	}
	#homeNewsList p a.itemLink:hover{
		background-position: right -21px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	#highlights{
		width:298px;
		float:right;
		line-height:16px;
	}
	#highlights .topBox{
		background-color:#bab4a9;
		padding:3px;
		margin-bottom: 15px;
	}
	#highlights .topBox h3{
		font-family:Helvetica, Arial, sans-serif;	
		color:#fff;
		font-size: 16px;
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.75);
		width:285px;
		height:23px;
		background-image:url("../images/highlight_topbox_title_background.jpg");
		background-repeat: no-repeat;
		padding:8px 0px 0px 7px;
	}
	#highlights .topBox ul{
		list-style: none;
		padding-left:7px;
		padding-top:9px;
		margin-bottom:12px;
	}
	#highlights .topBox ul li{
	}
	#highlights .topBox ul li a{
		font-family:Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color:#164767;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.80);		
		display:block;
		width:278px;
		height:24px;
		background-image:url("../images/highlight_topbox_list_items_background.jpg");
		background-repeat: no-repeat;
		padding:8px 0px 0px 25px;
	}
	#highlights .topBox ul li a:hover{
		color:#000000;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.75);
		background-position: 0px -32px;		
	}
	#highlights .topBox div.zewo{
		color:#565248;
		padding-left:7px;
		padding-bottom:9px;
	}
	#highlights .topBox div.zewo a{
		color:#1f577d;
	}
	#highlights .topBox div.zewo a.image{
		float:left;
	}
	#highlights .topBox div.zewo p.desc{
		float:left;
		width:210px;
		padding-left:12px;
		padding-top:8px;
	}
	#highlights .normalBox{
		background-color:#d3cec5;
		padding:3px;
		color:#504c42;
	}
	#highlights .normalBox h3{
		color:#fff;
		font-size: 12px;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.50);
		text-transform: uppercase;
		width:285px;
		height:18px;
		background-image:url("../images/highlight_normalbox_title_background.jpg");
		background-repeat: no-repeat;
		padding:3px 0px 0px 7px;
		margin-bottom: 7px;
	}
	#highlights .normalBox h3.seconds{
		margin-top:22px;
	}
	#highlights p.emailSubscriptionIntroduction{
		padding:0px 0px 0px 7px;
	}
	#highlights #emailInput{
		border:1px solid #9f9a90;
		background-color:#c6c2ba;
		height:21px;
		padding:0px;
		font-size:12px;
		padding:1px 5px 0px 5px;
		color:#6d675b;
		margin:7px 0px 10px 7px;
	}
	#highlights #emailInput:focus{
		color:#000;
		border-color:#9f9a90;
		background-color:#ddd9d1;
	}
	.de #highlights #emailInput{
		width:203px;
	}
	#highlights #submitInput{
		height:24px;
		color:#fff;
		font-weight: bold;
		padding:0px 4px 0px 5px;
		border:0px;		
		border-right:1px solid #1f577d;
		background-image:url("../images/highlight_button_background.jpg");
		background-repeat: no-repeat;
		font-size: 12px;
		cursor: pointer;
	}
	#highlights #submitInput:hover{
		background-position:0px -24px;
		border-right-color: #0f253d;
	}
	#highlights .separe{
		line-height: 0px;
		font-size: 0px;
		padding:0px;
		width:278px;
		height:2px;
		background-image:url("../images/highlight_normalbox_separe.jpg");
		background-repeat: no-repeat;
		margin:8px 0px 8px 7px;
	}
	
	#highlights .socialOptions{
		padding:0px 7px 0px 7px;
	}
	#highlights .socialOptions h4{
		font-size: 12px;
		color:#504c42;
		padding-bottom:5px;
	}
	#highlights .socialOptions h4{
		font-size: 12px;
		color:#504c42;
		padding-bottom:5px;
	}
	#highlights .socialOptions div.logos a{
		margin-right: 7px;
	}
	#highlights ul.highlightNews{
		list-style: none;
		padding:5px 0px 0px 7px;
	}
	#highlights ul.highlightNews li{
		background-image:url("../images/highlight_normalbox_separe.jpg");
		background-position:0px bottom;
		background-repeat:no-repeat;
		padding-bottom: 12px;
		margin-bottom:10px;
	}
	#highlights ul.highlightNews li.last{
		background-image: none;
		margin-bottom:0px;
		padding-bottom: 7px;
	}
	#highlights ul.highlightNews li img{
		background-image:url("../images/highlights_news_image_background.jpg");
		background-repeat: no-repeat;
		padding:3px;
	}
	#highlights ul.highlightNews li a.image{
		float:left;
	}
	#highlights ul.highlightNews li div.text{
		float:left;
		padding-left:10px;
		width:194px;
	}
	#highlights ul.highlightNews li div.text h5{
		font-size: 12px;
		font-weight: normal;
		color:#615e54;
		padding-bottom: 9px;
	}
	#highlights ul.highlightNews li div.text a{
		font-weight: bold;
	}
	
	
	
	
	
	
	
	#footer{
		width:923px;
		height:36px;
		padding:8px 17px 0px 17px;
		background-image:url("../images/footer_background.jpg");
		background-repeat: no-repeat;
		margin-bottom: 20px;
		color:#dfdbd2;
		line-height: 14px;
	}
	#footer .left{
		float:left;
	}
	#footer .left p{
		margin-right: 13px;
		padding-right: 16px;
		background-image:url("../images/footer_background_separe.png");
		background-repeat: no-repeat;
		background-position:right 2px;
	}
	#footer .right{
		float:right;
	}
	#footer .right p{
		margin-left: 15px;
		padding-left: 15px;
		background-image:url("../images/footer_background_separe.png");
		background-repeat: no-repeat;
		background-position:left 2px;
	}
	#footer div p{
		float:left;
		min-height: 25px;
	}
	#footer div p.last{
		background-image:none;
	}
	#footer a{
		font-weight: bold;
		color:#76adce;
	}
	#footer a:hover{
		color:#fff;
	}
	#footer p.logo{
		font-weight: bold;
		color:#ffffff;
		text-transform: uppercase;
	}
	
	
	




/****************************************************************************************************/
/*STYLES*/
/****************************************************************************************************/
