/* Table Of Contents:

        General
        
        http://arcona - 2011

*/

/* General
----------------------------------------------------------------------------------- */

body {
    background: #ddd;
    font: 14px Verdana, Sans-serif;
    color: #202121;
}

/* Typography
----------------------------------------------------------------------------------- */

#navigation a {
    filter: dropshadow(color=#000000, offx=1, offy=1);
    font: bold 14px Arial, Sans-serif;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0, .5);
}

#navigation a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

@font-face {
    font-family: 'Bebas';
    src: url('../fonts/bebas.eot');
    src: url('../fonts/bebas.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas.woff') format('woff'),
         url('../fonts/bebas.ttf') format('truetype'),
         url('../fonts/bebas.svg#Bebas') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Structure
----------------------------------------------------------------------------------- */

#header {
    background: url(../images/navigation-bg.png) no-repeat right;
    height: 94px;
    margin: 20px auto;
    width: 1002px;
}

#logo {
    background: url(../images/logo4.png) no-repeat;
    float: left;
    height: 94px;
    width: 363px;
}

#dots {
    border-bottom: 2px dotted #b5dde8;
    margin: 0 auto;
    width: 1002px;
}

#navigation {
    float: left;
    height: 89px;
    margin-top: 3px;
    width: 639px;
}

#navigation a {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 25px;
    padding: 10px;
    position: relative;
}

#navigation #languageSwitcher a {
    margin: 0;
    display: block;
    padding: 0;
    width: 16px;
    height: 11px;
}

#navigation #languageSwitcher a:hover {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#navigation a:hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #001130;
	-webkit-box-shadow: inset 0 1px #00608f;
	-moz-box-shadow: inset 0 1px #00608f;
	box-shadow: inset 0 1px #00608f;
    background: #00244e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top,  #00244e 0%, #00091d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00244e), color-stop(100%,#00091d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00244e 0%,#00091d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00244e 0%,#00091d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00244e 0%,#00091d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00244e 0%,#00091d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00244e', endColorstr='#00091d',GradientType=0 ); /* IE6-8 */
}

#navigation li {
    border-left: 1px solid rgba(145, 176, 209, 0.25);
    border-right: 1px solid rgba(31, 64, 214, 0.25); 
    float: left;
    height: 88px;
    line-height: 88px;
    padding: 0 12px;
}

#navigation li.last {
    border-right: none;
}

#navigation li.no-border {
    border: 0;
}

#languageSwitcher {
    background: url(../images/lang-switcher-bg.png);
    height: 28px;
    margin-left: 5px;
    margin-top: 28px;
    position: relative;
    width: 74px;
}

/* Slider
----------------------------------------------------------------------------------- */

#sliderWrapper {
    margin: 0 auto 30px auto;
    position: relative;
    width: 1100px;
    
}

#sliderWrapper .header-logo {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 999999;
}

#slider img {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#sliderPrev,
#sliderNext {
    display: block;
    height: 75px;
    position: absolute;
    top: 170px;
    width: 65px;
}

#sliderPrev:hover,
#sliderNext:hover {
    cursor: pointer;
}

#sliderPrev {
    background: url(../images/arrow-left.png);
    left: -75px;
}

#sliderNext {
    background: url(../images/arrow-right.png);
    right: -75px;
}

#pager {
    border-bottom: 1px solid #b5b5b5;
    height: 10px;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 10;
}

.pager-link {
    background: url(../images/pager.png);
    display: block;
    float: left;
    height: 20px;
    margin: 0 10px;
    width: 20px;
}

.pager-active {
    background: url(../images/pager-active.png);
}

/* Content
----------------------------------------------------------------------------------- */

#main {
    margin: 0 auto;
    overflow: hidden;
    width: 1001px;
}

#leftSide {
    width: 260px;
}

h2 {
    margin-top:10px;
    color: #8e6811;
    font: 18px Bebas, Sans-serif;
    text-transform: uppercase;
}

h2 span {
    font-size: 24px;
}

p {
    text-align: justify;
    color: #202121;
    font: 14px/24px Verdana, Sans-serif;
    margin: 30px 0;
}

#leftSide,
#content {
    float: left;
}

#leftSide .image {
    display: block;
 margin-top: 15px;   
}

#content {
    border-left: 2px dotted #3e5e67;
    padding-left: 38px;
    width: 700px;
    
}

#footer {
    font: 12px Arial, Sans-serif;
}

#footer {
    background: url(../images/footer-bg.png);
    height: 73px;
    margin: 20px auto;
    position: relative;
    width: 1003px;
}

.footer-machine {
    background: url("../images/footer-machine.png");
    position: absolute;
    height: 146px;
    top: -140px;
    right: 39px;
    width: 236px;
}

#footer span {
    color: #fff;
    float: right;
    margin-right: 32px;
}

.box-shadow {
    background: url(../images/box-shadow.png);
    bottom: -65px;
    height: 65px;
    position: absolute;
    width: 232px;
}

#footer li {
    border-right: 1px solid #2c2c2c;
    display: inline;
    padding: 0 14px;
}

#footer .last {
    padding-right: 0;
    border: 0;
}

#footer ul {
    float: right;
    margin: 16px 32px 8px 0;
}

#footer li a {
    color: #222222;
    font-weight: bold;
}

#footer a {
    color: #fff;
}

#main a {
    color: #202121;
}

a:hover {
    text-decoration: underline;
}

#langPL,
#langEN {
    display: block;
    float: left;
    height: 11px;
    margin: 8px 10px 0 10px;
    position: relative;
    width: 16px;
    z-index: 1;
}

#langPL {
    background: url(../images/flag-pl.png);
}

#langEN {
    background: url(../images/flag-en.jpg);
}

#langActive {
    background: #bababa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    margin-top: 4px;
    position: absolute;
    width: 30px;
    height: 20px;
    z-index: 0;
}

.pl-active {
    left: 3px;
}

.eng-active {
    left: 39px;
}

#content ul {
    margin: 0 20px;
    list-style-type: disc;
}

#content ul li {
    margin: 7px 0;
}

.ul-header {
    display: block;
    margin-top: 30px;
}

#gallery a {
    margin-right: 33px;
    margin-bottom: 20px;
}

#gallery a.last {
    margin: 0;
}