/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-04-20 08:00                                                    */
/* Author: 			Michal Pelech                                                       */
/* Author website: 	www.michalpelech.cz                                                 */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

html
{
	font-size: 62.5%;
}

body
{
	color: #333333;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
}
#bground{
width: 100%;
height: 100%;
background: #ffffff url(images/body-background.png) repeat-x left top;
}

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: #ff9900;
	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;
}

.alC
{
	text-align: center;
}

.alR
{
	text-align: right;
}

#contentPanel p.alR
{
	font-size: 1.0em;
}

p
{
	text-align: justify;
}

.hide
{
	display: none;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 964px;
	margin: 0 auto;
	position: relative;
}

/*======================================================================================*/
/* TOP PANEL HOLDER                                                                     */
/*======================================================================================*/

#topPanelHolder
{
	width: 964px;
	height: 275px;
	background: url(images/top-panel-holder-background.png) no-repeat left bottom;
}

#topPanelHolder .logo,
#topPanelHolder .logo span
{
	width: 336px;
	height: 78px;
	position: absolute;
	left: 63px;
	top: 107px;
	overflow: hidden;
	z-index: 5;
}

#topPanelHolder .logo
{
	font-size: 3em;
}

#topPanelHolder .logo span
{
	display: block;
	left: 0;
	top: 0;
	background: url(images/logo.png) no-repeat left top;
}

#topPanelHolder .logo a
{
	text-decoration: none;
}

#topPanelHolder .slogan
{
	width: 337px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 22px;
	overflow: hidden;
	font-size: 1.5em;
	z-index: 5;
}

#topPanelHolder p.change
{
	width: 85px;
	height: 85px;
	position: absolute;
	left: 1px;
	top: 63px;
	background: url(images/change-background.png) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
}

/*======================================================================================*/
/* MIDDLE PANEL	                                                                        */
/*======================================================================================*/

#middlePanel
{
	margin: 0 0 5px 0;
	position: relative;
}

#contentPanel
{
	width: 692px;
	margin: 40px 0 0 0;
	float: right;
}

#breadcrumbs
{
	margin: 0 0 18px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #E5E5E5;
}

#breadcrumbs a
{
	float: left;
	color: #999999;
}

#breadcrumbs span
{
	margin: 0 10px;
	float: left;
	color: #999999;
}

#breadcrumbs strong
{
	float: left;
	color: #999999;
	font-weight: normal;
}

/*======================================================================================*/
/* LEFT PANEL	                                                                        */
/*======================================================================================*/

#leftPanel
{
	width: 242px;
	margin: 5px 0 0 0;
	float: left;
}

#leftPanel #leftMenu
{
	margin: 0 0 35px 5px;
	list-style-type: none;
}

#leftPanel #leftMenu li
{
	margin: 0 0 3px 0;
}

#leftPanel #leftMenu li a
{
	font-size: 1.25em;
	color: #333333;
}

#leftPanel #leftMenu li a:hover
{
	color: #4892e9;
	text-decoration: none;
}

#leftPanel #leftMenu li a.active
{
	color: #4892e9;
	font-size: 1.35em;
	font-weight: bold;
}

#leftPanel #leftMenu li a.active:hover
{
	color: #4892e9;
}

#leftPanel #leftMenu ul
{
	margin: 3px 0 20px 0;
	list-style-type: none;
}

#leftPanel #leftMenu ul li
{
	margin: 0 0 3px 0;
}

#leftPanel #leftMenu ul li a
{
	padding: 0 0 0 15px;
	display: inline-block;
	background: url(images/ico-black.gif) no-repeat left 6px;
	font-size: 1.1em;
}

#leftPanel #leftMenu ul li a:hover
{
	background-image: url(images/ico-blue.gif);
}

#leftPanel #leftMenu li ul li a.active
{
	background: url(images/ico-blue.gif) no-repeat left 6px;
	font-size: 1.1em;
}

#leftPanel #leftMenu li ul li ul
{
	width: 180px;
	margin: 3px 0 5px 20px;
}

#leftPanel #leftMenu li ul li ul li a.active
{
	color: #ff9900;
}

#leftPanel h2
{
	margin: 0 0 5px 0;
	color: #4A93EA;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#leftPanel address
{
	margin: 0 0 10px 0;
	padding: 0 0 0 35px;
	font-size: 1.25em;
	font-style: normal;
	background: url(images/ico-address.png) no-repeat left top;
}

#leftPanel p
{
	font-size: 1.25em;
}

p.phone
{
	padding: 0 0 5px 30px;
	background: url(images/ico-phone.png) no-repeat left center;
	color: #ff9900;
}

p.email
{
	padding: 0 0 5px 30px;
	background: url(images/ico-email.png) no-repeat left center;
	color: #ff9900;
}

p.skype
{
	margin: 0 0 25px 0;
	padding: 0 0 5px 30px;
	background: url(images/ico-skype.png) no-repeat left center;
	color: #ff9900;
}

#leftPanel .call
{
	margin: 0 0 20px 0;
	padding: 0 0 0 85px;
	background: url(images/mobile.jpg) no-repeat left top;
}

#leftPanel .call h2
{
	margin: 0 0 5px 0;
}

#leftPanel .call p
{
	margin: 0 0 5px 0;
	font-size: 1.0em;
	text-align: left;
}

#leftPanel .call input
{
	width: 142px;
	height: 18px;
	padding: 0 5px;
	margin: 0 0 4px 0;
	border: 1px solid #333333;
	font-size: 0.9em;
}

#leftPanel .call .button
{

   	width: 76px;
	height: 29px;
   	border: none;
   	background: #ffb554 url(images/button-send.png) no-repeat left top;
	/*text-indent: -9999px;*/

  	cursor: pointer;

}

#leftPanel .buttons
{
	margin: 0 0 15px 0;
}

#leftPanel .buttons a,
#leftPanel .buttons a span
{
	width: 246px;
	height: 46px;
	margin: 0 0 3px 0;
	display: block;
	line-height: 46px;
	position: relative;
	background: #ffaf41;
	color: #333333;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#leftPanel .buttons a.payment,
#leftPanel .buttons a.payment span
{
	width: 245px;
}

#leftPanel .buttons a span
{
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#leftPanel .buttons a.payment span
{
	background: url(images/button-payments.png) no-repeat left top;
}

#leftPanel .buttons a.online span
{
	background: url(images/button-online.png) no-repeat left top;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 964px;
	height: 275px;
	position: absolute;
	left: 0;
	top: 0;
}

#topPanel #menu
{
	width: 690px;
	height: 53px;
	position: absolute;
	left: 1px;
	bottom: 6px;
	overflow: hidden;
	list-style-type: none;
	z-index: 5;
}

#topPanel #menu li
{
	float: left;
}

#topPanel #menu li.item1 a
{
	width: 94px;
}

#topPanel #menu li.item1 a:hover,
#topPanel #menu li.item1 a.active
{
	background: #4892e9 url(images/menu/item1.png) no-repeat left top;
}

#topPanel #menu li.item2 a
{
	width: 124px;
}

#topPanel #menu li.item2 a:hover,
#topPanel #menu li.item2 a.active
{
	background: #4892e9 url(images/menu/item2.png) no-repeat left top;
}

#topPanel #menu li.item3 a
{
	width: 184px;
}

#topPanel #menu li.item3 a:hover,
#topPanel #menu li.item3 a.active
{
	background: #4892e9 url(images/menu/item3.png) no-repeat left top;
}

#topPanel #menu li.item4 a
{
	width: 135px;
}

#topPanel #menu li.item4 a:hover,
#topPanel #menu li.item4 a.active
{
	background: #4892e9 url(images/menu/item4.png) no-repeat left top;
}

#topPanel #menu li.item5 a
{
	width: 151px;
}

#topPanel #menu li.item5 a:hover,
#topPanel #menu li.item5 a.active
{
	background: #4892e9 url(images/menu/item5.png) no-repeat left top;
}

#topPanel #menu li a
{
	height: 53px;
	float: left;
	line-height: 53px;
	color: #000000;
	font-size: 1.7em;
	text-align: center;
	text-transform: uppercase;
}

#topPanel #menu li a:hover,
#topPanel #menu li a.active
{
	color: #ffffff;
	text-decoration: underline;
}

#topPanel #topMenu
{
	width: 240px;
	height: 16px;
	position: absolute;
	left: 412px;
	top: 27px;
	overflow: hidden;
	list-style-type: none;
}

#topPanel #topMenu li
{
	float: left;
}

#topPanel #topMenu li a
{
	height: 13px;
	padding: 0 10px;
	float: left;
	line-height: 13px;
	border-right: 1px solid #000000;
	color: #000000;
}

#topPanel #topMenu li.last a
{
	border: none;
}

#topPanel #topMenu li a:hover,
#topPanel #topMenu li a.active
{
	color: #ff9900;
	text-decoration: none;
}

#topPanel #languagePanel
{
	width:78px;
	height: 24px;
	position: absolute;
	left: 615px;
	top: 25px;
	overflow: hidden;
}

#topPanel .searchPanel
{
	width: 267px;
	height: 38px;
	position: absolute;
	left: 414px;
	top: 78px;
	overflow: hidden;
}

#topPanel .searchPanel .input
{
	width: 182px;
	height: 31px;
	margin: 0 8px 0 0;
	float: left;
	position: relative;
	background: url(images/search-input.png) no-repeat left top;
	overflow: hidden;
}

#topPanel .searchPanel .input input
{
	width: 155px;
	height: 20px;
	position: absolute;
	left: 12px;
	top: 1px;
	border: none;
	background: #ffffff;
	color: #000000;
	font-size: 1.2em;
}

#topPanel .searchPanel p.button
{
	width: 77px;
	height: 31px;
	float: left;
}

#topPanel .searchPanel p.button input
{
	width: 77px;
	height: 31px;
	border: none;
	background: #ffa729 url(images/search-button.png) no-repeat left top;
	/*text-indent: -9999px;*/
	cursor: pointer;
}

#topPanel #topImage
{
	width: 273px;
	height: 301px;
	position: absolute;
	right: 11px;
	top: 4px;
	background: url(images/top-panel-image-background.png) no-repeat left top;
	overflow: hidden;
}

#topPanel #topImage img
{
	width: 230px;
	height: 260px;
	position: absolute;
	left: 21px;
	top: 20px;
	overflow: hidden;
}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/

#bottomPanel
{
	width: 100%;
	height: 318px;
	position: relative;
	overflow: hidden;
	background: #4faaf3 url(images/bottom-panel-background.png) repeat-x left top;
}

#bottomPanel .bottomPanel-in
{
	width: 964px;
	margin: 0 auto;
}

#bottomPanel .miniBox
{
	width: 232px;
	height: 191px;
	margin: 20px 35px 0 10px;
	float: left;
	display: inline;
	overflow: hidden;
}

#bottomPanel .last
{
	margin: 20px 0 0 0;
}

#bottomPanel .last p
{
	line-height: 1.4em;
}

#bottomPanel .last p a:hover,
#bottomPanel .last p a.active
{
	color: #ffffff;
	text-decoration: none;
}

#bottomPanel .middleBox
{
	width: 415px;
	height: 190px;
	margin: 20px 35px 0 0;
	float: left;
	overflow: hidden;
}

#bottomPanel .middleBox h2
{
	margin: 0 0 15px 10px;
}

#bottomPanel .middleBox .dictionary
{
	width: 413px;
	height: 127px;
	background: #dedede url(images/dictionary-background.jpg) no-repeat left top;
}

#bottomPanel .middleBox .dictionary .content
{
	padding: 15px 20px;
}

#bottomPanel .middleBox .dictionary .content h3
{
	font-size: 20px;
	text-align: center;
}

#bottomPanel .middleBox .dictionary .content h3 a
{
	color: #4a95eb;
	text-decoration: none;
}

#bottomPanel .middleBox .dictionary .content h3 a:hover
{
	text-decoration: underline;
}

#bottomPanel .middleBox .dictionary .content p
{
	margin: 0 0 10px 0;
}

#bottomPanel .middleBox .dictionary .content p a
{
	color: #4a95eb;
}

#bottomPanel .middleBox .dictionary .content p.alR
{
	margin: 0;
}

#bottomPanel .greyBox
{
	padding: 10px 0 0 10px;
	clear: both;
	background: #666666;
	color: #ffffff;
}

#bottomPanel .greyBox p
{
	margin: 0 0 10px 0;
}

#bottomPanel .greyBox p a
{
	color: #ffffff;
	text-decoration: none;
}

#bottomPanel .greyBox p a:hover
{
	text-decoration: underline;
}

#bottomPanel h2
{
	margin: 0 0 15px 0;
	color: #ffffff;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}

#bottomPanel h2 a
{
	color: #ffffff;
	text-decoration: none;
}

#bottomPanel h2 a:hover
{
	text-decoration: underline;
}

#bottomPanel h3
{
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: normal;
}

#bottomPanel h3 a
{
	color: #000000;
}

#bottomPanel p
{
	padding: 0 0 5px 0;
}

#bottomPanel p a
{
	color: #333333;
}
img.banner {
border: 1px solid #4a94ef;
display: block;   
margin-left: auto;
margin-right: auto;
margin-bottom: 12px;
}
img.index {
float: right;
border: 1px solid #4a94ef;
margin: 0 0 5px 10px;
} 
.referenceItem .picture a {
	display: block;
	width: 200px;
	height: 150px;
	text-align: center;
	line-height: 150px;
}