﻿@charset "utf-8";

/* ------------------------------------
 * --        TABLE OF CONTENT        --
 * ------------------------------------
 * 1. Global CSS reset
 * 2. Links
 * 3. Lists
 * 4. Tables
 * 5. Forms
 * 6. Typography
 * 7. Basic classes
 * 8. Layout:
 * 		a. base
 * 
 ------------- poniższe pliki korzystają wspólnie z większości ustawień -------------
 *
 * 		b. services
 * 		c. the team
 * 
 ---- contact i home nieco się różnią chociaż też używają sporo z tego co reszta ----
 * 		d. contact
 * 		e. home
 */

/* ********** 1 ********** */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, 
q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, hr, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
}

html, body  {
	background: #435059;
	color: #667279;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	line-height: 1.5;		
	text-align: left;
}

html { overflow-y: scroll !important; }

img, fieldset { border: 0 none; outline: 0 none; }

form :focus, a:focus { outline: 0 none; }  


a, em, strong, span, acronym, abbr, q, cite {
  color: inherit;	
	font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-variant: inherit;	
  font-weight: inherit;
}

em { font-style: italic; }

strong { font-weight: bold; }

em strong, strong em {
  font-style: italic;
	font-weight: bold;
}

acronym, abbr {
	border-bottom: 1px dotted;	
	cursor: help;
}

q, cite, blockquote { quotes: none; }

/* ********** 2 ********** */

a:link, a:active, a:visited, a:hover {
	color: #FF0000;
	font-weight: bolder;
	text-decoration: underline;
}

a:hover { 
	text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline !important;
}

/* ********** 3 ********** */

ol, ul { list-style: none; }

ul.bulleted {
	margin-left: 30px;
	padding: 0 0 5px;
}

ul.bulleted03 {
	padding: 0 0 5px;
}

ul.bulleted li, ul.bulleted03 li {
	background: url(../images/common/bullet.gif) no-repeat 0 5px;	
	padding: 0 0 5px 18px;
}

ul.bulleted03 li {
	background: url(../images/common/bullet-03.gif) no-repeat 0 5px;	
}

ul.bulleted02 {
	margin-left: 25px;
	padding: 0 0 5px;
	font-size: 15px;
}

ul.bulleted02 li {
	background: url(../images/common/bullet-02.gif) no-repeat 0 4px;	
	padding: 0 0 5px 26px;
}

/* ********** 4 ********** */

table { 
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
}

/* ********** 5 ********** */

textarea {
	overflow: auto;
	display: block;
}

.textInput {
	border: 1px solid #667279;
	padding: 2px
}

.textInput:focus {
	border: 1px solid #80871c;
}

.button {
	border: 1px solid #80871c;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0 10px;
	font: bolder 14px/36px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #80871c;
	height: 36px;
	background: #fff;
}

.button:hover {
	border: 1px solid #fff;
	color: #fff;
	background: #80871c;
}

/* ********** 6 ********** */

h1, h2 { 
	border-bottom: 1px solid #cacdd0;
	color: #cacdd0;
	font: bold 25px/1.7 Georgia, Times New Roman, Times, serif;
	margin: 0 0 20px;
} 

h3, h4, legend { 
	color: #80871c;
	font: bold 15px/1.5 Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 10px;
}

h5, h6 { 
	font: bold 13px/1.5 Verdana, Arial, Helvetica, sans-serif;
}

p, address, ul, ol {
	font-style: normal;
	padding: 0 0 10px;
}

address {
	font: normal 13px/1.5 Georgia, Times New Roman, Times, serif;
}

/* ********** 7 ********** */

.red { color: #ff0000; }

.highlighted { 	color: #80871c; }

.highlighted02 { color: #f00; }

.highlitbold {
	background-color: #99FF33;
	font-weight: bold;
}
.fact {
	color: red;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.invisible { display: none; }

.fl_left { float: left !important; }

.fl_right { float: right !important; }

img.fl_left { margin: 0 15px 10px 0; }

img.fl_right { margin: 0 0 10px 15px; }

.clear { clear: both; }

.bold { font-weight: bold; }

.error { color: #dc1919; font-weight: bold; }

.debug { border: 1px solid red; }

/* ********** 8a ********** */


#wrapper, form.wrapper { /* to drugie w wypadku .NET */
	background: #fff url(../images/common/main-bg.gif) repeat-y 0 0;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 966px;	
}

#masthead {
	background: url(../images/common/masthead.jpg) no-repeat 0 0;
	border: 0 none;
	height: 177px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 944px;
}

#masthead a, #masthead span {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	right: 92px;	

}

#masthead a {
	height: 65px;
	top: 20px;
	width: 255px;
}

#masthead span {
	bottom: 0;
	height: 80px;
	width: 540px;
}

#navBar {
	height: 44px;
	background: #435059;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 92px;
	width: 760px;
}

#navBar ul {
	float: left;
	margin: 10px 0 10px 0;
	height: 24px;
	overflow: hidden;
	padding: 0;
	width: 800px;
}

#navBar ul li {
	display: inline;
}

#navBar ul a, #navBar ul a:link, #navBar ul a:active, #navBar ul a:hover {
	border: 1px solid #cad121;
	color: #fff;
	display: block;
	float: left;
	font: normal 13px/22px Verdana, Arial, Helvetica, sans-serif;
	height: 22px;
	margin-right: 10px;
	padding: 0 5px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	width: 77px;
}

#navBar ul a:hover, #navBar ul a.active {
	border: 1px solid #fff;
	color: #435059;
	background: #cad121;
}

#accessibilityBar {
	float: right;
	height: 21px;
	overflow: hidden;
	margin: 12px 0;
	line-height: 20px;
	width: 242px;
}

#accessibilityBar a
{
	text-decoration: none;
}

#accessibilityBar span {
	float: left;
	text-transform: uppercase;
	color: #cad121;
	padding: 0 5px 0 5px;
}

/*
#accessibilityBar a {
	display: block;
	float: left;
	height: 20px;
	overflow: hidden;
	width: 20px;
	text-indent: -9999px;
	margin: 0 5px 0 0;
}*/

#accessibilityBar a:last-child {
	margin: 0;
}

/*#accessibilityBar .increase {
	background: url(../images/common/increase.gif) no-repeat 0 0;
}

#accessibilityBar .decrease {
	background: url(../images/common/decrease.gif) no-repeat 0 0;
}

#accessibilityBar .leading {
	background: url(../images/common/leading.gif) no-repeat 0 0;
}

#accessibilityBar .contrast {
	background: url(../images/common/contrast.gif) no-repeat 0 0;
}

#accessibilityBar .reset {
	background: url(../images/common/reset.gif) no-repeat 0 0;
}*/

#accessibilityBar a:hover {
	background-position: 0 -20px;
}

#breadcrumbs {
	font: normal 14px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	min-height: 16px;
	padding: 20px 92px 0px;
	width: 460px;
	float: left;
}

#breadcrumbs span {
	background: url(../images/common/crumbs-divider.gif) no-repeat 0 51%;
	padding: 0 5px 0 20px;
}

#breadcrumbs span:first-child {
	background: none;
	padding: 0 5px 0 0;
}

#breadcrumbs a {
	font-weight: normal !important;
	text-decoration: none !important;
	color: #667279 !important;
}

#breadcrumbs .active {
	color: #cad121;
}

#content {
	margin: 40px 208px 0;
	width: 550px;
	padding: 0 0 80px 0;
	overflow: hidden;
}

#content IMG[align="right"]
{
    margin-left:15px;
    margin-right:0px;
}

#content IMG[align="left"]
{
    margin-right:15px;
    margin-left:0px;
}

#footer {
	font: normal 13px/40px Verdana, Arial, Helvetica, sans-serif;
	height: 40px;
	margin: 0;
	overflow: hidden;
	padding: 0 92px;
	width: 760px;
	position: absolute;
	left: 11px;
	bottom: 0;
}

#footer a {
	color: #667279;
	text-decoration: none;
	font-weight: normal;	
}

#footer a:hover {
	text-decoration: underline;
}

/* ********** 8b ********** */

.callouts {
	margin: 0;
}

.callouts li.item {
	padding: 0 0 2px;
	background: url(../images/common/callouts-divider.gif) repeat-x 0 100%;
	overflow: hidden;
}

.callouts li.lastItem {
	padding: 0;
	background: none;
}

p.more {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 15px;
}

/* ********** 8c ********** */

.callouts li.item img.fl_left, .callouts li.lastItem img.fl_left { margin: 15px 15px 10px 0; }
.presentationPhoto { margin-top: 10px !important; margin-right: 20px !important; }

/* ********** 8d ********** */


.contact li {
	padding: 0 0 5px 20px;
}

.contact li a {
	color: #667279 !important;
	text-decoration: none !important;
	font-weight: normal !important;	
}

.contact li a:hover {
	text-decoration: underline !important;
}

.phone {
	background: url(../images/common/tel-ico.gif) no-repeat 0 3px;	
}

.fax {
	background: url(../images/common/fax-ico.gif) no-repeat 0 3px;	
}

.mobile {
	background: url(../images/common/kom-ico.gif) no-repeat 0 3px;	
}

.email {
	background: url(../images/common/mail-ico.gif) no-repeat 0 3px;	
}

.contactFrm {
	margin: 15px 0 0;
	padding: 10px 20px;
	border: 1px solid #80871c;
	background: #fbfff0;
}

.contactFrm label, .specialFrm label {
	display: block;
	width: 60px;
	float: left;
}

.contactFrm textarea {
	margin: 15px 0 10px;
	width: 504px
}

* html .contactFrm 
{
	padding: 10px 18px;
}

.contactFrm div, .specialFrm div {
	padding: 2px 0 3px;
}

.contactFrm input.textInput {
	width: 340px;
}

.contactFrm .butHolder {
	display: block;
	text-align: right;
	padding: 5px 0;
}

.contactFrm .butHolder input {
	background: #fff;
	border: medium none;
	font: bold 14px/1 Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}

.contactFrm .butHolder input:hover {
	color: #cad121;
}

.note {
	font: 11px/1.5 Georgia, Times New Roman, Times, serif;
	padding: 10px 0;
}

/* ********** 8e ********** */

#content.homeContent {
	margin: 76px auto 0;
	width: 760px;
	padding: 0 92px 80px;
	overflow: hidden;
}

.homeContent .col {
	width: 365px;
}

.homeContent .left {
	float: left;
	padding: 0 15px 0 0;
}

.homeContent .right {
	float: right;
	padding: 0 0 0 15px;
}

.homeContent .right p {
	font-size: 15px;
}
.homeContent .right .intro {
	font: bold 18px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 0 20px;
}

.homeContent .left .inner {
	border: 4px dashed #1a171b;
	background: #eff1bc;
	padding: 20px 25px;
	color: #1a171b;
	margin: 6px 0 0;
}

.homeContent .left h1, .homeContent .left h2 { 
	border: 0 none;
	color: #f00;
	font: bold 25px/1.2 Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 15px;
} 

.homeContent .left .intro {
	font-size: 15px;
}

.specialFrm {
	background: #ebecee;
	border: 1px solid #a8ac6a;
	padding: 10px;
	margin: 5px auto 15px;
}

.homeContent .left p, .homeContent .left ul {
	font-size: 11px;
}

.specialFrm fieldset p {
	font-size: 14px;
	letter-spacing: -1px
}

.specialFrm > p {
	color: #667279;	
	padding-bottom: 5px
}

.specialFrm p input {
	margin-left: 0;
}

.specialFrm .textInput {
	border-color: #878e2a;
	width: 200px;
}

.specialFrm .textInput:focus {
	border-color: #d3d983;
}

.specialFrm .butHolder {
	padding: 10px 0 5px 95px;
}

.specialFrm .butHolder .button {
	margin: 0;
}

/* ADDED ON 08th May 2009 */

.form
{
	background-color: #f2ffbd;
	margin-top: 20px;
	padding: 10px;
	border: solid 1px #CAD121;
}
.form p
{
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}
.form input
{
	width: 300px;
}
.form div ul li input
{
	width: 15px;
}
.form .row
{
	border-bottom: 1px solid #fff;
	display: block;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
.form .rowLast
{
	width: 100%;
	display: block;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
.form .row:after
{
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
	content: ".";
}
.form .label
{
	width: 100px;
	/*float: left;*/
	padding-top: 5px;
	display: block;
}

.submitButton
{
	text-align: right;
}
.submitButton input
{
	width: 100px;
}
.downloads li
{
	list-style-image: url(../Images/bw_download.gif);
	margin: 0.5em 0 0.5em -25px;
	padding-bottom: 2px;
}
.downloads li:hover
{
	list-style-image: url(../Images/bw_download_over.gif);
}
.downloads table
{
	border-collapse: collapse;
	border: 1px #CAD121 solid;
}

.edit1 a
{
	background-image: url(../Images/edit.gif);
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
}
.edit1 a:hover
{
	background-image: url(../Images/edit-over.gif);
}
.delete1 a
{
	background-image: url(../Images/delete.gif);
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
}
.delete1 a:hover
{
	background-image: url(../Images/delete-over.gif);
}
.up a
{
	background-image: url(../Images/up.gif);
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
}
.up a:hover
{
	background-image: url(../Images/up-over.gif);
}
.down a
{
	background-image: url(../Images/down.gif);
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
}
.down a:hover
{
	background-image: url(../Images/down-over.gif);
}
table
{
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border: 1px #EBECEE solid;
}
th
{
	background-color: #CAD121;
	border-color: #EBECEE;
	text-align: left;
	color: #FFFFFF;
}
td
{
	font-family: Verdana, Tahoma, Arial, sans-serif, helvetica;
	color: #68757D;
	border: 1px #EBECEE solid !important;
	border-collapse: collapse;
	padding: 2px;
}

/* Contact page */
.contactFooter
{
	font-size: 12px;
}

/* Makes links right aligned. */
ul.bulleted li a 
{
	float:right;
}

ul.bulleted li 
{
    overflow:hidden;
}
