﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2009-10-01 16:00                                                    */
/* Last changed by: Michal Pelech                                                       */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body
{
	background: #ffffff;
	color: #000000;
	font-size: 70%;
	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: none;
}

a
{
	cursor: pointer;
	color: #26b5cd;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

  /* slightly enhanced, universal clearfix hack */  
.clear:after
{
	height: 0;
	display: block;
	visibility: hidden;
	font-size: 0;
	content: " ";
	clear: both;
}  

.clear
{
	display: inline-block;
}

/* start commented backslash hack \*/  
* html .clear{ height: 1%; }  
.clear { display: block; }  
/* stop commented backslash hack */  

.hide
{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -4999px;
	overflow: hidden;
	visibility: hidden;
}

.alignL
{
	margin: 0 20px 5px 0;
	float: left;
}

.alignS
{
	padding: 10px 0 0 0;
	clear: both;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 980px;
	margin: 0 auto;
}

.homepage #topPanelHolder,
.subpage #topPanelHolder
{
	width: 100%;
	height: 447px;
	overflow: hidden;
}

.subpage #topPanelHolder
{
	height: 165px;
}

#middlePanel
{
	margin: 0 0 50px 0;
}

/*======================================================================================*/
/* CONTENT PANEL	                                                                    */
/*======================================================================================*/

#contentPanel
{
	padding: 10px 8px;
	color: #7f7f7f;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

.homepage #topPanel,
.subpage #topPanel
{
	width: 100%;
	height: 447px;
	position: absolute;
	left: 0;
	top: 0;
}

.subpage #topPanel
{
	height: 165px;
}

#topPanel .top
{
	width: 100%;
	height: 98px;
	background: #1c1c1c;
}

#topPanel .top .top-in
{
	width: 980px;
	height: 98px;
	margin: 0 auto;
	position: relative;
}

#topPanel h2.logo,
#topPanel h2.logo span
{
	width: 74px;
	height: 60px;
	position: absolute;
	left: 35px;
	top: 18px;
	overflow: hidden;
}

#topPanel #menu
{
	width: 465px;
	height: 30px;
	position: absolute;
	left: 518px;
	top: 38px;
	overflow: hidden;
	list-style-type: none;
}

#topPanel #menu li
{
	margin: 0 1px 0 0;
	float: left;
}

#topPanel #menu li a
{
	width: 76px;
	height: 29px;
	display: block;
	float: left;
	line-height: 28px;
	color: #76797d;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
}

#topPanel #menu li a:hover,
#topPanel #menu li a.active
{
	color: #ffffff;
	background: #2f2f2f url(images/menu-item.png) no-repeat left top;
}

#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;
}

.homepage #topPanel .middle,
.subpage #topPanel .middle
{
	width: 100%;
	height: 44px;
	background: #2b2b2b url(images/top-panel-middle-background.png) repeat-x left top;
}

.subpage #topPanel .middle
{
	height: 66px;
	background: #2b2b2b url(images/top-panel-middle-background2.png) repeat-x left top;
}

.homepage #topPanel .middle .middle-in,
.subpage #topPanel .middle .middle-in
{
	width: 980px;
	height: 44px;
	margin: 0 auto;
	position: relative;
	background: #307ba3 url(images/top-panel-middle-in-background.jpg) no-repeat left top;
}

#topPanel .middle .contact
{
	width: 250px;
	height: 44px;
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
	line-height: 44px;
	background: url(images/email.png) no-repeat left center;
	color: #ffffff;
}

#topPanel .middle .search,
#topPanel .middle .languages
{
	width: 265px;
	height: 28px;
	padding: 8px 0 0 0;
	position: absolute;
	right: 10px;
	top: 0;
}

#topPanel .middle .languages
{
	width: 60px;
	height: 20px;
	padding: 11px 0 0 0;
}

#topPanel .middle .search input
{
	width: 210px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 5px 0 0 10px;
	float: left;
	background: #1b6892;
	color: #ffffff;
	border: 1px solid #2692cc;
}

#topPanel .middle .search .button
{
	width: 25px;
	height: 25px;
	margin: 2px 0 0 0;
	float: left;
	background: url(images/button-search.png) no-repeat left top;
	border: none;
	cursor: pointer;
}


#topPanel .middle .contact a
{
	color: #ffffff;
	text-decoration: none;
}

#topPanel .middle .contact a:hover
{
	text-decoration: underline;
}

.homepage #topPanel .bottom
{
	width: 100%;
	height: 305px;
	background: #0c4f72 url(images/top-panel-bottom-background.png) repeat-x left top;
}

/* hide bottom panel in subpages */
.subpage #topPanel .bottom
{
	position: absolute;
	left: -4999px;
	overflow: hidden;
}

.homepage #topPanel .bottom .bottom-in
{
	width: 980px;
	height: 305px;
	margin: 0 auto;
	background: url(images/top-panel-bottom-in-background.jpg) no-repeat left top;
}

.homepage #topPanel .bottom .col
{
	width: 400px;
	height: 230px;
	margin: 0 5px 0 0;
	padding: 75px 0 0 0;
	float: left;
	overflow: hidden;
}

.homepage #topPanel .bottom .col h2
{
	margin: 0 0 40px 0;
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	font-weight: normal;
}

.homepage #topPanel .bottom .col .services,
.homepage #topPanel .bottom .col .references
{
	width: 90px;
	height: 43px;
	margin: 0 10px 0 50px;
	padding: 0 0 0 58px;
	display: inline;
	float: left;
	line-height: 43px;
	background: url(images/button-orange.png) no-repeat left top;
	color: #ffffff;
	font-size: 120%;
	text-decoration: none;
}

.homepage #topPanel .bottom .col .references
{
	margin: 0;
	background-image: url(images/button-green.png);
}

.homepage #topPanel .bottom #slidingReferences
{
	width: 518px;
	height: 255px;
	padding: 50px 15px 0 15px;
	float: left;
	position: relative;
	overflow: hidden;
}

.homepage #topPanel .bottom #slidingReferences ul
{
	width: 518px;
	height: 194px;
	overflow: hidden;
	list-style-type: none;
}

.homepage #topPanel .bottom #slidingReferences ul li
{
	width: 518px;
	height: 194px;
	float: left;
	overflow: hidden;
}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/

#bottomPanel
{
	width: 100%;
	height: 338px;
	background: #1c1c1c url(images/bottom-panel-background.png) repeat-x left top;
	position: relative;
}

#bottomPanel .bottom-in
{
	width: 980px;
	height: 298px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	position: relative;
	color: #ffffff;
}

#bottomPanel .bottom-in h2
{
	margin: 0 0 35px 0;
	font-size: 24px;
	color: #ffffff;
}

#bottomPanel .clients
{
	width: 610px;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
	overflow: hidden;
}

#bottomPanel .clients p
{
	width: 280px;
	margin: 0 30px 0 0;
	float: left;
	position: relative;
	color: #797979;
}

.cite
{
	margin: 0 10px 5px 0;
	float: left;
}

#bottomPanel .clients p.last
{
	margin: 0;
}

#bottomPanel .clients p strong
{
	margin: 25px 0 0 0;
	display: block;
}

#bottomPanel .contact
{
	width: 160px;
	margin: 0 100px 0 0;
	display: inline;
	float: right;
	position: relative;
}

#bottomPanel .contact address
{
	line-height: 16px;
	color: #797979;
	font-style: normal;
}

#bottomPanel .contact p
{
	margin: 30px 0 0 0;
}

#bottomPanel .contact p a
{
	color: #ffffff;
	text-decoration: none;
}

#bottomPanel .contact p a:hover
{
	text-decoration: underline;
}

#bottomPanel #call
{
	width: 250px;
	height: 30px; /*200*/
	padding: 15px 0 0 40px;
	position: absolute;
	right: 10px;
	top: -41px; /*-200*/
	background: transparent url(images/call-background.png) no-repeat left top;
	z-index: 1;
	overflow: hidden;
}

#bottomPanel #call .content
{
	width: 220px;
	height: 150px;
	padding: 10px 35px 0 35px;
	position: absolute;
	left: 0;
	top: 44px;
	background: #1c1c1c url(images/call-content-background.png) repeat-y left top;
}

#bottomPanel #call .content input
{
	width: 200px;
	height: 21px;
	padding: 5px 0 0 10px;
	margin: 20px 0 10px 5px;
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
}

#bottomPanel #call .content span
{
	position: absolute;
	right: 25px;
	top: 85px;
}

#bottomPanel #call .content .button
{
	width: 112px;
	height: 29px;
	margin: 0 0 0 55px;
	padding: 0 0 4px 0;
	display: block;
	line-height: 29px;
	background: url(images/button-call.png) no-repeat left top;
	border: none;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

#bottomPanel #call a,
#bottomPanel #call .show
{
	width: 12px;
	height: 22px;
	position: absolute;
	right: 20px;
	top: 13px;
}

#bottomPanel .footer
{
	width: 320px;
	text-align: center;
	position: absolute;
	left: 300px;
	top: 290px;
	color: #484848;
}

#bottomPanel .footer p a
{
	color: #484848;
	text-decoration: none;
}

#bottomPanel .footer ul
{
	margin: 3px 0 0 100px;
	list-style-type: none;
}

#bottomPanel .footer ul li
{
	float: left;
}

#bottomPanel .footer ul li a
{
	padding: 0 3px;
	float: left;
	border-right: 1px solid #484848;
	color: #484848;
	text-decoration: none;
}

#bottomPanel .footer ul li a.last
{
	border: none;
}
