/*	---------------------------------------------------------------------------------------
	Copyright:	www.dalmi-aida.cz
	Author:     Pavel Kraus, http://www.pavelkraus.cz/
	Client:     Liana Fulínová
	Date:		1. 3. 2013
	---------------------------------------------------------------------------------------*/

	/*------------------------------------*\
	  RESET
	\*------------------------------------*/
	/* http://meyerweb.com/eric/tools/css/reset/
	   v2.0b1 | 201101
	   NOTE:WORK IN PROGRESS
	   USE WITH CAUTION AND TEST WITH ABANDON */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
	
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


html {
height: 100%;
}

body {
	background: url(layout/bg_pattern.png) repeat fixed 0 0;
	margin: 0;
	padding: 0;
	height: 100%;
	font: 1em/1 "Lucida Grande", Lucida, Verdana, sans-serif;
}

@font-face {
    font-family: 'avalon';
    src: url('fonts/avalonn-webfont.eot');
    src: url('fonts/avalonn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avalonn-webfont.woff') format('woff'),
         url('fonts/avalonn-webfont.ttf') format('truetype'),
         url('fonts/avalonn-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


div#shadow {
	display: block;
	width: 100%;
	height: 693px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	background: url(layout/bg_shadow.png) no-repeat center 90px;
	left: 0;
	z-index: 0;
}



ol, ul {
	  list-style: none;
	}

blockquote, q {
	  quotes: none;
	}
	
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wsh {
	text-shadow: #fefffe 0 1px 0;
}
	
a, a:visited {
	text-decoration: none;
}
	
a img {
	border: none;
}

* a {
	outline: none;
	color: #607e1c;
}

* a:hover {
	outline: none;
	text-decoration: none;
	color: #242424;
}

#main-wrap a{
	outline: none;
	text-decoration: underline;
}

#main-wrap a:hover{
	outline: none;
	text-decoration: underline;
}


p {
	font-size: 0.9em;
	color: #353535;
	line-height: 1.3em;
	padding: 0 0 15px;
	text-shadow: #fffeff 0 1px 0;
}

.border {
	border: 2px solid #8abe2c;
}

.b-top {
	border-top: 2px solid #8abe2c;
	padding-top: 10px;
}

.b-left {
	border-left: 2px solid #8abe2c;
	padding-left: 10px;
}

.b-right {
	border-right: 2px solid #8abe2c;
	padding-right: 10px;
}

.b-bottom {
	border-bottom: 2px solid #8abe2c;
	padding-bottom: 10px;
}

*:focus {
	outline: 0;
}
	
.hidden {
	display: none;
	}
	
div.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

hr.clear {
	clear: both;
	height: 5px;
	margin: -1px 0 0 0; 
	padding: 0;
	border: none;
	visibility: hidden;
}

hr.d {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0; 
	padding: 0;
	width: auto;
	text-shadow: #ffffff 0 1px 0;
	border-top: 1px solid #adadad;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #fffeff;
}

.t-right {
	text-align: right;
}

.t-left {
	text-align: left;
}

.t-center {
	text-align: center;
}

.t-justify {
	text-align: justify;
}

.left {
	float: left;
	margin-right: 15px;
}

.right {
	float: right;
	margin-left: 15px;
}

.center {
	display: block;
	margin: 0 auto;
}

.c3 {
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius:3px;
}

.c4 {
	-khtml-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius:4px;
}

.shadow_white {
	text-shadow: #fffeff 0 1px 0;
}

.shadow_black {
	text-shadow: #000 0 1px 0;
}

.no_shadow {
	text-shadow: none;
}

div#main-wrap h1 {
	color: #754a2b;
	margin: 0;
	padding: 15px 0 5px;
	text-align: left;
	font-style: normal;
	font-size: 1.2em;
	font-variant: normal;
	line-height: 1em;
}

div#main-wrap h2 {
	color: #7b8f42;
	margin: 0;
	padding: 20px 0 10px;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
}

div#main-wrap h3 {
	color: #575757;
	margin: 0;
	padding: 3px 0 10px;
	font-weight: bold;
	font-size: 0.9em;
}

div#side-wrap h2 {
	color: #494949;
	margin: 0;
	padding: 10px 0 0;
	font: normal normal 1em avalon;
}

#nonFooter {
	position: relative;
 	min-height: 100%;
}

#homepage-introduction {
	display: block;
	width: 980px;
	margin: 0;
	padding: 0;
	height: 60px;
	background: url(img/intro.png) no-repeat center top;
	position: absolute;
	bottom: 10px;
}

#homepage-introduction span {
 display: none;
}


p.logo a {
	margin: 0;
	padding: 0;
	width: 68px;
	height: 139px;
	display: block;
	background: url(layout/homepage_logo.png) no-repeat 0 0;
	position: absolute;
	top: 42px;
	left: 60px;
	z-index: 50;
}

.bttn {
	height: 24px;
	margin: 0;
	padding: 3px 16px 0 29px;
	display: block;
	background: url(layout/bg_a_bttn.png) no-repeat 0 bottom;
	color: #2e2e2e;
	text-shadow: #a2a2a2 1px 1px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 0.9em avalon;
}

.bttn:hover {
	background: url(layout/bg_a_bttn.png) no-repeat 0 top;
	color: #fffeff;
	text-shadow: none;
}

/* ---------------------- LAYOUT */

div#container-wrap {
	width: 1100px;
	padding: 60px 0 0;
	z-index: 10;
	position: relative;
	margin: 0 auto;
}

div#content-wrap {
	background: url(layout/bg_content.png) repeat 0 0;
	padding-left: 60px;
	padding-right: 60px;
	min-height: 630px;
}

div#top-wrap {
	margin: 0;
	padding: 0;
	height: 190px;
	width: 980px;
	position: relative;
}

div#top-wrap ul.navbar {
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	height: 32px;
	position: absolute;
	top: 40px;
	right: 0;
}

div#top-wrap ul.navbar li {
	float: right;
	padding: 0 0 0 15px;
	margin: 0;
	height: 32px;
}

div#top-wrap ul.navbar li a {
	float: right;
	margin: 0;
	display: block;
	height: 28px;
	color: #454545;
	font: 1em avalon;
	text-shadow: #a2a2a2 1px 1px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 4px;
	padding-left: 34px;
	padding-right: 15px;
	text-decoration: none;
}

div#top-wrap ul.navbar li a:hover {
	background: url(layout/bg_a.png) no-repeat 0 bottom;
}

div#top-wrap ul.navbar li a.active {
	background: url(layout/bg_a.png) no-repeat 0 top;
	color: #fffeff;
	text-shadow: none;
}

div#top-wrap ul.navbar li a.subkat {
	background: url(layout/bg_a.png) no-repeat 0 bottom;
}

div#page-wrap {
	margin: 0;
	padding: 0;
	width: 980px;
	display: block;
}

div#slider-wrap {
	margin: 0 0 20px;
	padding: 0 0 20px;
	width: 980px;
	display: block;
	border-bottom: 1px solid #cbcbcb;
}

div#main-wrap {
	width: 700px;
	margin: 0;
	padding: 0;
	float: left;
}

div#side-wrap {
	width: 250px;
	margin: 0;
	padding: 0;
	float: right;
}

/* ---------------------- LIST */

div#side-wrap ul {
 list-style: disc;	
 list-style-type: disc;
	padding-left: 20px;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 15px;
}

div#side-wrap ul li {
 list-style: disc;	
 list-style-type: disc;
	color: #607e1c;
	margin: 0;
	padding: 0;
}

div#side-wrap ul li:hover {
	color: #2a2a2a;
}

div#side-wrap ul li a {
 list-style: disc;	
 list-style-type: disc;
	color: #607e1c;
	font: 0.8em avalon;
	padding: 2px;
	margin: 0;
	display: block;
	text-decoration: none;
}

div#side-wrap ul li a:hover {
	color: #2a2a2a;
}

ul.contentlist {
 list-style: disc;	
 list-style-type: disc;
	padding-left: 20px;
	padding-bottom: 15px;
}

ul.contentlist li {
 list-style: disc;	
 list-style-type: disc;
	color: #607e1c;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.4em;
}

p.more a {
 	list-style: none;	
 	list-style-type: none;
	text-align: right;
	padding: 0;
	font-size: 13px;
	text-decoration: none;
}

/* ---------------------- SLIDER */

div#slider-wrap .img_main {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 365px;
	float: left;
	position: relative;
	display: block;
	border: 5px solid #fffeff;
}

div#slider-wrap .img_main span.img {
	width: 700px;
	height: 365px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

div#slider-wrap .img_side {
	display: block;
	width: 250px;
	margin: 0;
	padding: 0;
	float: right;
}

div#slider-wrap .img_side a {
	width: 104px;
	height: 104px;
	padding: 0;
	display: block;
	position: relative;
	float: left;
	margin: 0 10px 16px 0;
	border: 5px solid #ffffff;
}

div#slider-wrap .img_side a span.img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 104px;
	height: 104px;
}

div#slider-wrap .img_side a:hover {
	border: 5px solid #393939;
}

div#slider-wrap .img_side a.active {
	border: 5px solid #393939;
}

/* ---------- gallery-wrap */

div#gallery-wrap {
	margin: 0 auto 15px;
	clear: both;
	padding-top: 35px;
}

div#gallery-wrap a.g-box {
	width: 173px;
	height: 173px;
	padding: 0;
	display: block;
	float: left;
	background: url(layout/bg_partners.png) no-repeat 0 0;
	position: relative;
	margin: 0 21px 21px 0;
}

div#gallery-wrap a.g-box span.img {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 151px;
	height: 151px;
	border: 1px solid #3f4557;
}

div#gallery-wrap a.g-box span.img + span {
	width: 52px;
	height: 52px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 60px;
	left: 60px;
	background: url(layout/gal_plus.png) no-repeat 0 0;
}


/* ---------------------- NEWS */

div#news-wrap {
	margin: 0;
	padding: 0;
}

div#news-wrap article {
	margin: 0;
	padding: 40px 0 25px 50px;
	border-bottom: 1px dashed #d3d3d3;
	position: relative;
}

div#news-wrap h2 {
	margin: 0;
	padding: 0;
}

div#news-wrap article h3 {
	margin-bottom: 10px;
}

div#news-wrap article .ico_news {
	position: absolute;
	top: 40px;
	left: 0;
	margin: 0;
	padding: 0;
	background: url(layout/ico_news.png) no-repeat 0 0;
	width: 28px;
	height: 25px;
	display: block;
}

div#news-wrap article p.add {
	margin: 0;
	padding: 0;
	height: 20px;
	display: block;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: avalon;
}

div#news-wrap article p.add a {
	color: #343434;
	margin-left: 20px;
	text-decoration: none;
}

div#news-wrap article p.add a:hover {
	color: #607e1c;
	text-decoration: underline;
}

div#news-wrap article p.add a.stitek {
	background: url(layout/ico_stitek.png) no-repeat 0 3px;
	padding-left: 20px;
}

div#news-wrap article p.add a.comment {
	background: url(layout/ico_commentare.png) no-repeat 0 3px;
	padding-left: 20px;
}

div#news-wrap article p.add a.date {
	padding-left: 20px;
	background: url(layout/ico_date.png) no-repeat 0 2px;
}

div#news-wrap article p {
	margin: 0;
	padding: 0 0 10px;
	font-size: 0.8em;
}

div#news-wrap article p .a_img {
	margin: 0 10px 0 0;
	padding: 0;
}

div#news-wrap article p.date {
	margin: 0;
	padding: 0 0 5px;
	color: #939393;
	font-size: 12px;
}

/* ---------------------- NEWS –pagination */

div#pagination-top {
}

div#pagination {
	padding: 10px 0 0;
	height: 22px;
	float: left;
	margin: 0 0 6px;
	clear: both;
}

div#pagination ul {
	margin: 0;
	padding: 0;
	height: 22px;
	float: right;
}

div#pagination ul li {
	float: left;
	margin-right: 3px;
	padding: 0;
}

div#pagination ul li a {
	height: 17px;
	padding: 4px 7px 0;
	display: block;
	text-align: center;
	margin: 0;
	font-size: 0.8em;
	border: 1px solid transparent;
	width: auto;
}

div#pagination ul li a:hover {
	color: #383838;
	border: 1px solid #7c866c;
}

div#pagination ul li a.active {
	color: #fffeff;
	border: 1px solid #575757;
	background-color: #607e1c;
}

div#pagination ul li.first {
	margin-right: 8px;
}

div#pagination ul li.last {
	margin-left: 5px;
}

/* ---------- gallery-wrap */

div#gallery-wrap {
	margin: 0 auto 15px;
	clear: both;
	padding-top: 10px;
}

div#gallery-wrap a.g-box {
	width: 150px;
	height: 150px;
	padding: 0;
	display: block;
	float: left;
	background: url(layout/bg_gall.png) no-repeat 0 0;
	position: relative;
	margin: 0 33px 33px 0;
}

div#gallery-wrap a.g-box span.img {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 128px;
	height: 128px;
	border: 1px solid #3f4557;
}

div#gallery-wrap a.g-box span.img + span {
	width: 52px;
	height: 52px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 60px;
	left: 60px;
	background: url(layout/gal_plus.png) no-repeat 0 0;
}

/* ---------------------- SCROLL-TOP */

#scrollTop {
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	display: none;
	background: url(layout/scrolltop.png) no-repeat left top;
	position: fixed;
	right: 5px;
	bottom: 5px;
	overflow: visible;
	visibility: visible;
	z-index: 500;
}

#scrollTop:hover {
	background: url(layout/scrolltop.png) no-repeat right top;
	
}

/* ---------------------- TABLE */

table {
	padding: 0;
	border-collapse: collapse;
	display: table;
	margin: 0 0 15px;
}

table tr {
	display: table-row;
}

table th, td {
	margin: 0;
	display: table-cell;
	border: 1px solid #e8e8e8;
	margin: 0; 
	padding: 4px 10px; 
	vertical-align: top; 
	text-align: left;
	font-family: "Tahoma CE", Tahoma, "Verdana CE", Verdana;
}

table td {
	color: #777777;
	font-size: 0.8em;
}

table th { 
	background: #f2f2f2; 
	font-weight: bold; 
	vertical-align: middle; 
	color: #3f3f3f; 
	border-color: #dfdfdf;
	font-size: 0.8em;
	text-align: center;
}

/* ---------------------- FOOTER */

div#footer-wrap {
	margin: 0 0 50px;
	padding: 0;
	width: 1100px;
	position: relative;

	background: url(layout/bg_content.png) repeat-x 0 0;
	height: 115px;
}

div#footer-wrap p.ico {
	width: 54px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: url(layout/ico_footer.png) no-repeat 0 0;
	position: absolute;
	top: 10px;
	left: 523px;
	display: block;
}

div#footer-wrap ul.footer-links {
	margin: 0;
	padding: 0;
	display: block;
	height: 40px;
	position: absolute;
	top: 40px;
	left: 260px;
}

div#footer-wrap ul.footer-links li {
	margin: 0;
	padding: 0 10px;
	float: left;
	height: 40px;
}

div#footer-wrap ul.footer-links li a {
	margin: 0;
	padding: 10px 10px 0;
	float: left;
	color: #e7f5bf;
	font: 0.9em Avalon;
	display: block;
	height: 30px;
}

div#footer-wrap ul.footer-links li a:hover {
	color: #23340e;
}

div#footer-wrap .copyright {
	border-top: 1px solid #97b74d;
	display: block;
	clear: both;
	margin: 0;
	padding: 5px 0 0;
	width: 1100px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: #eaf8c2;
	font-weight: normal;
	font-size: 0.7em;
	font-style: normal;
}

div#footer-wrap .copyright a {
	color: #eaf8c2;
	border-bottom: 1px dotted #eaf8c2;
}