/* ---------------------------------------------------------------------------------------  RESET DEFAULT  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}

a, a:focus {
	outline: none;
	text-decoration: none;
	}

body {
	line-height: 12px;
	color: #333;
	background: #FFF;
	}

ol, ul {
	list-style: none;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

/* ---------------------------------------------------------------------------------------  ENVIRONMENT  */

body {
	background-color: #FFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	}

h1 {
	font-size: 13px;
	font-weight: bold;
	}

h2 {
	font-size: 12px;
	font-weight: bold;
	}

h3 {
	font-size: 11px;
	font-weight: bold;
	}

.clear { 
	height: 0; 
	font-size: 0; 
	line-height: 0px; 
	clear: both; 
	}

.left {
	float: left; 
	}

.right {
	float: right; 
	}

.center {
	margin: 0 auto; 
	}

#pointer {
	position: absolute;
	height: 0;
	width: 100%;
	bottom: 0;
	}

#main {
	position: relative;
	padding: 0;
	overflow: hidden;
 	height: 527px;
	margin-top: -527px;
	}

/* ---------------------------------------------------------------------------------------  SPLASH  */

#splash {
	position: absolute;
	left: 50%;
	top: 50%;
/*
	left: 191px;
	bottom: 567px;
*/
	width: 0;
	height: 0;
	}

#splash div {
	position: absolute;
	width: 191px;
	height: 191px;
	top: -96px;
	left: -96px;
	background: #E5E5E5 url("../img/splash_bgrd.png");
	}

#splash div a {
	display: block;
	width: 96px;
	height: 96px;
	position: absolute;
	background-color: #D5D5D5;
	background-position: 0 0;
	background-repeat: no-repeat;
	}

#splash div a#enlgn {
	top: 0px;
	right: 0px;
	background-image: url("../img/splash_en.png");
	}

#splash div a:hover {
	background-position: 0 -96px;
	}

/* ---------------------------------------------------------------------------------------  HEADER  */

#header {
	height: 83px;
	padding: 0 96px;
	}

#header #languages {
	float: right;
	margin-top: 31px;
	}

#header #logo img {
	width: 94px;
	height: 42px;
	}

/* ---------------------------------------------------------------------------------------  SCROLLERS  */

#scroll-left, #scroll-right {
	position: absolute;
	z-index: 800;
	height: 286px;
	width: 96px;
	top: 102px;
	display: none;
	cursor: pointer;
   	background-image: url("../img/scrollers/scroll_overlay.gif");
	}

#scroll-left.active, #scroll-right.active, #scroll-top.active, #scroll-bottom.active {
	display: block;
	}

#scroll-left {
	left: 0;
	}

#scroll-left.faster {
	}

#scroll-right {
	right: 0;
	}

#scroll-right.faster {
	}

#scroll-top, #scroll-bottom {
	position: absolute;
	z-index: 800;
	height: 60px;
	right: 95px;
	display: none;
	cursor: pointer;
   	background-image: url("../img/scrollers/scroll_overlay.gif");
	}

#scroll-top {
	top: 103px;
	}

#scroll-bottom {
	bottom: 138px;
	}

/* ---------------------------------------------------------------------------------------  WRAPPER */

#wrapper {
	height: 327px;
	overflow: auto;
	position: relative;
	width: 100%;
	}

#wrapper #middle {
	height: 306px;
	position: relative;
	width: 100%;
	background: url("../img/middle_bgrd.gif") repeat-x 0 20px;
	}

#wrapper dl {
	float: left;
	background-color: #FFF;
	}

#wrapper dl dd {
	width: 100%;
	}

#wrapper #middle #inner.vdot {
	background: url("../img/silver_vdot.gif") repeat-y 100% 0;
	}

#wrapper dl dt {
	font-size: 12px;
	font-weight: bold;
	color: #D5D5D5;
	background: url("../img/silver_vdot.gif") repeat-y;
	padding: 0 0 0 10px;
	height: 20px;
	}

#wrapper dl dt.first {
	background: none;
	padding-left: 8px;
	}

#wrapper dl dd ul {
	display: inline;
	}

#wrapper dl dd ul li {
	float: left;
	}

#wrapper dl dd ul li div, #wrapper dl dd ul li a {
	position: relative;
	width: 96px;
	height: 96px;
	margin-right: -1px;
	margin-bottom: -1px;
	background: url("../img/square_bgrd.gif") no-repeat;
	}

#wrapper dl dd ul li a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	z-index: 500;
	text-indent: -9000px;
	}

#wrapper dl dd ul li a.dark {
	background-color: #C5C5C5;
	}

#wrapper dl dd ul li a.medium {
	background-color: #D5D5D5;
	}

#wrapper dl dd ul li a.light {
	background-color: #E5E5E5;
	}

#wrapper dl dd ul li a.empty {
	background-color: #FFF;
	}

#wrapper dl dd ul li a.empty span {
	color: #FFF;
	}

#wrapper dl dd ul li a.selected {
	background-color: #C5C5C5;
	}

#wrapper dl dd ul li a img.code, 
#wrapper dl dd ul li a span.code {
	display: block;
	position: absolute;
	padding: 0;
	right: 10px;
	bottom: 10px;
	text-indent: 0;
	}

#wrapper dl dd ul li a.empty img {
	right: 1px;
	bottom: 1px;
	}

#wrapper dl dd ul li a .thumbnail {
	position: absolute;
	display: none;
	top: 1px;
	left: 96px;
	width: 189px;
	height: 189px;
	padding: 0;
	z-index: 600;
	background: #999 url("../img/project_preview_loader.gif") no-repeat center center;
	}

#wrapper dl dd ul li a:hover .thumbnail {
	display: block;
	}

#wrapper dl dd ul li a.bottom .thumbnail {
	top: -94px;
	}

#wrapper dl dd ul li a.last .thumbnail {
	left: -189px;
	}

#wrapper dl dd ul li a .thumbnail img {
	float: left;
	}

#wrapper dl dd ul li a:hover {
	z-index: 600;
	background-position: left bottom;
	}

#wrapper dl dd ul li a.empty:hover, #wrapper dl dd ul li a.selected:hover {
	background-position: left top;
	}

#wrapper dl dd ul li a.empty:hover span {
	color: #E5E5E5;
	}

#wrapper #project-photos {
	height: 305px;
	}

#wrapper #project-photos dl dd img {
	border: 1px solid #F5F5F5; 
	border-right-width: 0;
	height: 284px;
	}

#wrapper dl.project-menu {
	position: absolute; 
	left: 0; 
	z-index: 800;
	margin-top: -20px;
	}

#wrapper dl.project-menu dt {
	background-image: none; 
	background-color: #FFFFFF;
	}

#wrapper #inner #inner-text {
	padding-right: 79px;
	line-height: 18px;
	text-align: right;
	margin-top: -2px;
	color: #808080;
	font-size: 12px;
	}

#wrapper #inner #inner-text ul {
	margin-top: 5px;
	}

#wrapper #inner #inner-text ul li {	
	color: #D5D5D5;
	font-weight: bold;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 17px;
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	clear: both;
	width: 100%;
	}

#wrapper #inner #inner-text ul li span {
	display: none;
	}

#wrapper #inner #inner-text ul li#firm {
	background-image: url("../img/contact/firm.png");
	}

#wrapper #inner #inner-text ul li#e-mail {
	background-image: url("../img/contact/e-mail.png");
	}

#wrapper #inner #inner-text ul li#phone {
	background-image: url("../img/contact/phone.png");
	}

#wrapper #inner #inner-text ul li#fax {
	background-image: url("../img/contact/fax.png");
	}

#wrapper #inner #inner-text ul li#address {
	background-image: url("../img/contact/address.png");
	}

#wrapper #inner #inner-text ul li#regcom {
	background-image: url("../img/contact/regcom.png");
	}

#wrapper #inner #inner-text ul li#cf {
	background-image: url("../img/contact/cf.png");
	}

#wrapper #inner #inner-text ul li#bank {
	background-image: url("../img/contact/bank.png");
	}

#wrapper #inner #inner-text ul li#account {
	background-image: url("../img/contact/account.png");
	}

#wrapper #inner #inner-text ul li.last {
	margin-bottom: 0;
	}

#wrapper #inner #inner-text ul li.selected {
	color: #808080;
	background-position: right -16px;
	}

#wrapper #inner #inner-text dl {
	float: none;
	padding: 0;
	margin: 0;
	}

#wrapper #inner #inner-text dl dt {
	height: inherit;
	background-image: none;
	}

#wrapper #inner #inner-text dl dd {
	padding: 2px 0 13px 0;
	}

/* ---------------------------------------------------------------------------------------  WRAPPER WIDTHS */

.ww1 {
	width: 95px;
	}

.ww2 {
	width: 190px;
	}

.ww3 {
	width: 285px;
	}

.ww4 {
	width: 380px;
	}

.ww5 {
	width: 475px;
	}

.ww6 {
	width: 570px;
	}

.ww7 {
	width: 665px;
	}

.ww8 {
	width: 760px;
	}

.ww9 {
	width: 855px;
	}

.ww10 {
	width: 950px;
	}

/* ---------------------------------------------------------------------------------------  INNER PADDINGS */

.ip1 {
	padding-left: 95px;
	}

.ip2 {
	padding-left: 190px;
	}

.ip3 {
	padding-left: 285px;
	}

.ip4 {
	padding-left: 380px;
	}

.ip5 {
	padding-left: 475px;
	}

.ip6 {
	padding-left: 570px;
	}

.ip7 {
	padding-left: 665px;
	}

.ip8 {
	padding-left: 760px;
	}

.ip9 {
	padding-left: 855px;
	}

.ip10 {
	padding-left: 950px;
	}

/* ---------------------------------------------------------------------------------------  FOOTER  */

#footer {
	margin-top: 18px;
	padding: 0 96px;
	}

#footer #content-hints {
	float: right;
	}

#footer #content-hints #back-hint {
	margin-top: -1px;	
	}

#footer #content-hints #about-us-hint, #footer #content-hints #work-hint, #footer #content-hints #contact-hint {
	margin-top: -2px;
	}

#footer img#scroll-left-hint, #footer img#scroll-right-hint, #footer img#scroll-top-hint, #footer img#scroll-bottom-hint {
	float: right;
	margin-top: -1px;
	}

#footer {
	color: #D5D5D5;	
	}

#footer ul {
	height: 20px;
	width: 285px;
	}

#footer ul li {
	float: left;
	margin-right: 22px;
	}

#footer ul li a {
	display: block;
	float: left;
	font-size: 1px;
	height: 12px;
	text-indent: -9000px;
	}

#footer ul li a.about-us {
	width: 75px;
	background: url("../img/footer/about-us.png") no-repeat;
	}

#footer ul li a.work {
	width: 49px;
	background: url("../img/footer/work.png") no-repeat;
	}

#footer ul li a.contact {
	width: 72px;
	background: url("../img/footer/contact.png") no-repeat;
	}

#footer ul li a.selected {
	background-position: 0 -24px;
	}

#footer ul li a:hover, #footer ul li a.selected:hover {
	background-position: 0 -12px;
	}

#footer ul li a.selected {
	background-position: 0 -24px;
	}

#footer p {
	text-indent: -9000px;
	background: url("../img/footer/copyright.png") no-repeat;
	}

#footer p span {
	padding-left: 3px;
	color: #888;
	}