/*
Document   : styles.css
Created on : 4.8.2008, 19:41:49
Author     : Miha
Description: Ocpea styles
*/

ul, li, ol, p, h1, h2, h3, h4, h5, h6, form, fieldset, span, input {
    border: 0;
    margin: 0;
    padding: 0;
}
body {
    background: transparent url(../images/back.png) repeat-x scroll left top;
    background-attachment: fixed;
    color: #333;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}
#wrapperOuter {
    background-color: #eee;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0;
    text-align: center;
    width: 910px;
}
#wrapperInner {
    background-color: #fff;
    border-left: 5px solid #eee;
    border-right: 5px solid #eee;
    border-bottom: 5px solid #eee;
    position: relative;
    text-align: center;
    padding: 0 15px 0 15px;
    width: 100%;
}
#footer {
    background-color: #eee;
    text-align: center;
    font-size: 10px;
    width: 950px;
    display: block;
    padding: 10px 0 10px 0;
}

#top {
    color: #999;
    font-size: 80%;
    margin: 0;
    padding: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
#top .logo {
    border-width: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
#top .companyName {
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: right;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 5px;
}


#navigation {
    overflow: hidden;
    clip: auto;
}
#navigation ul {
    background-color: #ccc;
    float: left;
    list-style: none;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
}
#navigation li {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    width: 20%;
}
#navigation a {
    background-color: #ccc;
    color: #666666;
    font-weight: bold;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#navigation a:hover {
    background-color: #2580a2;
    color: #fff;
}

#banner {
    display: block;
    text-align: center;
    width: 100%;
}
#banner img {
    padding: 5px;
    border: 1px solid #ddd;
    width: 898px;
    height: 190px;
}

#banner2 img {
    padding: 5px;
    border: 1px solid #ddd;
    width: 898px;
    height: 120px;
}

#submenu {
    margin: 5px 0 5px 0;
    overflow: hidden;
}
#submenu ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#submenu li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 24.99%;
}
#submenu a {
    background-color: #eee;
    display: block;
    float: left;
    text-align: center;
    color: #666;
    margin: 0;
    padding: 5px 0 5px 0;
    text-decoration: none;
    width: 99.99%;
    height: 30px;
    font-size: 70%;
    font-weight: bold;
}
#submenu a:hover {
    background-color: #45a0c2;
    color: #fff;
}

/* Breadcrumb stili, prosto po http://www.cssmenubuilder.com */
.breadcrumb {
    position: relative;
    height: 30px;
    width: 100%;
}
.breadcrumb ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 30px;
}
.breadcrumb ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    height: 30px;
    display: inline;
}
.breadcrumb ul li a {
    font-size: 10px;
    color: #227493;
    text-decoration: none;
    line-height: 30px;
    display: block;
}
.breadcrumb ul li a span {
    padding: 0 2px 0 2px;
}
.breadcrumb ul li a:hover span {
    text-decoration: underline;
    color: inherit;
}
.breadcrumb ul li a.active {
    background:none;
    color: #333;
}
.breadcrumb ul li a.active span {
    color: inherit;
}
.breadcrumb ul li a.active:hover span {
    text-decoration: none;
}
/* Konec breadcrumb stilov */

.clear {
    clear: both;
}


#content, #contentWide {
    float: left;
    font-size: .95em;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 10px;
    position: relative;
    text-align: left;
    width: 555px;
    text-align: justify;
}
#contentWide {
    width: 875px;
}
#content p.text, #contentWide p.text {
    font-size: 0.95em;
    line-height: 22px;
    margin-bottom: 0.8em;
}
.text img {
    padding-right: 15px;
    padding-bottom: 5px;
}
#content p.smallText, #contentWide p.smallText {
    font-size: 95%;
    line-height: 1.5em;
    margin-bottom: 0.8em;
}
#content h1, #contentWide h1 {
    color: #552020;
    font-size: 1.2em;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0;
    text-decoration: none;
}
#content h2, #contentWide h2 {
    color: #631113;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 5px;
    text-decoration: none;
}
#content h3, #contentWide h3 {
    font-size: 160%;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
}
/*
#content h4, #contentWide h4 {
    color: #631113;
    font-size: 165%;
    font-style: normal;
    font-weight: normal;
}
*/
#content h5, #contentWide h5 {
    background-position: right top;
    background-repeat: no-repeat;
    color: #444;
    font-size: 2.1em;
    font-style: normal;
    font-weight: lighter;
    margin: 10px 0;
    padding: 0;
    text-decoration: none;
    vertical-align: middle;
}
#content h6, #contentWide h6 {
    border-style: none;
    border-width: 0;
    font-size: 2.5em;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 8px 15px;
    text-decoration: none;
}
#content a:link, #contentWide a:link {
    border-bottom: 1px dotted #CCCCCC;
    color: #631113;
    text-decoration: none;
}
#content a:visited, #contentWide a:visited {
    border-bottom: 1px dotted #CCCCCC;
    color: #631113;
    text-decoration: none;
}
#content td, #contentWide td {
    padding-bottom: 10px;
}
#content ul, #contentWide ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#content .indent, #contentWide .indent {
    line-height: 1.5em;
    margin-bottom: 1em;
    margin-left: 25px;
}

.product {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    display: block;
}

#notes {
    border-style: none;
    float: right;
    line-height: 1.22em;
    font-size: 0.90em;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 0 0 0;
    position: relative;
    right: 15px;
    text-align: left;
    width: 282px;
}

#notes ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
}

#notes li {
    margin: 10px;
}

#notes h3 {
    border-bottom: 1px dotted;
    margin-bottom: 10px;
    font-size: 120%;
}


.notice_outer {
    /* Ozadje, srednji del */
    background: transparent url(../images/gloss_box_bg_green.png) repeat-y scroll top;
    margin: 0;
    margin-bottom: 20px;
}
.notice {
    /* Ozadje, spodnji rob */
    background: transparent url(../images/gloss_box_bottom.png) no-repeat scroll bottom;
    margin: 0;
    padding: 0;
    padding-bottom: 7px; /* Visina spodnjega roba */
}
.notice_inner {
    /* Ozadje, zgornji rob */
    background: transparent url(../images/gloss_box_top_green.png) no-repeat scroll top;
    margin: 0;
    padding: 20px;
}
.notice_inner a {
    color: #227493;
    text-decoration: none;
}
.statementDate {
    font-size: .8em;
    font-style: italic;
    text-align: left;
}


.services_img {
    margin: 5px;
}

fieldset {
    border: 1px solid #99cc33;
    padding: 15px;
    margin: 15px 0px 30px 0px;
}

fieldset h4 {
    background-color: #eee;
    font-weight: bold;
    font-size: inherit;
    padding: 2px 5px;
    margin-bottom: 5px;
}

fieldset li {
    list-style: disc;
    margin: 10px 0 0.8em 1em;
    font-size: 0.95em;
    line-height: 22px;
}

#submenu_other {
    margin: 5px 0 5px 0;
    overflow: hidden;
}
#submenu_other ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#submenu_other li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 24.99%;
}
#submenu_other a {
    background-color: #eee;
    display: block;
    float: left;
    text-align: center;
    color: #666;
    margin: 0;
    padding: 5px 0 5px 0;
    text-decoration: none;
    width: 99.99%;
    height: 16px;
    font-size: 70%;
    font-weight: bold;
}
#submenu_other a:hover {
    background-color: #45a0c2;
    color: #fff;
}

.insideImage {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
.insideImage img {
    border: 0;
    padding: 0;
}
.insideImage p {
    font-size: .8em;
    text-align: left;
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 5px;
    font-style: italic;
}

.logo_class {
    padding: 5px;
    float: right;
} 

/*
  IMAGE GALLERY
*/

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}


.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ccc;
padding: 5px;
left: -500px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -300px;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* Menu za jezike */
#langMenu {
    display: block;
    float: left;
}
#langMenu ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 98%;
}
#langMenu li:hover>ul {
    display: block;
}
#langMenu, #langMenu ul {
    margin: 0px;
    list-style: none;
    padding: 0;
/*ni crt okrog
    border-bottom: 0px solid #eee;
    border-left: 0px solid #eee;
*/
  border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;

}
#langMenu ul li {
/*    
    border-top: 0px solid #eee;
    border-right: 0px solid #eee;
*/
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;

}
#langMenu table {
    border-collapse: collapse;
    border: 0 solid #fff;
}
#langMenu li {
    display: block;
    margin: 0;
    font-size: 0;
}
#langMenu a:active, #langMenu a:focus {
    outline-style: none;
}
#langMenu a {
    display: block;
    vertical-align: middle;
    background-color: #fff;
    border-width: 0;
    border-color: #fff;
    border-style: solid;
    text-align: left;
    text-decoration: none;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 5px;	
    font-size: 11px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;

    font-weight: normal;	
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
#langMenu span {
    display: block;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 10px;
    overflow: hidden;
}
#langMenu ul li {
    float: none;
}
#langMenu ul a {
    text-align: left;
    white-space: nowrap;
}
#langMenu li:hover {
    position: relative;
}
#langMenu li:hover > a {
/*
    background-color: #eee;
*/
background-color: #fff;
	
    border-color: #fff;
    border-style: solid;
    font-size: 11px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}
#langMenu li a:hover {
    position: relative;
    /*background-color: #ddd;*/
    border-color: #fff;
    border-style: solid;
    font-size: 11px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}
#langMenu a:hover ul {
    display:block;
}

#langMenuContainer {
    position: absolute;
    top: 0;
    right: 0;
}
/* /Menu za jezike */


