/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-04-02 08:00                                                    */
/* Author: 			Michal Pelech                                                       */
/* Author website: 	www.michalpelech.cz                                                 */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

html
{
	font-size: 62.5%;
}

body
{
	background: #ffffff url(images/body-background.jpg) no-repeat center top;
	color: #127a87;
	font-size: 1.2em;
	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: #127a87;
	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: 960px;
	margin: 0 auto;
	position: relative;
	background: url(images/page-background.jpg) no-repeat center top;
}

/*======================================================================================*/
/* TOP PANEL HOLDER                                                                     */
/*======================================================================================*/

#topPanelHolder
{
	width: 960px;
	height: 544px;
}

#topPanelHolder p.logo
{
	width: 204px;
	height: 31px;
	position: absolute;
	right: 87px;
	top: 57px;
	overflow: hidden;
	z-index: 5;
}

/*======================================================================================*/
/* MIDDLE PANEL	                                                                        */
/*======================================================================================*/

#middlePanel
{
	margin: 0 0 70px 0;
}

#contentPanel
{
	width: 509px;
	margin: 0 92px 0 40px;
	float: left;
	display: inline;
	overflow: hidden;
}

#rightPanel
{
	width: 287px;
	margin: 0 21px 0 0;
	float: right;
	display: inline;
	overflow: hidden;

}

#rightPanel h2
{
	margin: 0 0 20px 0;
	color: #127a87;
	font-size: 1.5em;
	text-transform: uppercase;
}

#rightPanel ul
{
	margin: 0 0 45px 0;
	list-style-type: none;
}

#rightPanel ul li
{
	margin: 0;
	padding: 0 0 0 26px;
	background: transparent url(images/right-panel-li.png) no-repeat 3px center;

}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 960px;
	height: 544px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#topPanel #menu
{
	width: 600px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 60px;
	overflow: hidden;
	list-style-type: none;
}

#topPanel #menu li
{
	margin: 0 2px 0 0;
	float: left;
}

#topPanel #menu li a
{
	width: 96px;
	height: 38px;
	padding: 0 0 0 20px;
	float: left;
	line-height: 40px;
	background: #ffffff;
	color: #002e5f;
	font-size: 1.2em;
	text-decoration: none;
}

#topPanel #menu li a:hover,
#topPanel #menu li a.active
{
	background: #1d7386;
	color: #ffffff;
}

#topPanel #topBox
{
	width: 802px;
	height: 152px;
	position: absolute;
	left: 36px;
	top: 237px;
	overflow: hidden;
}

#topPanel #topBox .leftBox
{
	width: 602px;
	height: 153px;
	float: left;
	background: url(images/left-box-background.png) no-repeat left top;
	text-indent: -9999px;
	margin-top: -3px;
}

#topPanel #topBox .rightBox
{
	width: 196px;
	height: 88px;
	float: left;
	margin: 63px 0 0 0;
	overflow: hidden;
}

#topPanel #topBox .rightBox a
{
	width: 196px;
	height: 88px;
	display: block;
	background: url(images/order-background.png) no-repeat left top;
	text-indent: -9999px;
}

#topPanel #topBox .rightBox a:hover
{

	background: url(/images/order-background_hover.png) no-repeat left top;

}

#topPanel #submenu
{
	width: 700px;
	height: 46px;
	position: absolute;
	left: 25px;
	top: 422px;
	list-style-type: none;
}

#topPanel #submenu li
{
	float: left;
	position: relative;
}

#topPanel #submenu li a
{
	float: left;
	background: url(images/submenu-item.jpg) no-repeat left top;
	text-indent: -9999px;
}

#topPanel #submenu li.item1 a
{
	width: 115px;
	height: 46px;
}

#topPanel #submenu li.item1 a:hover,
#topPanel #submenu li.item1 a.active
{
	background-position: -115px top;
}

#topPanel #submenu li.item2 a
{
	width: 145px;
	height: 46px;
	background-position: left -46px;
}

#topPanel #submenu li.item2 a:hover,
#topPanel #submenu li.item2 a.active
{
	background-position: -145px -46px;
}

#topPanel #submenu li.item3 a
{
	width: 164px;
	height: 46px;
	background-position: left -92px;
}

#topPanel #submenu li.item3 a:hover,
#topPanel #submenu li.item3 a.active
{
	background-position: -164px -92px;
}

#topPanel #submenu li.item4 a
{
	width: 129px;
	height: 46px;
	background-position: left -138px;
}

#topPanel #submenu li.item4 a:hover,
#topPanel #submenu li.item4 a.active
{
	background-position: -129px -138px;
}

#topPanel #submenu li.item5 a
{
	width: 141px;
	height: 46px;
	background-position: left -184px;
}

#topPanel #submenu li.item5 a:hover,
#topPanel #submenu li.item5 a.active
{
	background-position: -141px -184px;
}

.tooltip
{
	width: 219px;
	height: 48px;
	padding: 12px 0 0 0;
	position: absolute;
	left: 20px;
	top: 40px;
	background: url(images/tooltip-background.png) no-repeat left top;
	color: #ffffff;
	font-size: 10px;
}

.tooltip p
{
	padding: 14px 11px 0 15px;
}

.tooltip .rightCorner
{
	width: 4px;
	height: 48px;
	position: absolute;
	right: -4px;
	top: 13px;
	background: url(images/tooltip-right.png) no-repeat right top;
	overflow: hidden;
}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/

#bottomPanel
{
	width: 100%;
	height: 202px;
	overflow: hidden;
	background: url(images/bottom-panel-background.png) no-repeat center top;
}

#bottomPanel .bottomPanel-in
{
	width: 880px;
	margin: 0 auto;
}

#bottomPanel .leftBox
{
	width: 512px;
	height: 65px;
	margin: 0 92px 0 0;
	padding: 50px 0 0 0;
	float: left;
	overflow: hidden;

}

#bottomPanel .leftBox a.miniLogo
{
	margin: 3px 0 0 0;
	float: left;
}

#bottomPanel .leftBox p
{
	width: 178px;
	height: 31px;
	padding: 8px 0 0 20px;
	float: left;
	line-height: 1.2em;
	background: url(images/bottom-panel-paragraph.png) no-repeat left top;
	color: #99b9c2;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	overflow: hidden;
}

#bottomPanel .leftBox p a
{
	color: #99b9c2;
}

#rBox 
{
	width: 260px;
	padding: 7px 0 0 0;
	float: left;
}

#rBox h2
{
	margin: 0 0 10px 0;
	color: #127a87;
	font-size: 12px;
	text-transform: uppercase;
}

#rBox input,
#rBox textarea
{
	width: 152px;
	height: 26px;
	margin: 0 0 8px 0;
	padding: 0 8px;
	border: 1px solid silver;
	background: #ffffff;
	color: #003663;
	font-size: 11px;
}

#rBox textarea
{
	height: 47px;
	padding: 8px;
}

#rBox .button
{
	width: 68px;
	height: 22px;
	background: url(images/bottom-panel-button.png) no-repeat left top;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}

