/*
 * 	vim: set fdm=marker:
 *	Common Styles for Taurus World Stunt Awards
 *	(c) 2008 by T-SIGN Studios, http://www.t-sign.com
 *	Authors: 	Robert Adrianowski (robert_adrianowski@t-sign.com)
 *
 */

/* {{{ header */
#header	{
	position: relative;
	height: 66px;
	width: 950px;
	margin: 0 auto;
}
#header .contents	{
	
}
#fixMenu	{
	margin-bottom: -3px; 
}
#menu	{
	position: relative;
	width: 954px;
	height: 46px;
	margin-left: -4px;
	margin: 0 auto;
	z-index: 900;
}
#mainnav {
		position: absolute;
    top: 0;
		left: 0;
    margin: 0;
    padding: 0;
    width: 954px;
		height: 46px; /* poczatkowa wartosc pozniej zmieniana przez js */
		background: transparent;
		/*border: 1px solid red; /* do testow obramowanie */
}
#rotator	{
	width: 100%;
	height: 287px;
	margin: 0 auto;
	margin-top: 4px;
}
#subRotator	{
	width: 100%; /* pozniej ustawic 100%, 1350 */
	height: 196px;
	margin-top: 4px;
	text-align: center;
}
#logo	{
	position: relative;
	display: block;
	float: left;
	top: 10px;
	left: 0;
	width: 394px;
	height: 46px;
	background: transparent url(../../../images/misc/header/logo_yellow.png) no-repeat left top;
	cursor: pointer;
}

#search	{
	float: right;
	position: relative;
	width: 268px;
	height: 35px;
	background: transparent url(../../../images/misc/header/search.png) no-repeat left top;
}
#searchInput	{
	position: absolute;
	top: 9px; left: 85px;
	width: 156px;
	height: 15px;
	border: none;
	background: transparent;
}
#searchButton	{
	position: absolute;
	top: 7px; left: 248px;
	width: 15px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent;
}
/* }}} */