﻿.container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.header {
	font-family: 'humnst777eunormal';
	width: 100%;
	height: 100px;
	text-transform: uppercase;
	box-shadow: 0px 0px 6px #ddd;
	background: #fff;	
	position: fixed;
	z-index: 1000;
}

.logo {
	float: left;	
	margin-top: 25px;
}

#slogan {
	margin: 53px 0 0 28px;
}

.header nav {
	margin-top: 25px;
}
.header nav li {
	color: #ccc;
	font-size: 1.15em;
	line-height: 50px;
	margin: 0 15px;
	display: block;
	float: left;
}

.header nav a {
	/*font-weight: bold;*/
	color: #4b4a4d;
}

.header nav a:hover {
	color: #e15a0f;
}

#pageContainer {
	padding-top: 100px;
	position: relative;
	
}

#slider {
	width: 100%;
	height: 298px;
	position: relative;
}

#slider .desc {
	font-family: 'humnst777eunormal';
	width: 100%;
	margin: 0 auto;
	color: white;
	font-size: 2.71em;
	text-transform: uppercase;
	text-align: right;
	position: absolute;
	right: 20%;
	top: 130px;
	float: right;
}

#slider p {
	background: #4b4a4d;
	margin: 2px auto;
	line-height: 50px;
	padding: 0 5px;
	display: table;
	float: right;
	clear: both;
}

#top {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #ddd;
}

#top.contact {
	background: url(../img/bg_kontakt.jpg) center repeat-x;
}
#top.offers {
	background: url(../img/bg_oferta.jpg) center repeat-x;
}
#top.pages {
	background: url(../img/bg_onas.jpg) center repeat-x;
}

#ContactContactForm {
	float: right;
}

.contactTable td {
	padding-bottom: 10px;
}

.specialization {
	width: 315px;
	margin: 70px 5px 50px 5px;
	text-align: center;
	float: left;
}

.tooltip {
	color: #fff;
	font-family: 'humnst777eunormal', Arial, Verdana;
	font-size: 18px;
	background: url(../img/img_tooltip_arrow.gif) top center #e15a0f repeat-x;
	padding: 18px 10px 7px;
	position: relative;
}
.whoWeAre,
.map {
	background: url(../img/bg_arrow.gif) top center no-repeat;
	padding-top: 22px;	
}
.whoWeAre h2 {
	margin: 28px 0 30px;
}
.whatWeOffer hr.first{
	margin-bottom: 4px;
}
.whatWeOffer .offers {
	margin: 90px 0 30px;
}
#circles {
	width: 100%;
	height: 410px;
	background: url(../img/img_circles.png) center no-repeat;
	margin: 40px auto;
	position: relative;
}

.offer {
	width: 300px;
	height: 355px;
	margin: 13px;
	background: #eee;
	position: relative;
	float: left;
	overflow: hidden;
}

.offer .promotion {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.offer .image {
	width: 300px;
	height: 160px;
	background-position: center;
	background-repeat: no-repeat;
}
.offer .details {
	padding: 30px 15px 20px;	 
	position: relative;
	text-align: left;
	height: 145px;
}
.offer .title {
	font-size: 1.28em;
	text-transform: uppercase;	
	display: block;	
	font-family: 'humnst777eunormal';	
	color: #444;
	width: 180px;
	margin-bottom: 30px;
}
.offer .desc {
	font-size: 0.85em;
	line-height: 130%;	
}
.offer .more {
	position: absolute;
	left: 15px;
	bottom: 20px;
	font-size: 0.85em;
}
.offer .price {
	color: #fff;
	width: 80px;
	height: 45px;
	background: url(../img/bg_offer_price.gif) right top no-repeat;
	padding-top: 3px;
	padding-left: 20px;
	position: absolute;
	right: 0px;
	top: 22px;
	display: block;
	float: right;
}
.offer .price strong{
	font-size: 1.2em;
	font-weight: normal;
	clear:both;
	display:block;
}


.partners img {
	margin: 0 7px;
	opacity: 0.5;
	filter:alpha(opacity=50);
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	-ms-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}
.partners h4 {
	margin: 20px 0 25px;
}
.partners img:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.offersMenu {
	width: 304px;
	float: left;
}
.offersMenu header {
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px dashed #bbb;
	cursor: pointer;
}
.offersMenu header img {
	margin-right: 20px;
}
.offersMenu ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 15px;
}
.offersMenu a {
	color: #666;
	line-height: 1.75em;
	display: block;
}

.product {
	width:305px;
	border-bottom: 1px solid #ccc;
	margin-right: 20px;
	padding: 20px 0;
	display: block;
	float: left;
}
.product h2 {
	color: #e35f10;
	font-size: 1.4em;
	margin-top: 0;
}
.product .img {
	width: 115px;
	height: 86px;
	float: left;
}
.product .details {
	font-size: 0.85em;
	width: 165px;
	margin-left: 10px;
	float: left;
}
.product .details .price {
	font-size: 1.2em;
	padding-bottom: 15px;
}

.view {
	margin: 30px 0;
}
.view .img {
	width: 300px;
	height: 225px;
	float: left;
}

.view .details {
	color: #444;
	width: 320px;
	margin-left: 30px;
	float: left;	
}

.view .details .price {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 20px;
}

.view .details .specification {
	font-size: 0.85em;
}
.view .details .specification td {
	vertical-align: top;
}

.view .details span {
	color: #e35f10;
	line-height: 1.2em;
}

.view .details .label {
	font-weight: bold;
	width: 145px;
	line-height: 1.9em;
	margin-right: 15px;
	padding: 0;
	vertical-align: middle;
}

strong.tel {
	color: #fff;
	font-family: 'humnst777eunormal';
	font-size: 2.2em;
	line-height: 1em;
	background: #e15a0f;
	margin: 30px 0;
	padding: 12px;
	display: inline-block;
}

.flash_msg {
	color: #fff;
	height: 45px;
	line-height: 45px;
	font-family: 'humnst777eunormal';
	text-align: center;
	background: #e15a0f;
	margin-bottom: 15px;
}

.flash_msg.flash_error {
	background: url(../img/ico_warn.png) #e15a0f 15px center no-repeat;
	padding-left: 41px;
}
.flash_msg.flash_success {
	background: url(../img/ico_ok.png) #e15a0f 15px center no-repeat;
	padding-left: 41px;
}

footer {
	color: #fff;
	width: 100%;
	height: 140px;
	background: #4b4a4d;
	margin-top: 20px;	
}
footer .container{
	padding: 20px 0;
	font-size: 0.78em;
}
footer img {
	vertical-align: top;
}

footer a:hover {
	color: #fff;
}

footer address {
	font-style: normal;	 
}

footer .copyright {
	color: white;
	font-size: 10px;
	float: right;
}