/*===============clearfix====================*/

.clearfix:after {
	  content: ".";
	  display: block;
	  clear: both;
	  visibility: hidden;
	  line-height: 0;
	  height: 0;
}

.clearfix {
	  display: inline-block;
}

html[xmlns] .clearfix {
	  display: block;
}

* html .clearfix {
	  height: 1%;
}

/*===========================================*/

body {
	margin: 0;
	padding: 0;
	/*background: #fff;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	/*width: 100%;*/
        height: 100%;
	min-width: 924px;
	/*width:expression(document.body.clientWidth < 924 ? "924px": "100%" );*/
}

a,
a:link,
a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#site {
	width: 100%;
	min-width: 924px;
	width:expression(document.body.clientWidth < 924 ? "924px": "100%" );
}

#wrapper {
	padding-left: 70px;
	padding-top: 35px;
	width: auto;
	min-width: 924px;
	width:expression(document.body.clientWidth < 924 ? "924px": "auto" );
	/*margin-bottom: 70px;*/
}

#left-wrapper {
	display: block;
	float: left;
	position: relative;
	padding-top: 16px;
	width: 280px;
}

#center-wrapper {
	display: block;
	float: left;
	width: 436px;
}

#logo {
	height: 70px;
	width: 280px;
	display: block;
	float: left;
}

#logo p {
    margin: 0;
    padding: 0;
}

#logo a img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

/*==============================================================*/
/*			MENU												*/

#menu {
	display: block;
	float: left;
	position: relative;
	top: 70px;
	width: 210px;
}

.parent-menu-item {
	display: block;
	width: 210px;
	margin-bottom: 15px;
}

.parent-menu-item a.active,
.parent-menu-item a.active:link,
.parent-menu-item a.active:visited {
	font-weight: bold;
}

.submenu {
	display:block;
	width: 210px;
	margin-bottom: 15px;
	_margin-bottom: 8px;
}

.submenu-item {
	width: 210px;
	margin-bottom: 5px;
	padding-left: 7px;
}

.submenu-item a.active,
.submenu-item a.active:link,
.submenu-item a.active:visited {
	font-weight: bold;
}

.submenu2 {
	display: block;
	width: 210px;
	margin-bottom: 15px;
	_margin-bottom: 8px;
}

*:first-child+html .submenu2 {  /*IE7 h4x*/
	margin-bottom: 0px;
}

.submenu2-item {
	width: 210px;
	display: block;
	margin-bottom: 4px;
	height: 11px;
	font-size: 0px;
}

.submenu2-item-active {
	width: 210px;
	display: block;
	margin-bottom: 4px;
	_margin-bottom: -5px;
	height: 11px;
	font-size: 0px;
}

.submenu2-item a,
.submenu2-item a:link,
.submenu2-item a:visited {
	position: relative;
	margin-left: 14px;
	z-index: 2;
}

.submenu2-item-active a,
.submenu2-item-active a:link,
.submenu2-item-active a:visited {
	position: relative;
	z-index: 2;
	font-weight: bold;
	margin-left: 14px;
}

.submenu2-bg-active {
	position: relative;
	width: 210px;
	display: block;
	background: #d6d6d6;
	height: 8px;
	font-size: 0px;
	position: relative;
	top: -10px;
	z-index: 1;
}

/*																*/
/*==============================================================*/


/*==============================================================*/
/*					TOP											*/

#top {
	/*height: 16px;*/
	display: block;
	float: left;
	width: 436px;
}

#top table {
	/*width: 100%;*/
	padding: 0;
	margin: 0;
	border: 0 none;
	position: relative;
	top: -5px;
	left: -2px;
    width: 100%;
}

#top table td {
	padding: 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

#top table td.langtd {
	width: 140px;
}

#breadcrumb {
	/*position: relative;
	top: -3px;*/
	display: block;
	float: left;
	/*width: 296px;*/
}

.breadcrumb-current {
	font-weight: bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

#lang-menu {
	position: relative;
	width: 140px;
	display:block;
	float: right;
	top: -2px;
	right: -5px;
}

#lang-menu div {
	display: block;
	float: left;
	height: 8px;
	font-size: 0px;
}

#lang-menu div a,
#lang-menu div a:link,
#lang-menu div a:visited {
	height: 8px;
	font-size: 10px;
	display: block;
	position: relative;
	top: -2px;
	_margin-bottom:-3px;
}

#lang-lt {
	width: 47px;
	text-align:left;
}

#lang-en {
	width: 46px;
	text-align:center;
}

#lang-ru {
	width: 46px;
	text-align:right;
}

#lang-menu div.active {
	background: #dcdcdc;
	font-weight: bold;
}

/*																*/
/*==============================================================*/

/*==============================================================*/
/*			CENTER												*/

#center-blocks {
	display: block;
	float: left;
	width: 436px;
}

.center-block {
	display: block;
	float: left;
	width: 140px;
	height: 140px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.header {
	/*background: #dcdcdc;*/
	font-family:Tahoma;
	font-size: 17px;
	padding: 0;        
}

.header-text {
        line-height: 31px;
	position: relative;
	top: 7px;
	/*left: -3px;*/
	/*_top:-9px;*/
}

.center-block a img {
	border: 0 none;
}

.header-block-top {
    display:block;
    float:left;
    width:140px;
    height:120px;
}

.header-block-bottom {
    display:block;
    float:left;
    width:140px;
    height:20px;
    font-size: 11px;
}

.header-block-bottom a.active,
.header-block-bottom a.active:link{
    font-weight: bold;
}

/*																*/
/*==============================================================*/


/*==============================================================*/
/*			FOOTER												*/

#footer {
	margin-top: 32px;
	display: block;
	float: left;
	width: 436px;
	height: 40px;
}

#footer-contacts {
	position: relative;
	top: -3px;
	display: block;
	float: left;
}

#footer-contacts p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	margin-bottom: 3px;
}

#zet-logo {
	display: block;
	float: right;
}

#zet-logo a img {
	border: 0 none;
}
/*																*/
/*==============================================================*/


/*==============================================================*/
/*			PROJECT PAGE										*/

#middle-spacer {
	display: block;
	float: left;
	width: auto;
}

#middle-spacer table {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	left: -2px;
	border: 0 none;
}

#middle-spacer table td {
	margin: 0;
	padding: 0;
}

#nav-links-td {
	width: 250px;
	position: relative;
	/*right: -5px;*/
}

#project-title {
	position: relative;
	left: -2px;
	display: block;
	float: left;
	margin-top: 1px;
	margin-bottom: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
}

#project-title a,
#project-title a:link,
#project-title a:visited,
#project-title a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	text-decoration: none;
}

#project-gallery-nav {
	display: block;
	float: right;
	margin-top: 12px;
	margin-bottom: 4px;
	height: 13px;
	position: relative;
	right: -5px;
}

#project-gallery-next {
	font-weight: bold;
}

#nav-links {
	display: block;
	float: right;
}

#slide-count {
	display: block;
	float: right;
	margin-right: 10px;
}

#project-details {
	display: block;
	float: left;
	height: 111px;
	_height: 116px;
	background: #dcdcdc;
	padding-bottom: 5px;
}

#project-details p {
	margin: 0;
	line-height: 16px;
}

#project-details-first-column {
	display: block;
	float: left;
	/*width: 300px;*/
	width: 40%;
	padding-right: 4px;
	margin-bottom: 150px;
}

#project-details-second-column {
	/*width:300px;*/
	display: block;
	float: right;
	width: 40%;
	padding-right: 4px;
	padding-left: 8px;
}

#project-details-slider {
	background: #fff;
	display: inline;
	float: left;
	width: 8px;
	height: 116px;
	float: right;
	position: relative;
	margin-right: 8px;
}

.scrollbar-up {
	display:inline;
	float: right;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	background: url("images/scrollbar_up.jpg") no-repeat left top;
}

.scrollbar-down {
	display:inline;
	margin-right: 8px;
	float: right;
	width: 8px;
	height: 8px;
	background: url("images/scrollbar_down.jpg") no-repeat left top;
}

.ui-slider-handle {
	width: 8px;
	background: #bcbcbc;
	height: 40px;
	position: absolute;
}

#project-details-scroll {
	height: 106px;
	overflow: hidden;
	margin-top: 5px;
	float: left;
}

#project-details-holder {
	height: 1500px;
}

#project-details-second-column div {
	display: none;
}

#project-details a,
#project-details a:link,
#project-details a:visited {
	text-decoration: underline;
}

#project-details a:hover {
	text-decoration: none;
}

/*																*/
/*==============================================================*/


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorbox{top: 0 !important; left: 0 !important;}
    #cboxContent{margin-top:0px; top: 0 !important; left: 0 !important;}
        #cboxLoadedContent{background:#fff; padding:0px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:0px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:0px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) 0 0 no-repeat; display: none;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{/*background-position:-50px 0px; right:0;*/}
        #cboxClose.hover{/*background-position:-50px -25px;*/}
        /*.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}*/
		
.cboxIE #cboxTopLeft{display:none; }
.cboxIE #cboxTopCenter{display:none;}
.cboxIE #cboxTopRight{display:none;}
.cboxIE #cboxBottomLeft{display:none;}
.cboxIE #cboxBottomCenter{display:none;}
.cboxIE #cboxBottomRight{display:none;}
.cboxIE #cboxMiddleLeft{display:none;}
.cboxIE #cboxMiddleRight{display:none;}

#cboxLoadedContent { border: 0 none; }

/*																*/
/*==============================================================*/