/* ---------- GLOBALS ---------- */

*
{
	margin: 0px;
	padding: 0px;
}


body
{
	background: url(../img/bg.png);
	font-family: verdana, arial;
	font-size: 12px;
	overflow: hidden;
}

a
{
	text-decoration: underline;
	border: 0xp;
	color: #707070;
	outline: 0px;
}

a:hover
{
	text-decoration: none;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

img
{
	border: 0px;
}

h1, p
{
	margin-bottom: 10px;
}

.quote
{
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	background: url(../img/quote.png) no-repeat top right;
	padding: 10px;
	padding-right: 50px;
	margin: 10px;
	width: 400px;
}

li
{
	margin-left: 30px;
}

.input_error
{
	border: 1px dotted #D00000;
}

.input
{
	border: 1px dotted #505050;
}

.input:hover, .input_error:hover
{
	border: 1px solid #505050;
}

/* ---------- HEADER ---------- */ 

#top
{
	position: absolute;
	z-index: 10;
	top: 50px;
	left: 50%;
	margin-left: -500px;
	height: 48px;
	width: 1000px;
	background: url(../img/top.png) no-repeat;
}

#tools_r
{
	float: right;
	margin-top: 24px;
	margin-right: 50px;
}

#tools_l
{
	float: left;
	margin-top: 24px;
	margin-left: 50px;
}

/* ---------- MIDDLE BLOCK BG ---------- */ 

#block
{
	position: absolute;
	z-index: 11;
	width: 1000px;
	top: 98px;
	bottom: 100px;
	height: auto;
	left: 50%;
	margin-left: -500px;
	background: url(../img/block.png) repeat-y;
}

#banner
{
	width: 962px;
	height: 130px;
	margin: 0px auto 0px auto;
}

/* ---------- MENU ----------- */

#menu
{
  width: 962px;
  height: 30px;
	margin: 0px auto 0px auto;
  background: url(../img/blackbg.png);
}

#menu a
{
	float: left;
	display: block;
	width: 145px;
	height: 25px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 0px 0px 5px;
}

#menu a:hover
{
	background: url(../img/on_menu.png);
}

/* ---------- SUB MENU ---------- */

#submenu1
{
	position: absolute;
	z-index: 20;
	top: 258px;
	left: 50%;
	margin-left: -330px;
	width: 150px;
	background: #000000;
	display: none;
}

#submenu2
{
	position: absolute;
	z-index: 21;
	top: 258px;
	left: 50%;
	margin-left: -180px;
	width: 150px;
	background: #000000;
	display: none;
}

#submenu3
{
	position: absolute;
	z-index: 22;
	top: 258px;
	left: 50%;
	margin-left: -30px;
	width: 150px;
	background: #000000;
	display: none;
}

#submenu1 a, #submenu2 a, #submenu3 a
{
	display: block;
	width: 145px;
	height: 25px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 0px 0px 5px;
	overflow: hidden;
}

#submenu1 a:hover, #submenu2 a:hover, #submenu3 a:hover
{
	background: url(../img/on_menu.png);
}

/* ---------- CONTENT ---------- */

#content
{
	background: #ffffff;
	top: 258px;
	bottom: 100px;
	height: auto;
	left: 50%;
	margin-left: -481px;
	width: 942px;
	position: absolute;
	z-index: 12;
	overflow: auto;
	padding: 10px;
	display: none;
}

.projectcontent
{
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

/* ---------- GUESTBOOK ---------- */

.posttop
{
	height: 18px;
	background: #000000;
}

.posttop_left
{
	padding: 2px 0px 0px 2px;
	color: #ffffff;
	float: left;
}

.posttop_right
{
	padding: 2px 2px 0px 0px;
	color: #ffffff;
	float: right;
}

.postbottom
{
	padding: 5px;
	margin-bottom: 10px;
}

/* ---------- FOOTER ---------- */ 

#bottom
{
	position: absolute;
	z-index: 9;
	bottom: 50px;
	left: 50%;
	margin-left: -500px;
	height: 42px;
	width: 1000px;
	background: url(../img/bottom.png);
	color: #ffffff;
	text-align: center;
	padding-top: 8px;
}