/* CSS Document */

body
{
	margin: 0;
	background: #CCCCCC url(images/bgline.png) repeat-x;
	
}

div.absolutePlatform
{
	width: 800px;
	height: 600px;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	position: absolute;
}

div.relativePlatform
{
	width: 800px;
	height: 600px;
	margin: 0;
	position: relative;
	
}

div.headWrapper
{
	width: 800px;
	height: 80px;
	position: relative;
}

div.headLogo
{
	background:url(images/logo_header.png);
}

div.headMenu
{
	width: 800px;
	height: 46px;
	background:url(images/menu_header.png);
	position: relative;
	
}

div.menuButtons
{
	bottom: 0px;
	right: 0px;
	width: 436px;
	height: 33px;
	position: absolute;
}

.b
{
	float: left;
	height: 33px;
	position: relative;
	background-position: 0px 0px;
	margin-left: 1px;
}

.b:hover
{
	float: left;
	height: 33px;
	background-position: 0px -33px;
	margin-left: 1px;
}

.bc
{
	background-position: 0px -66px !important;
}

.b a
{
	font-family: Segoe UI, Arial, Tahoma; 
	font-size: 16px;
	color: #555;
	float: left;
	margin: 6px 0 0 10px;
	text-decoration: none;
}

.b a:hover
{
	color: #000;
}


.button1
{
	width: 83px;
	background:url(images/1.png);
}

.button2
{
	width: 66px;
	background:url(images/2.png);
}

.button3
{
	width: 84px;
	background:url(images/3.png);
}
.button4
{
	width: 111px;
	background:url(images/4.png);
}
.button5
{
	width: 87px;
	background:url(images/5.png);
}

div.underHead
{
	height: 10px;
	width: 800px;
	background:url(images/underhead.png);
}

div.overFoot
{
	height: 10px;
	width: 800px;
	background:url(images/overfoot.png);
}

div.mainWrapper
{
	width: 800px;
	height: 417px;
	position: relative;
	background: white url(images/bgwrapper.png);
}

div.footMenu
{
	width: 800px;
	height: 30px;
}

div.footMenu div
{
	font-family: Arial;
	font-size: 11px;
	color: #666;
	text-align: center;
	margin-top: 5px;
}

div.footMenu a
{
	font-family: Arial;
	font-size: 11px;
	color: #555;
	text-decoration: underline;
}

div.footMenu a:hover
{
	color: #000;
}

div.emptySpace
{
	width: 800px;
	height: 180px;
	position: relative;
}

div.underFoot
{
	width: 800px;
	height: 180px;
	position: absolute;
	background:url(images/underfooter.png);
	bottom: 0;
	left: 50%;
	margin-left: -400px;
}