/**
 * Reset
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

/**
 * Typography
 */

html {
	font-size: 100.01%;
}

body {
	font-size: 75%;
	color: #222;
	background: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: .5em;
}

h2 {
	font-size: 2em;
	margin-bottom: .75em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 { 
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin: 0 0 1.5em;
}

a:focus, a:hover {
	color: #000;
}

a {
	color: #009;
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

li ul, li ol {
	margin: 0;
}

ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

table {
	margin-bottom: 1.4em;
	width: 100%;
}

th {
	font-weight: bold;
}

thead th {
	background: #c3d9ff;
}

th, td, caption {
	padding: 4px 10px 4px 5px;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}

/**
 * Forms
 */

label {
	font-weight: bold;
	float: left;
}

fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

input.text, textarea, select {
	background-color: #fff;
	border: 1px solid #bbb;
}

input.text:focus, textarea:focus, select:focus {
	border-color: #666;
}

input.text, textarea, select {
	margin: .5em 0;
}

textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
}

input.checkbox, input.radio {
	position: relative;
	top: .25em;
}

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error {
	background: #fbe3e4;
	color: #8a1f11;
	border-color: #fbc2c4;
}

.notice {
	background: #fff6bf;
	color: #514721;
	border-color: #ffd324;
}

.success {
	background: #e6efc2;
	color: #264409;
	border-color: #c6d880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: 0 0 1.45em;
	border: none;
}

.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.clearfix {
	display: block;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clear { clear: both; }

/**
 * Container
 */

#container {
	width: 960px;
	margin: 0 auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
}

/**
 * Header
 */

#header {
	width: 960px;
}

#logo {
	float: left;
	position: relative;
	width: 320px;
	height: 96px;
}

#logo h1 {
	position: absolute;
	top: 16px;
	left: 18px;
	margin-bottom: 0;
}

#logo a {
	display: block;
	width: 224px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
	background: url(/img/frontend/logo.gif) no-repeat;
}

#sentences {
	float: left;
	width: 300px;
	background: #eaeaea;
	overflow: hidden;
}

#sentences .wrapper {
	padding: 26px 0 16px 20px;
}

#sentences .sentence {
	width: 280px;
	background: none !important;
}

#sentences blockquote {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 1.333em;
	line-height: 1.2;
	color: #000;
}

#sentences blockquote:before {
    content: '"';
}

#sentences blockquote:after {
    content: '"';
}

#sentences .author {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 1.166em;
	color: #747474;
}

#contact {
	float: right;
	width: 340px;
	height: 96px;
	position: relative;
}

#contact h2 {
	position: absolute;
	top: 26px;
	left: 40px;
	margin-bottom: 0;
	font-family: "Open Sans", sans-serif;
	color: #949494;
	font-weight: 600;
	font-size: 	1.833em;
}

#contact .phone {
	position: absolute;
	top: 25px;
	left: 140px;
	margin-bottom: 0;
}

#contact .phone a {
	font-family: "Open Sans", sans-serif;
    color: #bfbfbf;
    font-size: 2em;
    text-decoration: none;
}

#contact .email {
	position: absolute;
	top: 58px;
	left: 162px;
	margin-bottom: 0;
}

#contact .email a {
	font-family: "Open Sans", sans-serif;
	color: #f7bc1d;
}

#contact .email a span {
	color: #000;
}

#contact .email a span {
	color: #000;
}

#contact .email a:hover {
	color: #e85700;
}

#header-wrapper {
	position: relative;
	clear: both;
	width: 960px;
	height: 40px;
	background: url(/img/frontend/header-wrapper.gif) repeat-x;
	z-index:500;
}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 651px;
	height: 46px;
}

#nav ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#nav ul li {
	float: left;
	position: relative;
}

#nav ul li ul {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 100;
}

#nav ul li a {
	float: left;
	overflow: hidden;
	font-family: "Open Sans", sans-serif;
	color: #000;
	font-weight: 600;
	font-style: italic;
	text-decoration: none;
	height: 21px;
	padding: 10px 7px 15px 7px;
	font-size: 1.166em;
	background: url(/img/frontend/nav.png) repeat-x;
}

#nav ul li:hover ul {
	display: block;
}

#nav ul li ul {
	background: url(/img/frontend/nav-top.png) no-repeat;
	width: 141px;
	padding: 3px 0 0;
}

#nav ul li ul li a {
	display: block;
	float: none;
	height: auto;
	padding: 0 4px 0 1px;
	overflow: auto;
	background: url(/img/frontend/nav-middle.png) repeat-y;
	font-size: 1.083em;
	color: #000;
	text-decoration: none;
}

#nav ul li ul li a span {
	width: 118px;
	display: block;
	padding: 4px 9px;
	display: block;
	cursor: pointer;
}

#nav ul li ul li a:hover,
#nav ul li ul .selected a {
	text-decoration: underline;
	color: #f7bc1d;
}

#nav ul li ul li a:hover span,
#nav ul li ul .selected a span {
	background: #fff;
	color: #e85700;
}

#nav ul li ul .last {
	padding-bottom: 5px;
	background: url(/img/frontend/nav-bottom.png) 0 100% no-repeat;
}

#nav ul li a:hover,
#nav ul .selected a {
	background-position: 0 -46px;
	color: #fff;
}

#nav ul .selected ul li a {
	color: #000;
}

#nav ul .selected ul li.selected a {
    color: #F7BC1D;
}

#nav ul .submenu:hover a,
#nav ul .hover a,
#nav ul .hover a:hover {
	background-position: 0 -92px;
}

#search {
	position: absolute;
	top: 6px;
	left: 660px;
	width: 290px;
	height: 27px;
	overflow: hidden;
}

#search .text {
	position: absolute;
	top: 0;
	left: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999;
	border-color: #aeaeae;
	background: url(/img/frontend/input-text.gif) repeat-x #fff;
	padding: 4px;
	margin: 0;
	width: 214px;
	height: 15px;
	font-style: italic;
}

#search .text:focus {
	color: #000;
}

#search .submit {
	position: absolute;
	top: 0;
	left: 228px;
	cursor: pointer;
}

/**
 * Content
 */

#content {
	width: 100%;
}

#content a {
	color: #e85700;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content .more {
	color: #fac27e;
	font-family: "Open Sans", sans-serif;
	font-size: 1.166em;
	text-decoration: underline;
}

#content .more span {
	color: #e85700;
}

#content .more:hover {
	color: #e85700;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #444;
}

/**
 * Main Wrapper
 */

#main-wrapper {
	margin-bottom: 20px;
}

/**
 * Welcome
 */

#welcome {
	float: left;
	width: 280px;
	padding: 40px 20px;
}

#welcome p {
	font-family: "Open Sans", sans-serif;
	font-size: 1.74em;
	margin-bottom: .5em;
	color: #000;
}

/**
 * Offer
 */

#offer {
	float: left;
	width: 260px;
	border-top: 6px solid #e0e0e0;
	background: #eaeaea;
	padding: 34px 20px 10px;
}

#offer p {
	margin-bottom: 44px;
}

#offer a {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 1.75em;
	color: #000;
	border: 1px solid #b2b2b2;
	border-top-color:#c2c2c2;
	border-bottom-color: #a2a2a2;
	background: url(/img/frontend/offer-button.png) no-repeat;
	padding: 10px 20px 9px;
	overflow: hidden;
	-moz-box-shadow: 0 2px 6px #a2a2a2;
	-webkit-box-shadow: 0 2px 6px #a2a2a2;
	box-shadow: 0 2px 6px #a2a2a2;
}

#offer a:hover,
#offer a:focus {
	text-decoration: none;
	color: #e75700;
}

#offer a:focus {
	background-position: 0 -82px;
}

/**
 * Experts
 */

#experts {
	float: left;
	width: 320px;
	padding: 22px 0 0 20px;
}

#experts p {
	margin-bottom: .5em;
}

#experts .header {
	position: relative;
	height: 54px;
	width: 320px;
}

#experts h3 {
	position: absolute;
	top: 8px;
	left: 20px;
	font-family: "Open Sans", sans-serif;
	font-size: 1.833em;
	font-wieght: 700;
	color: #000;
}

#experts .browse {
	position: absolute;
	top: 6px;
	left: 270px;
	width: 24px;
	margin-bottom: 0;
}

#experts .previous {
	display: block;
	width: 24px;
	height: 0;
	padding-top: 23px;
	overflow: hidden;
	background: url(/img/frontend/up.gif) no-repeat;
}

#experts .experts {
	padding: 0 20px;
}

#experts .expert {
	height: 220px;
	overflow: hidden;
	background: none !important;
}

#experts .photo {
	float: left;
	display: block;
	background: url(/img/frontend/photo.gif) no-repeat;
	width: 98px;
	height: 98px;
	padding: 1px 5px 5px 1px;
}

#experts h4 {
	float: left;
	padding: 66px 0 0 20px;
	width: 156px;
	font-family: "Open Sans", sans-serif;
	font-size: 1.5em;
	margin-bottom: .5em;
}

#experts h4 a {
	color: #444;
	text-decoration: none;
}

#experts .description {
	clear: both;
	width: 280px;
}

#experts .footer {
	position: relative;
	height: 32px;
	width: 320px;
}

#experts .next {
	display: block;
	width: 24px;
	height: 0;
	padding-top: 23px;
	overflow: hidden;
	background: url(/img/frontend/down.gif) no-repeat;
}

/**
 * Newsline
 */

#newsline {
	border: 2px solid #f7941d;
	border-left: 0;
	border-right: 0;
	margin-bottom: 2.5em;
}

#newsline p {
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;
	background: #fbfbfb;
	margin: 0;
	font-family: "Open Sans", sans-serif;
	text-align: center;
	padding: 1em;
}

#newsline .date {
	font-size: 1.166em;
	color: #555;
}

#newsline .title {
	font-size: 1.5em;
	color: #f7bc1d;
	text-decoration: underline;
	margin: 0 1em;
}

#newsline .title span {
	color: #000;
}

#newsline .title:hover {
	color: #e75700;
}

#newsline .more {
	font-size: 1em;
}

/**
 * Blog
 */

#blog {
	float: left;
	width: 640px;
	position: relative;
	margin-bottom: 1.5em;
}

#blog .header {
	position: absolute;
	top: 0;
	left: 20px;
}

#blog h2 {
	position: relative;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.3;
	text-align: right;
	width: 280px;
}

#blog h2 strong {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Open Sans", sans-serif;
	font-wieght: 700;
	color: #000;
	font-size: 1.5em;
}

#blog h2 a {
	position: absolute;
	top: 0;
	right: 0;
}

#blog .post {
	padding: 0 0 0 320px;
}

#blog .detail {
	position: absolute;
	bottom: .5em;
	left: 0;
	width: 300px;
	text-align: right;
}

#blog .detail p {
	font-family: "Open Sans", sans-serif;
	margin-bottom: 0;
	color: #000;
}

#blog .author {
	font-size: 1.166em;
}

#blog .comments a {
	color: #f7bc1d;
	text-decoration: underline;
}

#blog .comments a span {
	color: #000;
}

#blog .comments a:hover {
	color: #e85700;
}

#blog .content {
	padding-right: 20px;
}

#blog h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.333em;
}

#blog h3 a {
	color: #f7bc1d;
	text-decoration: underline;
}

#blog h3 a span {
	color: #000;
}

#blog h3 a:hover {
	color: #e85700;
}

#blog .content p {
	margin-bottom: .5em;
}

/**
 * Bridge
 */

#bridge {
	float: right;
	width: 320px;
	text-align: center;
	background: url(/img/frontend/bridge.gif) center 20px no-repeat;
}

#bridge h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.5em;
	color: #000;
	padding: 60px 80px 0;
}

/**
 * Footer
 */

#footer {
	clear: both;
	position: relative;
	background: #dddddd;
	width: 960px;
	height: 41px;
	color: #000;
	border-top: 2px solid #969696;
}

/**
 * Copyrights
 */

#copyrights {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 0;
	padding: 11px 20px;
	width: 280px;
}

/**
 * Links
 */

#links {
	position: absolute;
	top: 0;
	left: 320px;
	margin-bottom: 0;
	padding: 10px 0;
	width: 300px;
	font-family: "Open Sans", sans-serif;
	font-size: 1.166em;
}

#links a {
	color: #ca7f51;
	margin-right: 1.5em;
}

#links a span {
	color: #c04e09;
}

#links a:hover {
	color: #c04e09;
}

#links .rss {
	background: url(/img/frontend/rss.gif) 0 50% no-repeat;
	padding-left: 20px;
}

/**
 * Design
 */

#design {
	position: absolute;
	top: 0;
	left: 620px;
	margin-bottom: 0;
	padding: 11px 94px 11px 20px;
	width: 226px;
	text-align: right;
	color: #737373;
}

#enzo {
	position: absolute;
	top: 9px;
	right: 20px;
	display: block;
	width: 68px;
	height: 0;
	padding-top: 23px;
	overflow: hidden;
	background: url(/img/frontend/enzo.gif) no-repeat;
}

/**
 * News Wrapper
 */

#news-wrapper {
	padding: 30px 20px;
}

#news-wrapper .news {
	width: 920px;
	clear: both;
}

#news-wrapper .detail {
	float: left;
	width: 140px;
	padding-right: 20px;
	text-align: right;
}

#news-wrapper .detail p {
	font-family: "Open Sans", sans-serif;
	margin-bottom: 0;
	color: #000;
}

#news-wrapper .content {
	float: left;
	width: 760px;
}

#news-wrapper h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.5em;
}

/**
 * Contact Wrapper
 */

#contact-wrapper {
	padding: 30px 0 30px 20px;
	width: 940px;
}

#contact-detail {
	float: left;
	padding-right: 20px;
	width: 440px;
}

#contact-detail.login-form {
	padding-right: 110px;
	width: 350px;
}

#contact-detail h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.25em;
	font-weight: bold;
}

#contact-detail address {
	font-family: "Open Sans", sans-serif;
	font-size: 1.25em;
	font-style: normal;
}

#contact-detail address a {
	color: #444;
	text-decoration: none;
}

#contact-detail p {
	font-family: "Open Sans", sans-serif;
	color: #7c7c7c;
}

#contact-detail.login-form p {
	font-size:1.08em;
	color: #000;
	line-height:1.7em;
}

#contact-detail.login-form a{
	color:#000;
	border-bottom:1px solid #F7BC1D;
	text-decoration:none;
}

#contact-detail.login-form a:hover{
	color:#000;
	border-bottom:1px solid #e85700;
	text-decoration:none;
}

#contact-form {
	float: left;
	width: 480px;
}

#contact-form h3 {
	width: 159px;
	height: 0;
	padding-top: 15px;
	overflow: hidden;
	background: url(/img/frontend/formularz-kontaktowy.gif) no-repeat;
}

#contact-form.login-form h3 {
	width: 75px;
	background: url(/img/frontend/logowanie.gif) no-repeat;
	margin-top:22px;
}

#contact-form .form-row {
  width: 480px;
  clear: both;
  padding-right: 10px;
  width: 80px;
}

#contact-detail.login-form h2 {
	width: 115px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	background: url(/img/frontend/case-studies.gif) no-repeat;
	margin-top:15px;
	margin-bottom:15px;
}

#contact-form .text {
  float: left;
	display: inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999;
	border-color: #aeaeae;
	background: url(/img/frontend/input-text.gif) repeat-x #fff;
	padding: 4px;
	margin: 0 20px 15px 0;
	width: 210px;
	height: 15px;
	font-style: italic;
}

#contact-form textarea {
  float: left;
	display: inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999;
	border-color: #aeaeae;
	background: url(/img/frontend/input-text.gif) repeat-x #fff;
	padding: 4px;
	margin: 0 20px 15px 0;
	width: 450px;
	height: 140px;
	font-style: italic;
}

#contact-form .submit-row {
	clear: both;
	position: relative;
	width: 460px;
	height: 27px;
	overflow: hidden;
}

#contact-form .submit {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#contact-form .reset {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	border: none;
	background: none;
	color: #f7bc1d;
	text-decoration: underline;
	overflow: visible;
	width: auto;
	height: 27px;
	line-height: 27px;
	cursor: pointer;
}

#contact-form .reset span {
	color: #000;
}

/**
 * Experts Wrapper
 */

#experts-wrapper {
	padding: 30px 0;
}

#eksperci {
	width: 73px;
	height: 0;
	padding-top: 19px;
	overflow: hidden;
	background: url(/img/frontend/eksperci.gif) no-repeat;
}

#doradcy {
	width: 75px;
	height: 0;
	padding-top: 19px;
	overflow: hidden;
	background: url(/img/frontend/doradcy.gif) no-repeat;
}

#experts-wrapper .expert {
	float: left;
	width: 460px;
	padding: 0 20px 0 0;
}

#experts-wrapper .wrapper {
  width: 460px;
}

#experts-wrapper .photo {
	float: left;
	display: block;
	background: url(/img/frontend/photo.gif) no-repeat;
	width: 98px;
	height: 98px;
	padding: 1px 5px 5px 1px;
	margin-bottom: .5em;
}

#experts-wrapper .content {
	float: left;
	width: 320px;
	padding: 0 0 0 26px;
}

#experts-wrapper h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.5em;
	margin-bottom: .5em;
}

#experts-wrapper h2 a {
	color: #444;
	text-decoration: none;
}

#experts-wrapper h2 a:hover {
	text-decoration: underline;
}

#experts-wrapper .content p {
	margin-bottom: .5em;
}

/**
 * Expert Wrapper
 */

#expert-wrapper {
	padding: 30px 0;
}

#expert-wrapper .browse {
	position: relative;
	height: 23px;
}

#expert-wrapper .browse a {
	position: absolute;
	top: 0;
	display: block;
	height: 23px;
	line-height: 23px;
	color: #797979;
	font-size: 1.25em;
	font-family: "Open Sans", sans-serif;
}

#expert-wrapper .previous {
	left: 0;
	background: url(/img/frontend/previous.gif) no-repeat;
	padding-left: 28px;
}

#expert-wrapper a em {
	font-style: italic;
	font-size: .8em;
}

#expert-wrapper .next {
	right: 0;
	background: url(/img/frontend/next.gif) 100% 0 no-repeat;
	padding-right: 28px;
}

#expert-wrapper td,
#expert-wrapper th {
	vertical-align: top;
}

#expert-wrapper .photo {
	float: right;
	display: block;
	background: url(/img/frontend/photo.gif) no-repeat;
	width: 98px;
	height: 98px;
	padding: 1px 5px 5px 1px;
	margin-bottom: 0;
}

#expert-wrapper h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.5em;
	margin-bottom: 0;
}

#expert-wrapper .email a {
	font-family: "Open Sans", sans-serif;
	color: #f7bc1d;
	text-decoration: underline;
}

#expert-wrapper .email a span {
	color: #000;
}

#expert-wrapper .email a span {
	color: #000;
}

#expert-wrapper .email a:hover {
	color: #e85700;
}

#expert-wrapper th {
	font-weight: normal;
	font-style: italic;
	font-family: "Open Sans", sans-serif;
	font-size: 1.084em;
	text-align: right;
}

/**
 * Articles Wrapper
 */

#articles-wrapper {
	padding: 40px;
}

#articles-wrapper .article {
	width: 720px;
	clear: both;
}

#articles-wrapper .photo {
	float: left;
	width: 100px;
	margin-bottom: .5em;
}

#articles-wrapper .content {
	float: left;
	width: 620px;
}

#articles-wrapper .body p {
	margin-bottom: .5em;
}

#articles-wrapper h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.417em;
	margin-bottom: 1.5em;
}

#articles-wrapper h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.333em;
	margin-bottom: .5em;
}

#articles-wrapper h2 a {
	color: #f7bc1d;
	text-decoration: underline;
}

#articles-wrapper h2 a span {
	color: #000;
}

#articles-wrapper h2 a:hover {
	color: #e85700;
}

/**
 * Search Results Wrapper
 */

#search-results-wrapper {
	padding: 40px 160px;
}

#search-results-wrapper h1 {
	font-family: "Open Sans", sans-serif;
	color: #6f6f6f;
	font-size: 1.5em;
	margin-bottom: 1em;
}

#search-results-wrapper h1 strong {
	color: #e75700;
	font-weight: normal;
}

#search-results-wrapper .body p {
	margin-bottom: .5em;
}

#search-results-wrapper h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.333em;
	margin-bottom: .5em;
}

#search-results-wrapper h2 a {
	color: #f7bc1d;
	text-decoration: underline;
}

#search-results-wrapper h2 a span {
	color: #000;
}

#search-results-wrapper h2 a:hover {
	color: #e85700;
}

/**
 * Gallery Wrapper
 */

#gallery-wrapper {
	width: /*660px*/100%;
	padding: 30px 0;
	margin: 0 auto;
}

#gallery-wrapper .gallery {
	float: left;
	width: /*200*/192px;
	text-align: center;
}

#gallery-wrapper .photo {
	margin-bottom: 0;
	line-height: 0;
}

#gallery-wrapper h2 {
	font-family: "Open Sans", sans-serif;
	font-size: /*1.5em*/1.42em;
	margin-bottom: .5em;
}

#gallery-wrapper h2 a {
	color: #f7bc1d;
	text-decoration: underline;
}

#gallery-wrapper h2 a span {
	color: #000;
}

#gallery-wrapper h2 a:hover {
	color: #e85700;
}

#gallery-wrapper .row {
	clear: both;
}

/**
 * Wrap
 */

.wrap1, .wrap2, .wrap3 {
	background: url(/img/frontend/wrap.gif) repeat-x #fafafa;
	border: 1px solid #eaeaea;
	text-align: center;
	float: left;
	width: 48%;
	margin-right: 1%;
	padding: 16px 0;
	font-family: "Open Sans", sans-serif;
	font-size: 1.5em;
	line-height: 1.111;
	overflow: hidden;
}

.wrap1 {
	padding: 36px 0;
	height: 20px;
}

.wrap2 {
	padding: 26px 0;
	height: 40px;
}

.wrap3 {
	padding: 16px 0;
	height: 60px;
}

.clear-left{clear:left;}

#pager{margin-top:20px;}

.prev-page{margin-right:20px; padding-right:20px; border-right: 1px solid #E85700;}

/*-----------brydz-------*/

.left-column{width:610px; float:left; margin-right:60px;}
.right-column{float:right; width:210px;}

#articles-wrapper .left-column h2, #articles-wrapper .right-column h2{font-size:18px; color:#000;}

.left-column ul, .right-column ul {margin:0; padding:0; font-family: "Open Sans", sans-serif;; list-style-type:none;}

#rozgrywki dt{
  font-size:12px;
  color:#7c7c7c;
   float:left;
  width:170px;
  padding-right:10px;
  text-align:right;
  font-weight:normal;
} 

#rozgrywki dd {width:412px; float:left;}

#rozgrywki{margin-top:20px;}

#rozgrywki dl{margin-bottom:25px;  float:left; width:100%;}

#content .left-column ul a, #content .right-column ul a, #rozgrywki dd a {
  color: #000;
	border-bottom:1px solid #f7bc1d;
  font-size:14px;
  text-decoration:none;
}

#content .left-column ul a:hover, #content .right-column ul a:hover, #rozgrywki dd a:hover {
	border-bottom:1px solid #e85700;	
	text-decoration:none;
}

#content .right-column ul#zawodnicy a{
  font-size:16px;
}

.right-column li{margin-bottom:8px;}

ul#zawodnicy{ margin-bottom:45px;}

.right-column h2{margin-bottom:17px !important;}

#brydz{
  border-top:2px solid #f7941d;
  border-bottom:2px solid #f7941d;
  color:#000;
  font-size:18px;
  font-family: "Open Sans", sans-serif;
  text-align:center;
  background:#f7f7f7 url(/img/frontend/symbole.png) no-repeat 0 0;
  margin-bottom:45px;
  padding:14px 0;
}

#brydz p{margin:0;}

#brydz a {
	color: #fac27e;
	text-decoration: underline;
}

#brydz a span {
	color: #e85700;
}

#brydz a:hover {
	color: #e85700;
}
/*------------------*/

#ramka1, #ramka2, #ramka3, #ramka4, #ramka5{ float: right;padding-left: 20px;width: 440px; position:relative; margin-bottom:20px; min-height:100px; _height:expression("100px");}
#k1, #k2, #k3 {
    float: left;
    text-align: right;
    width: 340px;
}

#oferta-panel h3 {
    font: italic 18px/20px Georgia, serif;
    color:#000;
    margin-bottom:0;
}

#oferta-panel li {
    font: normal 14px/20px Georgia, serif;
}
#oferta-panel li a {
	color: #f7bc1d;
	text-decoration: underline;
}

#oferta-panel li a span {
	color: #000;
}

#oferta-panel li a:hover {
	color: #e85700;
}

#oferta-panel ul{padding-left:15px; margin-bottom:0;}

#oferta-panel{margin-bottom:40px; float:left; width:100%;}

#ramka1:before{
    content: " ";
    display: block;
    height: 1px;
    left: -99px;
    position: absolute;
    top: 50px;
    width: 97px;
}

#ramka4:before, #ramka5:before{
    content: " ";
    display: block;
    height: 1px;
    left: -127px;
    position: absolute;
    top: 50px;
    width: 125px;
}

#ramka1{
  border-left:3px solid #F7C61D;
}

#ramka1.hover{
  border-left:9px solid #F7C61D;
}

#ramka2{
  border-left:3px solid #F7941D;
}

#ramka2.hover{
  border-left:9px solid #F7941D;
}

#ramka3{
  border-left:3px solid #DA5C09;
}

#ramka3.hover{
  border-left:9px solid #DA5C09;
}

#ramka4{
  border-left:3px solid #A7D66B;
}

#ramka4.hover{
  border-left:9px solid #A7D66B;
}

#ramka5{
  border-left:3px solid #90D466;
}

#ramka5.hover{
  border-left:9px solid #90D466;
}


#ramka1:before{
	background:#F7C61D;
}

#ramka2:before{
  background:#F7941D;
  width:140px;
  left:-140px;
}

#ramka3:before{
  background:#DA5C09;
  width:190px;
  left:-191px;
}

#ramka4:before{
	background:#A7D66B;
	top:62px;
}

#ramka5:before{
	background:#90D466;
	top:62px;
}

#k1,#k2,#k3{position:relative;}

#canvas{
  position:absolute;
  top:160px;
  left:0;
  z-index:1000;
}

#kolo-link-1 {
    border-radius: 1000px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -o-border-radius: 1000px;
    display: block;
    height: 226px;
    left: 119px;
    position: absolute;
    top: 0;
    width: 223px;
    z-index: 100;
    background:transparent url(/img/frontend/przedsiebiorstwo.png) no-repeat 0 0;
    text-indent:-1000em;
    text-align:left;
}
#kolo-link-1:hover{
  background-position:0 -226px;
}
#kolo-link-2 {
    border-radius: 1000px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -o-border-radius: 1000px;
    display: block;
    height: 161px;
    left: 149px;
    position: absolute;
    top: 30px;
    width: 161px;
    z-index: 200;
    background:transparent url(/img/frontend/marketing.png) no-repeat 0 0;
    text-indent:-1000em;
    text-align:left;
}

#kolo-link-2:hover{
  background-position:0 -161px;
}

#kolo-link-3 {
    border-radius: 1000px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -o-border-radius: 1000px;
    display: block;
    height: 103px;
    left: 179px;
    position: absolute;
    top: 60px;
    width: 103px;
    z-index: 300;
    background:transparent url(/img/frontend/sprzedaz.png) no-repeat 0 0;
    text-indent:-1000em;
    text-align:left;
}
#kolo-link-3:hover{
  background-position:0 -103px;
}
#kolo-link-4 {
    border-radius: 1000px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -o-border-radius: 1000px;
    display: block;
    height: 130px;
    left: 165px;
    position: absolute;
    top: 0;
    width: 130px;
    z-index: 100;
    background:transparent url(/img/frontend/kolo2.png) no-repeat -45px 0;
    text-indent:-1000em;
    text-align:left;
}

#kolo-link-5 {
    border-radius: 1000px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -o-border-radius: 1000px;
    display: block;
    height: 130px;
    left: 165px;
    position: absolute;
    top: 0;
    width: 130px;
    z-index: 100;
    background:transparent url(/img/frontend/kolo3.png) no-repeat -45px 0;
    text-indent:-1000em;
    text-align:left;
}
#kolo-link-4:hover{
  background-position:-45px -132px;
}
#kolo-link-5:hover{
  background-position:-45px -132px;
}

.kolo-nav{
  padding:0;
  margin:0;
  list-style-type:none;
}
