﻿*
{
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 0;
	margin: 0;
}

body 
{
	background: #fff;
	font-size: 90%;
}
#page
{
	width: 1024px;
	padding-bottom: 8px;
	margin: 0 auto 20px auto;
	background: #fff url(../../images/bg_page_corners_bottom.gif) center bottom no-repeat;
}

#head
{
	width: 1024px;
	height: 235px;
	margin: 0 0 12px 0;
	background: url(../../images/bg_header_hp.jpg) center 30px no-repeat;

	position: relative;
	z-index: 10; /*<< must has higher z-index than the rest of the page - because of hover menu*/
}
#head h1
{
	width: 660px;
	height: 157px;	
	position: absolute;
	top: 15px;
	left: 45px;
}
#head h1 a
{
	display: block;
	width: 100%;
	height: 100%;	
}

#body
{
	width: 900px;
	padding: 10px 13px 2px 13px;
	margin: 0 49px;
	background: #d6d6d6 url(../../images/bg_page_corners_top.gif) center top no-repeat;
	position: relative;
}
#foot
{
	clear: both;
}

#mainMenu
{
	position: absolute;
	height: 34px;
	width: 887px;
	padding: 0 10px;
	bottom: 0px;
	left: 59px;

	background: #002a5c url(../../images/bg_main_menu.gif) left top no-repeat;
}

#teamMenu
{
	position:absolute;
	top: 5px;
	right: 35px;
	height: 25px;
	width: 150px;
	z-index: 20;
}

#search
{
	position: absolute;
	bottom: 57px;
	right: 40px;
	width: 184px;
	height: 24px;
	background: url(../../images/bg_search.gif) left center no-repeat;
}
#search span
{
	vertical-align: middle;
}
#search span input
{
	vertical-align: middle;
}
#search span input.text
{
	color: #98012e;
	font-weight: bold;
	width: 148px;
	height: 18px;
	padding: 1px 0 0 2px;
	border: 0;
	margin: 3px 5px 0 2px;
}
