body {
	background:#FFF;
	margin:0px;
	text-align:center;
}
#conteiner {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#top {
	width:100%;
	height:239px;
	background: url(/img/kundzia/top.jpg);
	float:left;
}

.promothumb {
	width:150px;
	height:60px;
	margin:10px;
	margin-left:75px;
	background:#000;
}

.promothumb img {
	width:150px;
	height:60px;
	margin-left:-2px;
	margin-top:-2px;
}

.promothumb img:hover {
	margin:0;	
}

#bottom {
	width:100%;
	float:left;
	background:#f2fbfc
}
#leftMenu {
	width:273px;
	overflow:hidden;
	background: url(/img/kundzia/left.jpg) no-repeat top;
	float:left;
}
#content {
	width:627px;
	background: url(/img/kundzia/content-top.jpg) no-repeat 0px 3px;
	overflow:hidden;
	float:left;
	text-align:justify;;
	font-size:20px;
	font-family:Times;
	min-height:250px;
}

#content h2.pageName {
	margin-top:0px;
	margin-bottom:-10px;
	text-align:center;
	color:#03a;
}
.gallery {
	overflow:hidden;
	text-align:center;
	margin-top:10px;
}


.thumb {
	display:block;
	float:left;
	width:100px;
	height:75px;
	margin:5px;
}
.thumb img {
	margin-left:-2px;
	margin-top:-2px;
}

.thumb img:hover {
	margin-left:0px;
	margin-top:0px;
}

#footer {
	width:100%;
	height:50px;
	float:left;
	background:#f2fbfc;
}
#menu {
	width:100%;
	height:20px;
	background:#FFFFFF;
	float:left;
	text-align:center;
}
#menuUl {
	position:relative;
	top:-5px;
}
#menuUl li a {
	text-decoration: none;
	display:block;
	color:#c00;
}
#menuUl li a:hover {
	text-decoration:underline;
}

#menuUl,#menuUl ul {
	padding:0px;
	margin:0px;
}
#menuUl li ul a {
	display:block;
	border: solid 1px #AAA;
	background:#FFF;
}
#menuUl li ul a:hover {
	display:block;
	border: solid 1px #AAA;
	background:#FECC00;
	color:#FFF;
}
#menuUl li {
	float:left;
	width:100px;
	text-align:center;
	position:relative;
	list-style-type:none;
	font-family:Trajan Pro;
	font-weight:600;
	font-size:15px;
}
#menuUl li ul {
	visibility:hidden;
	position:absolute;
	margin-left:40px;
}

#menuUl li:hover ul {
	visibility:visible;
}
a img {
	border:none;
}


div.imgzoom {
        line-height: 0;
        font-size: 0;


        z-index: 10;


        border: 5px solid #fff;
        margin: -5px;


        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}


div.imgzoom a {
        background: url(/img/imgzoom-close.png) no-repeat;


        display: block;
        width: 44px;
        height: 45px;


        position: absolute;
        left: -22px;
        top: -22px;
        /* IE-users are prolly used to close-link in right-hand corner */
        *left: auto;
        *right: -22px;


        text-decoration: none;
        text-indent: -100000px;
        outline: 0;


        z-index: 11;
}


div.imgzoom a:hover {
        background-position: left -45px;
}


div.imgzoom img, 
div.imgzoom embed, 
div.imgzoom object, 
div.imgzoom div {
        width: 100%;
        height: 100%;
}


