@charset "utf-8";

@import url('jquery.fancybox-1.3.4.css');
@import url('galleriffic.css');

/* CSS Document */

/*
 | ------------------------------------------
 | Author  : Marek Stankiewicz
 | Contact : marek@aliusmedia.pl
 | ------------------------------------------
 | Document    :  css.css
 | Created on  :  2013-09-25
 | Description :  Skalimowscy Web
 | Copyrights  :  Aliusmedia.pl
 | ------------------------------------------
 */

body {
	background:url(../images/bg.jpg) no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#434343;
	margin:0;
	padding:0;
}

p {
	margin:0;
	padding:0;
	line-height:20px;
}

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

a:hover { text-decoration:underline; }

a img { border:none; }

h1, h2, h3 {
	margin:0;
	padding:0;
	font-weight:bold;
}

h1 { font-size:18px; }
h2 { font-size:16px; }
h3 { font-size:14px; }

h3 {
	background:#dd1b1b;
	color:#FFF;
	display:inline-block;
	text-align:center;
	padding:7px;
}

.clear {
	clear:both;
	width:inherit;
	height:1px;
}

#wrap-all {
	width:1008px;
	margin:auto;
}

#wrap-top {
	width:1008px;
	height:455px;
	position:relative;
}

#lang-switch {
	position:absolute;
	top:8px;
	right:0px;
	width:95px;
	height:20px;
}

#lang-switch a {
	display:block;
	float:left;
	padding:2px;
	margin:0 4px;
	color:#bbbbbb;
	font-size:11px;
	border:1px solid #FFF;
}

#lang-switch a.active { font-weight:bold; }

#lang-switch a:hover,
#lang-switch a.active {
	text-decoration:none;
	border:1px solid #bbbbbb;
}

#logo {
	position:absolute;
	left:0px;
	top:27px;
}

#menu-top {
	position:absolute;
	right:0px;
	top:44px;
}

#menu-top a {
	display:block;
	float:left;
	padding:7px;
	color:#4b4b4b;
	margin-left:5px;
	text-transform:uppercase;
}

#menu-top a:hover,
#menu-top a.active {
	background:#dd1b1b;
	color:#FFF;
	text-decoration:none;
}

#animation-top {
	position:relative;
	top:105px;
	width:1008px;
	height:350px;
}

#animation {
	position:absolute;
	top:4px;
	left:4px;
	background:#FFF;
}

#animation-top img {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	box-shadow:0px 4px 8px #818181;
}

#wtf1 {
	width:52px;
	height:43px;
	background:#dd1b1b;
	left:0px;
	top:0px;
	z-index:1;
}

#wtf2 {
	position:absolute;
	right:0px;
	top:94px;
	width:24px;
	height:60px;
	background:#dd1b1b;
	z-index:1;
}

#slogan {
	position:absolute;
	background:url(../images/slogan-bg.png);
	bottom:0px;
	left:0px;
	width:388px;
	height:88px;
	z-index:20;
	color:#FFF;
	padding-top:35px;
	padding-left:35px;
	font-size:16px;
	line-height:25px;
}

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

#wrap-middle {
	margin:20px 0px;
}

.column3x1 {
	width:336px;
	float:left;
}

.column3x2 {
	width:336px;
	float:left;
}

.column3x3 {
	width:336px;
	float:left;
}

.column2x1 {
	width:722px;
	padding-right:20px;
	float:left;
}

.column2x2 {
	width:266px;
	float:left;
}

#wrap-bottom {
	width:1008px;
	height:50px;
	color:#a5a5a5;
	border-top:3px solid #d8d8d8;
	padding-top:5px;
}

#copyrights {
	float:right;
	font-size:11px;
	text-align:right;
}

#copyrights a {
	color:#a5a5a5;
	font-weight:bold;
}

#menu-bottom {
	width:475px;
	font-size:11px;
	word-spacing:5px;
}

#menu-bottom a {
	color:#a5a5a5;
	word-spacing:normal;
}

#menu-bottom a:hover {
	color:#c9c9c9;
	text-decoration:none;
}

/* PODSTRONY */

.transparent-button,
.red-button {
	display:block;
	padding:5px;
}

.transparent-button:hover,
.red-button:hover {
	text-decoration:none;
}

.transparent-button {
	border:1px solid #434343;
	color:#434343;
	float:left;
}

.red-button {
	background:#dd1b1b;
	color:#FFF;
	float:right;
}

/**/

table.person {
	width:722px;
}

table.person td {
	vertical-align:top;
	padding:5px;
}

table.person td.thumb {
	height:150px;
}

table.person td.description {
	text-align:justify;
}

table.person td.phone {
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

/**/

#contact-form input[type="text"] {
	width:165px;
	margin-top:5px;
	padding:10px;
	border:none;
	border:1px solid #d8d8d8;
	border-bottom:2px solid #d8d8d8;
	border-right:2px solid #d8d8d8;
}

#contact-form textarea {
	margin-top:5px;
	padding:10px;
	border:none;
	border:1px solid #d8d8d8;
	border-bottom:2px solid #d8d8d8;
	border-right:2px solid #d8d8d8;
	width:440px;
	height:150px;
}

#contact-form input[type="submit"] {
	padding:5px 20px;
	border:none;
	background:#dd1b1b;
	color:#FFF;
	float:right;
	cursor:pointer;
}

#map-canvas {
	width:460px;
	height:203px;
}