body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000;
 	position: relative;
 	background: #e9ffe8;

}

a {
	text-decoration: none;
	color: #d94692;
}

#title {
	font-weight: bold;
	font-size: 18px;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
}

#inside-wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}

.logo-box, .phone-box, .ofirmie-box, .oferta-box, .map-box, .contact-box {
	float: left;
	margin-bottom: 15px;
}

.logo-box {
	width: 462px;
	height: 100px;
	background-image: url(media/images/logo2.jpg);
	position: relative;
	overflow: hidden;
}

.logo-box .logo {
	position: absolute;
	top: 0px;
	right: 0px;
}

.logo-box .color {
	width: 50px;
	height: 100%;
}

.phone-box {
	width: 422px;
	height: 63px;
	background: #e9ffe8;
	margin-top: 37px;
	margin-left: 15px;
}

.phone-box .button {
	float: left;
	display: block;
	width: 112px;
	height: 100%;
	background: url(/media/images/phone-button.png) 0 0 no-repeat;
}

.phone-box .number {
	display: block;
	float: right;
	height: 63px;
	line-height: 63px;
	font-size: 30px;
	font-weight: bold;
	margin-right: 15px;
}

.phone-box .button, .contact-box .button {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.ofirmie-box {
	width: 432px;
	height: 660px;
	background: #e9ffe8;
	padding: 15px;
}

.oferta-box {
	width: 392px;
	height: 660px;
	background: #e9ffe8;
	margin-left: 15px;
	padding: 15px;
}

.oferta-box .img-box {
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.oferta-box .img-box a {
	position: absolute;
	top: 60px;
}

.map-box {
	width: 384px;
	height: 178px;
	overflow: hidden;
	background-image: url(/media/images/bg-mapa.png);
}

.contact-box {
	width: 501px;
	height: 180px;
	
	background-image: url(/media/images/bg-kontakt.png);
	margin-left: 15px;
	overflow: hidden;
}

.contact-box .button {
	display: block;
	float: left;
	width: 158px;
	height: 100%;
	background: url(/media/images/email-button.png) 0 0 no-repeat;
}

.contact-box .dane {
	float: right;
	padding: 15px;
	text-align: right;
	font-size: 12px;
	color: #9d0606;
}

.logo-box, .phone-box, .ofirmie-box, .oferta-box, .map-box, .contact-box {
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}   

.copyright {
	width: 100%;
	text-align: right;
	font-size: 12px;
}

.copyright p {
	margin: 0;
	padding: 0;
	margin-right: 15px;
}

.gallery .img-box {
	float: left;
	width: 135px;
	height: 95px;
	margin: 0 4px;
	margin-bottom: 8px;
	overflow: hidden;
}

.gallery .img-box .calibrationFill {
	width: 135px;
	height: 95px;
}

.button-1 {
	display: block;
	float: left;
	background: url(/media/images/red.png) 0 0 no-repeat;
	width: 168px;
	height: 59px;
	margin-top: 0px;
	margin-left: 10px;	
}

.button-2 {
	display: block;
	background: url(/media/images/green.png) 0 0 no-repeat;
	width: 168px;
	height: 59px;
	margin-top: 0px;
	margin-left: 205px;	
}

/* ----- KOLORY STRONY ----- */

#wrapper {
	background: #135d11 url(/media/images/bg-wrapper.png) left top no-repeat;
}

.logo-box .color, .phone-box .button, .contact-box .button {
	background-color: #9a0404;
}

.phone-box .button:hover, .contact-box .button:hover {
	background-color: #d83738;
}

.phone-box .number {
	color: #ac1213;
}

#title {
	color: #9d0606; 
}

.contact-box .dane a {
	color: #9d0606;
	font-weight: bold;
}

.copyright a {
	font-weight: bold;
	color: #fff;
}



/* ----- CLEARFIX ----- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}