body {
	margin: 0;
	padding: 0;
	background: #97bc3e url(../images/body_bg.jpg) top center repeat-x;
	text-align: center;
	font-family: georgia;
	font-style: italic;
	font-size: 13px;
	color: #55380a;
	}
	
a:link, a:visited {
	color: #6d950d;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #8b6718;
	text-decoration: underline;
	}



/* CONTAINER */

.container {
	margin: 0 auto;
	padding: 117px 0 0 0;
	position: relative;
	width: 860px;
	text-align: left;
	min-height: 500px;
	_height: 500px;
	}
	
a.logo:link, a.logo:visited, a.logo:hover, a.logo:active {
	position: absolute;
	top: -135px;
	left: 35px;
	width: 147px;
	height: 120px;
	background: transparent url(../images/logo.gif) top left no-repeat;
	font-weight: bold;
	text-indent: 300px;
	white-space: nowrap;
	overflow: hidden;
	}
	
.address {
	position: absolute;
	top: -50px;
	right: 5px;
	width: 620px;
	height: 125px;
	color: #666666;
	font-size: 12px;
	text-align: right;
	}


.rainbow {
	position: absolute;
	left: -80px;
	top: -55px;
	width: 754px;
	height: 320px;
	background: transparent url(../images/rainbow.png) top left no-repeat;
	}
	
.page_top {
	position: relative;
	width: 860px;
	height: 19px;
	background: transparent url(../images/page_top_bg.png) top left no-repeat;
	}
	
.page_body {
	position: relative;
	width: 860px;
	min-height: 500px;
	_height: 500px;
	background: transparent url(../images/page_body_bg.png) top left repeat-y;
	z-index: 1;
	}
	

.flowers_left {
	position: absolute;
	bottom: 90px;
	left: -90px;
	width: 95px;
	height: 220px;
	background: transparent url(../images/flowers_left.gif) top left no-repeat;
	z-index: 0;
	}

.flowers_right {
	position: absolute;
	bottom: -5px;
	right: -117px;
	width: 124px;
	height: 192px;
	background: transparent url(../images/flowers_right.gif) top left no-repeat;
	z-index: 0;
	}


/* LEFT */

.left {
	width: 222px;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
	

	/* meniu */
	
	.menu {
		width: 187px;
		margin: 0 auto;
		}
		
		.menu a:link, .menu a:visited {
			display: block;
			width: 167px;
			font-size: 11px;
			color: #8b6718;
			background-image: url(../images/menu_bg.png);
			background-repeat: no-repeat;
			background-position: top left;
			padding: 7px 5px 7px 15px;
			text-align: left;
			text-decoration: none;		
			margin-bottom: 1px;
			font-weight: bold;
			line-height: 19px;
			font-family: georgia;
			font-style: italic;
			}
		
		.menu a:hover, .menu a:active {
			background-position: bottom left;
			color: #6d950d;
			}
			
			a.menu_on:link, a.menu_on:visited {
				background-position: bottom left;
				color: #6d950d;
				}
		
			
	/* banners */
	
	a.banner1:link, a.banner1:visited {
		display: block;
		margin: 0 auto;
		margin-top: 25px;
		margin-bottom: 25px;
		width: 187px;
		height: 127px;
		background-image: url(../images/banner1.gif);
		background-repeat: no-repeat;
		background-position: top left;
		text-indent: 200px;
		white-space: nowrap;
		overflow: hidden;
		}
		
	a.banner1:hover, a.banner1:active {
		background-position: bottom left;
		}
		
	a.banner2:link, a.banner2:visited {
		display: block;
		margin: 0 auto;
		margin-top: 25px;
		margin-bottom: 25px;
		width: 187px;
		height: 127px;
		background-image: url(../images/banner2.gif);
		background-repeat: no-repeat;
		background-position: top left;
		text-indent: 200px;
		white-space: nowrap;
		overflow: hidden;
		}
		
	a.banner2:hover, a.banner2:active {
		background-position: bottom left;
		}
a.banner3:link, a.banner3:visited {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 150px;
	height: 119px;
	background-image: url(../images/banner3.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: 160px;
	white-space: nowrap;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
		}
		
	a.banner3:hover, a.banner3:active {
		background-position: bottom center;
		}

/* RIGHT */

.right {
	position: relative;
	float: right;
	width: 570px;
	padding: 150px 31px 60px 0;
	font-style: italic;
	font-family: georgia;
	font-size: 14px;
	line-height: 20px;
	color: #8b6718;
	}
	
	.iconuri_top {
		position: absolute;
		top: -20px;
		left: -31px;
		_left: -29px;
		width: 633px;
		height: 148px;
		background: transparent url(../images/iconuri_top.png) top left no-repeat;
		_background: transparent url(../images/iconuri_top.gif) top left no-repeat;
		}
	
	.right h1 {
		display: block;
		font-size: 22px;
		font-weight: normal;
		font-family: georgia;
		font-style: italic;
		color: #6ab006;
		}
		
		
	.right h2 {
		display: block;
		font-size: 24px;
		font-weight: normal;
		font-family: georgia;
		font-style: italic;
		color: #b07f14;
		padding: 5px 0 30px 0;
		text-align: center;
		}
		
	.right h3 {
		display: block;
		font-size: 18px;
		font-weight: normal;
		font-family: georgia;
		font-style: italic;
		color: #b07f14;
		}


	/* gallery */
	
	.gallery {
		display: block;
		margin: 20px 0;
		width: 570px;
		}
		
		.gallery .left_img {
			text-align: left;
			width: 285px;
			}
			
		.gallery .right_img {
			text-align: right;
			width: 285px;
			}
			
			.gallery .left_img img,
			.gallery .right_img img {
				width: 232px;
				height: 173px;
				padding: 2px;
				background: #eaf2d8;
				border: 6px solid #bfd957;						
				}
			
			.gallery .left_img a:link, .gallery .left_img a:visited,
			.gallery .right_img a:link, .gallery .right_img a:visited {
				text-decoration: none;
				color: #a98b5b;
				}
				
			.gallery .left_img a:hover, .gallery .left_img a:active,
			.gallery .right_img a:hover, .gallery .right_img a:active {
				color: #517200;
				}
				
			.gallery .left_img span,
			.gallery .right_img span {
				text-align: center !important;
				font-size: 11px;
				text-decoration: none;
				width: 260px;
				display: block;
				}
				
			.gallery .left_img a:hover img,
			.gallery .right_img a:hover img {
				background: #eaf2d8;
				border: 6px solid #cbe564;
				}
				
		
		
		#slideshow_container {
			
			}
			
			


/* FOOTER */

.page_bottom {
	position: relative;
	width: 826px;
	height: 207px;
	background: transparent url(../images/page_bottom_bg.gif) top left no-repeat;
	z-index: 1;
	padding: 17px;
	font-size: 11px;
	color: #7f8f8d;
	}	
		
	.menu_sec {
		position: absolute;
		top: 17px;
		left: 260px;
		width: 570px;
		}
		
		.menu_sec a:link, .menu_sec a:visited {
			color: #6d950d;
			text-decoration: none;
			padding: 0 5px;
			}
		
		.menu_sec a:hover, .menu_sec a:active {
			text-decoration: underline;
			}
			
	
	.copy {
		width: 187px;
		font-size: 11px;
		}
		
			
			a.entiremedia:link, a.entiremedia:visited {
				position: relative;
				padding: 0 0 5px 0;
				display: block;
				width: 152px;
				height: 15px;
				color: #e1e1e1;
				text-decoration: none;								
				text-align: right;
				font-size: 11px;
				white-space: nowrap;
				overflow: hidden;
				}
				
			a.entiremedia:hover, a.entiremedia:active {
				text-decoration: underline;
				}		



				
.clear {
	clear: both;
	}

