/* 
    Document   : style
    Created on : 18.1.2013, 18:56:38
    Author     : firemniweb.com
    Description:
        Purpose of the stylesheet follows.
*/
@import "reset.css";
@font-face {
    font-family: 'DinReg';
    src: url('font/dncerg__.eot');
    src: url('font/dncerg__.eot?#iefix') format('embedded-opentype'),
         url('font/dncerg__.woff') format('woff'),
         url('font/dncerg__.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {background: url(../img/bg_body.jpg) repeat-y top center #212120;text-align:center;color: #fff;font-family: 'DinReg', Arial, sans-serif;font-size:14px;line-height:1.2;padding:0px;margin:0px;}
h1 { font-size: 40px;margin:20px 0 -5px 0;position: relative;z-index: 9999}
h2 { font-size: 18px;}
h3 { font-size: 14px;}
h4 { font-size: 12px;}
a, a:active, a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; }
ul{list-style-type:none;}
strong, b {font-weight:bold;}
.italic {font-style:italic;}
.clear {clear:both;}
header, section, nav, footer {width:960px;margin: 0 auto;text-align:left;overflow: hidden;position:relative;}

header, .prefooter{padding: 25px 0px;border-top: 1px solid #666666;border-bottom: 1px solid #666666;}
header img, .prefooter img {float:right;}
header p, .prefooter p {float:left;width:560px;}

.preheader {font-size:11px;padding: 15px 0px;}
.preheader a, footer a {float:right;}
.preheader p, footer p {float:left;}

footer {padding: 15px 0px;}
footer p.copy {font-size: 11px;clear:both;margin-top:15px;}
footer p.copy a {float:none;text-decoration: underline;}

nav ul {width:100%;text-align: center;padding: 25px 0 80px 0}
nav ul li {display: inline;}
nav ul li a {font-size:19px;text-decoration: underline;padding: 2px 4px 2px 6px;color:#d5d5d5 !important;}
nav ul li + li {border-left:1px solid #d5d5d5;}

.slides_container {width:960px; height:635px;z-index: 1000;}
.slides_container div {width:960px;height:635px;display:block;}
.slides_container div p.black {z-index: 9999;font-size:20px;text-align: right;position: absolute;bottom: 0px;right: 0px;
	                           width:700px;background: url(../img/black.png) repeat center;padding:15px;}

.pagination {margin: -25px 0px 0 10px; z-index: 9999;position: absolute}
.pagination li {float:left;padding: 2px;}
.pagination li a {color: transparent !important;width:15px;height: 15px;display: block;background: url(../img/pag_off.png) no-repeat center }
.pagination li.current a {background: url(../img/pag_on.png) no-repeat center;}

        
