/*
major.css - media: screen, projection
Martin Hozík - martin.hozik@cleverweb.cz
Sat, 22 December 2007 19:47:31 GMT
UTF-8
*/


/* General */
* {
	margin: 0;
	padding: 0;
}
body {
	background: black url(../layout/body_bg.gif) repeat-y left top;
	padding: 130px 20px 40px 240px;
	=padding-bottom: 0px;
	min-width: 690px;
	max-width: 1000px;
	_width: expression(document.documentElement.clientWidth < 950 ? "690px" : (document.documentElement.clientWidth > 1260 ? "1000px" : "auto"));
}
body, input, select, textarea {
	font-family: Verdana, helvetica, sans-serif;
	font-size: 13px;
}
body {
	color: #D2D2D2;
}


/* Layout */
#logo {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../layout/logo.gif) no-repeat left top;
	width: 288px;
	height: 258px;
}
#combine {
	position: absolute;
	top: 0;
	right: 0;
	width: 61px;
	height: 141px;
	background: transparent url(../layout/combine.gif) no-repeat right top;
	display: none;
}
menu {
	position: absolute;
	display: block;
	width: 191px;
	list-style: none;
	left: 0;
	top:280px;
	
}
menu li {
	display: block;
	background: transparent url(../layout/menu_bg.gif) repeat-y left top;
	height: 29px;
	margin-bottom: 3px;
	line-height: 29px;
	vertical-align: middle;	
}
menu li:hover {
	background-image: url(../layout/menu_bg.active.gif);
}
menu li a {
	text-decoration: none !important;
	display: block;
	color: white !important;
	text-transform: uppercase;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	padding-left: 6px;
	background-position: right center;
	background-repeat: no-repeat;
}
#item1 a {
	background-image: url(../layout/01.small.gif);
}
#item2 a {
	background-image: url(../layout/02.small.gif);
}
#item3 a {
	background-image: url(../layout/03.small.gif);
}
#item4 a {
	background-image: url(../layout/04.small.gif);
}
#item5 a {
	background-image: url(../layout/05.small.gif);
}
h1 span {
	font-size: 13px;
	color: white;
	text-transform: none;
}
#page1 h1 {
	background-image: url(../layout/01.gif);
}
#page2 h1 {
	background-image: url(../layout/02.gif);
}
#page3 h1 {
	background-image: url(../layout/03.gif);
}
#page4 h1 {
	background-image: url(../layout/04.gif);
}
#page5 h1 {
	background-image: url(../layout/05.gif);
}
#page1 menu li#item1, #page2 menu li#item2, #page3 menu li#item3, #page4 menu li#item4, #page5 menu li#item5 {
	background-image: url(../layout/menu_bg.active.gif) !important;
}
.clear {
	clear: both;
}