html, body {
	height: 100%;
}

#big_image_block {
	background: url('../i/bg_transparent.png');
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}
#big_image_block div.big_img {
	background: #fff;
	width: 820px;
	margin: 0 auto;
}
#big_image_block img {
	border: 10px solid #fff;
	max-width: 800px;
	max-height: 600px;
}
#big_image_block div.slide {
	background: #fff;
	width: 800px;
	border: 10px solid #fff;
	margin: 0 auto;
	text-align: center;
}
#big_image_block div.slide img {
	cursor: pointer;
}
#big_image_block div.slide img.not_visible {
	display: none;
}
#img_small {
	display: inline;
}
#big_image_block div.close {
	background: #264343;
	display: block; 
	height: 10%;
	color: #fff;
	/*width: 100%; 
	position: absolute;
	bottom: 0;*/
	text-align: center;
	zoom: 1;
}
#big_image_block div.close p {
	text-align: center;
}	
#big_image_block div.close span {
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}
#flashcontent {
	height: 90%;
}
.projects {
	
}
.projects img, .project img {
	/*border: 3px solid #D3D2D0;*/
}
.projects a.holds_image, .project a.holds_image {
	border: 1px solid #D3D2D0;
	display: block;
	width: 250px;
	height: 115px;
	margin: 0 auto;
}
.projects a.holds_image:hover, .project a.holds_image:hover {
	border: 1px solid #000;
}
.page_sent {
	color: #5E6148;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
a.go_back {
	background: url('../i/arrow_back_green.gif') no-repeat;
	height: 25px;
	font-size: 11px;
	color: #477811;
	padding: 3px 0 3px 25px;
	text-decoration: none;
	font-weight: normal;
}
table.projects td, table.project td { 
	height: 75px;
	padding: 10px 20px 10px 0;
	text-align: center;
	vertical-align: top;
}
table.project td {
	padding: 5px;
}
table.project table
table.project table td {
	height: auto;
	padding: 0;
}
table.projects img, table.project img {
	cursor: pointer;
}
table.project img.has_border {
	border: 5px solid #D3D2D0;
}
table.projects td.align_left, table.project td.align_left {
	text-align: left;
}
.project .other_proj {
	display: block;
	border: 3px solid #ddd;
}
.project .other_proj:hover {
	border-color: #44cc00;
}
.proj_descr {
	width: 350px;
	text-align: left;
	vertical-align: top;
}
.proj_descr a {
	text-decoration: none;
}
.content table.projects p.img_title, .content table.project p.img_title {
	color: #8F9178;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}
table.projects td.has_padding {
	padding-left: 50px;
}

.content .other_projects_title {
	font-weight: bold;
	text-align: center;
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 12px;
}
.content .click_4_photos {	
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
}
