/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background: #FFFFFF url('../_images/body-bg.png') top left repeat-x;
	margin: 0px;
	padding: 0px;
}
a {
	color: #C00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {border: none;}

h1 {
	font-size: 30px;
	color: #aaaaaa;
	font-weight: normal;
}
h2 {	
	color: #aaaaaa;
	font-size: 18px;
	background: url(../_images/separator-dots-bg.png) bottom left repeat-x;
	text-decoration: none;
	border: none;
	padding-bottom: 5px;
}
h3 {
	color: black;
	font-size: 11px;
}
/* === icon Bar ================================================================== */
.iconBar {
	height: 113px;
	overflow: hidden;
}

.iconBar .icon{
	width: 113px; 
	height: 113px;
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-left: 8px;
}

.iconBar .icon:hover{
	background-position: 0px -113px;
}

#icoChciPoradit{
	background-image: url(../_images/ico-chciporadit.png);
	margin-left: 0px;
}
#icoChciViceZakazniku{
	background-image: url(../_images/ico-chci-zakazniky.png);
}
#icoChciOdmeny{
	background-image: url(../_images/ico-chci-odmenu.png);
}
#icoChciPoznatZakazniky{
	background-image: url(../_images/ico-chci-poznat.png);
}
#icoChciSoftware{
	background-image: url(../_images/ico-chci-software.png);
}
#icoChciLinku{
	background-image: url(../_images/ico-chci-linku.png);
}


#icoWantAdvice{
	background-image: url(../_images/ico-want-advice.jpg);
	margin-left: 0px;
}
#icoWantCustomers{
	background-image: url(../_images/ico-want-customers.jpg);
}
#icoWantRewards{
	background-image: url(../_images/ico-want-rewards.jpg);
}
#icoWantToKnow{
	background-image: url(../_images/ico-want-to-know.jpg);
}
#icoWantSoftware{
	background-image: url(../_images/ico-want-software.jpg);
}
#icoWantLine{
	background-image: url(../_images/ico-want-line.jpg);
}

/* === layout ================================================================== */
.screen {
	width: 875px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
}
.page {
	float: right;
	width: 720px;
	padding: 70px 0px 0px 0px;
}

.noWrap {
	white-space: nowrap;
}

.imgLeft {
	float: left;
	margin: 0px 10px 5px 0px;
	border: solid 1px #999999;
}
.imgRight {
	float: right; 
	margin: 0px 0px 5px 10px;
	border: solid 1px #999999 ;
}
.slideshow {
	width: 125px;
	height: 115px;
	overflow: hidden;
}

.clear {clear: both;}

/* === left column ================================================================ */
.leftColumn {
	float: left;
	width: 128px;
	padding: 23px 0px 0px 0px;
}
/* === menu bars ================================================================ */
.menuBar {
	margin: 7px 0px 7px 0px;
	padding: 0px;
	height: 36px;
	overflow: hidden;
}
body.subpage .menuBar#secondary {
	margin-top: 40px;
}

.menuBar#primary {
	background: url(../_images/main-menu-bg.png) top left no-repeat;
	color: white;
}
.menuBar#secondary {
	background: url(../_images/services-bg.png) top left no-repeat;
}
.menuBar#primary a{
	padding: 10px 30px 12px 30px;	
	color: white;
}
.menuBar#secondary a{
	/*padding: 10px 15px 12px 15px;*/
	padding: 10px 19px 12px 19px;	
	color: #7a7a7a;
}
.menuBar a{
	/*padding: 10px 25px 12px 25px;	*/
	display: block;
}
.menuBar a:hover{
	color: #cc092f !important;
	background: url(../_images/main-menu-underline.png) 0px 32px repeat-x;
	text-decoration: none;
	/*border-bottom: solid 3px #cc092f;*/
}

.menuBar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.menuBar ul li{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	
}
.menuBar#primary ul li{
	background: url(../_images/main-menu-separator.png) top right no-repeat;
}
.menuBar#secondary ul li{
	background: url(../_images/services-separator.png) top right no-repeat;
	/*font-size: 10px;*/
}
.menuBar#secondary ul li.last {background: none;}

/* === language selector ================================================================ */
.menuBar ul.lang {
	float: right;
	background: url(../_images/lang-bg.png) top right no-repeat;
}
.menuBar ul.lang li{
	background: none !important;
}
.menuBar ul.lang a{
	color: white;
}
.menuBar ul.lang a:hover{
	color: #FFFFFF !important;
	background: none;
}
/* === boxes ================================================================== */
.leftColumn .textBox {
	padding-top: 40px;
	text-align: right;
}

.leftColumn .textBox h2{
	font-size: 100%;	
	background: url(../_images/separator-dots-bg.png) bottom left repeat-x;
	text-decoration: none;
	border: none;
	padding-bottom: 5px;
}

.leftColumn ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.leftColumn ul li{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 7px 0px;
}
.leftColumn ul li a{
	color: #C00;
}
/* === footer ================================================================== */
.footer {
	color: #737373;
	padding: 40px 0px 10px 0px;
	position: relative;
	clear: both;
	text-align: right;
}
.footer .footerRight {
	float: right;
	width: 720px;
	background: url(../_images/separator-dots-bg.png) top left repeat-x;
	padding-top: 10px;
}
.footer .footerLeft {
	float: left;
	width: 128px;
	background: url(../_images/separator-dots-bg.png) top left repeat-x;
	padding-top: 10px;
}

.block-text{
	text-align: justify;

-moz-user-select: none;
-khtml-user-select: none;
user-select: none;

}


/* === partners ================================================================== */
.logo {float: left; margin-right: 1em;}
