@font-face {
    font-family: 'DidotLTStdItalic';
    src: url('/css/fonts/didotltstd-italic-webfont.eot');
    src: url('/css/fonts/didotltstd-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/didotltstd-italic-webfont.woff') format('woff'),
         url('/css/fonts/didotltstd-italic-webfont.ttf') format('truetype'),
         url('/css/fonts/didotltstd-italic-webfont.svg#DidotLTStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	outline:none;
	resize: none;
}
html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#fff;/* #d9d9d9; */
	font-family: Verdana;
}
img{ border:none; }
a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	padding:3px 6px;
	display:inline-block;
}
a:hover{
	color:#fff;
	background-color:#000;
}
#divImgBg {
	position:fixed;
	overflow:hidden;
	width:100%;
	height:100%;
}
#main{
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	font-family: Verdana;
	font-size:10px;
	color:#000;
	border-top:solid 2px #000;
}
#langs{
	height:23px;
	margin-right:10px;
}
#langs a{
	float:right;
	margin-right:10px;
	padding:0;
}
#center{
	position:relative;
	height:600px;
	overflow:visible;
	background:transparent url('/img/borderLeft.png') 300px 0 no-repeat;
}
#left{
	float:left;
	height:600px;
	width:350px;
}
#logo{
	padding-top:30px;
}
#logo img{
	cursor:pointer;
}
#menu{
	display:block;
	width:160px;
	padding:40px 20px 5px;
	margin-left:50px;
	background-color:#000;
}
.menuItem{
    font-family: 'DidotLTStdItalic';
	font-size:12px;
	padding:14px 0;
	background:transparent url('/img/menuLine.png') left bottom repeat-x;
}
.menuItem a{
	text-decoration:none;
	color:#fff;
	font-weight:normal;
	padding:0;
}
.menuItem a:hover, .menuItemOn{
	display:block;
	padding-left:10px !important;
	background:url('/img/menuOn.png') 0 5px no-repeat;
	font-weight:normal;
}
.subMenu{
	display:none;
}
.menuSubItem{
	padding-top:13px;
}
.menuSubItem a{
	display:block;
	padding:0 0 0 10px;
}
.menuSubItem a:hover, .menuSubItemOn{
	padding:0 0 0 10px;
	background:url('/img/menuOn.png') 0px 6px no-repeat;
}
#right{
	position:relative;
	float:left;
	overflow:visible;
}
#dirTitle{
	position:absolute;
	top:38px;
	left:0;
	overflow:hidden;
	font-family: 'DidotLTStdItalic';
	font-size:22px;
}
#scrollBox{
	overflow:hidden;
}
#scrollItems{
	position:relative;
	height:600px;
}
#dirTitleBg{
	position:relative;
	height:34px;
	background:transparent url('/img/titleBg.png') left bottom repeat-x;
	padding-top:38px;
	margin:0 30px 20px 0;
}
.scrollItemTitle{
	font-family: 'DidotLTStdItalic';
	font-size:20px;
	margin-bottom:20px;
}
.separator{
	width:100%;
	height:1px;
	background:url('/img/titleLine.png');
	margin:15px 0;
}
#copyright{
	position:absolute;
	right:0;
	top:0;
	font-family: 'DidotLTStdItalic';
	font-size:12px;
	margin-left:30px;
	height:600px;
	width:300px;
	background:transparent url('/img/borderRight.png') left top no-repeat;
	overflow:visible;
}
#copyright div{
	position:absolute;
	left:50px;
	bottom:30px;
	width:250px;
}
#form input, textarea{
	background-color:#f4f4f4;
	padding:2px 0;
}
.imgfull{
}
.endCol{
	border:none;
	padding-top:246px !important;
	height:225px !important;
}
.imgCol {
	margin-top:-255px;
}
.scrollItem{
	float:left;
	width:380px;
	height:480px;
	overflow:hidden;
	padding-top:2px;
	margin-right:20px;
	line-height:14px;
}
.scrollItem.endCol2 {
	float:left;
	height:480px;
	overflow:hidden;
	padding-top:2px;
	margin-right:20px;
	line-height:14px;
	width: 780px;
}
.pageSeparatorBlack {
	float:left;
	height:480px;
	width:1px;
	margin-right:20px;
	overflow:hidden;
	background:#000;
}
.pageSeparator {
	float:left;
	height:480px;
	width:1px;
	margin-right:20px;
	overflow:hidden;
}