/*****************************   anDeRan   ************************************/

body {
	background-color: #FFF;
	color: #000;
}

body, ul, ol, form, p, blockquote, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

body, table, input, button, select {
	font: 12px Georgia, "Times New Roman", sans-serif;
}



#header, #content, #footer {
	position: relative;
	min-width: 996px;
}

img {
	border-width: 0;
	vertical-align: middle;
}

a {
	color: #036;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

p {
	padding: 0 0 14px;
}

h2 {
	font-size: 20px;
}

.a-center {
	text-align: center;
}

/* HEADER */

#header {
	height: 282px;
}

#header h1 {
	position: absolute;
	width: 201px;
	height: 201px;
	line-height: 1000em;
	overflow: hidden;
	background-image: url(../images/common/logo.png);
	margin: 41px 0 0 40px;
}

#header h1 a {
	display: block;
	height: 201px;
	width: 201px;
}

#contacts {
	position: absolute;
	top: 126px;
	right: 40px;
	width: 168px;
	font: 10px Verdana, sans-serif;
}

#pi-link {
	position: absolute;
	top: 97px;
	right: 345px;
}

#nav {
	position: absolute;
	top: 50%;
	visibility: hidden;
	margin-left: 290px;
	list-style-type: none;
	font: 10px Verdana, sans-serif;
}

#nav li {
	padding: 2px 0;
}

/* CONTENT */

#projects {
	margin-right: 40px;
}

#projects div {
	float: left;
	margin: 0 0 40px 40px;
	width: 200px;
}

#projects div p {
	padding-bottom: 0;
	margin: 8px 11px;
	font-size: 9px;
	height: 34px;
	overflow: hidden;
}

#views {
	position: absolute;
	margin-left: 40px;
	left: 0;
}

#views a, #views strong {
	display: block;
	width: 26px;
	height: 16px;
	background: url(../images/common/views.png) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}

#views a.view-imgs { background-position: 0 0; }
#views strong.view-imgs, #views a.view-imgs:hover { background-position: 0 -16px; }
#views a.view-text { background-position: -26px 0; }
#views strong.view-text, #views a.view-text:hover { background-position: -26px -16px; }

#projects #crumbs {
	margin-left: 290px;
}

#crumbs span {
	position: absolute;
	color: #999;
	font-size: 9px;
	margin: -4px 0 0 1px;
}

#project {
	padding: 0 0 50px 40px;
}

.buttons {
	padding-bottom: 26px;
}

.buttons a, .buttons strong {
	position: relative;
	display: block;
	height: 16px;
	min-width: 53px;
	padding: 2px 10px 0;
	float: left;
	margin-right: 10px;
	text-align: center;
	font: bold 10px Verdana, serif;
	background: url(../images/common/btn_off.png) no-repeat center;
	white-space: nowrap;
}

.buttons span {
	position: absolute;
	width: 3px;
	height: 18px;
	background: url(../images/common/btn_off.png) no-repeat;
	top: 0;
}

.buttons span.b-left {
	left: 0;
}

.buttons span.b-right {
	right: 0;
	background-position: right top;
}

.buttons strong {
	height: 22px;
	color: #FFF;
	background-image: url(../images/common/btn_on.png);
}

.buttons strong span {
	background-image: url(../images/common/btn_on.png);
}

h2 {
	padding-bottom: 30px;
}

#project h2 {
	padding-left: 12px;
}

.params {
	padding: 0 0 20px 26px;
	font-size: 10px;
	line-height: 18px;
	color: #666;
}

.text {
	padding: 0 280px 0 26px;
}

.workers {
	float: right;
	width: 168px;
	font-size: 10px;
	line-height: 18px;
	margin-right: 40px;
}

.title {
	color: #808080;
	padding-bottom: 4px;
}

.textual {
	padding: 0 40px 50px;
}

#crumbs {
	margin-left: 40px;
	font: 11px Verdana, serif;
	padding-bottom: 63px;
}

/* FOOTER */

#footer {
	padding: 20px 0 30px;
}

#copyright {
	font: 10px Verdana, sans-serif;
	text-align: right;
	padding-right: 75px;
}
