html, body
{
	width: 100%; height: 100%;
	margin: 0px; padding: 0px;
}

body
{
	color: #999; background-color: #2c2c2c;
	font-family: 'Arial';
	font-size: 11px;
}

a img { border: 0px; }
a { text-decoration: none; color: #819f39; }
a:hover { text-decoration: none; }

.c9 { color: #c9c9c9; }

br.bent
{
	clear: both;
}

form { color: #c9c9c9; margin: 0px; padding: 0px; }
input, textarea
{
	color: #797979;
	background: #1f1f1f;
	border: 1px solid #353534;
	font-size: 13px;
	font-family: 'Arial';
	padding: 3px; margin: 2px;
}
input { height: 16px; width: 214px; }
textarea { overflow: auto; }
input.checkbox { width: auto; height: auto; border: none; background: #2c2c2c; }

input.focus, textarea.focus
{
	color: #c8c8c8;
	background: #171717;
	border: 1px solid #434343;
}
input.img
{
	border: 0px;
	font-size: 1px;
	height: auto; width: auto;
	padding: 0px;
}

.select
{
	width: 214px; height: 16px;
	padding: 3px; margin: 2px;
	position: relative;
	color: #797979;
	background: #1f1f1f;
	border: 1px solid #353534;
	font-size: 13px;
	font-family: 'Arial';
	cursor: default;
	z-index: 1;
}
.select.focus
{
	color: #c8c8c8;
	background: #171717;
	border: 1px solid #434343;
}

.select ul {
	margin: 0px; padding: 3px;
	position: absolute;
	top: 22px; left: -1px;
	overflow: hidden;
	border: 1px solid black;
	display: none;
	color: #c8c8c8;
	background: #171717;
	border: 1px solid #434343;
}

.select .mouseover
{
	background: #1f1f1f;
}

div.main
{
	width: 781px;
	background: inherit;
	margin: 15px auto; padding: 0px;
}

div.left, div.right
{
	background-image: url( 'images/contentBg.gif' );
	background-repeat: repeat-x;
	background-position: 0px 24px;
	float: left;
	min-height: 320px;
}

div.left { width: 578px; }
div.big { width: 780px; }
div.right { width: 202px; margin-left: 1px; }

div.right img
{
	height: 120px; width: 160px;
	filter: alpha(opacity=70); opacity: 0.7;
}

div.title { width: 100%; height: 24px; }

div.left div.content, div.right div.content
{
	min-height: 290px;
	padding: 15px 20px;
	background-image: url( 'images/logo.gif' );
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

div.left div.content { width: 538px; }
div.big div.content { width: 740px; }
div.right div.content { width: 162px; }

div.footer
{
	width: 781px; height: 24px;
	background-image: url( 'images/footer.gif' );
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding-top: 9px;
	font-size: 11px;
	color: #ccc;
}

div.heads { display: none; margin: 0px; padding: 0px; position: absolute; top: 0px; left: 0px; }

/* News */

div.news { width: 740px; margin-bottom: 15px; }

div.news div.date
{
	float: left;
	width: 81px; height: 14px;
	padding-top: 1px;
	text-align: center;
	background-image: url( 'images/datebg.gif' );
	background-repeat: no-repeat;
	color: #b3bd9a;
}

div.news div.title
{
	float: left;
	width: auto; height: auto;
	margin: 1px 0px 0px 15px;
	font-size: 11px;
	color: #c9c9c9;
}

div.news div.category
{
	float: right;
	margin-top: 1px;
	font-size: 11px;
	color: #c9c9c9;
}
div.news div.category span.cat { font-weight: bold; color: #819f39; }

div.pages
{
	text-align: center;
	position: relative;
	width: 740px; height: 18px;
	margin-top: 5px;
}

div.pages img
{
	width: 36px; height: 18px;
	border: 0px;
	position: absolute;
	top: 0px;
}
div.pages img.arrowLeft { left: 0px; }
div.pages img.arrowRight { right: 0px; }

div.pages div.center { margin: 0px auto; padding: 0px; }
div.pages a
{
	width: 39px; height: 16px;
	padding-top: 2px;
	text-align: center;
	background: #292929;
	color: #5f5f5f;
	display: block; float: left;
	margin: 0px 1px;
	text-decoration: none;
	font-size: 11px;
}
div.pages a:hover, div.pages a.active
{
	text-decoration: none;
	background: #262626;
	color: #c9c9c9;
	font-weight: bold;
}
div.pages img { cursor: pointer; }

/* FAQ */
div.faq { width: 732px; padding: 4px; }

div.faq div.title
{
	width: auto; height: auto;
	margin: 1px 0px 0px 10px;
	font-size: 11px;
	color: #c9c9c9;
}
div.faq div.text { margin: 5px 20px 3px 24px; display: none; }

div.faqActive { background-color: #212121; margin: 2px 0px; padding: 3px 4px; }

/* Portfolio */

div.project
{
	width: 530px;
	padding: 10px 24px;
	margin-bottom: 5px;
}
div.projectHover { background: #212121; }

div.project img
{
	float: left;
	filter: alpha(opacity=50); opacity: 0.5;
	width: 300px; height: 80px;
}
div.projectHover img { filter: alpha(opacity=100) !important; opacity: 1.0 !important; }

div.project div.intro { float: left; width: 215px; margin: 2px 0px 2px 15px; }

div.project div.intro span.title
{
	color: #819f39;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	cursor: default;
}

div.project div.intro div.text { padding: 5px 0px; cursor: default; text-align: justify; }

div.project div.intro a
{
	color: #c9c9c9;
	font-size: 11px;
	font-weight: bold;
}

div.project div.intro a.link { float: left; }
div.project div.intro a.more_info { float: right; }

/* FULL */

div.projectLeft
{
	width: 320px;
	padding: 15px 30px 0px 25px;
	float: left;
}

div.projectRight
{
	width: 375px;
	padding-right: 30px;
	padding-top: 20px;
	float: left;
}

div.projectRight div.valueLeft
{
	color: #819f39;
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 160px;
	margin: 5px 0px;
}

div.projectRight div.valueRight
{
	float: left;
	width: 215px;
	text-align: justify;
	margin: 5px 0px;
}

div.arrow
{
	float: left;
	width: 20px; height: 40px; 
	padding: 20px 0px 0px 0px;
}

div.projectLeft img.main
{
	width: 320px; height: 240px;
}

div.projectLeft div.thumbs
{
	height: 60px; width: 260px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	margin: 0px 10px;
}

div.projectLeft div.thumbs img
{
	height: 60px; width: 80px;
	margin-left: 10px;
	filter: alpha(opacity=70); opacity: 0.7;
}
