﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2009-10-01 16:00                                                    */
/* Last changed by: Michal Pelech                                                       */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body
{
	background: #598211 url(images/body-background.gif) repeat left top;
	color: #ffffff;
	font-size: 80%;
	font-family: Tahoma, Verdana, Arial;
}

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, input, select, textarea, sub, sup
{
	font-size: 100%;
	font-family: Tahoma, Verdana, Arial;
}

img
{
	border: 2px solid #466510;
}

a
{
	cursor: pointer;
	color: #dca357;
}

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;
	overflow: hidden;
	visibility: hidden;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#topPanelHolder
{
	width: 1000px;
	height: 441px;
	background: url(images/top-panel-holder-background.jpg) no-repeat left top;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 1000px;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#topPanel h2.logo,
#topPanel h2.logo span
{
	width: 340px;
	height: 65px;
	position: relative;
	left: 56px;
	top: 121px;
	overflow: hidden;
}

#topPanel h2.logo span
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/logo.jpg);
}

#topPanel h2.logo a
{
	text-decoration: none;
}

#topPanel #menu
{
	width: 520px;
	height: 44px;
	padding: 14px 0 0 0;
	position: absolute;
	right: 55px;
	top: 0;
	overflow: hidden;
	list-style-type: none;
	background: #656915 url(images/menu-background.png) no-repeat left top;
}

#topPanel #menu li
{
	float: left;
}

#topPanel #menu li a
{
	height: 44px;
	float: left;
	line-height: 40px;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}

#topPanel #menu li a.about-us
{
	width: 45px;
	padding: 0 0 0 35px;
}

#topPanel #menu li.active a.about-us
{
	width: 47px;
	padding: 0 0 0 32px;
	font-weight: bold;
}

#topPanel #menu li a.services
{
	width: 50px;
	padding: 0 0 0 30px;
}

#topPanel #menu li.active a.services
{
	width: 53px;
	padding: 0 0 0 27px;
	font-weight: bold;
}

#topPanel #menu li a.photos
{
	width: 42px;
	padding: 0 0 0 30px;
}

#topPanel #menu li.active a.photos
{
	width: 45px;
	padding: 0 0 0 27px;
	font-weight: bold;
}

#topPanel #menu li a.references
{
	width: 73px;
	padding: 0 0 0 30px;
}

#topPanel #menu li.active a.references
{
	width: 75px;
	padding: 0 0 0 28px;
	font-weight: bold;
}

#topPanel #menu li a.prices
{
	width: 45px;
	padding: 0 0 0 35px;
}

#topPanel #menu li.active a.prices
{
	width: 48px;
	padding: 0 0 0 32px;
	font-weight: bold;
}

#topPanel #menu li a.contact
{
	width: 69px;
	padding: 0 0 0 35px;
}

#topPanel #menu li.active a.contact
{
	width: 72px;
	padding: 0 0 0 32px;
	font-weight: bold;
}

#topPanel #menu li a:hover
{
	text-decoration: underline;
}

#topPanel a.homepage
{
	width: 90px;
	height: 25px;
	padding: 33px 0 0 30px;
	display: block;
	position: absolute;
	left: 75px;
	top: 0;
	background: #8b6331 url(images/button-homepage.png) no-repeat left top;
	color: #ffffff;
	text-decoration: none;
}

#topPanel a.homepage:hover
{
	text-decoration: underline;
}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/

#bottomPanel
{
	width: 1000px;
	height: 58px;
	background: #4c3d0e url(images/bottom-panel-background.jpg) no-repeat left top;
	overflow: hidden;
}

#bottomPanel .left
{
	width: 65%;
	padding: 25px 0 0 80px;
	float: left;
}

#bottomPanel .right
{
	width: 20%;
	padding: 0 70px 0 0;
	float: right;
	text-align: right;
}

#bottomPanel .right img
{
	position: relative;
	left: 5px;
	top: 22px;
	border: none;
}

#bottomPanel .right a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}