/******************************************
begin css resets
******************************************/
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;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
/******************************************
begin basic strucutre
******************************************/
body {background: #0e0e0e; font-family: Arial; font-size: 12px; color: #e4e4e4; line-height: 16px;}
a {color: #ffffff; text-decoration: none;}
.clear {clear: both;}
#container {
	width: 940px;
	margin: 0 auto;
	padding: 40px 20px;
}
#sidebar {
	width: 180px;
	float: left;
}
#project_list, #news_list {
	width: 170px;
	float: left;
	border-left: 1px solid #252525;
	padding-left: 10px;
}
#project_details, #news_details {
	width: 550px;
	float: right;
	border-left: 1px solid #252525;
	padding-left: 10px;
}
#content {
	width: 750px;
	float: right;
}
#footer {
	border-top: 1px solid #252525;
	padding-top: 10px;
	margin-top: 100px;
}








/******************************************
begin sidebar
******************************************/
h1 a {
	width: 86px;
	height: 83px;
	background: url(../images/logo.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	float: left;
}
ul.menu {
	width: 180px;
	float: left;
	margin-top: 40px;
}
ul.menu a {
	color: #ffffff;
	text-transform: uppercase;
}
ul.menu a:hover, ul.menu a.active {
	color: #a61c20;
	text-transform: uppercase;
}
ul.language {
	width: 180px;
	float: left;
	margin-top: 25px;
	font-size: 11px;
	line-height: 12px;
}
ul.language a {
	color: #616161;
}
ul.language a:hover, ul.language a.active {
	color: #ffffff;
}



/******************************************
begin homepage
******************************************/
.homepage {
	background: url(../images/homepage.jpg) 0 0 no-repeat;
}
.homepage p {
	padding-top: 400px;
	text-align: justify;
}
.homepage em {
	color: #A61C20;
	font-style: italic;
}



/******************************************
begin partners
******************************************/
ul.partners {list-style-type: none; margin-top: 25px;}
ul.partners li {margin-bottom: 25px;}
.partnersLeft {width: 200px; height: 75px; float: left;}
.partnersRight {float: left; margin-left: 50px;}
/******************************************
begin contact
******************************************/
.contact {
	background: url(../images/contact.jpg) top right no-repeat;
}
.contact p {
	width: 400px;
}
.contact h2 {
	font-size: 16px;
	padding-bottom: 20px;
}
.contact input, .contact textarea {
	background: #0e0e0e;
	color: #e4e4e4;
	border: 1px solid #e4e4e4;
	line-height: 18px;
	width: 200px;
	float: right;
	margin-right: 450px;
	margin-top: 15px;
}
.contact input {
 height: 18px;
}
.contact label {
	color: #ffffff;
	float: left;
	margin-top: 15px;
}
.contact form {
	margin-top: 25px;
}
/******************************************
begin footer
******************************************/
#footer p {
	width: 300px;
	float: left;
}
a.baritchi {
	width: 82px;
	float: right;
	background: url(../images/baritchi.gif) 0 0 no-repeat;
	text-indent: -9999px;
}
/******************************************
begin projects
******************************************/
ul#project_list {
	list-style-type: none;
}
ul#project_list li a.active, ul#project_list li a:hover { color: #FFFFFF; }
ul#project_list li a {color: #5d5d5d;}
img.project_image {
	float: right;
}
ul.project_details_labels {
	margin-top: 50px;
	margin-bottom: 50px;
	clear: right;
	width: 220px;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
}
ul.project_details_values {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 325px;
	float: left;
}
ul.project_details_labels li, ul.project_details_values li {
	margin-top: 10px;
}
ul.gallery {
	margin-left: 50px;
	clear: both;
}
ul.gallery li {
	float: left;
}
img.thumb {
	margin-top: 25px;
	margin-right: 25px;
	height: 75px;
	overflow: hidden;
	border: 2px solid #ffffff;
}
/******************************************
begin news
******************************************/
ul#news_list li a.active, ul#news_list li a:hover { color: #FFFFFF; }
ul#news_list li a {color: #5d5d5d;}
#news_details h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#news_details p {
	margin-top: 20px;
}





.foot {
	margin-top: 15px;
	text-align: center;
	font-size: 11px;
}
.foot a {
	text-decoration: none;
	color: #ffffff;
}








#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}