﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-04-20 08:00                                                    */
/* Author: 			Michal Pelech                                                       */
/* Author website: 	www.michalpelech.cz                                                 */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

html
{
	width: 100%;
	height: 100%;
	background: #630f16 url(images/html-background.png) repeat-x left top;
	font-size: 62.5%;
}

body
{
	background: url(images/body-background.png) no-repeat center top;
	color: #f1f1f1;
	font-size: 1.1em;
	font-family: Arial, sans-serif;
}

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt, input, textarea, select
{
	margin: 0;
	padding: 0;
}

input, select, textarea, sub, sup
{
	font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 1.4em;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #ff0002;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

/* CLEAR */
/* slightly enhanced, universal clearfix hack */
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.noscreen
{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -4999px;
	overflow: hidden;
	visibility: hidden;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 886px;
	margin: 0 auto;
	position: relative;
	background: url(images/page-background.png) no-repeat center top;
}

/*======================================================================================*/
/* TOP PANEL HOLDER                                                                     */
/*======================================================================================*/

#topPanelHolder
{
	width: 886px;
	height: 155px;
	position: relative;
}

#topPanelHolder p.logo
{
	width: 403px;
	height: 49px;
	position: absolute;
	left: 38px;
	top: 20px;
}

#topPanelHolder p.phone
{
	width: 196px;
	height: 42px;
	position: absolute;
	right: 28px;
	top: 28px;
	background: url(images/phone-background.png) no-repeat left top;
	color: #ffffff;
	text-indent: -9999px;
	overflow: hidden;
}

/*======================================================================================*/
/* MIDDLE PANEL	                                                                        */
/*======================================================================================*/

#middlePanel
{
	margin: 0 0 20px 0;
	position: relative;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 886px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 83px;
	background: url(images/menu-background.png) no-repeat left top;
	z-index: 5;
}

#topPanel #menu
{
	height: 44px;
	margin: 0 0 0 3px;
	background: url(images/menu-last-background.png) no-repeat right top;
	list-style-type: none;
}

#topPanel #menu li
{
	padding: 0 2px 0 0;
	float: left;
	position: relative;
	background: url(images/menu-separator.png) no-repeat right top;
}

#topPanel #menu li.last
{
	padding: 0;
	background: none;
}

#topPanel #menu li a
{
	width: 145px;
	height: 44px;
	float: left;
	line-height: 44px;
	background: url(images/menu-item.png) no-repeat left top;
	color: #ffffff;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#topPanel #menu li ul
{
	width: 145px;
	display: none;
	position: absolute;
	left: 0;
	top: 44px;
	list-style-type: none;
}

#topPanel #menu li ul li
{
	padding: 0;
	float: none;
	border-bottom: 1px solid #850000;
}

#topPanel #menu li ul li a
{
	height: 28px;
	float: none;
	display: block;
	background: #c7201f;
	color: #610100;
	line-height: 28px;
}

#topPanel #menu li ul li a:hover,
#topPanel #menu li ul li a.active
{
	color: #ffffff;
}

/* == show submenu */
#topPanel #menu li:hover ul
{
	display: block;
}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/

#bottomPanel
{
	height: 53px;
	padding: 12px 0 0 10px;
	position: relative;
	background: #550e13 url(images/bottom-panel-background.png) repeat left top;
}

#bottomPanel a.miniLogo
{
	float: left;
}

#bottomPanel p
{
	width: 133px;
	height: 31px;
	padding: 8px 0 0 24px;
	float: left;
	line-height: 1.2em;
	background: url(images/bottom-panel-paragraph.png) no-repeat left top;
	color: #8e0d16;
	overflow: hidden;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
}

#bottomPanel p a
{
	color: #8e0d16;
}