body {
	position: relative;
	text-align: center;
	background-color: #000000;
	color: #999999;
	font-family: "Arial";
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 1000px;
}
img {
	border: 0px solid black;
}

div {
	zoom: 1;
	position: relative;
}

div.clearfix {
	float: none !important;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.error {
}

.loader {
	position: absolute;
	background: url(images/ajax_loader.gif) 50% 50% no-repeat;
	width: 16px;
	height: 16px;
	display: none;
}

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

a, a:active  {
	margin: 0px;
	padding: 0px;
	color: #999999;
	text-decoration: underline;
}

a:hover {
	margin: 0px;
	padding: 0px;
	color: black;
}

input, textarea {
	font-family: "Arial";
	font-size: 11px;
}

#background {
	position: relative;
	position: fixed;
	background: black;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

#logo {
	position: relative;
	position: absolute;
	display: block;
	right: 0px;
	top: 29px;
	width: 113px;
	height: 20px;
	background-image: url('images/logo_uncinc.png');
}

div#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	padding-top: 36px; 
}
div.footer{ 
	width: 100%;
	margin-top: 35px; 
	padding-bottom: 35px;
	color: #565656;
	text-align: center;
}

div.footer a {
	text-decoration: underline;
	color: #565656;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

img {
	border: 0;
}

#menu {
	border: 0px solid red;
	width: 555px; 
	height: 40px;
}

#menu div {
	float: left; 
	width: 100px; 
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	margin-right: 1px;
}

#menu div a {
	position: relative;
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: white;
	background-color: #333333;
}

#menu div a.active {
	background-color: white;
	color: black;
}

#menu div a span.normal, #menu div a span.active {
	position: relative;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 40px;
	cursor: pointer;
}

#menu div a span img {
	margin-top: 15px;
}

div#center {
	position: relative;
	background: white;
	padding: 100px;
}

.corner_top_left, .corner_top_right, .corner_bottom_left, .corner_bottom_right {
	position: absolute;
	width: 5px;
	height: 4px;
	z-index: 10;
}

.corner_top_left {
	left: 0;
	top: 0;
	background-image: url("images/corner_top_left.png");
}

.corner_top_right {
	right: 0px;
	top: 0;
	background-image: url("images/corner_top_right.png");
}

.corner_bottom_left {
	left: 0;
	bottom: 0;
	background-image: url("images/corner_bottom_left.png");
}

.corner_bottom_right {
	right: 0;
	bottom: 0;
	background-image: url("images/corner_bottom_right.png");
}

.corner_small_top_left, .corner_small_top_right, .corner_small_bottom_left, .corner_small_bottom_right {
	position: absolute;
	width: 2px;
	height: 2px;
	z-index: 10;
}

.corner_small_top_left {
	left: 0;
	top: 0;
	background-image: url("images/corner_small_top_left.png");
}

.corner_small_top_right {
	right: 0px;
	top: 0;
	background-image: url("images/corner_small_top_right.png");
}

.corner_small_bottom_left {
	left: 0;
	bottom: 0;
	background-image: url("images/corner_small_bottom_left.png");
}

.corner_small_bottom_right {
	right: 0;
	bottom: 0;
	background-image: url("images/corner_small_bottom_right.png");
}

#menu div a span.normal {
	background: #555555;
	color: white;
}

#menu div a span.active {
	background: white;
}


a.menu_item {
	float: left;
	width: 150px;
	height: 40px;
	margin-right: 1px;
	margin-top:10px;
}

a.menu_item:hover, a.menu_item:active {
	margin-right: 1px;
	margin-top:10px;
}

div.content_item {
	color: #999999;
	background: #333333;
	padding: 50px;
}

div.content_item h2 {
	color: #FFFFFF;
}

#project_detail {
	background: black;
	width: 700px;
	height: 395px;
}
#about_image {
	background: black;
	width: 700px;
	height: 395px;
}

#contact_image {
	background: black;
	width: 440px;
	height: 350px;
}

#contact_details {
	position: absolute;
	right: 0;
	top: 0;
	width: 160px;
	height: 250px;
	overflow: hidden;
}

div.news_item {
	height: 75px;
	overflow-y: hidden;
	margin-bottom: 30px;
	padding-left: 325px;
}

div.news_item a:hover, div.content_item a:hover {
	color: white;
}

div.news_item div.float {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	width: 275px;
	height: 175px;
	background: black;
	overflow: hidden;
}

div.news_item div.float img {
	width: 275px;
}

div.news_item h2 {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0;
}

div.news_item p {
	width: 325px;
}

a.news_item {
	background-image: url("images/button_news_inactive.png");
}

a.news_item_active {
	background-image: url("images/button_news_active.png");

}

div.bottom {
	margin-top: 50px;
	margin-bottom: -30px;
	clear: both;
}

div.bottom div {
	float: left;
}

div.bottom h2 {
	color: #666666;
}

div.bottom div.one_third {
	display: inline-block;
	padding: 0 25px;
	width: 183px;
}

div.bottom div.one_third input, div.bottom div.one_third textarea{
	color: #999999;
	width: 173px;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #fbfbfb;
}

div.bottom div.last {
	margin-right: 0;
}

div.buttons {
	margin-bottom: -40px;
}

div.buttons a {
	text-decoration: none;
}

div.buttons div.button_left, div.buttons div.button_right {
	display: inline-block;
	width: 335px;
	text-align: center;
}

div.buttons div.button_left img, div.buttons div.button_right img {
	margin: 0px auto;
}

div.separator {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin: 0;
	width: 1px;
	min-height: 50px;
	height: 100%;
	background: transparent url(images/separator_bg.png) repeat-y 50% 50%;
	vertical-align: top;
}

div.separator_left {
	position: absolute;
	left: 33%;
	top: 0;
	bottom: 0;
}

div.separator_right {
	position: absolute;
	left: auto;
	right: 34%;
	top: 0;
	bottom: 0;
}

div.bottom span.hover {
	margin: 0 auto;
	width: 100%;
	margin-top: 18px;
	cursor: pointer;
	display: block;
}

div.bottom span.hover img.active {
	display: none;
}

div.bottom span.hover img.text {
	margin-bottom: 4px;
}

#project_list {
	margin-top: -35px;
	margin-left: -31px;
	margin-right: -31px;
	margin-bottom: -30px;
	width: 765px;
	height: 980px;
	background: transparent;
	z-index: 1000000;
}

div.project_item {
	float: left;
	width: 215px;
	height: 115px;
	margin-right: 1px;
	margin-bottom:1px;
	border: 8px solid black;
}

div.project_item {
	text-decoration: none;
}

div.project_item span.img {
	display: block; 
	width: 215px; 
	height: 115px; 
	cursor: pointer;
	background-position: 50% 50%;
}

div.project_item span.title {
	position: relative;
	left: 3px;
	right: 3px;
	bottom: 3px;
	top: 97px;
	width: 208px;
	height: 15px;
	background: white;
	display: block;
	text-align: center;
}


/*
a.projects_item {
	background-image: url("images/button_project_inactive.png");
}

a.projects_item_active {
	background-image: url("images/button_project_active.png");
}

a.about_item {
	background-image: url("images/button_about_inactive.png");
}

a.about_item_active {
	background-image: url("images/button_about_active.png");
}

a.contact_item {
	background-image: url("images/button_contact_inactive.png");
}

a.contact_item_active {
	background-image: url("images/button_contact_active.png");
}

div.content_blok_img {
	padding-bottom: 1px;
}

div#center img {
	vertical-align: top;
}

div.content_blok_text {
	background-color: #efefef;
	padding: 50px;
	cursor: normal;
	margin-bottom: 60px;
}

div.project_item {
	float: left;
	width: 215px;
	height: 115px;
	margin-right: 1px;
	margin-bottom:1px;
	border: 8px solid black;
}

div.project_item {
	text-decoration: none;
}

div.project_item span.img {
	display: block; 
	width: 215px; 
	height: 115px; 
	cursor: pointer;
	background-position: 50% 50%;
}

div.project_item span.title {
	position: relative;
	left: 3px;
	right: 3px;
	bottom: 3px;
	top: 97px;
	width: 208px;
	height: 15px;
	background: white;
	display: block;
	text-align: center;
}

#project_content {
	position: relative;
	height: 300px;
}

#project_flash {
	margin-left: -15px;
	margin-right: -15px;
	height: 400px;
}

#project_content .project_content_block {
	position: relative;
}

#project_content .project_content_block_absolute {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

#contact_form input, #contact_form textarea {
	width: 350px;
	background: #F4F4F4;
	color: #979797;
	color: #777777;
	border: 1px solid #E0E0E0;
	padding: 5px;
	margin: 0px;
	margin-bottom: 7px;
	font-weight: none;
	font-family: "Arial";
	font-size: 11px;
	line-height: 18px;
}

#contact_form textarea {
	height: 150px;
}

#reply, #reply_error {
	display: none;
	line-height: 30px;
	color: #979797;
}
*/

