@charset "utf-8";
/* CSS Document */

html {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#c1cfb7;
	font-size:12px;
}
#content {
	width:960px;
	margin:auto;
	min-height:100%;
}
img {
	border:0;
}
#top{
	width:960px;
	clear:both;
	}
#top1{
	width:321px;
	height:72px;
	float:left;
	}

#top2 {

	background: url(../img/top2.png) no-repeat;
	width:639px;
	height:72px;
	float:left;
}
.menu {
	clear:both;
	background: url(../img/menu.png) no-repeat;
	width:960px;
	height:37px;
}
.slide_left, .slide_right {
	clear:both;
	background: url(../img/slide_left.png) no-repeat;
	width:5px;
	height:300px;
	float:left;
}
.slide_right {
	clear:none;
	background: url(../img/slide_right.png) no-repeat;
}
.banner_bottom {
	background: url(../img/banner_bottom.png) no-repeat;
	width:960px;
	height:19px;
	clear:both;
}
.inner_content{
	width:960px;
	float:left;
	background: url(../img/content_bg.png) repeat-y;
	min-height:400px;
	}
.box{
	width:700px;
	margin:20px;
	float:left;
	}

.box_upper{
	width:700px;
	height:7px;
	background: url(../img/box_upper.png) no-repeat;
	display:inline;
	float:left;
	overflow:hidden;
	}

.box_inner{
	float:left;
	width:700px;
	padding:10px 0 10px 0;
	background: url(../img/box_inner.png) repeat-y;
	}

.box_text{
	float:left;
	text-align: justify;
	margin:0 20px 0 20px;
	color:#666;
	padding-bottom:50px;
	}

.box_bottom{
	display:inline;
	float:left;
	width:700px;
	height:7px;
	background: url(../img/box_bottom.png) no-repeat;	
	}

h2{
	color: #666;
	margin-bottom:10px;
	clear:both;
	font-size:16px;
	}

.logo_box{
	width:200px;
	float:left;
	margin-top:20px;
	}

.logo_box img{
	margin:10px 0 10px 0;
	}


/* sticky footer */
    * {
	margin: 0;
}
html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
.footer, .push {
	height: 4em;
	clear:both;
}

.footer{
	clear:both;
	margin:auto;
	width:960px;
	height:119px;
	background: url(../img/footer.png) no-repeat;
	}

/* end sticky foter */

.bottom_menu{
	padding-top:30px;
	}

.bottom_menu a, a.details, ul.sitemap a{
		text-decoration:none;
		font-weight:bold;
		color:#1e5e34;
	}

.bottom_menu a:hover, a.details:hover, ul.sitemap a:hover{
		text-decoration: underline;
	}

.copyright{
	padding-top:10px;
	}

.tikovizig_logo{
float:left;
margin:10px 0 0 8px;
	}

p.date{
	font-style:italic;
	color:#060;
	}

.rotate{
     -moz-transform: rotate(-90deg);  /* FF3.5+ */
       -o-transform: rotate(-90deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90deg);  /* Saf3.1+, Chrome */
  text-align:center;
}

table{
	background-color: #FFF;
	color: #333;
	}

table tr.second{
	background-color: #91E382;
	}

table tr th{
	background-color: #5B9C45;
	color:#FFF;
	text-align:center;
	}

table tr td p {
	text-align: left;
	}

.gallery_box{
	width:630px;
	background-color: #FFF;
	padding:10px;
	float:left;
	margin-bottom:5px;
	}

.gallery_box img{
	float:left;
	}

.gallery_box p{
	float:left;
	margin:0 0 0 20px;
	}

.photos{
	float:left;
	margin:1px 2px 1px 2px;
	}