@charset "utf-8";
/*---------- ---------- ---------- ---------- ----------*/
/*RESET CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0; font: inherit; font-size: 100%; font-weight: normal; margin: 0; padding: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
table{ border-collapse: collapse; border-spacing: 0; }
strong, b, mark { font-weight: 700; font-style: inherit; }
em,i,cite,q,address,dfn,var{ font-style: italic; font-weight: inherit; }
html { overflow-y: scroll; font-size: 100%; line-height: 1.5; }
ul, li { list-style: none; }

/*FORMS*/
textarea:active, textarea:focus, input:active, input:focus { cursor: text; }
label:hover, input[type="submit"]:hover, input[type="checkbox"]:hover { cursor: pointer; }

/*LINKS*/
a, a:link, a:visited, a:hover, a:active { color: #333333; text-decoration: none; }
a:hover { text-decoration: underline; }

/*IMG*/
img { color: #555555; border: none; font-style: italic; }

/*GENERAL CLASS*/
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; /* IE7 */ }
.rel { position: relative; }
.abs { position: absolute; }
.left { float:left; }
.right { float:right; }
.clear { 	
	clear: both; 
	font-size: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
 }
.hide { display: none; }
.inline { display: inline; }
.block { display: block; }
.nopadding { padding: 0; }
.nomargin { margin: 0; }
.text-left { text-align: left; }
.text-right	{ text-align: right; }
.text-center { text-align: center; }

* { outline: 0px; }

/*GENERAL SETTINGS*/
.wrapper { position: relative; margin: 0 auto; clear: both; }
.wrapper.box { width: 940px; }
.wrapper.max { width: 100%; }

body {
    min-height: 100%;
    background: url(/img/background.jpg) repeat-x bottom center #101010;
    color: #fff4e7;
    font: normal 12px/18px arial, sans-serif;
}

ul#nav {
    position: relative;
    height: 100%;
    margin-top: 50px;
    height: 27px;
    padding: 10px 0;
    z-index: 5;
    box-shadow: 3px 3px 8px #1F1F1F;
    background: url(/img/menu_nav.png) no-repeat 0 0 transparent;
    width: 940px;
}

ul#nav li {
    float: left;
    text-transform: uppercase;
    margin: 0 20px;
    display: inline;
}

ul#nav li a {
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin-top: 5px;
}

ul#nav li.last {
    font: normal 11px arial;
    color: #f6ea39;
    float: right;
}

ul#nav li.last strong {
    padding: 0;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 5px;
}

.start {
    width: 960px;
    min-height: 400px;
    position: relative;
    margin-top: -20px;
    margin-left: -22px;
    background: url(/img/stolarz.jpg) no-repeat left bottom transparent;
}

.start div {
    margin-top: 50px;
    width: 450px;
    float: right;
}

.start strong {
    display: block;
    font: bold 28px arial;
    margin-bottom: 15px;
}

.start p {
    line-height: 25px;
}

.start ul {
    margin-top: 20px;
}

.start ul li {
    padding: 12px 0;
    width: 225px;
    float: left;
    margin: 5px 0;
    font: bold 18px arial;
    vertical-align: text-top;
    line-height: 16px;
    padding: 12px 0;
}

.start ul li span {
    background: url(/img/pointer.png) no-repeat 0 0 transparent;
    width: 10px;
    height: 16px;
    display: block;
    padding: 12px 15px;
    float: left;
    color: #68260e;
    margin-top: -12px;
    margin-right: 15px;
}

.start ul li.long {
    padding-top: 5px;
}

.start ul li.long span {
    margin-top: -5px;
}

.boxes {
    clear: both;
    height: 205px;
}

.boxes div {
    width: 250px;
    height: 152px;
    float: left;
    margin-left: 20px;
    background-repeat: none;
    background-position: 0 0;
    background-color: transparent;
    box-shadow: 3px 3px 8px #000000;
    position: relative;
    padding: 25px;
    color: #fff4e7;
}

.boxes span {
    display: block;
    margin-bottom: 18px;
}

.boxes span.title {
    font: bold 18px arial;
}

.boxes #box-1 {
    margin-left: 0;
    background-image: url(/img/box-1.jpg);
}

.boxes #box-1 a,
.boxes #box-2 a {
    text-transform: uppercase;
    color: #000000;

}

#box-1 span#promo {
    font: bold 18px arial;
    color: #e5a850;
}


.boxes #box-2 {
    background-image: url(/img/box-2.jpg);
}

#box-2 a {
    position: absolute;
    bottom: 28px;
    left: 70px;
}

.boxes #box-3 {
    background-image: url(/img/box-3.jpg);
}

#box-3 address {
    font: normal 12px arial;
    color: #e5a850;
    margin-bottom: 18px;
}

#box-3 address span {
    margin-bottom: 0;
}

#box-3 address strong {
    font-size: 18px;
}

#box-3 span#contact,
#box-3 span#contact a {
    color: #cfcdcd;
    font-weight: bold;
}

.footer {
    margin-top: 60px;
    height: 125px;
}

.footer ul {
    width: 940px;
    padding: 45px 0;
}

.footer ul li {
    display: inline;
    color: #FFFFFF;
    font-size: 11px;
    margin-left: 30px;
}

.footer ul li:first-child {
    margin-left: 0;
}

.footer ul li a {
    color: #FFFFFF;
    text-transform: uppercase;
}

.footer ul li.last {
    float: right;
    margin-left: 0;
    *margin-top: -20px;
}

.sub {
    min-height: 400px;
    position: relative;
    margin-top: 20px;
}
body>.wrapper>.sub {
    height     : auto;
    min-height : 400px;
}

.sub h2 {
    display: block;
    font: bold 18px arial;
    margin-bottom: 15px;
    padding: 0;
    margin: 30px 0 20px 0;
}
.sub p {
    margin: 10px 0;
}
.sub strong span {
    font-weight: bold;
}

.sub .contents {
	float: left;
	width: 600px;
}
.sub .boxes {
	float: right;
	width: 320px;
	clear: none;
	margin-top: 40px;
}

.sub ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0;
}
.sub ul li {
	padding: 0 0 0 30px;
	margin: 2px 0 2px 0;
	background: url(/img/point.png) no-repeat 9px 4px;
}

.color1 {
	color: #e5a850;
}

.color2 {
	color: #f6ea39;
}

.wciecie {
	text-indent: 30px;
}

#map_canvas {
	width: 620px;
	height: 300px;
	line-height: 16px;
	text-shadow: 0 0 0;
	color: #313131;	
    box-shadow: 3px 3px 8px #000000;
}


.foto {
	position: relative;
	background: #e7edf7;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 20px 20px 0;
	width: 220px;
	height: 165px;
	display: block;
	float: left;
    box-shadow: 3px 3px 8px #000000;
}
.foto:hover {
    box-shadow: 0px 0 12px #a0a0a0;
}
.foto span {
	width: 200px;
	padding: 10px;
	position: absolute;
	bottom: 0;
	background: url(/img/foto-content.jpg) top;
	text-align: center;
	text-transform: uppercase;
}


a.btn {
    float: right;
    display: block;
    background: url(/img/btn.png) repeat-x top;
    width: 103px;
    height: 18px;
    text-align: center;
    padding: 8px 0 6px 0;
    text-transform: uppercase;
}
a.btn:hover {
    background-position: bottom;
    text-decoration: none;
}
#box-1 a {
    margin-right: -10px;
}


.strony {
	text-align: center;
	clear: both;
	margin: 10px 0;
}
.strony a {
	border: 0;
    background: url(/img/menu_nav.png) repeat-x top;
	padding: 2px 6px;
	cursor: pointer;
	color: #fff;
}
.strony a:hover, .strony a.sel {
    background: url(/img/btn.png) repeat-x top;
	text-decoration: none;
	color: #333333;
}

a.studiomh {
	display: inline-block;
    text-transform: lowercase!important;
}
a.studiomh:hover {
	
}

