/* --=== reset ===-- */
@import url("reset.css");

/* --=== fonts import ===-- */
@font-face {
    font-family: 'NexaLight';
    src: url('../fonts/nexa-webfont.eot');
    src: url('../fonts/nexa-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa-webfont.woff') format('woff'),
         url('../fonts/nexa-webfont.ttf') format('truetype'),
         url('../fonts/nexa-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --=== global ===--  */
body {
	background: #c6c6c6 url(../images/bg2.gif) center top;
	color: #231f20;
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

input[type=submit] {
	border: none;
	width: 70px;
	padding-bottom: 9px;
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section { 
    display: block;
}

/* --=== classes ===--  */
.container {
	margin: 0 auto;
	width: 1060px;
}

.clear {
	clear: both;
}

.clear:after, .clear:before {
	clear: both;
	content: "";
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.button {
	background: url(../images/button.png) no-repeat;
	color: #fff;
	display: block;
	height: 24px;
	line-height: 20px;
	margin-top: 9px;
	padding-right: 21px;
	text-align: right;
	width: 47px;
}

/* --=== pageHeader ===--  */
#top {
    height: 435px;
    margin-right: -35px;
    overflow: hidden;
    padding-bottom: 29px;
    padding-right: 35px;
    position: relative;
}

	#header {
		background: url(../images/h_belt.png) no-repeat;
		height: 400px;
		padding: 40px 0 0 51px;
		position: absolute;
		top: 0;
		left: 14px;
		width: 239px;
		z-index: 11;
	}

	#logo {
		display: block;
		margin-left: 40px;
	}
	
	/* main menu */
	#mainMenu {
		background: url(../images/selectors.png) center 20px no-repeat;
		margin-top: 22px;
	}
	
	#mainMenu li {
		height: 29px;
		text-align: center;
	}
	
	#mainMenu li:nth-child(6), #mainMenu li:nth-child(5) {
		padding-top: 2px;
	}
	
	#mainMenu li:hover a {
		
	}
	
	#mainMenu li a {
		color: #fff;
		font: bold 14px NexaLight;
		text-transform: uppercase;
	}
	
	/* --=== slider ===-- */
	#slider {
		left: 100px !important;
		position: relative;
	}
	
	.f15 {
		display: block;
		font-size: 15px;
		position: relative;
		top: -2px;
		left:-2px;
	}
	
	.f18 {
		font-size: 18px;
	}
	
	.slide{
		background: url(../images/slide.jpg) right top no-repeat;
		height: 463px;
		padding: 145px 0 0 234px;
		width: 751px;
	}
	
	.slide2{
		background: url(../images/slide2.jpg) right top no-repeat;
	}
	
	.slide * {
		position: relative;
		z-index: 10;
	}
	
	.slide h3, .slide h3 span {
		color: #d06e1e;
		font: 28px Play;
	}
	
	.slide.slide2 h3 {
		font-size: 34px;
		margin-top: 5px;
	}
	
	.slide h3 span {
		font-size: 37px;
	}
	
	.slide p {
		color: #003865;
		font: 22px/1.4 Play;
	}
	
	.slide .button {
		background-position: 0 -26px;
	}
	
	p.tel {
		color: #003865;
		background: url(../images/tel.png) no-repeat;
		font: 18px/30px NexaLight;
		height: 30px;
		padding-left: 27px;
	}
	
	#ring {
		background: url(../images/ring.png) no-repeat;
		 color: #FFFFFF;
		font: 18px Play;
		height: 158px;
		line-height: 1.3;
		padding-top: 41px;
		position: absolute;
		right: 135px;
		text-align: center;
		top: 299px;
		width: 165px;
		z-index: 20;
	}
	
	#ring span {
		font-weight: bold;
	}
	
	span.rng {
		left: -3px;
		letter-spacing: 1px;
		position: relative;
	}
	
	#pager {
		position: absolute;
		bottom: 48px;
		right: 89px;
		z-index: 10;
	}
	
	#pager a {
		background-color: #fff;
		display: block;
		float: left;
		height: 10px;
		margin-left: 3px;
		text-indent: -245em;
		width: 10px;
	}
	
	#pager .activeSlide {
		background-color: #d47a31;
	}
	
	#shape {
		background: url(../images/top_sh.png) no-repeat;
		bottom: 0;
		height: 30px;
		left: 0;
		position: absolute;
		width: 1060px;
		z-index: 10;
	}

/* --=== content ===-- */
#content {
	background-color: #fff;
	border-right: 1px solid #e8e8e8;
	padding: 8px 0 3px 2px;
}
	
	.box {
		float: left;
		margin-left: 70px;
		width: 256px;
	}
	
	.box  h3 {
		color: #d06e1e;
		font: 23px Play;
		margin-bottom: 8px;
	}
	
	.box  p {
		line-height: 1.2;
	}
	
	.box .button {
		margin-top: 0;
	}
	
	.box input[type=text], .textarea {
		border: 1px solid #cecece;
		font: 12px Arial, Helvetica, sans-serif;
		height: 14px;
		margin-bottom: 3px;	
		width: 252px;
	}
	
	.textarea {
		height: 43px;
	}

	
	
/* --=== footer ===-- */
#footer {
	background: #003865 url(../images/f_bg.png) no-repeat;
	border-right: 1px solid #cdd3d9;
	height: auto;
	padding: 15px 0 0 66px;
}

#footer p {
	color: #fff;
}

	p.rights {
		width: 684px;
	}
	
	p.right {
		margin: 1px 10px 0 0;
	}
	
	p.right img {
		position: relative;
    	top: 7px;
	}
	
/* --=== subpages ===-- */
.page{

}

	.page #top {
		height: 317px;
		overflow: visible;
	}
	
	.page #slider {
		background-position: 287px top;
		background-repeat: no-repeat;
		height: 346px;
		position: static;
	}
	
	
	#phoneBox {
		float: right;
		margin: 14px 81px 0 0;
	}
	
	#phoneBox  img{
		margin-right: 13px;
	}
	
	.page p.tel {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
	}
	
	.page #content {
		padding: 47px 0 82px 2px;
	}

	.col {
		margin-top: 18px;
	}

	.contact h3 {
		margin-bottom: 0;
	}
	
	.prawo {
		background-image: url(../images/prawo_top.jpg);
	}
	
	.wypadki {
		background-image: url(../images/wypadki_top.jpg);
	}
	
	.ppi {
		background-image: url(../images/ppi_top.jpg);
	}
	
	.zaniedbania {
		background-image: url(../images/zaniedbania_top.jpg);
		background-position: left top !important;
	}
	
	.oNas {
		background-image: url(../images/onas_top.jpg);
	}
	
	.referencje {
		background-image: url(../images/referencje_top.jpg);
	}
	
	.kontakt {
		background-image: url(../images/kontakt_top.jpg);
	}