/*
	Fortuna&Fortuna
	file: style/frontend/style.css

	author: Marcin Kaczmarczyk

	Copyright Enzo Sp. z o.o., http://enzo.pl

	Table of contents:
		Reset styles
		Basic styles:
		Layout
		Page
		Header:
			Logo
			TopMenu
		Navbar:
			LeftMenu
			ExtraMenu
			SideBox
		Content:
		Footer
*/


				/*			RESET			*/

body, p, pre, ul, ol, fieldset, input, textarea, option, th, td,
dl, dd ,hr ,blockquote, caption, legend, form, button {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
sup, sub{
}
q:before{
	content: no-open-quote;
}
q:after{
	content: no-close-quote;
}
legend, caption{
	text-align: left;
	color: #000;
}
fieldset, abbr, acronym, img{
	border: none;
}
a, del, ins{
	text-decoration: none;
}
em, cite, address, dfn, var {
	font-style: normal;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
	font-size: medium;
}


				/*			DEFAULT			*/

body{
	color: #000;
	font-size: 100%;
/*	font: normal 1em Arial, Helvetica, Garuda, FreeSans, sans-serif;*/
	font: normal 1em 'Trebuchet MS', Helvetica, sans-serif;
/*    font: normal 1em Verdana, Geneva, Kalimati, sans-serif;*/
	background-color: #fff;
}
.clear:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 0pt;
	height: 0pt;
	visibility: hidden;
}
.s-line {
	position: absolute;
	top: -1000em;
}
a {
	color: #000;
	border-bottom: 1px dotted #d1d1d1;
}
a:hover {
    color: #c62500;
    border-bottom: 1px solid #d1d1d1;
}
.wiecej {
	display: block;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.wiecej a {
	display: block;
	float: right;
	width: 62px;
	height: 18px;
	text-indent: -1000em;
	border: none;
	overflow: hidden;
	background: transparent url(../../images/frontend/wiecej.gif) no-repeat 0 0;
}
.wiecej a:hover {
	border:none;
}
#content em {
    color: #656565
}
p.result-ok {
	color:#48C6EA;
	padding:0 40px;
	margin:30px 0;
}
p.result-no {
	color:#BF2323;
	padding:0;
	margin:30px 0;
}
#content .article p.required {
	font-size: 0.9em;
	color: #7f7f7f;
	display: block;
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
#content p,
#content ul,
#content ol {
	margin: 1em 0;
}


			/*			LAYOUT			*/

#page {
	width: 1001px;
	margin: 0 auto;
}
#header {
	position: relative;
	width: 981px;
	margin:0 10px;
}
#main {
    width: 981px;
    margin:0 10px;
}
#navbar {
	float: left;
	width: 322px;
	padding-right: 3px;
	font-size: 0.813em;
	line-height: 1.846em;
}
#content {
	float: left;
	font-size: 0.813em;
	line-height: 1.692em;
/*	font-size: 0.75em;
	line-height: 1.833em;*/
	font-weight: normal;
	width: 655px;
}
#index #content {
	font-size: 0.813em;
	line-height: 1.692em;
}
#footer {
	width: 981px;
	margin: 10px 10px;
	font-size: 0.9em;
	line-height: 1.125em;
	font-weight: bold;
	color: #0e3585;
}

				/* 		HEADER 		*/

#logo {
	position: absolute;
	top: 26px;
	left: 33px;
	display: block;
	width: 500px;
	height: 36px;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000em;
	overflow: hidden;
	border: none;
	background: transparent url(../../images/frontend/logo.png) no-repeat 0 0;
}
#top-menu {
	float: right;
	padding-right: 22px;
	width: 244px;
	height: 36px;
	margin: 35px 0 20px 0;
}
#index #top-menu {
	width: 154px;
}
#top-menu li {
	float: left;
	height: 36px;
}
#top-menu #m-home {
	width: 75px;
	margin-right: 15px;
}
#top-menu #m-onas {
	width: 65px;
	margin-right: 10px;
}
#top-menu #m-kontakt {
	width: 79px;
}
#top-menu a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(../../images/frontend/top-menu.png) no-repeat 0 0;
	border: none;
	text-indent: -1000em;
	overflow: hidden;
}
#top-menu a:hover {
	border: none;
}
#top-menu #m-home a {
	background-position: 0 0;
}
#top-menu #m-home a:hover,
#top-menu #m-home.selected a {
	background-position: 0 -36px;
}
#top-menu #m-onas a {
	background-position: -88px 0;
}
#top-menu #m-onas a:hover,
#top-menu #m-onas.selected a {
	background-position: -88px -36px;
}
#top-menu #m-kontakt a {
	background-position: -165px 0;
}
#top-menu #m-kontakt a:hover,
#top-menu #m-kontakt.selected a {
	background-position: -165px -36px;
}

/*              	NAVBAR                  */

#menu-wrapper {
	width: 310px;
	padding-top: 7px;
	margin: 0 6px 7px 6px;
	background: transparent url(../../images/frontend/lm-top.png) no-repeat 0 0;
}
#left-menu {
	width: 310px;
	padding-bottom:4px;
	background: transparent url(../../images/frontend/lm-bottom.png) no-repeat 0 100%;
}
#left-menu li {
	width: 100%;
	height: 25px;
}
#left-menu a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	text-indent: -1000em;
	overflow: hidden;
	background: transparent url(../../images/frontend/left-menu.png) no-repeat 0 0;
}
#left-menu a:hover{
	border: none;
}
#lm-zamkniete a:hover,
#lm-zamkniete.selected a {
	background-position: -310px 0;
}
#lm-otwarte a {
	background-position: 0 -25px;
}
#lm-otwarte a:hover,
#lm-otwarte.selected a {
	background-position: -310px -25px;
}
#lm-coaching a {
	background-position: 0 -50px;
}
#lm-coaching a:hover,
#lm-coaching.selected a {
	background-position: -310px -50px;
}
#lm-referencje a {
	background-position: 0 -75px;
}
#lm-referencje a:hover,
#lm-referencje.selected a {
	background-position: -310px -75px;
}
#lm-publikacje a {
	background-position: 0 -100px;
}
#lm-publikacje a:hover,
#lm-publikacje.selected a {
	background-position: -310px -100px;
}
#lm-projekty a {
	background-position: 0 -125px;
}
#lm-projekty a:hover,
#lm-projekty.selected a {
	background-position: -310px -125px;
}
#lm-onas a {
	background-position: 0 -150px;
}
#lm-onas a:hover,
#lm-onas.selected a {
	background-position: -310px -150px;
}
#lm-kontakt a {
	background-position: 0 -175px;
}
#lm-kontakt a:hover,
#lm-kontakt.selected a {
	background-position: -310px -175px;
}

#extra {
	width: 310px;
	padding: 0 6px;
}
#extra li{
	width: 100%;
	height: 37px;
}
#extra li a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000em;
	border: none;
	overflow: hidden;
}
#extra li a:hover {
	border: none;
}
#extra #ext-eng {
    margin-bottom:6px;
}
#extra #ext-eng a{
	background: transparent url(../../images/frontend/extra.png) no-repeat 0 0;
}
#extra #ext-help a{
	background: transparent url(../../images/frontend/extra.png) no-repeat 0 -37px;
}
.sidebox {
	width: 322px;
	padding-bottom: 0;
	overflow: hidden;
/*	background: transparent url(../../images/frontend/sidebox.png) no-repeat 0 0;*/
}
.sidebox .inner {
	width: 310px;
	padding: 6px;
    background: transparent url(../../images/frontend/sidebox-b.png) no-repeat 0 100%;
}
.sidebox h2 {
	display: block;
	width: 308px;
	height: 36px;
	margin: 1px;
	background: transparent url(../../images/frontend/h2.png) no-repeat 0 0;
}
.sidebox h2 span {
    display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000em;
}
.sidebox h2#h-artykuly span {
	background: transparent url(../../images/frontend/h2-artykuly.gif) no-repeat 15px 50%;
}
.sidebox .nobullet {
	margin: 20px 5px 10px 25px;
}
.sidebox .nobullet li {
	margin: 5px 0;
}
.sidebox .wiecej {
	display: block;
	width: 292px;
	padding-right: 18px;
	padding-bottom: 10px;
}
.sidebox .wiecej a {
	display: block;
	float: right;
	width: 62px;
	height: 18px;
	text-indent: -1000em;
	border: none;
	overflow: hidden;
	background: transparent url(../../images/frontend/wiecej.gif) no-repeat 0 0;
}
.sidebox .wiecej a hover {
	border: none;
}

				/* 		CONTENT 		*/

#content #top-banner {
	width: 638px;
	height: 175px;
	margin-left: 10px;
	text-indent: -1000em;
	background: transparent url(../../images/frontend/top-banner.jpg) no-repeat 0 0;
}
#content #banery {
	height: 175px;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
	width: 638px;
}
#content .row {
	width: 648px;
	margin: 10px 2px 10px 5px;
	background: transparent url(../../images/frontend/linia.gif) no-repeat 50% 50%;
}
.topbord {
	padding-top: 20px;
	background: transparent url(../../images/frontend/topbord.png) no-repeat 50% 0;
}
.topbord-b {
	padding-top: 20px;
	background: transparent url(../../images/frontend/topbord-blue.png) no-repeat 50% 0;
}
.bottombord {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: transparent url(../../images/frontend/topbord-blue.png) no-repeat 50% 100%;
}
#content .row .left {
	width: 300px;
	padding: 0 6px;
	margin: 5px 0;
	float: left;
	overflow: hidden;
}
#content .row .right {
	width: 300px;
	padding: 0 6px;
	margin: 5px 0;
	float: right;
	overflow: hidden;
}
/*.box {
	width: 312px;
	background: transparent url(../../images/frontend/box.png) no-repeat 0 0;
}
.box .inner {
	width:300px;
	padding: 6px;
	background: transparent url(../../images/frontend/box-b.png) no-repeat 0 100%;
}
*/

h2.half {
    width: 300px;
	margin: 0;
	height: 25px;
	padding: 5px 0 10px 0;
	background: transparent url(../../images/frontend/h2-half.png) no-repeat 0 0;
}
h2.half span {
    display: block;
	width: 100%;
	height: 25px;
	text-indent: -1000em;
}
/*
#h-zamkniete {
	background: transparent url(../../images/frontend/h-zamkniete.jpg) no-repeat 0 100%;
}*/
#h-zamkniete span{
	background: transparent url(../../images/frontend/h-zamkniete-s.png) no-repeat 50% 50%;
}
/*
#h-otwarte {
	background: transparent url(../../images/frontend/h-otwarte.jpg) no-repeat 0 100%;
}
*/
#h-otwarte span{
	background: transparent url(../../images/frontend/h-otwarte-s.png) no-repeat 50% 50%;
}
/*
#h-refer {
	background: transparent url(../../images/frontend/h-refer.jpg) no-repeat 0 100%;
}
*/
#h-refer span{
	background: transparent url(../../images/frontend/h-refer-s.png) no-repeat 50% 50%;
}
/*
#h-coach {
	background: transparent url(../../images/frontend/h-coach.jpg) no-repeat 0 100%;
}
*/
#h-coach span{
	background: transparent url(../../images/frontend/h-coach-s.png) no-repeat 50% 50%;
}
#content .left ul,
#content .right ul {
	width: 280px;
}
#content ul li {
	width: 253px;
	padding-left: 27px;
	background: transparent url(../../images/frontend/bullet.gif) no-repeat 10px 8px;
}
#content h3 {
	color: #fe6f21;
	font-size: 1.333em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 1em 0;
}
.opis {
	padding: 10px;
}
/*.box .opis {
	background-color: #f7f7f7
}*/
.referencebox {
	padding-top: 10px;
	width: 100%;
/*	background-color: #f7f7f7;*/
}
#content .referencebox h3 {
	font-size: 1.1em;
	margin:5px 0;
	padding:0;
	text-align:center;
}
.referencebox blockquote {
	font-size: 1.308em;
	line-height: 1.294em;
	font-style: italic;
	background: transparent url(../../images/frontend/blquot.gif) no-repeat 0 100%;
}
.referencebox blockquote q {
	display: block;
	text-align:center;
	margin: 0 auto;
    background: transparent url(../../images/frontend/urquot.gif) no-repeat 100% 0;
}
.referencebox blockquote cite {
	display: none;
}
.ref-opis {
	padding: 5px;
	text-align: right;
}
.ref-opis img {
	padding: 10px 0;
	float: left;
}
#allianz .ref-opis {
}
/*#allianz q {
	display: block;
	width: 100%;
	height: 30px;
	background: transparent url(../../images/frontend/cytatallianz.png) no-repeat 50% 0;
	text-indent: -1000em;
}*/

#content .article {
	width: 638px;
	margin: 10px 7px 10px 10px;
}
#content .article img {
	float: left;
	padding: 5px 10px 5px 0px;
}
#content .article p {
	margin: 5px 0;
}
#content h2 {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 2em;
	margin-bottom: 10px;
	color: #87465e;
}
#content .box-blue {
	width:100%;
	background: transparent url(../../images/frontend/box-blue-top.png) no-repeat 0 0;
}
#content .box-blue .inner{
	padding:6px 10px 10px;
	background: transparent url(../../images/frontend/box-blue-bot.png) no-repeat 0 100%;
}
#content ul.arrows {
	display: block;
	width: 100%;
}
#content ul.arrows li {
	float: left;
	margin: 5px;
	padding: 0;
	background: none;
	width: auto;
}
#content ul.arrows li a {
	padding-left: 20px;
	border: none;
	background: transparent url(../../images/frontend/bulet-arrow.gif) no-repeat 0px 5px;
}
#content ul.arrows li a span {
    padding-bottom: 1px;
}
#content ul.arrows li a:hover,
#content ul.arrows li.selected a {
	color: #c62500;
	background-position: -638px 5px;
}
#content ul.arrows li a:hover span,
#content ul.arrows li.selected a span {
    padding-bottom: 0;
	border-bottom: 1px dotted #0059ad;
}
#h2-coach {
	margin:0;
	padding:0;
	display:block;
	width: 72px;
	height:25px;
	text-indent: -1000em;
	background: transparent url(../../images/frontend/h2-coaching.gif) no-repeat 0 0;
}
#h2-zamkniete {
	margin:0;
	padding:0;
	display:block;
	width: 200px;
	height:25px;
	text-indent: -1000em;
	background: transparent url(../../images/frontend/h2-zamkniete.gif) no-repeat 0 0;
}
#h2-otwarte {
	margin:0;
	padding:0;
	display:block;
	width: 200px;
	height:25px;
	text-indent: -1000em;
	background: transparent url(../../images/frontend/h2-otwarte.gif) no-repeat 0 0;
}
#h2-publikacje {
	margin:0;
	padding:0;
	display:block;
	width: 200px;
	height:25px;
	text-indent: -1000em;
	background: transparent url(../../images/frontend/h2-publikacje.gif) no-repeat 0 0;
}
#content h3.full {
	display: block;
	padding-top: 10px;
	margin: 1em 0 0 0;
	width: 100%;
	font-weight: normal;
	background: #efefef url(../../images/frontend/h3-full.gif) no-repeat 0 0;
}
#content h3.full span {
	display: block;
	padding-bottom: 20px;
	padding-left: 10px;
	background: transparent url(../../images/frontend/h3-full-b.gif) no-repeat 0 100%;
}
#content h2.full {
	display: block;
	padding-top: 10px;
	width: 100%;
	font-weight: normal;
	background: #efefef url(../../images/frontend/h3-full.gif) no-repeat 0 0;
}
#content h2.full span {
	display: block;
	padding-bottom: 17px;
	padding-left: 10px;
	background: transparent url(../../images/frontend/h3-full-b.gif) no-repeat 0 100%;
}
#content h2.top,
#content h3.top {
	font-weight: bold;
}
#zamkniete .opis {
	width: 618px;
	padding: 0 10px;
	margin: 10px 0;
	background: transparent url(../../images/frontend/linia.gif) no-repeat 50% 50%;
}
#zamkniete .opis .left {
	width: 300px;
	float: left;
}
#zamkniete .opis .right {
	width: 300px;
	float: right;
}
h4 {
    font-size: 1.167em;
    line-height: 1.786em;
    color: #c62500;
}
.crewmember {
	float:left;
    background: #efefef url(../../images/frontend/h3-full.gif) no-repeat 0 0;
}
.crewmember .inner{
	float: left;
    padding:6px 10px 30px;
    background: transparent url(../../images/frontend/crew-b.gif) no-repeat 0 100%;
}
#content .crewmember img {
	float: left;
	padding: 0;
	border: 1px solid #fff;
}
.crewmember .right {
	width: 491px;
	float: right;
}
.crewmember .opis {
	float: right;
	width: 491px;
	padding:0;
	margin: 10px 0;
	background: #fff url(../../images/frontend/crewopis.gif) no-repeat 0 0;
}
.crewmember .opis .inner {
	width: 481px;
	padding: 5px;
	background: transparent url(../../images/frontend/crewopis-b.gif) no-repeat 0 100%;
}
#content .crewmember h3 {
    font-size: 1em;
    line-height: 1em;
    margin: 1em 0;
    color: #000;
}
.klienci {
    background: #efefef url(../../images/frontend/h3-full.gif) no-repeat 0 0;
}
#content .klienci h3 {
	margin-top: 0;
	margin-left: 10px;
	padding-top: 10px;
}
.klienci .inner{
    padding:6px 0px 30px;
    background: transparent url(../../images/frontend/crew-b.gif) no-repeat 0 100%;
}
.klienci .opis {
	width: 603px;
	margin: 0 auto;
	background: #fff url(../../images/frontend/klienciopis.gif) no-repeat 0 0;
}
.klienci .opis .inner {
	width: 593px;
	padding: 5px;
	background: transparent url(../../images/frontend/klienciopis-b.gif) no-repeat 0 100%;
}
#content .klienci ul {
	display: block;
	width: 100%;
}
#content .klienci ul li {
	float: left;
	padding: 5px 3px;
	background: none;
	width: auto;	
}
#content .klienci ul li a {
	border: none;
	padding-bottom: 1px;
}
#content .klienci ul li a:hover {
	border-bottom: 1px dotted #000;
	padding-bottom: 0;
}
.box-bot {
	padding: 10px;
	background: transparent url(../../images/frontend/round-b.png) no-repeat 0 100%;
}
#kontakt .box-bot {
	padding-bottom: 50px;
}

#contactForm{
	width:300px;
	margin: 0 auto;
	padding: 0;
}
#contactForm div.item {
	position:relative;
	width: 100%;
	float: left;
	margin-top:10px;
}
label {
	float: left;
	width: 100px;
	color: #7f7f7f;
	line-height:1.5em;
	text-align: right;
}
.item input,
.item textarea,
.item select {
	float:left;
	margin-left:10px;
	width: 188px;
	border: 1px solid #7f9db7;
	background-color:#fff;
}
.item textarea {
	height:141px;
}
.submit-box {
	float:left;
	width: 100%;
	margin:10px auto;
}
.submit-box input {
	margin-left: 232px;;
}
#content p.smaldesc {
	display: block;
	width: 400px;
	margin:0 auto;
	text-align:center;
	font-size: 0.8em;
	line-height: 1.1em;
}

					/*			 FOOTER			 */

#footer p{
	float: left;
}
#footer #copy {
	float: right;
	display: block;
	width: 320px;
}
#copy a {
    display: block;
	float: right;
	width: 101px;
	height: 23px;
	text-indent: -1000em;
	background: transparent url(../../images/frontend/copy.gif) no-repeat 0 0;
	border: none;
	overflow: hidden;
}
