﻿/*CSS Web Uga Drava*/

html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: #ffffff;
}

body {
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Intro layout */
.container {
	position: absolute;
	z-index: 1;
	margin-left:-331px; 
	left: 48%; 
	height: 500px;
	min-height: 500px;
	width: 700px;
	min-width: 700px;
	top: 50%;
	margin-top: -245px;
	text-align: center;
}

.title {
	font-size: 2em;
	/*font-weight: bold; */
	padding-bottom: 40px;
	/*font: Copperplate Gothic Light; */
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.logo {
	padding-top: 50px;
	padding-bottom: 20px;
	
}

.intro_menu {
	overflow: hidden;
	display: inline;
	position: absolute;
	background: #ffffff;
	bottom: 40px;
	right: 0;
	width: 100%;
	min-width: 800px;
	text-align: center;
	height: 210px;
}

.contact_intro {
	position: absolute;
	background: #7a7a7a;
	bottom: 20px;
	right: 30px;
	padding: 2px 10px 2px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
}

.btn_menu {
	float: right;
	z-index: 3;
	font-size: 0.9em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 5px 0px 15px;
}

/* Intro menu links  */
.intro_link{
	text-decoration: none;
	color: #000000;
}

.intro_link:active {
	text-decoration: none;
	color: #000000;
}

.intro_link:hover {
	text-decoration: none;
	color: #8c8a8a;
}

#current {
	text-decoration: none;
	color: #8c8a8a;
}

/* Contact link intro  */
.intro_link_con_in{
	text-decoration: none;
	color: #ffffff;
}

.intro_link_con_in:active {
	text-decoration: none;
	color: #ffffff;
}

.intro_link_con_in:hover {
	text-decoration: none;
	color: #d0d1d1;
}

/* Contact link  */
.intro_link_con{
	text-decoration: none;
	color: #7a7a7a;
	/*font-weight: bold; */
}

.intro_link_con:active {
	text-decoration: none;
	color: #7a7a7a;
	/*font-weight: bold;*/
}

.intro_link_con:hover {
	text-decoration: none;
	color: #d0d1d1;
	/*font-weight: bold;*/
}

/* Main layout */
.right {
	float: right;
	display: block;
	text-align: right;
	width: auto;
	height: 440px;
	position: relative;
}

.narrow {
	width: 170px;
}

.narrow2 {
	width: 270px;
}

.left {
	position: relative;
	float: left;
	left: 10px;
	text-align: left;
	font-size: 0.8em;
	left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 300px;
	height: 440px;
}

.inner {
	float: left;
	text-align: left;
	left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 300px;
	height: 400px;
	overflow: auto;
}

.contact {
	position: absolute;
	bottom: 20px;
	right: 0px;
	padding: 2px 10px 2px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.menu{
	position: absolute;
	bottom: 20px;
	left: 0px;
	padding: 2px 0px 2px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*font-weight: bold;*/
	color: #000000;
}

/* Submenu*/
.submenu {
	padding-top: 20px;
	color: #d2d2d2;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

.sub_link{
	text-decoration: none;
	color: #000000;
	/*text-decoration: underline;*/
}

.sub_link:active {
	text-decoration: none;
	color: #000000;
	/*text-decoration: underline;*/
}

.sub_link:hover {
	text-decoration: none;
	color: #8c8a8a;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	
}

p{
	text-indent: 0px;
}

.spec {
	font-size: 90%;
}

.pic {
	border: solid 1px #8c8a8a;
	margin-bottom: 10px;
	float: right;
}

.pic2 {
	margin-bottom: 5px;
	float: right;
}

.bottom {	
	bottom: 0;
	padding-right: 10px;
}

.right_img {
	overflow: hidden;
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
	height: 440px;
}

.lin {
	text-decoration: none;
	/*text-decoration: underline;*/
	color: #8c8a8a;
}

.lin:active {
	text-decoration: none;
	/*text-decoration: underline;*/
	color: #8c8a8a;
}

.lin:hover {
	text-decoration: none;
	color: #d0d1d1;
}

/*Image link*/

.img_link{
	border: 1px solid #000000;
}

.img_link:active {
	border: 1px solid #000000;
}

.img_link:hover {
	border: 1px solid #8c8a8a;
}

/* Gallery */

.gallery {
	width: 220px;
	height: auto;
	overflow: auto;
	float: right;
	list-style: none;
	cursor: default;
}

.larger {
	width: 360px;
	height: 440px;
	overflow: none;
	float: right;
	list-style: none;
	cursor: default;
}

.mon {
	width: 350px;
	height: 250px;
	overflow: none;
	float: right;
	list-style: none;
	cursor: default;
}

.gallery a {
	cursor: default;
}

.gallery a .preview {
	display: none;
}

.gallery a:hover .preview {
	display: block;
	position: absolute;
	top: 0;
	right: 240px;
	z-index: 1;
}

.larger a:hover .preview {
	display: block;
	position: absolute;
	top: 17px;
	right: 365px;
	z-index: 1;
}

.gallery li {
	float: right;
	display: inline;
	margin: 2px;
	line-height: 1;
}

.preview {
	border: solid #000000 1px;
	padding: 2px;
	background: #ffffff;
}

.tn{
	width: 60px;
	height: 60px;
	cursor: default;
}

.lg {
	width: 112px;
	height: 112px;
}

.gard {
	position: relative;
	float: right;
	margin: 2px;
	border: solid 1px #000000;
}

.garden {
	height: 229px;
}

.smenu_right {
	float: right;
	text-align: right;
	padding: 3px;
}