* {
    border: none;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f6f9f7;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #5f5e59;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.center {
    margin: 0 auto;
}

ul {
    list-style: none;
}

a {
    color: #1e63c4;
}

/***shadows***/
div.shadow_top {
    background: url(../images/shadow_top.gif) repeat-x;
    width: 100%;
    height: 7px;
}

div.shadow_top_left {
    background: url(../images/shadow_top_left.gif) no-repeat;
    width: 7px;
    height: 7px;
}

div.shadow_top_right {
    background: url(../images/shadow_top_right.gif) no-repeat;
    width: 7px;
    height: 7px;
}

div.shadow_left {
    background: url(../images/shadow_left.gif) repeat-y;
}

div.shadow_right {
    background: url(../images/shadow_right.gif) repeat-y right;
}

/***top***/
#top, #main {
    width: 985px;
}

#top_content {
    background-color: #fff;
    padding: 1px 1px 0 1px;
    width: 969px;
}

.logo_wrapper {
    background: url(../images/top_bg.jpg) repeat-y top right;
    height: 207px;
    width: 599px;
}

a#logo {
    display: block;
    background: url(../images/logo_bg.jpg) no-repeat center left;
    height: 85px;
    width: 300px;
    margin: 20px 10px 0 10px;
}

a#logo img {
    margin: 15px 0 0 110px;
}

.logo_wrapper h1, h2 {
    color: #5f5e59;
    position: relative;
    top: -25px;
    left: 120px;
}

.logo_wrapper h1 {
    font-weight: bold;
    font-size: 18px;
}

.logo_wrapper h2 {
    font-size: 15px;
    font-weight: normal;
}

/******menu*****/
div#menu {
    background-color: #bcd0e4;
    width: 100%;
}

div.menu_content {
    background: url(../images/menu_bg.gif) repeat-x;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 969px;
}

ul.menu_vertical li {
    float: left;
    border-left: solid 1px #76adf2;
}

ul.menu_vertical li:first-child {
    border: none;
}

ul.menu_vertical li a {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding: 9px 15px;
    text-align: center;
    text-decoration: none;
}

ul.menu_vertical li a:hover {
    background: url(../images/menu_hover_bg.gif) repeat-x;
}

ul.menu_vertical li ul {
    background-color: #77aef2;
    display: none;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    z-index: 2;
}

ul.menu_vertical li ul li {
    border: none;
    float: none;
    text-align: center;
}

ul.menu_vertical li ul li a {
    background: url(../images/submenu_point.gif) no-repeat 10px;
    padding: 2px 15px 2px 25px;
    text-align: left;
}

ul.menu_vertical li ul li a:hover {
    background: #3266c3 url(../images/submenu_point.gif) no-repeat 10px;
}

ul.menu_vertical li:hover ul {
    display: block;
}

/***main***/
#main_content {
    background-color: #f6f9f7;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 969px;
    padding-top: 5px;
}

.wrapper {
    background: url(../images/wrapper_bg.gif) repeat-y;
}

/***page***/
#main_content div.page {
    width: 727px;
    background-color: #fff;
}

div.navig {
    margin: 7px 30px;
}

div.navig ul li {
    float: left;
    padding: 10px 5px;
}

/***page - index***/
div.globe {
    background: url(../images/globe.jpg) no-repeat center 100px;
    height: 500px;
}

div.globe a {
    position: relative;
}

a.logo_dachermann {
   left: 182px;
    top: 200px;
}

a.logo_marley {
    top: 20px;
    left: 230px;
}

a.logo_kjg {
    top: 80px;
    right: 180px;
}

a.logo_klober {
    left: 12px;
    top: 220px;
}

a.logo_raiko {
    top: -65px;
    left: 350px;
}

a.logo_orobel {
    left: 510px;
    top: 260px;
}

a.logo_ecoproof {
    right: 350px;
    top: 280px;
}

/***page - siec sprzedazy***/
div.siec, div.news, div.contact {
    margin: 10px 30px;
    padding: 10px 0;
    border-top: solid 1px #b8cfe7;
}

div.siec div.form {
    background-color: #c6d8e7;
    padding: 15px 20px;
    margin: 10px 0;
}

div.form form table tr td {
    color: #5f5e59;
    padding: 3px 0;
}

div.form form table tr td:first-child {
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 15px;
}

div.form form table tr td label {
    cursor: pointer;
}

div.form form table tr td select {
    width: 200px;
    padding-left: 2px;
    border: solid 1px #a1a4a8;
}

div.region {
    margin: 10px 0;
    background-color: #5f5e59;
    padding: 7px 20px;
}

div.region span {
    color: #fdfefd;
    text-transform: uppercase;
    font-weight: bold;
}

div.results div.left, div.results div.right {
    width: 49%;
}

span.city {
    display: block;
    background-color: #2e65c2;
    font-weight: bold;
    padding: 7px 20px;
    color: #fdfefd;
}

div.result_item {
    margin: 10px 0 20px 0;
}

div.result_item p {
    margin: 0 20px;
    line-height: 18px;
}

div.result_item ul {
    margin: 3px;
}

div.result_item ul li, div.contact ul li {
    padding: 2px 0 2px 20px;
}

ul li.owner {
    background: url(../images/owner.gif) no-repeat 2px 5px;
}

ul li.phone {
    background: url(../images/phone.gif) no-repeat 2px 5px;
}

ul li.mobile {
    background: url(../images/mobile.gif) no-repeat 3px 5px;
}

ul li.mail {
    background: url(../images/mail.gif) no-repeat 2px 6px;
}

ul li.fax {
    background: url(../images/fax.gif) no-repeat 2px 6px;
}

ul li.website {
    background: url(../images/arrow.gif) no-repeat 5px 6px;
}

/***page - aktualnosci***/
div.news dl dt {
    background: #e1edf7;
    padding: 5px;
}

div.news dl dt span {
    color: #3266c3;
    font-weight: bold;
    font-size: 16px;
    width: 90%;
}

div.news dl dt a {
    display: block;
    width: 15px;
    height: 15px;
}

div.news dl dt a.minus {
    background: url(../images/minus.gif) no-repeat center center;
}

div.news dl dt a.plus {
    background: url(../images/plus.gif) no-repeat center center;
}

div.news dl dd {
    padding: 10px 5px;
}

div.news div, div.news p {
    margin: 10px 0;
}

div.news div.pdf {
    background: url(../images/pdf.jpg) no-repeat 10px center;
    padding: 8px 0 8px 60px;
    margin: 10px;
}

div.news div.doc {
    background: url(../images/doc.png) no-repeat 10px center;
    padding: 8px 0 8px 60px;
    margin: 10px;
}

div.news div.jpg {
    background: url(../images/img.png) no-repeat 10px center;
    padding: 8px 0 8px 60px;
    margin: 10px;
}

div.news div.other {
    background: url(../images/blank.png) no-repeat 10px center;
    padding: 8px 0 8px 60px;
    margin: 10px;
}

div.news ul li {
    background: url(../images/list_style.gif) no-repeat left 2px;
    padding-left: 20px;
    margin: 10px 5px;
}

div.news ul li ul li {
    background: url(../images/sublist_style.gif) no-repeat left 4px;
    padding-left: 15px;
}

div.news dl dd a.more {
    background: url(../images/more_arrow.gif) no-repeat right 3px;
    padding-right: 15px;
    margin: 10px;
}

/***page - firmy***/
div.news div.company {
    margin: 10px 0 70px 0;
    line-height: 18px;
    font-size: 13px;
}

div.company img.comp_logo {
    margin: 20px 0;
}

div.company ul li {
    margin: 30px 0;
    background: url(../images/list_style.gif) no-repeat left 4px;
}

div.company ul li ul {
    margin: 10px;
}

div.company ul li ul li {
    margin: 5px;
    background: url(../images/sublist_style.gif) no-repeat left 6px;
}

.gallery table{
	margin: 0 auto;
	width: 90%;
}

.gallery table tr td{
	padding: 10px 0;
	text-align: center;
}

.gallery table tr td img{
	border: solid 2px #fff;
}

.gallery table tr td img:hover{
	border: solid 2px #5498ef;
}

.gallery table tr td div{
	font-size: .9em;
	padding-top: 3px;
	text-align: center;
}

/***bottom***/
div.bottom {
    background-color: #e1edf7;
}

div.bottom div {
    padding: 5px 0;
    margin: 0;
}

div.bottom a {
    padding: 5px 10px;
    text-decoration: none;
}

div.bottom a:hover {
    text-decoration: underline;
}

a.print {
    color: #2e64c2;
}

a.up {
    color: #fdfefd;
    background-color: #2e64c2;
}

div.bottom div ul {
    margin-left: 10px;
}

div.bottom div ul.paging li {
    float: left;
    margin: 0;
    background: none;
    padding: 0;
}

div.bottom div ul li a {
    color: #2e64c2;
}

div.bottom div ul li a:hover{
    background-color: #2e64c2;
    color: #fff;
    text-decoration: none;
}

div.bottom div ul.paging li.selected span{
	background-color: #2e64c2;
    color: #fff;
	padding: 5px 10px;
    text-decoration: none;
}

/***right panel***/
#main_content div.right_panel {
    background-color: #f6f9f7;
    width: 242px;
}

div.box {
    width: 85%;
    margin: 20px auto 40px;
}

div.box div.title {
    background-color: #e1edf7;
    color: #fff;
    padding: 7px 0;
}

div.box div.title span {
    height: 100%;
    color: #fff;
    background-color: #2e64c2;
    font-size: 12px;
    padding: 7px 15px 7px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

div.box p {
    margin: 20px 10px;
    color: #424542;
    line-height: 15px;
}

div.box a {
    color: #3672b8;
}

div.box a.image {
    display: block;
    margin: 20px auto;
}

div.box a.image img {
    border: solid 1px #e2e0db;
}

/***page - kontakt***/
div.contact div.data {
    background: url(../images/data_bg.gif) repeat-y;
    margin-top: 10px;
}

div.contact div.data div.box {
    width: 43%;
    padding: 0px 20px;
    margin: 0;
}

div.contact div.data div.left p {
    color: #fff;
}

div.contact div.box {
    width: 49%;
    margin: 20px auto;
}

div.contact div.box.full {
    width: 100%;
}

div.contact div.box ul {
    margin: 10px;
}

div#map div {
    margin: 20px auto;
}

/***footer***/
div#footer {
    width: 971px;
    margin-bottom: 20px;
    background-color: #2e64c2;
}

div#footer div ul {
    padding: 10px;
}

div#footer div ul li {
    float: left;
    border-left: solid 1px #fff;
}

div#footer div ul li:first-child {
    border: none;
}

div#footer div ul li a {
    text-decoration: none;
    color: #fff;
    margin: 10px;
}

div#footer div ul li a:hover {
    text-decoration: underline;
}

div#footer span {
    color: #ebe8df;
    padding: 10px;
}
