html, body {
	font-size: 100%;
	margin: 0;
	width: 100%;
	min-width: 960px;
	height: 100%;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	text-rendering: optimizeLegibility;
}
a {
	color: #ef4036;
}
li a:visited {
	color: #f07e78;
}
img {
	border: none;
}

#crop {
	overflow: scroll;
}

.document {
	cursor: move;
	position: relative;
}

.item {
	position: absolute;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.item object, .item embed {
	width: 100% !important;
	height: 100% !important;
}

#logo {
	position: absolute;
	right: 40px; top: 43px;
}

#static #footer {
	position: static;
}
#static #footer .columns {
	height: 60px;
}
#static #footer .facebook, #static #footer .english {
	visibility: visible;
}
#home #footer .facebook, #home #footer .english {
	visibility: visible;
}
#footer .facebook, #footer .english {
	visibility: hidden;
	text-align: right;
}
#footer .facebook {
	position: absolute;
	right: 60px;
}
#header, #footer {
	width: 100%;
	height: 1px;
	position: absolute;
	z-index: 5000;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
}
#header .wrapper, #footer .wrapper  {
	height: 1px;
	padding: 50px 60px;
	padding-bottom: 0;
}
#header a:hover {
	color: rgb(255, 14, 0);
}
#header .contacts a {
	text-decoration: underline;
}
.works {
	float: left;
	display: block;
	padding: 4px 5px;
	padding-right: 15px;
	margin: -5px;
	background: url('/images/dwn-arr.gif') right center no-repeat;
	border: #ef4036 1px solid;
	text-decoration: none;
}
span.works {
	background: none;
	border-color: transparent;
}
.works.active {
	border-color: #ffffff;
	background-color: #ffffff;
	background: url('/images/up-arr.gif') right center no-repeat;
}
.works.active:hover {
	border-color: transparent;
}
.works:hover {
	border-color: #ffffff;
	background-color: #ffffff;
}
.works_list {
	width: 500px;
	clear: both;
	list-style-type: none;
	margin: 0;
	margin-left: -5px;
	padding: 0;
	padding-top: 15px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
.works_list li {
	white-space: nowrap;
	float: left;
	clear: both;
	padding: 3px 5px;
	background: #ffffff;
}
.works_list a {
	color: #ef4036;
	font-weight: bold;
}

#all_works .date {
	margin-top: 1px;
	font-size: 12px;
}
.year {
	padding: 0 60px;
	font-size: 12px;
	line-height: 25px;
}
.year a {
	font-weight: bold;
}

#content {
	padding-top: 180px;
	padding-bottom: 70px;
	color: #333333;
}
#content .wrapper {
	padding: 0 60px;
}
#content .big p {
	font-size: 21px;
	line-height: 24px;
}
#content p, #content ul, #content ol {
	font-size: 14px;
}
#content h1 {
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
}

#footer {
	bottom: 100px;
	font-size: 11px;
	color: #363636;
}
#footer a {
	color: #0066cc;
}

.columns {
	height: 1px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.column {
	float: left;
	width: 16.67%;
}
.column.free {
	width: 40%;
}
.column.wide {
	width: 49%;
}
.column.extrawide {
	width: 67%;
}
.column.empty {
	height: 1px;
}
.column.right {
	text-align: right;
}

.slideshow {
	position: relative;
	overflow: hidden;
	height: 0;
}
.slideshow img {
	display: block;
}
.slideshow ul {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.slideshow li {
	float: left;
}
.slideshow .thumbs_container {
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
}
.slideshow .thumbs_container img {
	margin-right: 10px;
}
.slideshow .button_left {
	position: absolute;
	bottom: 0; left: 40px;
	z-index: 9000;
}
.slideshow .button_right {
	position: absolute;
	bottom: 0; right: 40px;
	z-index: 9000;
}