﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2009-11-11 24:00                                                    */
/* Last changed by: Michal Pelech                                                       */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt
{
	margin: 0;
	padding: 0;
}

body
{
	
	padding: 0 0 100px 0;
	background: #66b615 url(images/body-background2.jpg) no-repeat center top;
	color: #000000;
	font-size: 70%;
	font-family: Tahoma, Verdana, Arial;
}

h1, h2, h3, h4, h5, h6, input, select, textarea, sub, sup
{
	font-size: 100%;
	font-family: Tahoma, Verdana, Arial;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #858585;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.hide
{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -4999px !important;
	overflow: hidden;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 896px;
	margin: 0 auto;
	position: relative;
}

#topPanelHolder
{
	width: 896px;
	height: 268px;
	overflow: hidden;
}

#middleBackground
{
	width: 896px;
	height: 552px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/middle-background.jpg) no-repeat left top;
	overflow: hidden;
}

#middleBackgroundBig
{
	width: 896px;
	height: 470px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/middle-big-background.jpg) no-repeat left top;
	overflow: hidden;
}

#middlePanel
{
	width: 896px;
	height: 295px;
	position: relative;
}

#middlePanel.big
{
	width: 896px;
	height: auto;
	margin: 0 0 10px 0;
	position: relative;
	background: #cae6ad url(images/middle-panel-background.jpg) no-repeat left top;
}

#middlePanel #content
{
	width: 400px;
	height: 225px;
	padding: 0 25px;
	overflow: auto;
}

#middlePanel.big #content
{
	width: 846px;
	height: auto;
	padding: 25px 25px 15px 25px;
}

#middlePanel.big .bottomContent
{
	width: 896px;
	height: 11px;
	background: url(images/middle-big-bottom-background.jpg) no-repeat left top;
	overflow: hidden;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 896px;
	height: 268px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#topPanel h2.logo,
#topPanel h2.logo span
{
	width: 326px;
	height: 41px;
	position: absolute;
	left: 18px;
	top: 134px;
	overflow: hidden;
}

#topPanel h2.logo span
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/logo.png) no-repeat left top;
}

#topPanel h2.logo a
{
	text-decoration: none;
}

#topPanel h2.slogan,
#topPanel h2.slogan span
{
	width: 418px;
	height: 21px;
	position: absolute;
	left: 468px;
	top: 152px;
	overflow: hidden;
}

#topPanel h2.slogan span
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/slogan.png) no-repeat left top;
}

#topPanel #menu
{
	width: 896px;
	height: 54px;
	position: absolute;
	left: 0;
	top: 204px;
	overflow: hidden;
	list-style-type: none;
	background: #181818 url(images/menu-background.png) no-repeat left top;
	color: #ffffff;
}

#topPanel #menu li
{
	float: left;
}

#topPanel #menu li a
{
	height: 54px;
	padding: 0 30px;
	float: left;
	display: block;
	line-height: 54px;
	background: url(images/menu-separator.png) no-repeat right center;
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	text-decoration: none;
}

#topPanel #menu li a:hover
{
	text-decoration: underline;
}

#topPanel #menu li.last a
{
	background: none;
}

#topPanel .toplinks
{
	width: 550px;
	height: 85px;
	padding: 35px 0 0 0;
	position: absolute;
	left: 195px;
	top: 0;
	overflow: hidden;
	text-align: center;
}

#topPanel .toplinks .bigger
{
	padding: 2px 0 0 0;
	font-size: 14px;
	text-transform: uppercase;
}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/

#bottomPanel
{
	width: 896px;
	height: 280px;
	position: relative;
	overflow: hidden;
	color: #ffffff;
}

#bottomPanel .bottomContent
{
	width: 866px;
	height: 218px;
	padding: 15px 20px;
	background: transparent url(images/bottom-background.png) no-repeat left top;
}

#bottomPanel .smaller
{
	padding: 12px 0;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

#bottomPanel .left
{
	width: 250px;
	margin: 0 53px 0 0;
	float: left;
}

#bottomPanel .last
{
	margin: 0;
}

#bottomPanel .left h2
{
	margin: 0 0 5px 0;
	font-size: 14px;
}

#bottomPanel .left img
{
	border: 4px solid #454545;
}

#bottomPanel .left p
{
	margin: 15px 0 0 0;
	color: #686868;
	font-size: 11px;
}

#bottomPanel .author
{
	width: 150px;
	height: 21px;
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #000000;
}

#bottomPanel .author a
{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}