	@import "subpage.css";
/*             General rules               */
html , body {
	padding:0;
	margin:0;
	width: 100%;
	height: 100%;
}
body {
	background: #ffffff;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 0.75em;
}
body.main {
	background:#ffffff url('/i/bg_head.jpg') center top no-repeat;
}
body.eng {
	background-image:url('/i/bg_head_eng.jpg');
}
ul, ol, li , p , table , img {
	margin:0;
	padding:0;
	border:0;
}
a, a:visited {
	color: #000000;
	color: #8cba31;
	text-decoration: underline;
}
a:hover, a:active {
	color: #638e1f;
	text-decoration: none;
}
b {font-weight:normal;}
h1 {
	font: 19px RomulC,"Times New Roman", Times, serif;
	margin-bottom:30px;
	height: 23px;
	text-transform:uppercase;
}
h2 {
	font: 15px RomulC,"Times New Roman", Times,  serif;
	margin-bottom:15px;
	text-transform:uppercase;
}
h1 a , h2 a {
	text-decoration:none;
}
.hidden { display: none; }
.clear { clear: both; }

/*         Main blocks               */

#wrapper {
	position:relative;
	width: 973px;
	margin:0 auto;
	min-height:100%;
}

/*          Navigator pane          */

#naviation {
	width: 100%;
	height: 49px;
	background: #ffffff url('/i/menu_bg.png') 0 100% no-repeat;
	text-align:left;
}
#menu {
	float:left;
	padding:14px 0 14px 67px;
	text-align:left;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
}
ul.menu li {
	float: left;
	text-transform: uppercase;
	list-style: none;
	background: url('/i/divider.gif') left center no-repeat;
	padding: 0px 10px;
}
ul.menu li.first {
	padding: 0px 10px 0px 0px !important;
	background-image: none !important;
}
ul.menu a, ul.menu a:visited {
	color: #000000;
	text-decoration: none;
}
ul.menu li.active a , ul.menu li.active a:visited ,
ul.menu a:hover, ul.menu a:active {
	color: #638d1e;
	text-decoration: none;
}
#lang {
	width: 170px;
	float: right;
	padding:14px 0px;
	font-size: 1.1em;
	text-align:left;
}
#lang a, #lang a:visited {
	color: #000000;
	text-decoration: none;
}
#lang a:hover, #lang a:active {
	color: #8a8a8a;
	text-decoration: none;
}
#lang b, #lang b:visited ,
#lang b:hover, #lang b:active {
	color: #8a8a8a;
	font-weight:normal;
	text-decoration: none;
}
ul.lan li {
	float: left;
	text-transform: lowercase;
	list-style: none;
	background: url('/i/divider.gif') left center no-repeat;
	padding: 0px 11px;
}
ul.lan li.first {
		padding: 0px 11px 0px 0px !important;
		background-image: none !important;
	}
#header {
	height: 370px;
	text-align:left;
	clear:both;
	position:relative;
}
#logo {
	position: relative;
	display:block;
	float:left;
	top: 100px;
	left: 67px;
	width: 236px;
	height: 49px;
	background: url('/i/logo.png') no-repeat;
}
/*.eng #logo{
	background: url('/i/logo_eng.png') no-repeat;
	width: 266px;
}*/
#phone-flash {
	position: absolute;
	top: 250px;
	left: 345px;
	width: 85px;
	height: 55px;
}
#head-flash {
	position: absolute;
	top: 52px;
	left: 572px;
	width: 44px;
	height: 54px;
}

/*          Content block          */

#content {
	width: 100%;
	position:relative;
	text-align:left;
	min-height:450px;
	padding-bottom:110px;
	background:#ffffff url('/i/content_bg.png') 0 0px  no-repeat;
}
#leftcol {
	float: left;
	width: 430px;
	padding: 39px 0px 0px 67px;
	text-align:left;
	background: url('/i/quotes.png') center 30px no-repeat;
}
#rightcol {
	float: left;
	width: 400px;
	padding: 39px 0px 0px 76px;
	text-align:left;
}
.main #content {
	background:#ffffff url('/i/content_bg.png') 0 0px  no-repeat;
}
.main .header-2 h1{margin-bottom:5px;}
.main .header-3 h1{margin-top: 63px;}
.main #leftcol {
	background: url('/i/quotes.png') center 30px no-repeat;
}
.main #leftcol p {
	width: 380px;
	color: #646464;
	margin-bottom: 15px;
}
.main #rightcol {
	background: url('/i/leaf.gif') 0  -5px no-repeat;
}
.gallery-block {
	width: 355px;
	display: block;
	list-style:none;
	margin:0 0 17px -17px;
	float:left;
	overflow: hidden;
}
.gallery-block  li {
	display: block;
	list-style:none;
	float:left;
	width:101px;
	/*height: 69px;*/
	margin: 0 0 17px 17px !important;
}
.gallery-block  li  a{
	display:block;
	width: 95px;
	/*height: 63px;*/
	padding: 2px;
	text-align:center;
	border: solid #4d4d4d 1px;
	background-color: #ffffff;
}
.gallery-block  li  a img {
	/*width: 95px;
	height: 63px;*/
	display:block;
	border:0;
	margin:0;
}
.gallery-block  a:hover , .gallery-block  a:active {
	background:#ffffff;
}
.gallery-block div a:hover img, .gallery-block div a:active img {
	background:#638e1f;
}
.big-image {
	width:604px;
	/*height:390px;*/
	padding:2px;
	border:1px solid #000000;
	background:#8bb92f;
}
.big-image img {
	width:604px;
	/*height:390px;*/
	border:0;
	display:block;
	background:#000000;
}
ul.notes {
	list-style: none;
}
ul.notes a, ul.notes a:visited {
	color: #000000;
	text-decoration: underline;
}
ul.notes a:active, ul.notes a:hover {
	color: #ffffff;
	background-color: #638e1f;
	text-decoration: none;
}
ul.notes li {
	margin-bottom: 15px;
	padding-left: 30px;
	background: url('/i/bullet.png') left center no-repeat;
}
.arc {
	padding: 0 0 0 20px;
	background: url('/i/archive.png') left center no-repeat;
}
.full-gall {
	clear:both;
	display:block;
	padding: 0 0 0 15px;
	background: url('/i/arrow.png') left center no-repeat;
}

/*             Footer             */

.footer {
	position: absolute;
	height:80px;
	width:100%;
	bottom:0;
	left:0;
	background:url('/i/im_03.jpg') 0 100% no-repeat;
	margin-top:20px;
}
.main .footer {background:none;}
.copyright {
	text-align: right;
	padding-right: 67px;
	line-height: 2em;
}
.copyright a {
	vertical-align: middle;
}
.copyright a img {
	vertical-align: middle;
	text-decoration: none;
	border:0;
}

/*            Spesial styles          */

.error404{
	width:500px;
	height:300px;
	background:url('/i/system/404error.gif') 100% 100% no-repeat;
}
.auth_form , .auth_form:link ,
.auth_form:visited , .auth_form:hover ,
.auth_form:focus {
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
	text-decoration: none;
	outline:none;
	border:none;
}
/*cut {
	display:block;
	height:3px;
	font: 2px/2px sans;
	border: 2px dashed #dfdfdf;
	margin: 0.3em 0;
}*/
.reserved {
	float:left;
	padding:0 0 0 67px;
	line-height:2em;
}
#slider {
    display: block;
    margin: 20px 0;
    border:1px solid #000;
    height:100px;
    height:120px;
    overflow: hidden;
    /*overflow: auto;*/
    position: relative;
}
#slider .holder {
    white-space: nowrap;
    position: relative;
    margin:0 10px;
}
#slider .holder a {
    margin: 5px;
    padding: 5px;
}
#slider .holder img {
    /*width:120px;*/
    height: 86px;
    height: 120px;
    background:#ededed;
}
#turnright ,
#turnleft {
    position: absolute;
    display: block;
    width:10px;
    height: 100px;
    background:red;
    z-index:10;
    cursor: pointer;
    top:8px;
    left: 0;
    margin:0;
    padding: 0;
}
#turnright {
    left: 100%;
    margin: 0 0 0 -10px;
    padding: 0;
}
#turnright img ,
#turnleft img {
    width:10px;
    height: 100px;
}
#authform {
    position: absolute;
    width:150px;
    top:150px;
    height:auto;
    margin: 0 auto;
    background:#ffffff;
    border:1px solid #aaaaaa;
}
div.gallery_preview {
    border:1px solid #000;
    margin: 0 3px;
    overflow: hidden;
    max-width:200px;
}
div.gallery_preview a {
    border:1px solid #fff;
    overflow: hidden;
    display: block;
    text-align: center;
}

div.gallery_preview img {
    border:0 none;
    margin: 0;
    padding: 0;
    vertical-align: bottom;

}
