/* CSS Document */

@charset "utf-8";

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
background: #000 url(../images/bg_main.jpg) no-repeat top;
}

h1 {
margin-top:15px;
font-family: Avalon, Arial, sans-serif;
font-size: 48px;
font-weight: bold;
}

h1 small {
font-size: 30px;
font-weight: normal;
}

h1 a {
color: #FFFFFF;
}

h2 {
font-family: Avalon, Arial, sans-serif;
font-size: 24px;
font-weight: bold;
padding-bottom: 1px;
margin-bottom: 20px;
border-bottom: 2px solid #ffffff;
}

h2 small {
font-size: 18px;
color: #DDDDDD;
font-weight: normal;
}

h2 big {
font-size: 24px;
color: #DDDDDD;
font-weight: normal;
}

h3 {
font-size: 26px;
font-weight: bold;
}

h4 {
font-size: 24px;
font-weight: normal;
}

h5 {
font-size: 14px;
color: #006cff;
font-weight: normal;
}

strong {
font-weight: bold;
}

a {
color: #006cff;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
}

p {
margin: 15px 0;
text-align: justify;
}

#content ul {
list-style-type: none;
}

#content li {
background: url(../images/bullet.png) no-repeat;
background-position: 0px 5px; 
padding-left: 30px;
margin-left: 5px;
margin-bottom: 5px;
line-height: 1.5;
 
}

.big {
font-size: 14px;
}

#content p {
line-height: 1.5;
}

.clear {
clear: both;
height: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.btn_white {
display: block;
border-top: 1px #FFFFFF solid;
width: 100%;
text-align: right;
padding:3px 0;
font-size: 10px;
color: #000000;
}

.btn_white a {
padding:3px;
background: #FFFFFF;
color: #000000;
}

.btn_white a:hover {
text-decoration:underline;
}

.btn_white input {
margin-top: -3px;
background: #FFFFFF;
color: #000000;
}

/* ====== LAYOUT ====== */

#container {
width: 960px;
margin: 0 auto;
}

#header {
width: 940px;
padding: 0 10px;
}

div#min_nav {
float: right;
color: #CCCCCC;
margin-top:-40px;
}

div#min_nav img {
margin-left: 10px;
}

ul.nav li {
list-style: none;
display: inline;
}

ul.nav li a {
color: #FFFFFF;
}

ul.nav li a:hover {
color: #006cff;
}

#top_navigation li {
font-size: 15px;
margin-left:  25px;
}

#top_navigation{
line-height: 50px;
float: right;
}

#bottom_navigation {
float: right;
font-size: 9px;
}

#bottom_navigation li {
margin-left:  10px;
}

#slider {
position:relative;
background: url(../images/bg_slider.png) no-repeat;
width: 950px;
height: 375px;
margin: 0 auto;
margin-bottom: 10px;
}

#slideshow {
background: url(../images/bg_slider.png) no-repeat;
}

#slider img.slide_img {
padding: 12px 10px;
width: 610px;
height: 277px;
float: left;
}

#slider .slide_caption {
float: left;
width: 295px;
margin-left: 18px;
margin-top: 30px;
}

#slider #slider_nav {
position: absolute;
top: 0;
left: 0;
margin-left: 572px;
margin-top: 260px;
z-index:99999;
}

#promocja {
background: url(../images/promocja.png) no-repeat;
width: 940px;
height: 100px;
margin: 0 5px;
margin-top: -30px;
cursor: pointer;
}

#decoration {
position: relative;
background: url(../images/decoration.png) no-repeat;
width: 289px;
height: 105px;
margin-top: -53px;
margin-bottom: -15px;
}

#topline {
background: url(../images/bg_content_topline.jpg) no-repeat;
width: 940px;
height: 11px;
margin: 0 10px;
margin-bottom: 0;
}

#content {
width: 900px;
margin: 0 10px;
padding: 20px;
background: #333333 url(../images/bg_content.jpg);
border-bottom: 1px solid #666666;
min-height: 350px;
}

#col1of1 {
width: 900px;
}

#col1of1 img {
margin: 0 10px 10px 10px;	
}

#col1of2 {
float: left;
width: 435px;
margin-right: 15px;
}

#col2of2 {
float: left;
width: 435px;
margin-left: 15px;
}

#col1of2b {
float: left;
width: 635px;
margin-right: 15px;
}

#col2of2b {
float: left;
width: 235px;
margin-left: 15px;
}

#col1of3 {
float: left;
width: 280px;
margin-right: 20px;
}

#col2of3 {
float: left;
width: 280px;
margin: 0 10px;
}

#col3of3 {
float: left;
width: 280px;
margin-left: 20px;
}

.date {
background: url(../images/bg_date.jpg) no-repeat;
width: 147px;
height: 27px;
text-align: center;
display:block;
line-height:27px;
font-size:14px;
}

#footer {
font-family: Tahoma;
font-size: 10px;
width: 940px;
height: 93px;
margin: 0 10px;
padding-top: 7px;
}

#footer div{
margin-top: 30px;
}

#footer_bg {
background: url(../images/bg_footer.jpg) repeat-x bottom;
width: 100%;
height: 100px;
position: absolute;
margin-top:-100px;
z-index: -9999;
}