@import url("common.css");

body {
    background: black url("/media/i/bg.jpg") repeat-x top;
    font: 85% Arial, sans-serif;
    color: #2a2a2a;
}
a:link, a:visited { color: #A87A00; text-decoration: underline; }
a:hover { color: #A87A00; text-decoration: none; }

a.help { cursor: help; } 

#container {
    position: relative;    
    min-width: 980px;
    max-width: 1140px;
    margin: 0 auto;
}

/* header */
#header {
    position: relative;
    min-height: 500px;
    background: #fcc900 url("/media/i/header_bg.jpg") repeat-x bottom;
}

/* leftcol */
#leftcol {
    padding: 50px 0px 0px 50px;
    width: 305px;
}

#logo {
    width: 265px;
    height: 75px;
    display: block;
}
#photo {
    width: 265px;
    height: 300px;
    background: url("/media/i/photo_bg.png") no-repeat bottom;
    padding-top: 18px;
}
#photo .pics { margin: 0 0 0 18px; }
#photo .pics a {
    float: left;
    display: block;
    position: relative;    
    width: 70px;
    height: 50px;
    margin: 0 10px 12px 0;
}
#photo .pics img {
    border: 1px solid white;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#photo .gallery {
    margin-top: 8px;
    text-align: center;
}
#photo .gallery a {
    color: white;
    font-size: 130%;
    font-style: italic;    
}
#photo .gallery a:link, #photo .gallery a:visited {
    color: white;
    text-decoration: underline;
}
#photo .gallery a:hover {
    color: white;
    text-decoration: none;
}
#photo .gallery div {
    font-size: 90%;
    font-style: italic;
    color: gray;
}


/* rightcol */
#contacts {
    position: absolute;
    top: 0;
    right: 0;
    width: 322px;
    height: 145px;
    background: url("/media/i/contacts_phone.png") no-repeat;
    z-index: 2;
    
}
#contacts img { margin: 15px 0 0 85px; }

#menu {
    position: relative;
    top: 80px;
    margin-bottom: 150px;
    z-index: 3;
}
#menu ul li {
    float: left;
    font-size: 120%;
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-bottom: 2px;
}
#menu ul li a:link, #menu ul li a:visited { color: black; text-decoration: none; }
#menu ul li a:hover { color: white; text-decoration: none; }
#menu ul li.sel a {
    color: white;
    border-bottom: 5px solid #ffe45a;
}


/* content */
#content {
    position: relative;
    padding-right: 40px;
    padding-bottom: 20px;
}

.text ul, .text ol { margin-top: 5px; margin-bottom: 15px; }
.text ul li {
	padding-left: 18px;
    margin-left: 10px;
    margin-bottom: 3px;
	background: url("/media/i/li.gif") no-repeat 0 8px;
}
.text ol li {
	margin-left: 30px;
    margin-bottom: 3px;
}

.back { margin-top: 20px; font-size: 80%; }
.back span { font-size: 115%; color: #A87A00; }

#content h1 {
    font-size: 165%;
    margin-bottom: 3px;
    color: #6F5100;
}

#content h2 {
    font-size: 155%;
    margin-bottom: 3px;
    color: #6F5100;
}

#content h3 {
    font-size: 135%;
    margin-bottom: 3px;
    color: #6F5100;
}

#content h4 {
    font-size: 115%;
    margin-bottom: 3px;
    font-weight: bold;
}

#content .cpic {
    width: 200px;
    float: right;
    padding: 0px 10px 15px 15px;
}
#content .cpic img { border: 1px solid #CB9300; }
#content .cpic div {
    font-size: 80%;
    padding: 3px;    
    font-style: italic;
    line-height: 1em;
}

#management td { padding-bottom: 30px; }
#management img, .pic { border: 3px solid #CB9300; }

#contacts-page { margin-bottom: 10px; }
#contacts-page blockquote { margin: 0px 0 20px 25px; padding: 0px; }
#contacts-page h3 { margin-bottom: 10px; }

#products th {
    padding: 5px;
    color: #8F7900;
    background-color: #EFB300;
    font-size: 80%;
    font-style: italic;
    font-weight: normal;
    line-height: 1em;
}
#products td {
    padding: 10px 10px;
    border-bottom: 1px solid #DFA200;
    font-size: 90%;
}
#products td strong { font-size: 115%; }
#products .download {
    display: block;
    height: 12px;
    padding-top: 27px;
    text-align: center;
    background: url("/media/i/document_pdf.png") no-repeat top center;
    font-size: 85%;
    white-space: nowrap;
}
#products .download:link, #products .download:visited {
    color: #A47700;
    text-decoration: none;
}
#products .download:hover {
    color: black;
    text-decoration: none;
}

#map, #map2 {
    height: 300px;
    border: 3px solid #CB9300;
    margin-top: 4px;
    overflow: hidden;
}

.gallery-col { width: 50%; padding-right: 15px; }
.gallery-col td { padding-bottom: 30px; }
#content .gallery-col h4 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
}
.gallery-col div { font-size: 80%; line-height: 1.1em; }

#gallery h2 { margin-bottom: 10px; }
#gallery .anot { margin-bottom: 20px; }
#gallery .imgs a {
    float: left;
    display: block;
    margin: 0 10px 10px 0;
}
#gallery .imgs a img, .gallery-col img { border: 1px solid #CB9300; }


/* stagdok */
#stagdok {
    position: relative;
    height: 600px;
}
#stagdok-flash { height: 600px; }


/* footer */
#footer {
    position: relative;
    height: 50px;
    background: url("/media/i/footer_bg.jpg") no-repeat center center;
    padding: 0 0 0 50px;
    color: #686868;
    font-size: 80%;
}
#footer td { height: 50px; vertical-align: middle; }
#copyright { line-height: 1.15em; }

#cuba-box { width: 180px; text-align: right; }
#cuba {
    position: relative;
    display: block;
    height: 24px;
    width: 70px;
    line-height: 0.9em;
    padding-top: 8px;
    padding-right: 110px;
    margin-right: 16px;
    text-align: right;
    background: url("/media/i/cuba.png") no-repeat 75px 0;
    font-size: 100%;
    z-index: 2;
}
#cuba:link, #cuba:visited { color: #686868; text-decoration: none; }
#cuba:hover {
    color: white;
    text-decoration: none;
    background-position: 75px -32px;
}

/* fix */

.ie6 #container { width: 1050px; }
.ie6 #menu { z-index: 5; }
.ie6 #menu ul li { margin-right: 20px; }
.ie6 #contacts img { margin-left: 140px; }
.ie6 #menu { margin-top: 80px; height: 200px; }
.ie6 #content { margin-top: -170px; }
.ie6 #photo { margin-left: -5px; margin-top: -3px; }
.ie6 #photo .gallery { margin-bottom: 20px; }