﻿/* Hadid */

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
    background: #000000 url(images/main.jpg) repeat-y center;
}
		
a:link, a:visited { color: #2f5e9e; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #9f1a04; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }
#image:hover {opacity : 0.50;filter : alpha(opacity=50);}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_1 { clear: both; width:100%; height: 30px; }

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #e48009;
}

h3 {
	margin: 0px;
	padding: 6px 0;
	font-size: 18px;
	font-weight: bold;
	color: navy;
}

/* site title */

#site_wrapper {
	width: 100%;
	height: 130px;
	margin: 0 auto;	
	background: url(images/site_wrapper.jpg) no-repeat center top;
}

#site_title_bar {
	width: 950px;
	height: 130px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/site_bg.jpg) no-repeat center top;
}

#site_title_bar  #site_title {
	float: left;
	padding: 30px 0 0 0;
}

#site_title_bar .title {
	float: right;
	margin: 0px;
	padding: 30px 0 0 0;
	list-style: none;
}

.title li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.title li a {
	float: left;
	display: block;
	width: 62px;
	height: 78px;
	margin-left: 10px;
}

/* banner */

#banner_wrapper {
	width: 100%;
	height: 310px;
	margin: 0 auto;	
	background: url(images/baner_wrapper.jpg) no-repeat center top;
}

#banner {
	width: 890px;
	height: 210px;
	margin: 0 auto;
	padding: 25px 50px;
	background: url(images/baner_bg.jpg) no-repeat center top;
}

#banner #banner_content {
	float: right;
	width: 450px;
}

#banner #banner_content h2 {
	font-size: 30px;
	margin-bottom: 15px;
	color: #000000;
	font-weight: normal;
}

#banner #banner_content p {
	line-height: 28px;
	font-size: 26px;
	letter-spacing: 2px;
	color: #666666;
	margin-bottom: 20px;
}

#banner #banner_content span {
	color: #e88d23;
}

#banner .banner {
	float: right;
	width: 238px;
	height: 211px;
	margin-right: 100px;
	background: url(images/baner.jpg) no-repeat;
}

#slide { 
     float: left;
     margin-top: 10px;
	 overflow: hidden;
}

/* menu */

#menu_wrapper {
	width: 100%;
	height: 120px;
	margin: 0 auto;	
	background: url(images/menu.jpg) no-repeat center top;
}

#menu {
	width: 990px;
	height: 70px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(images/menu.jpg) no-repeat center top;
}

#menu ul {
	width: 660px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	position: relative;
	float: left;
	display: block;
	width: 130px;
	margin-right: 2px;
	height: 50px;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;	
	font-weight: bold;
	outline: none;
}

#menu ul li a span {
	position: absolute;	
	top : 0px;
	right: -2px;
	width: 2px;
	height: 70px;
	background: url(images/divider.png) right no-repeat;
}

#menu li a:hover {
	background: url(images/menu_hover.png) center no-repeat;
}

#menu li .last span {
	background: none;
}

/* content */

#content {
	width: 940px;
	margin: 0 auto;
	padding: 0px 25px;	
	background: url(images/content_middle.jpg) repeat-y center top;
}

#content_bottom {
	width: 990px;
	height: 25px;
	margin: 0 auto;
	background: url(images/content_bottom.jpg) no-repeat center top;
}

#content p {
	margin-bottom: 10px;
}

.section {
	clear: both;
	width: 940px;
}


.product_table {
    float: left;
    padding-top: 10px;
	width: 210px;
}

#table {
	 position: relative;
	 top: 10px;
	 }

dl, dt, dd {
	 display: block;
	 margin: 0;
	 padding: 0;}

dl {
	 width: 210px;
	 padding: 1px 2px;
	 background-color: #006400;
	 border: 0;}

dt {
	 padding: 7px 15px;
	 font-weight: bold;
	 font-size: 13pt;
	 background-color: navy;
	 color: yellow;
	 text-align: right;
	 border-right: 20px solid #D2B48C;
	 margin-top: 1px;}

dd {
	 border-top: 1px solid #696969;
	 font-size: 11pt;
	 font-weight: bold;}

dl a:link, dl a:visited {
	 display: block;
	 width: 182px;
	 text-decoration: none;
	 padding: 7px;
	 font-weight: bold;
	 background-color: navy;
	 color: yellow;
	 border-left: 10px solid #D2B48C;}

dl a:hover {
	 width: 172px;
	 background-color: maroon;
	 color: yellow;
	 border-left: 20px solid #D2B48C;}

.product_box {
    float: left;
	width: 680px;
	margin: 10px;
	padding: 15px;
	background: url(images/product.jpg) no-repeat top center;
}

.product_box h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	padding: 2px 0;
}

.product_box1 {
    float: left;
	width: 680px;
	margin: 10px;
	padding: 15px;
	background: url(images/product1.jpg) no-repeat top center;
}

.product_box h3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
	padding: 2px 0;
}

#kartka {
    position: relative;
    text-align: justify;
    }
#tekst {
    position: absolute;
    top: 5px;
    left: 40px;
    }

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px 25px;
	background: none;
	text-align: center;
	color: #CCCCCC;
}

#navi {
        width: 60px;
        font-size: 9pt;
        color: white;
}
