/* ---------- CONTAINERS ---------- */
body{
	background-color: #e7e3df;
	*overflow: visible;
	*height: auto;
}
#backgroundContainer{
	padding: 0 0 0 0;
	background: url("../media/structure/bg_backgroundContainer.jpg") repeat-x top;
}
#containerAll{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/* HEADER ELEMENTS */
#header{
	position: relative;
	height: 120px;
	background: #fff url("../media/structure/bg_header.jpg") repeat-x bottom;
}
#searchbox{
	
}
#containerLogo{
	padding: 30px 30px 0 30px;
	float: left;
}
#containerLogo a{
	display: block;
	float: left;
	width: 242px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../media/structure/logotype.jpg") no-repeat;
	margin: 0;
	line-height: 0px;
}
#flags{
	display: block;
	list-style: none;
	margin: 0 0 0 10px;
	float: right;
}
#flags li{
	float: left;
	margin: 3px;
}
#header #headerRightWrapper{
	display: inline-block;
	float: right;
}

/* Site Offline */
#siteOffline{
	position: absolute;
	display: block;
	width: 400px;
	left: 50%;
	margin: 200px 0 0 -220px;
	background: #fff;
	box-shadow: 0 0 5px #555;
	border-radius: 10px;
	padding: 20px;
}
#siteOffline #containerLogo{
	padding: 0px;
}
#siteOffline #containerLogo a{
	float: none;
}
#siteOffline p{
	margin: 20px 0 0 0;
	color: #333;
	font-size: 14px;
	text-shadow: 1px 1px 0 #e8e8e8;
}
#siteOffline a.admin{
	display: block;
	float: right;
	margin: 20px 0 0 0;
	color: #00E;
	text-decoration: underline;
}
#siteOffline a.admin:hover{
	text-decoration: none;
}

/* SLIDESHOW */
#slideshowContainer{
	width: 100%;
	height: 382px;
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
}
#slideshowContainer .slide{
	position: relative;
	height: 382px;
	width: 100%;
	overflow: hidden;
}
#slideshowContainer .slide .description{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 303px;
	height: 322px;
	background: url("../media/structure/bg_slideshow-description.jpg") repeat-x;
	padding: 30px;
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
#slideshowContainer .slide .description h1, #slideshowContainer .slide .description h2, #slideshowContainer .slide .description h3, #slideshowContainer .slide .description h4, #slideshowContainer .slide .description h5, #slideshowContainer .slide .description h6{
	color: #ffffff;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
#slideshowContainer .slide .description li{
	margin-bottom: 14px;
}
#slideshowContainer  .slideshow-bullets-wrap{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 200;
}
#slideshowContainer  .slideshow-bullets-wrap .slideshow-bullet{
	background: url("../media/slideshow-bullet.png") no-repeat;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 3px;
	cursor: pointer;
}
#slideshowContainer  .slideshow-bullets-wrap .slideshow-bullet.slideshow-bullet-active{
	background: url("../media/slideshow-bullet_selected.png") no-repeat;
}
#slideshowContainer .slide-active{
	z-index: 25;
}

/* MENU */
#menu{
	display: block;
	height: 35px;
	float: right;
	margin-top: 45px;
	margin-right: 30px;
}
#menu ul{
	margin: 0;
	display: inline;
}
#menu li{
	list-style: none;
	float: left;
}
#menu li.hidden{
	visibility: hidden;
}
#menu li a{
	padding: 0 18px;
	line-height: 28px;
	display: block;
	float: left;
	color: #000000;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
}
#menu li a:hover, #menu .current.active a{
	background: url("../media/structure/bg_menu_item-selected.jpg") no-repeat bottom center;
	text-decoration: none;
}
#menu .current.active a:hover{
	text-decoration: none;
}

/* CONTENT */
#contentWrapper{
	background: #fff;
	z-index: 1;
	position: relative;
}
#containerContent{
	min-height: 300px;
	padding: 30px;
}
#containerContent.with_slideshow{
	min-height: 50px;
}
#containerContent.with_webshop, #containerContent.with_sidebar, #containerContent.with_sideMenu{
	width: 740px;
	float: left;
	padding: 30px 30px 10px 10px;
}
#containerContent.with_webshop.with_sidebar{
	width: 540px;
}

/* PASSWORD PROTECTED PAGE */
#passwordProtectedPage{
	display: block;
	width: 380px;
	margin: 50px auto;
	padding: 10px;
	background: rgb(251,249,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,249,238,1) 0%, rgba(255,251,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,249,238,1)), color-stop(100%,rgba(255,251,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,249,238,1) 0%,rgba(255,251,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,249,238,1) 0%,rgba(255,251,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,249,238,1) 0%,rgba(255,251,224,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(251,249,238,1) 0%,rgba(255,251,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9ee', endColorstr='#fffbe0',GradientType=0 ); /* IE6-9 */
	border: 1px solid #FCEFA1;
	border-radius: 5px;
	box-shadow: 2px 2px 10px #ddd;
}
#passwordProtectedPage h2{
	margin: 0 0 1em 0;
}
#passwordProtectedPage label, #passwordProtectedPage input[type="password"]{
	display: block;
	float: left;
	margin: 0 0 25px 0;
}
#passwordProtectedPage label{
	width: 180px;
	clear: left;
	line-height: 24px;
	font-weight: bold;
}
#passwordProtectedPage input[type="password"]{
	width: 190px;
	clear: right;
	padding: 3px;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 2px #ddd;
}
#passwordProtectedPage input[type="submit"]{
	display: block;
	clear: both;
	margin: 0px;
}

/* GALLERY */
#containerGallery{
	
}
#containerGallery a.gallery-image{
	display: block;
	width: 143px;
	height: 90px;
	overflow: hidden;
	float: left;
	margin: 4px 4px 0 0;
	text-decoration: none;
}
#containerGallery a.gallery-image:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* NEWS SUMMARY */
#containerNewsSummary{
	float: right;
	display: block;
	width: 200px;
	padding: 10px;
}
#containerNewsSummary .newsSummaryItem{
	display: block;
	margin: 0 0 20px 0;
}
#containerNewsSummary .newsSummaryItem .newsSummary{
	display: block;
	margin-top: 3px;
}
#containerNewsSummary .newsSummaryItem .readOn{
	display: block;
	margin-top: 5px;
}
#containerNewsSummary .allNews{
	display: block;
	text-align: right;
}

/* NEWS LIST */
#newsListWrapper .newsSummaryItem{
	margin: 20px 0;
}
#newsListWrapper .newsSummaryItem .newsSummaryTitle{
	margin: 0 0 5px 0;
}
#newsListWrapper .newsSummaryItem .readOn{
	display: block;
	margin: 5px 0 0 0;
}

/* SIDEBAR */
#containerSidebar{
	display: block;
	width: 220px;
	min-height: 100px;
	float: right;
	margin-top: 10px;
}

/* FOOTER */
#containerFooter{
	padding: 40px 0 10px 0;
	background: #576376 url("../media/structure/bg_footer.jpg") repeat-x top;
}
#containerFooter hr{
	display: none;
}
#containerFooter p, #containerFooter p a{
	color: #f9f9f9;
	font-size: 10px;
}
#containerLogin{
	display: inline;
}
#containerInnerFooter{
	padding: 0 20px;
}
#containerInnerFooter, #containerInnerFooter a, #containerInnerFooter h1, #containerInnerFooter h2, 
#containerInnerFooter h3, #containerInnerFooter p {
	color: #f9f9f9;
}
#containerInnerFooter h3{
	font-size: 12px;
	font-weight: bold;
}
#footerLinks{
	float: right;
	position: relative;
	right: 50%;
	margin: 10px -500px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#footerLinks li{
	float: left;
	font-size: 10px;
	margin: 0 8px 0 0;
	padding: 0 0 0 8px;
	border-left: #777 1px solid;
	color: #777;
	line-height: 13px;
}
#footerLinks li.first{
	border: none;
}
#footerLinks li a{
	font-size: 10px;
	color: #777;
	text-decoration: none;
}
#footerLinks li a:hover{
	text-decoration: underline;
}

/* SITEMAP */
#sitemapContainer ul{
	padding: 0;
	list-style: none;
	margin: 0 5px;
}
#sitemapContainer ul ul{
	margin: 0 20px;
}
#sitemapContainer li{
	margin: 5px 0;
}

/* PAGER */
#pager{
	clear: both;
	display: block;
	margin: 15px 0 0 0;
}
#pager .text{
	display: block;
	float: left;
	line-height: 30px;
	color: #555;
	margin: 0 10px;
}
#pager a, #pager #currentPage, #pager .next, #pager .previous{
	display: block;
	float: left;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url("../media/pager_item-background.jpg") repeat-x;
	margin: 0 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: #f0f0f0 1px solid;
	color: #bbb;
	font-size: 14px;
	font-weight: bold;
}
#pager a:hover, #pager #currentPage{
	text-decoration: none;
	color: #555;
	border-color: #555;
}
#pager .next, #pager .previous{
	overflow: hidden;
	text-indent: -9999px;
}
#pager .previous{
	background: url("../media/pager-prev.jpg") repeat-x;
}
#pager .previous:hover{
	background: url("../media/pager-prev_hover.jpg") repeat-x;
}
#pager .next{
	background: url("../media/pager-next.jpg") repeat-x;
}
#pager .next:hover{
	background: url("../media/pager-next_hover.jpg") repeat-x;
}

/* MODAL */
#modalOverlay{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url("../media/modalOverlay-back.png") repeat;
	z-index: 200;
	position: fixed;
}
#modalWindow{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 300;
	background: #fff;
	padding: 20px 32px;
	display: none;
}
#modalWindow img{
	min-width: 120px;
	min-height: 120px;
}
#modalWindow .modal-close, #modalWindow .gallery-next-btn, #modalWindow .gallery-prev-btn{
	position: absolute;
	display: block;
	text-indent: -9999px;
	line-height: 0px;
	cursor: pointer;
}
#modalWindow .modal-close{
	top: -14px;
	right: -14px;
	z-index: 400;
	width: 42px;
	height: 42px;
	background: url("../media/close_button.png") no-repeat;
}
#modalWindow .gallery-next-btn, #modalWindow .gallery-prev-btn{
	width: 32px;
	height: 100%;
	top: 0px;
}
#modalWindow .gallery-next-btn{
	right: 0px;
	background: url("../media/gal_next.jpg") no-repeat center;
}
#modalWindow .gallery-prev-btn{
	left: 0px;
	background: url("../media/gal_prev.jpg") no-repeat center;
}
#modalWindow #description{
	position: absolute;
	bottom: 0px;
	left: 21px;
	padding: 10px;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
}
#modalWindow #description p{
	margin: 0;
}
#modalOverlay #preloader{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -70px;
	margin-top: -80px;
	padding: 30px;
	border-radius: 40px;
	background: #fff;
}

/* CONTACT FORM */
#contactForm{
	
}
#contactForm label, #contactForm input{
	display: block;
}

/* SEARCH */
#filter{
	margin: 4px 0 8px 0;
}
.searchResult{
	display: block;
	padding: 8px;
}
.searchResult a.image{
	float: left;
	margin: 0 5px 0 0;
}
.searchResult a{
	display: block;
	float: none;
}
.searchResult.odd{
	background: #eee;
}

/* ERROR BOX */
#errorList{
	display: inline-block;
	min-width: 400px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #FFB73D;
	background: #ffe8ae;
	list-style: none;
}
#errorList span{
	line-height: 18px;
	height: 18px;
}
.icon-alert{
	background: url("../../admin/media/icons/warning.png") no-repeat center center;
	display: block;
	width: 12px;
	margin: 0 5px 0 0;
	float: left;
}