@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border:0;
	font-size: 100%;
	list-style: none;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
	color: #FFF;
	font-family: Arial;
}

h1{
	font-weight: bold;
	font-size: 16px;
	line-height:1.8;
	border-bottom: solid #dc9540 2px;
	color: #fff;
	clear:both;
	text-transform: uppercase;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 0 0;
	color: #dc9540;
}

h3 {	
	font-size: 16px;
	line-height:1.8;
	font-weight: bold;
	}
	
h4{
	font-size: 16px;
	line-height:1.8;
	font-weight: normal;
}

body {
	text-align:center;
	background: #646262 url(../_img/top_gradient.png) top center no-repeat;
	font-size: 14px;
		line-height: 1.2;
}
/* styles */
#orangeLine {
	background:#c27217 url(../_img/top_orange_line.png) center top no-repeat;
	height: 10px;
}

#header {
	width:940px;
	margin: 0 auto;
	height:80px;
}

.logo{
	padding-top:19px;
	float:left;
}

#navBar{
	margin: 0 auto;
	width:944px;
	height:68px;
	background: url(../_img/navBar.png) center top no-repeat;
}

#navBar ul{
	margin-left: 30px;
}

#navBar ul li {
	float: left;
	display: block;
	width: 120px;
	height:53px;
	font-size: 16px;
	line-height:3.3;
}

#navBar ul li.separator {
	width: 2px;
	background:url(../_img/navSeparator.png) top no-repeat;
}

#navBar ul li.awaria {
	width: auto;
	padding-left: 75px;
	font-weight:bold;
}

#navBar ul li.awaria a:hover {
	background: none;
}

#navBar ul li.awaria a{
	color:orange;
}

#navBar ul li a:link, #navBar ul li a:visited {
	display: block;
	height: 53px;	
}

#navBar ul li a:hover, ul li a.current {
	background:url(../_img/navCurrent.png) top repeat-x;
}


#navBar ul li a.current:hover {
	cursor:default;
}

#featured{
	position:relative;
	margin: 0 auto;
	width:920px;
	height:275px;
	border: 1px solid #888;
	padding: 9px;
	background: #4d4d4d;
	}
	
#featured #slider{
	position: absolute;
	top:9px;
	left:9px;
	height: 275px;
	width: 920px;
	overflow: auto;
}

#featured #slider ul {
	width: 9999px;
	height: 275px;
}

#featured #slider ul li {
	position: relative;
	top:0;
	display: block;
	float: left;
	width: 920px;
}

#featured .arrow { 
	display: none;
}
	
/*content styles*/

#content{
	width:940px;
	background: url(../_img/featured_shadow.png) center top no-repeat;
	margin: 0 auto;
	text-align:left;
	padding-top: 15px;
	}
	
#content p {
	padding: 10px 0 5px;	
}

#content strong,
#content ul li strong a{
	color: #dc9540;
}

#content ol{
	padding: 0 0 5px 20px;
}

#content ol li{
	list-style: disc;
	line-height: 1.5;
}

/* photos styles */
 
.fancy_box {
	display: inline;
	float: left;
	padding: 4px;
	background: #4d4d4d;
	border: 1px solid #393b3b;
	margin: 0px 20px 20px 0;
}

.fancy_box_left {
	display: inline;
	float: left;
	padding: 4px;
	background: #4d4d4d;
	border: 1px solid #393b3b;
	margin: 0px 20px 10px 0;
}

.fancy_box_right {
	display: inline;
	float: right;
	padding: 4px;
	background: #4d4d4d;
	border: 1px solid #393b3b;
	margin: 0px 0 10px 20px;
}

.caption_left {
	display: inline;
	float: left;
	margin: -25px 20px 20px 0;
	width:140px;
	text-align: center;
}

.product_img_right{
	border: 1px solid #888;
	padding: 9px;
	background: #4d4d4d;
	float: right;
}

/* left menu styles */

#content #leftMenu {
	width: 220px;
	float: left;
	text-indent: 25px;
	padding:0 20px 20px 0;
	font-size: 15px;
	line-height: 2.1;
}

#content #leftMenu li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	background: #393b3b;
}

#content #leftMenu li a:hover {
	font-weight:bold;
	color: #dc9540;
}

/* nadrzedne pozycje lewego menu */

#content #leftMenu .menu_class, .menu_class1, .menu_class2, .menu_class3 {
	cursor:pointer;
	color: #fff;
	height: 31px;
	border:1px solid #393b3b;
	background: url(../_img/left_menu_button.png) left top no-repeat;
}

#content #leftMenu .menu_class a, .menu_class1 a, .menu_class2 a, .menu_class3 a{
	color: #fff;
}

#content #leftMenu .menu_class a:hover, .menu_class1 a:hover, .menu_class2 a:hover, .menu_class3 a:hover {
	color: #dc9540;
}

#content #leftMenu .menu_class0 {
	color: #fff;
	height: 31px;
	border:1px solid #393b3b;
	background: url(../_img/left_menu_button1.png) left top no-repeat;
}

#content #leftMenu .menu_class0 a{
	color: #fff;
	display:block;
}

#content #leftMenu .menu_class0 a:hover {
	color: #dc9540;
}

/* podrzedne pozycje */

#content #leftMenu .the_menu, .the_menu1, .the_menu2, .the_menu3{
	display:none;
	font-size:12px;
	font-weight: normal;
}

#content #leftMenu .the_menu4 {
	font-size:12px;
	font-weight: normal;
}

#content #leftMenu ul.menu_inside{
	font-size: 11px;
	text-indent: 40px;
	line-height:1.5;
}

#content #leftMenu .current_menu{
	color: #dc9540;
	font-weight: bold;
}


/* main content styles - home & o firmie */

#content #main_content{
	float: left;
	width: 620px;
	padding-bottom: 50px;
}

#content #main_content ul {
	float: left;
	width: 200px;
	display: block;
	padding: 10px 0;
}

#content #main_content ul .second {
	padding: 0 0 0 10px;
}

#content #main_content ul li {
	line-height: 1.5;
}

/* produkty */

#content #main_content_products{
	float: left;
	width: 700px;
	padding-bottom: 50px;
}

#content #main_content_products .partner_krispol {
	float: right;
	margin:4px 0 0;
}

#content #main_content_products ul {
	float: left;
	width: 220px;
	padding-top: 10px;
	padding-bottom: 10px;

}

#content #main_content_products ul.second {
	padding-left: 10px;
}

.read_more {
	color: #dc9540;
	font-weight: bold;
}

/* serwis */

#content #main_content_serwis{
	float: left;
	width: 620px;
	padding-bottom: 50px;
}

#content #main_content_serwis .loga_firm {
	float: left;
	margin: 20px 10px 0 0; 
}

#content #serwis_form {
	float: left;
	width: 300px;
	padding: 0 0 50px 20px;;
}

input, textarea {
	border: solid 1px #888;
	margin: 5px 0 10px 0;
	background: #4d4d4d;
	padding: 2px;
	width: 100%;
	overflow:hidden;
}

input:hover, textarea:hover{  
	border-color:#dc9540;  
}  

button {
	border: 1px solid #393b3b;
	margin: 0 0 10px 0;
	background: url(../_img/left_menu_button.png) center top no-repeat;
	padding: 0 5px;
	display: block;
	height: 31px;
	}

button:hover {
	color:#dc9540; 
	}
	
/* kontakt */

#content #main_content_contact{
	float: left;
	width: 540px;
	padding-bottom: 50px;
}

#content #main_content_contact .contact_floats {
	float: left;
	width: 260px;
	padding-right:10px;
}

#content #map_canvas {
	width: 380px;
	float:left;
	margin: 0 0 0 20px;
}

#content .map_canvas {
	float:left;
	padding: 9px;
	margin: 10px 0 50px;
	border: solid 1px #888;
	background: #4d4d4d;
}

/* news styles */

#content #news {
	float: left;
	width: 300px;
	text-align: center;
	padding: 0 0 20px 20px ;
}

#content #news ul li{
	font-size: 12px;
	padding: 10px 0 10px 0;
	text-align: left;
	background:url(../_img/newsSeparator.png) top repeat-x;
	line-height: 1.5;
}
#content #news ul li p{
	padding: 0;
	font-size:12px;
	color: #dc9540;
}

/* footer styles */

#footerWrapper{
	clear: both;
	height:180px;
	background:#302f2f url(../_img/footerLight.png) top center no-repeat;
	border-top: 1px solid #000;
}

#footer {
	position: relative;
	margin: 0 auto;
	padding-top:20px;
	width: 940px;
	font-size: 12px;
	text-align:left;
	line-height: 1.3;
}

#footer #biuro{
	width: 220px;
	height:100px;
	padding-left: 80px;
	margin-right: 20px;
	float: left;
	background:url(../_img/footer_contact_icon.png) left top no-repeat;
}
#footer #serwis {
	width: 220px;
	height:100px;
	float: left;
	padding-left: 80px;
	margin-right: 20px;
	background:url(../_img/footer_serwis_icon.png) left top no-repeat;
}

#footer #popular {
	width: 220px;
	height:100px;
	float: left;
	padding-left: 80px;
	background:url(../_img/footer_popular_icon.png) left top no-repeat;
}

#footer .p_separator{
	padding-top: 5px;
	background: url(../_img/footerSeparator.png) top left no-repeat;
}

#footer #copyright {
	position: relative;
	top:20px;
	clear: both;
	padding-top: 7px;
	background: url(../_img/footerSeparator.png) top repeat-x;
	width: 940px;
}

.float_right {
	float: right;
}
.float_left {
	float: left;
}

.clear {
	clear:both;	
}

.baner {float:left;margin:20px 0 0}


#copyright ul {list-style-type: none; float:left;}
#copyright ul li{display:inline; padding-left:2px; color:gray;}
#copyright strong {font-weight:normal; color:gray;}