BODY
{
	background: #fffffe;
	margin: 0;
	font: normal 11px tahoma;
	color: #515151;
}
/* -------------------- TOP ------------------- */
#top
{
	background: url(gfx/top-bkg.gif) repeat-x;
	width: 100%;
	height: 97px;
	margin: 50px 0 0 0;
	padding: 4px 0 0 0;
}
#top .box
{
	background: #000 url(gfx/top-div-bkg.jpg) top center no-repeat;
	width: 100%;
	height: 93px;
}
#top .box div
{
	width: 833px; /* 847 */
	height: auto;
	margin: 0 auto;
	padding: 0 7px;
}
#top h1
{
	width: 150px;
	height: 31px;
	margin: 0;
	padding: 31px 0 0 16px;
	float: left;
	font-size: 0;
}
#top h1 a
{
	background: url(gfx/logo.gif) no-repeat;
	width: 150px;
	height: 31px;
	display: block;
	font-size: 0;
}
#top h1 a span { display: none; }
/* ---------- MENU ---------- */
#top ul
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 71px 16px 0 0;
	float: right;
	list-style: none;
}
#top li
{
	width: auto;
	height: auto;
	padding: 0 0 0 4px;
	float: left;
}
#top li a
{
	background: #fff;
	padding: 4px 6px 5px 7px;
	display: block;
	color: #000;
}
#top li a:hover, #top .active { background: #e8e8e8; }
/* -------------------- CONTENT BLOCK -------------------- */
#content-block
{
	width: 847px;
	height: auto;
	margin: 50px auto 0 auto;
}
/* ---------- PROJECT BOX ---------- */
#content-block .project-box
{
	background: #f9fafa url(gfx/project-box-bkg.gif) no-repeat;
	width: 320px;
	height: 109px;
	margin: 0 0 51px 51px;
	padding: 17px 10px 0 17px;
	display: inline;
	float: left;
}
#content-block .project-box img
{
	width: 89px;
	height: 89px;
	display: block;
	float: left;
	border: 1px solid #bfbfbf;
}
#content-block .project-box p
{
	width: 213px;
	height: auto;
	margin: 0;
	padding: 1px 0 0 15px;
	float: left;
}
#content-block .project-box a { font-weight: bold; }
#content-block .project-box .nag
{
	margin: 0 0 11px 0;
	display: block;
}
#content-block .project-box .desc
{
	padding: 0 0 0 11px;
	display: block;
	line-height: 24px;
}
#content-block .project-box .data
{
	background: #e8e8e8;
	width: 89px;
	height: 15px;
	margin: 9px 0 0 0;
	padding: 1px 0 0 4px;
	display: block;
	float: right;
}
/* ---------- BOX ---------- */
#content-block .box
{
	margin: 0 0 50px 0;
	padding: 0 50px;
}
#content-block .box h2
{
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 17px;
	font-family: arial;
	font-size: 16px;
}
#content-block .box p
{
	margin: 0;
	padding: 11px 0 0 0;
	line-height: 18px;
}
#content-block .box .star { color: #de3232; }
#content-block .box .input
{
	width: 230px;
	height: 23px;
	margin: 11px 0 0 0;
	padding: 0 5px;
	float: left;
	border: 1px solid #e8e8e8;
	line-height: 22px;
}
#content-block .box textarea
{
	width: 330px;
	height: 123px;
	margin: 11px 0 0 0;
	padding: 2px 5px 0 5px;
	float: left;
	border: 1px solid #e8e8e8;
	line-height: 18px;
}
#content-block .box label
{
	background: url(gfx/star.gif) right top no-repeat;
	width: 110px;
	height: 19px;
	margin: 11px 0 0 0;
	padding: 6px 0 0 0;
	display: block;
	float: left;
}
#content-block .box .none { background: none; }
#content-block .box .submit
{
	width: 64px;
	height: 23px;
	margin: 11px 0 0 388px;
	padding: 0;
	float: left;
	border: none;
	font-size: 0;
}
#content-block .box .alert
{
	width: 452px;
	height: auto;
	margin: 10px 0;
	padding: 9px 0;
	border: 1px solid #f9c;
	text-align: center;
}
#content-block .box ul
{
	margin: 6px 0 0 10px;
	padding: 0;
	list-style: none;
	line-height: 18px;
}
#content-block .box li
{
	background: url(gfx/square.gif) left top no-repeat;
	margin: 0;
	padding: 0 0 0 10px;
}
#content-block .box li span { text-decoration: underline; }
/* -------------------- FOOTER BLOCK -------------------- */
#footer-block
{
	width: 827px;
	height: auto;
	margin: 0 auto;
	padding: 0 10px 50px 10px;
	border-top: 1px solid #e8e8e8;
}
#footer-block p
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 8px 0 0 0;
	float: left;
}
#footer-block a
{
	background: #e8e8e8;
	width: 43px;
	height: 14px;
	padding: 1px 0 0 0;
	display: block;
	float: right;
	text-align: center;
}
/* -------------------- GENERAL STYLES -------------------- */
a
{
	text-decoration: none;
	outline: none;
	color: #515151;
}
.clearfloat 
{
	height: 0;
	margin: 0;
	clear: both;
    line-height: 0;
	font-size: 0;
}
form, fieldset
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
}
input, textarea
{
	font-family: tahoma;
	font-size: 11px;
	color: #515151;
}
img { border: none; }
