html, body, #wrap { height: 100%; }

body > #wrap{ height: auto; min-height: 100%; }

body { 
	padding:0; 
	margin:0;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	background: #fff url("../images/body_bg.gif") repeat-x top;
}
#wrap {
	width: 805px;
	margin:0 auto;

	background: #fff url("../images/container_bg.gif") no-repeat top right;
}

#container {
	width: 763px;
	margin:0 auto;	
}

#top-header {
	height: 120px;
	background: url("../images/logo.gif") no-repeat left center;
}

/* menu style (located in the top header) */

#menu-container {
	float: right;
	width: 763px;
	height: 120px;
}

#menu ul {
  margin-top: 65px;
  padding: 10px 0;
  list-style: none;
  float: right;
}

#menu li {
	float:left;
	margin:0;
	padding: 0 10px;
}

#menu a {
	float:left;
	display:block;
	padding:5px 5px 4px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#777;
	font-family: arial, "lucida console", sans-serif;
	border-top: 3px #ccc solid;
}

#menu a:hover {
	border-top: 3px #0e7ec4 solid;
}

#menu #current a {
	border-top: 3px #0e7ec4 solid;
}

/* end of meny style */

/* header layout */

#header {
	width:763px;
	height: 214px;
}

#header-image {
	float:left;
	width:457px;
	height: 214px;
	background: url("../images/header2.jpg") repeat-x bottom;
}

#header-right,
#header-right-portfolio,
#header-right-contact,
#header-right-services,
#header-right-about {
	float:left;
	width:306px;
	height: 214px;
}

/* images in the right side of the header */

#header-right {
	background: url("../images/header-right.jpg") no-repeat top;
}

#header-right-services {
	background: url("../images/header-right2.jpg") no-repeat top;
}

#header-right-portfolio {
	background: url("../images/header-right-portfolio.jpg") no-repeat top;
}

#header-right-about {
	background: url("../images/header-right-about.jpg") no-repeat top;
}

#header-right-contact {
	background: url("../images/header-right-contact.jpg") no-repeat top;
}

/* content layout style */

#content { 
	padding: 0;
	padding-bottom: 80px;
	position: relative;
}

#content-container { 
	padding-bottom: 80px; 
}

#left {
	float: left;
	width: 263px;
	padding-bottom: 20px;
}

#right {
	float: left;
	width: 500px;	
	padding-bottom: 1px;
}

#content-container #content #left .box {
	padding: 10px 10px 10px 0;
	clear: both;
}

#content-container  #content #right .box {
	padding: 10px 0 10px 10px;
}

/* end of content layout style */

/* Global Headers */

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	line-height: 1.1em;
}

h1 { 
	font-size: 18px;
}

h2 { 
	font-size: 18px;
}

h3 { 
	font-size: 15px;

}

h4 { 
	font-size: 14px;
}

h5 { 
	font-size: 12px;
}	

h6 { 
	font-size: 10px;
}

#content-container h2 {
	border-bottom: 1px #ccc solid;
	color: #777;
	padding: 5px 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content-container p h2 {
	border-bottom: 0px;
}

#content-container h3 span {
	border-bottom: 3px #ccc solid;
	color: #888;
	padding-bottom: 3px;
	font-weight: bold;
}

#content-container #left h3  {
	border-bottom: 0;
	font-weight: bold;
}

#content-container h3 a {
	color: #ccc;
	font-size: 13px;
}

#content-container #content #right  h3 {
	padding-bottom: 3px;
}

#content-container #content #right p {
	margin: 10px 0;
	padding: 0;
}

#content-container h3 a {
	text-decoration: none;
}

/* end of Global Headers */

#content #slider-container ol {
	list-style: none;
}

/* sidebar navigation */



#navigation ul {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}

#navigation li {

	list-style: none;
	width: 100%;	
    padding: 0;
	margin: 0;
	
}

#navigation a {

	display:block;
	width: 240px;

	text-decoration:none;
	font-weight:bold;
	color:#333;
	font-family: arial, "lucida console", sans-serif;
	border-bottom: 1px #ccc solid;
	border-left: 3px #0e7ec4 solid;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 1px 0;
	background-color: #fcfcfc;
}


#navigation a:hover {
	border-left: 3px #0e7ec4 solid;
	background-color: #f6f6f6;
}
#navigation a:visited {
	color:#333;
}
#navigation a:active {
	color:#333;
}



#navigation #current a {
	border-left: 3px #0e7ec4 solid;

}



/* mews style in left column */

.list  li {
	clear: both;
}

.list  li .list-left-column {
	float: left;
	width: 80px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
.list  li .list-left-column span {
	color: #0e7ec4;
}
.list  li .list-left-column div {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
.list li .list-right-column {
	float: left;
	width: 173px;
}

#content-container .list li .list-right-column  h3 {
	border-bottom: 0;
	color: #666;
	font-size: 13px;
	margin: 0;
}

#content-container #content #left .list {
	margin: 0px;
	list-style: none;
	padding: 0;
}


/* end of news style*/


/* footer layout */

#footer { 
	clear: both; 
	position: relative; 
	z-index: 10; 
	height: 80px; 
	margin-top: -80px; 
}

/* footer theme */

#footer { 
	background-color: #0e7ec4;
	color: #fff; 
	width: 763px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/stopka_tlo2.gif") repeat-x bottom;
}


#footer-left {
	float: left;
	width: 448px;
	height: 80px;
}
#footer-right {
	float: left;
	width: 315px;
	height: 53px;
	margin-top: 33px;

}


/* footer */

#footer-left  p {
	margin-top:0;
	margin-bottom: 0;
	padding:34px 10px 0px 10px;
	color: #fff;
	
}

#footer-left  p a{
	color: #d8f0ff;
	text-decoration: none;
}

#footer-right #footer-menu {
	margin:0;
	padding:20px 10px 10px 0px;
	list-style:none;
	float: right;
}

#footer-right #footer-menu .box {
	text-align: right;

}


#footer-right #footer-menu li{
	display:inline;
	margin:0 0 0 8px;
}
#footer-right #footer-menu li a{
	color:#fff;
	text-decoration: none;
	font-size: 11px;
}
#footer-right #footer-menu li a:hover{
	color: #333;
}
#footer-right #footer-menu li a.active {
	color: #fff;
	font-weight: bold;
}
#footer-right a{
	color: #e8e6db;
}

#prefooter {
	margin: 0 0 1px;
	width: 100%;
	height: 1px;
	clear: both;
}


/* end of footer */

/* links style */

#content-container  a:link, #content-container  a:active   {
	color: #666;
	text-decoration: none;

}
#content-container  a:visited  {
	color: #666;
	text-decoration: none;
}
#content-container  a:hover {
	color: #0e7ec4;
	text-decoration: underline;
}


.url a {
	color: #0e7ec4;
	font-size: 18px;
	float: right;
	text-decoration: none;
	
}

/* end links */




.notification_ok {
	color: #229922;	
}

/* end of contact form style */

/*clientSays - Client Says style for HEADER */

#header .box .testimonial blockquote{
	margin: 30px 0 0 15px;
	padding:0px 10px 20px 20px;
	background:url(../images/quote.gif) no-repeat top left;
	width:253px;
}
#header .box .testimonial blockquote p.quote{
	text-align:center;
	font-size:14px;
	font-weight: bold;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;}


#header .testimonial blockquote p.author{
	margin:10px 10px 0 0;
	display:block;
	text-align:right;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
/*clientSays - Client Says style for CONTENT */

#content .box .testimonial blockquote{
	margin: 0;
	padding:0px 10px 20px 30px;
	background:url(../images/quote_white.gif) no-repeat top left;
	width:223px;
}
#content .box .testimonial blockquote p.quote{
	text-align:left;
	font-size:15px;
	font-weight: bold;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;	
}

#content .testimonial blockquote p.author{
	margin:10px 10px 0 0;
	display:block;
	text-align:right;
	
	font-size:12px;
	color:#999;
	font-weight:bold;
}

/* text style */




/* -------- misc style ----------*/

.image-left{
	padding:3px;
	margin:0 15px 0 0;
	border:1px solid #ccc;
}

.image-right{
	padding:3px;
	margin:0 0 0 15px;
	border:1px solid #ccc;
}


/* thumbnail in right column */

.image-left-small{
	background:#fff;
	padding:3px 3px;
	margin:0 3px 0 0;
	border:1px solid #ccc;
}

.image-right-small {
	background:#fff;
	padding:3px 3px;
	margin:0 0 0 3px;
	border:1px solid #ccc;
}

.image-border-small {
	background:#fff;
	padding:3px 3px;
	border:1px solid #ccc;
}


.image-border {
	padding:3px;
	border:1px solid #ccc;
}

.textblock {
	border: 1px #aaa solid;
	background-color: #fafafa;
	padding: 10px;
	color: #777;
	margin-bottom: 20px;
	
}

.clearit {
	clear: both;
}

/* Floats */
.float-left {
	float: left;
}

.float-right {
	float: right;
}




/* table style */

table {  
  margin: 0 0px 20px 12px;
  padding: 0;
  display: block;
  font-size: 12px;
  border-collapse: collapse;
  width:97%;
}
table caption {
  margin: 0 12px;
  padding: 20px 0 5px 0;
  font: 12px arial, sans-serif;
  text-align: left;  
}

table th,table td {
  text-align: left;
  vertical-align: top;
  padding: 6px 8px;
}


thead th {
  color: #FFF;
  background-color: #5588bb;
  border-bottom: 3px solid #88aadd;
}



tbody .mytd {
  border-bottom: 1px solid #ddd;
}

#machanika_napis{margin-left: 466px;position:absolute; top:188px}
#header{position:relative}
#error{background-color: #FF3333;margin:5px;font-weight: bold;color:#FFF;padding:10px; border:1px solid #FF0F0F}
#top-header{position:relative}
a.pom {color: #F4510B;text-decoration: underline;}	
a.pom:link{color: #3A7B9A;}
a.pom:hover {color: #3A7B9A}
#top-adres{position:absolute;right:10px;top:10px;font-weight: solid;font-size: 11px;font-family: Verdana;color: #999999}

.imput1{border:1px solid #4086A8;padding:2px;color:#FF6600;width: 180px}
.mybutt{background-color: #FF6600; border:1px solid #E15A00;padding:2px;color:#FFF;width: 120px;cursor:pointer}




