html, body {
	margin: 0px; padding: 0px;
	width: 100%; height: 100%;
	font-size: 1px;
	font-family: arial, tahoma, verdana;
	background-image: url('img/bg.png');
}


img { border: none }

p { margin: 7px 0 }

a:active,
a:visited,
a:link {
	color: #914224;
	text-decoration: underline;
}

a:hover {
	color: #914224;
	text-decoration: none;
}

.bg-top {
	width: 100%;
	background-image: url('img/bg-top.gif');
	background-position: top center;
	background-repeat: no-repeat;
} 

.wine {
	width: 1000px;
	margin: auto;
	padding-top: 38px;
}

/* --- Header Block Start ---*/
.header {
	width: 1000px;
	height: 104px;
	background-image: url('img/header-bg.png');
	background-repeat: no-repeat;
}

.header-left-part {
	width: 355px;
	height: 104px;
	float: left;

}

.logo {
	width: 161px;
	height: 91px;
	padding-top: 12px;
	padding-left: 29px;
	float: left;
}

.site-title-eng {
	width: 156px;
	height: 61px;
	margin-top: 29px;
	background-image: url('img/site-title-eng.png');
	background-repeat: no-repeat;
	float: left;
}

.header-right-part {
	width: 610px;
	height: 104px;
	float: left;
}

.menu-block {
	width: 510px;
	height: 33px; 
	float: left;
	padding-top: 43px;
}

.menu {
    margin: 10px 15px 0 0;
	height: 33px; 
	float: left;
}

.lang-bg {
	width: 94px;
	height: 33px;
	background: url('img/lang-bg.png') no-repeat;
	margin-top: 50px;
	float: left;
}

.lang {
	width: 70px;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	text-align: center;
}

.lang a:active,
.lang a:visited,
.lang a:link {
	color: #521e13;
	text-decoration: none;
}


.lang a:hover {
	color: #000000;
	text-decoration: underline;
}

/* --- Header Block End ---*/

/* --- Slide Block Start ---*/
.slide {
	width: 1000px;
	height: 377px;
}

.slide-img {
	width: 1000px;
	height: 365px;
}

.slide-img p { margin: 0; padding: 0; }

.slide-bottom-line {
	width: 1000px;
	height: 12px;
	background-image: url('img/slide-bottom-line.png');
	background-repeat: no-repeat;
}
/* --- Slide Block End ---*/

/* --- Content Block Start ---*/
.content-block {
	width: 1000px;
	background-image: url('img/content-bg.png');
	background-repeat: repeat-y;
	margin: auto;
}

.content {
	width: 900px;
	overflow: auto;	
	margin: auto;
	padding-bottom: 20px;
}

.content-title {
	width: 900px;
	height: 30px;
	font-size: 23px;
	color: #7f5625;
	line-height: 30px;
	padding-top: 30px;
}

.content-parts {
	width: 900px;
	padding: 15px 0;
	font-size: 13px;
	font-family: "Myriad Pro", arial, tahoma;
	color: #565453;
}

.content-left-part {
    padding-right: 30px;
	width: 270px;
	overflow: auto;
	float: left;
	background-image: url('img/content-line.png');
	background-repeat: repeat-y;
	background-position: top right;
}

.content-right-gal {
    padding-left: 10px;
	width: 290px;
	overflow: auto;
	float: right;
	background-image: url('img/content-line.png');
	background-repeat: repeat-y;
	background-position: top left;
}

.content-right-part {
	width: 600px;
	overflow: auto;
	float: left;
}

.content-news {
	width: 900px;
	overflow: auto;
}

.chinuri-img-bg {
	width: 226px;
	height: 210px;
	background-image: url('img/chinuri-bg.png');
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 5px;
}

.chinuri-img {
	width: 204px;
	height: 192px;
	padding-left: 12px;
	padding-top: 10px;
}

.kisi-img-bg {
	width: 226px;
	height: 210px;
	background-image: url('img/kisi-bg.png');
	background-repeat: no-repeat;
	margin-top: 35px;
	margin-left: 5px;
}

.kisi-img {
	width: 204px;
	height: 192px;
	padding-left: 12px;
	padding-top: 10px;
}

.content-news-block {
	width: 900px;
	overflow: auto;
	padding: 10px 0;
	font-size: 13px;
	font-family: "Myriad Pro", arial, tahoma;
	color: #565453;
}

.content-news {
	width: 900px;
	overflow: auto;
	font-size: 13px;
	font-family: "Myriad Pro", arial, tahoma;
	padding-bottom: 70px;
	color: #565453;
}


.news-block {
	width: 550px;
	overflow: auto;
	padding-left: 40px;
}

.news {
	width: 550px;
	overflow: auto;
	font-size: 13px;
	font-family: "Myriad Pro", arial, tahoma;
	padding-bottom: 70px;
	color: #565453;
}

.news a:active,
.news a:visited,
.news a:link {
	color: #914224;
	text-decoration: underline;
}


.news a:hover {
	color: #914224;
	text-decoration: none;
}


/* --- Content Block End ---*/


/* --- Footer Block Start ---*/
.footer {
	width: 100%;
	height: 100px;
	background-image: url('img/footer-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
}
/* --- Footer Block End ---*/



#lightbox
{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails
{
	font-size: 11px;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
	}
	


