@CHARSET "UTF-8";

@import url('banner.css');

* {
	padding: 0;
	margin: 0;
}

img a,img {
	border: none;
}

body {
	font-family: verdana;
	color: #818181;
	font-size: 75%;
	color: #818181;
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 104px;
}

/*--------------------------------------------- MOOTOOLS
*/ /*
----------------------------------tagi html*/ /*link*/
a {
	color: #818181;
	
	font-style: normal;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
}

/*link odwiedzony*/
a:visited {
	color: #818181;
}

/*link hover*/
a:hover {
	text-decoration: underline;
}

/* tekst */
p {
	font-family: arial;
	font-size: 12px;
	line-height: 1.5em;
	font-style: normal;
	color: #737173;
}

/*
-------------------------------------LAYOUT*/ /*glowny kontener*/
#container,#title_container {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

/*kontener dla logo i linków górnych*/
#top {
	height: 104px;
	position: relative;
	background: url(img/top_nav_left.jpg) no-repeat bottom right;
}

#top_menu {
	position: absolute;
	top: 45px;
	right: 0px;
}

/*kontener linki góra */
#top_nav {
	float: left;
	text-align: right;
	font-size: 12pt;
}

#top_nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

#top_nav ul li {
	display: inline;
	line-height: 106px;
}

#top_nav a span {
	float: left;
	display: block;
	background: url(img/top_nav_left.jpg) no-repeat bottom left;
	padding: 0 15px 0 15px;
	cursor: pointer;
}

/*linki góra*/
#top_nav ul li a {
	float: left;
	text-decoration: none;
	font-family: arial;
	line-height: 60px;
	color: #000;
	background: url(img/top_nav_right.gif) repeat-x bottom;
}

#top_nav ul li a:hover,#top_nav ul li a.active {
	color: #587691;
	background: url(img/top_nav_right_hover.gif) repeat-x bottom;
}

/*linki góra język*/
#top_lang {
	float: left;
	font-size: 10pt;
	font-family: arial;
	color: #000;
	text-align: center;
	background: url(img/top_nav_left.jpg) no-repeat bottom left;
}

#top_lang ul {
	padding: 0 0 7px 0;
	margin: 16px 0 0 1px;
	background: url(img/top_nav_right.gif) repeat-x bottom;
	list-style: none;
}

#top_lang ul li {
	background: none;
	display: block;
	padding: 0px 3px 2px 3px;
	margin: 0 10px 0px 10px;
	border-bottom: 1px solid #587691;
}

#top_lang ul li.first {
	border-bottom: none;
}

#top_lang ul li a {
	color: #000;
	width: 30px;
	font-size:10px;
	padding: 0 3px 0px 3px;
}

#top_lang ul li a:hover {
	color: #587691;
}

#top_lang ul li a.selected {
	color: white;
	background: #587691;
}

/*search container*/
#search {
	float: right;
	margin: 5px;
}

#search input.text {
	position: relative;
	bottom: 8px;
	width: 145px;
	height: 12px;
	line-height: 10px;
	font-size: 9px;
}

.cse-overlay-bg {
	z-index: 15;
}

.cse-overlay {
	z-index: 16;
}

/*---------------------------------
	menu title container  */
#title_container {
	height: 49px;
	background: url(img/white_arrow.gif) no-repeat;
	background-position: 54px 43px;
}

#title_wrapper h2 {
	line-height: 42px;
	padding: 0px;
	padding-left: 25px;
	margin: 0px;
}

#title_wrapper {
	margin-top: 45px;
	height: 49px;
	background: url(img/title_hdr_bck.gif);
}

/* 
-----------------------------------centralny kontener */
#center_container {
	position: relative;
	margin: 0px 0 0 0;
	padding: 0px;
}

#center_container h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #6a8250;
	line-height: 2em;
}

.section_wrapper .section_content {
	margin: 0px 0px 0px 20px;
}
.section_content p{
	margin-top:1em;
}
.section_content ul{
	margin-left:2em;
}
.left_content {
	padding: 0px 0px 20px 0;
	border-right: 1px solid #e7e3e7;
	width: 420px;
	float: left;

}

.left_content p  , .right_content p {
	font-size: 10pt;
	line-height: 1.5em;
	padding: 0 20px 0 0;
}

.middle_content {
	float: left;
	padding: 0px;
	width: 354px;
	border-right: 1px solid #e7e3e7;
}

.right_content,.three_column_container .right_content {
	float: left;
	width: 150px;
}

.two_column_container  .section_wrapper {
	margin-top: 0px;
}
.section_wrapper .section_content{
	margin-top:10px;
	}
.two_column_container .left_content,.three_column_container .left_content
	{
	width: 240px;
}

.two_column_container .right_content {
	width: 690px;
}

/*-----------three column containers */
.three_column_container .middle_content {
	width: 550px;
}

/*-------------- content_menu */
ul.content_menu {
		margin-top:-10px;
	list-style-type: none;
	font-size: 12px;
	width:100%;
	margin-left:0px;
}

ul.content_menu li ,ul.content_menu li.active {
	
	margin-right: 0px;
	padding:0px;
	border: 1px solid #e7e3e7;
	border-top: none;
	border-right: none;
}
ul.content_menu li a{
	margin:0px;
	line-height:30px;
	display:block;
	height:30px;
	
}
ul.content_menu li:hover, ul.content_menu li.active {
	background: url(img/mnu_content_active_bck.gif);
	color: #587691;
}

ul.content_menu li:hover a,ul.content_menu li:hover a:visited,ul.content_menu li.active a:visited {
	color: #587691;
	background: url(img/mnu_content_active_bck.gif);
	
}

ul.content_menu li a,ul.content_menu li a:visited,ul.content_menu li.active a {
	font-size: 12px;
	color: black;
	margin-left:10px;
}

ul.content_menu li  a:hover,ul.content_menu li  a.active {
	color: #587691;
}

ul.news {
	list-style-type: none;
	/*list-style-position: outside;*/
}

ul.news li {
	padding: 9px 0 0 35px;
	margin: 3px 0 0 0;
	background: url("img/news_icon.gif") no-repeat;
}

ul.news  h2 a {
	font: arial;
	font-weight: normal;
	font-size: 12px;
	color: #737173;
}

.right_content  h2 {
	padding: 0;
	margin: 0;
	font-size: 12pt;
}

ul.news li p {
	padding: 0;
	font-family: arial;
	margin: 0;
	color: #b5b6b5;
	font-size: 9px;
}

/*---------------------------------
		content  styles */
#content {
	padding: 10px 0px 20px 10px;
}

div#content p {
	margin-top: 1em;
	line-height: 1.5em
}

div#content dl {
	
	margin-top: 0.3em;
}

div#content dd,div#content li {
	line-height: 1.3em;
	margin-left: 2em;
}
div#content ul{
	margin:1em 0px 0px 0em;
}
.left_content .contact_data p{
	
	margin-top:10px;
	line-height:1.5em;
	}
	
.middle_content a,.left_content a   ,.right_content a {
	margin-top: 20px;
}

#bg_bottom {
	width: 100%;
	height: 22px;
	color: red;
	margin-top: -14px;
	background-image: url(img/bottom_bg.gif);
}

/*stopka*/
#fotter {
	position: relative;
	font-family: arial;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 10px;
	width: 960px;
	text-align: left;
	padding: 0;
	height: 80px;
	color: #737173;
	line-height: 1.5em;
	margin: 0 auto;
}

#fotter ul {
	display: block;
	margin: 0;
	padding: 0;
}

#fotter ul li {
	display: inline;
	border-right: 1px solid gray;
	padding: 0 4px 0 0px;
	margin:0px;
}

#fotter ul li.last {
	border: none;
	padding: 0;
}

#fotter ul li a {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #737173;
	font-size: 10px;
}

#fotter UL LI a:hover {
	
}

/*element czyszczący*/
.clear {
	clear: both;
}

/*
-------------------------------------Forms */
#search_btn {
	padding: 10px;
	margin: 0 0 0 0;
	background: none;
	background-image: url(img/search_btn.gif);
	height: 24px;
	width: 24px;
	border: none;
	cursor: pointer;
}

/*
-------------------------------------Klasy */
a.learn_btn,a.blue_btn,a.blue_btn:visited,a.learn_btn:visited,a.blue_btn:hover,a.learn_btn:hover,input.blue_btn
	{
	display: block;
	width: 87px;
	text-align: center;
	color: white;
	font-family: tahoma;
	font-size:10px;
	text-transform:uppercase;
}

a.learn_btn,input.blue_btn {
	height: 17px;
	line-height: 17px;
	border-top: 1px solid #587691;
	border-left: 1px solid #587691;
	border-bottom: 1px ridge gray;
	border-right: 1px ridge gray;
	
	background: #587691 url(img/btn_learn_bg.gif) repeat-x;
}

a.blue_btn {
	height: 17px;
	line-height: 17px;
	background: url(img/btn_blue_bg.gif);
	border: none;
	color: white;
}

input.blue_btn {
	line-height: 17px;
	font-size: 75%;
	width: 55px;
	cursor: pointer;
}

.blog_logo {
	padding: 5px 0px 0px 5px;
}

/*
-------------------------------------Zaokrąglone rogi */
.top-left {
	margin-right: 9px;
	background-image: url('img/corners1280x18.gif');
	height: 9px;
	font-size: 2px;
}

.top-right {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 13;
	background: url('img/round_top_right_corner.gif') no-repeat;
	background-position: 100% 0;
	height: 9px;
	width: 10px;
	font-size: 2px;
	z-index: 13;
}

.bottom-right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 13;
	background: url('img/round_bottom_right_corner.gif') no-repeat;
	background-position: 100% 0;
	height: 9px;
	width: 10px;
	font-size: 2px;
	z-index: 13;
}

.bottom-left {
	margin-right: 9px;
	background: #000 url('img/corners1280x18.gif');
	background-position: 0 -9px;
	height: 9px;
	font-size: 2px;
}

.inside_top_round {
	margin-bottom: 10px;
	color: #000000;
	height: 100%;
	padding: 0px 0 0 0;
}

.inside_bottom_round {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	background: black;
	height: 80px;
	padding: 0;
}

.nobottomgap {
	margin-bottom: 0;
}

/*--------------------Form */
.form label {
	width: 150px;
	float: left;
	height: 40px;
	display: block;
}

.form .row {
	height: 40px;
}

.form .row p.error {
	font-size: 10px;
	color: red;
}

.form span.required {
	color: #587691;
	font-weight: 900;
	font-size: 16px;
	font-family: arial;
}

/*--------------------Simple Form */
.simple_form label {
	width: 90px;
	float: left;
	height: 40px;
	color: white;
	font-weight: bold;
	display: block;
}

.simple_form .row {
	height: 40px;
}
.simple_form span.required{
	color: white;
	} 
div.blog {
	margin-top: 20px;
}

div.right {
	float: right;
}

div.left {
	float: left;
}
.customer_content p {
	text-align: center;
}
.customer_content h2{
	text-align: center;
	color:#748A5C;
	margin:20px;
}
.customer_content .customer_logo{
	width:200px;
margin:10px auto;
}
.right_content .testimonial_content p{
	margin:10px 0px 10px 0px;
	line-height:1.5em;
}
 .news_content h2{
	font-size:14px;
	font-weight:bold;
	}
span.small_text{
		padding: 0;
	font-family: tahoma;
	margin: 0;
	color: #b5b6b5;
	line-height:10px;
	font-size: 9px;
}
