/* top elements */
* { margin:0; 	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333; 
	background: #FFF url(bg.gif) repeat-x;	
	text-align: center; 
}

/* links */
a {
	color: #F9864D; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #575757;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
	color: #244284;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;		
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/* images */
.obr1 {
	border: 3px solid #D5D5D5;	
}

img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #FF9966;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #FF9966;   
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #244284;
}
/* search form */
form.search {
	position: absolute;
	top: 25px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
	vertical-align: top;
}
form.search input.button {
	width: 60px;
	vertical-align: top;
}

/**************************************
   LAYOUT 
***************************************/	
#wrap {
	margin: 0 auto; 
	padding: 0; 
	width: 850px;
	text-align: left;
}

/* header */
#header { 
	position: relative;
	height: 78px; 
	margin: 0; padding: 0;
	color: #808080; 		
}
#header h1#logo {
	position: absolute;	
	font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #244284;
	letter-spacing: -2px;	
	border: none;	
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 2px;		
}
#header img#logo {
	position: absolute;
	border: 0px;
	top: 5px;
	width: 105px;
	left: 5px;
}

#header h2#slogan1 { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 11px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	top: 10px; left: 140px;
}
#header h2#slogan2 { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 11px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	top: 25px; left: 135px;
}
#header h2#slogan3 { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 11px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	top: 40px; left: 130px;
}
#header h2#slogan4 { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 11px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	top: 55px; left: 125px;
}

/* menu */
#menu {
	clear: both;
	background: #FF9966 url(menubg.gif) repeat-x;
	height: 30px;
	margin: 0;
	font: bolder 1.2em/30px Tahoma, Verdana, Arial, Sans-Serif;		
}
#menu ul{
	margin: 0; padding: 0 0 0 8px;
}
#menu ul li {
	float: left;
	list-style: none;		
	border-right: 1px solid #FFA500;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #FFF;	
}
#menu ul li a:hover {
  	color: #333;	
	background: url(menu-hover-bg.gif) repeat-x;
}
#menu ul li#current a {
	color: #333;
	background: url(menu-current-bg.gif) repeat-x;	
}

#picsel a:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

/* sidebar */
#sidebar {
	float: left;
	width: 21%; 
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	background: url(arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}

#sidebar ul.sidemenu li#current a {
	color: #333;
}

#rightbar {
	float: right;
	width: 21%;
	padding: 0;
	margin: 0; 			
}

/* main column */
#main {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 54%;	
}
.info {
	background: url(arrow.gif) no-repeat left center;
	padding-left: 14px; margin: 0 10px 0 5px;
	font-weight: bolder;
}
.info2 {
	background: url(img12.gif) no-repeat left center;
	padding-left: 14px; margin: 0 10px 0 5px;
	font-weight: bolder;
	border-bottom: 1px solid #EFF0F1;		
}
.infoa {
	background: url(arrow.gif) no-repeat left center;
	padding-left: 14px; margin: 0 10px 0 5px;
	font-weight: bolder;
	color: #333;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 95%;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


/* menu2 */
#menu2 {
	background: url(img12.gif) no-repeat left center;
	padding-left: 14px; margin: 0 10px 0 5px;
	font-weight: bolder;
	border-bottom: 1px solid #EFF0F1;		
	clear: both;
}
#menu2 ul{
	margin: 0; padding: 0 0 0 8px;
}
#menu2 ul li {
	background: url(arrow.gif) no-repeat left center;
	padding-left: 14px; margin: 0 10px 0 5px;
	font-weight: bolder;

	float: left;
	list-style: none;		
	border-right: 1px solid #FFA500;
}
#menu2 ul li a {
	background: url(arrow.gif) no-repeat left center;
	padding-left: 14px; margin: 0 10px 0 5px;
	font-weight: bolder;

	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #FFF;	
}


/* footer */
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 0;	 
	background: #FFF url(footerbg.gif) repeat-x;
	height: 60px
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer-content {
	margin: 0 auto;
	width: 800px
}
#footer-content #footer-left {
	padding: 10px;
	width: 60%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 33%;
	float: right;
	text-align: right;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }
.green  { color: #244284; }

/* Tables */

.list {
/*    width: 100%;  */
    color: #333333;
    border-left: 1px solid #CBCBB4;
    border-top: 1px solid #CBCBB4;
    margin: 0 auto;
}

.list th, .list td {
    border-right: 1px solid #CBCBB4;
    border-bottom: 1px solid #CBCBB4;
    padding: 3px 10px;
}

.list th {
    background-color: #E0E0CF; 
    padding: 5px 5px;
}

.list th a {
    color: #333333;
    border-bottom: 1px dotted #777777;
}

.list th a:hover {
    border-bottom: 1px solid #777777;
}

.list tr.alt td {
    background-color: #ededeb; 
}
.list tr.err td {
    background-color: #f75d59; 
}

.list tr.unpaid td {
    background-color: #ffcbcb; 
}
.list tr.unpaid_alt td {
    background-color: #ffdbdb; 
}

.list th img {
  vertical-align: bottom;
}

.list td.empty {
    text-align: center;
}


.list .highlight {
    font-weight: bolder;
}

.list tr.storned td {
    text-decoration: line-through;
}

.list td.tiny {
    font-size: smaller;
}

.highlight_rows tr:hover td {
    background-color: #fbe1d6;
/*    cursor: pointer; */
}

.list tr.highlight_row td {
    background-color: #fbe1d6;
}

.cenik1 {
    background-color: #A9C0CE;
	padding: 5pt  5px 5px 5px;
}

.cenik1b {
    background-color: #A9C0CE;
	font-weight: bold;
	padding: 5pt  5px 5px 5px;
}

.cenik2 {
    background-color: silver;
	text-decoration: none; 
	padding: 5pt  5px 5px 5px;
}

.cenik2b {
    background-color: silver;
	font-weight: bold;
	padding: 5pt  5px 5px 5px;
}

.hr1a {
    color: #EFF0F1;
}

/* INQUIRY FORM */

form#contact_me{
margin-left:15px;
}

div.inquiry fieldset{
clear:both;
margin:15px 0;
padding:10px;
width:400px;
}

div.inquiry fieldset fieldset{
margin:0px 0;
}

div.inquiry fieldset.text,
div.inquiry fieldset.radio,
div.inquiry fieldset.checkboxes,
div.inquiry fieldset.select,
div.inquiry fieldset.textarea{
clear:both;
border:0;
padding:0;
}

div.inquiry fieldset legend{
border:0;
font:bold 1.4em "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
padding:0;
}

div.inquiry fieldset.text legend,
div.inquiry fieldset.radio legend,
div.inquiry fieldset.checkboxes legend,
div.inquiry fieldset.select legend,
div.inquiry fieldset.textarea legend{
background:transparent;
border:0;
font:bold 1.2em "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
margin:0 0 0 -5px;
padding:0;
}

div.inquiry fieldset.text{
background:none !important;
border:0;
margin:10px 0;
padding:0;
}

div.inquiry label input{
display:inline;
}

div.inquiry fieldset.sidebyside label,
div.inquiry fieldset.sidebyside input{
float:left;
}

div.inquiry fieldset.sidebyside label{
clear:left;
width:120px;
text-align:left;
margin:5px 5px 5px 0px;
}

div.inquiry fieldset.sidebyside input{
clear:right;
margin:5px 0px;
}

div.inquiry fieldset.sidebyside label input{
clear:none;
float:none;
}

div.inquiry fieldset.sidebyside div.explain{
clear:both;
float:left;
text-align:left;
margin:-5px 0px 10px 130px;
padding:0;
width:auto;
}

div.inquiry fieldset.radio label{
width:auto
}

div.inquiry fieldset.checkboxes label{
clear:none;
width:32%;
text-align:left;
}

div.inquiry fieldset.checkbox{
background:none !important;
border:0;
margin:-10px 0px 10px;
padding:0;
}

div.inquiry fieldset.checkbox label{
clear:none;
width:auto;
text-align:left;
}

div.inquiry fieldset.textarea textarea{
clear:left;
}

div.inquiry fieldset.textarea label{
width:auto;
}

label.required,
p.required{
color:#ee0000;
}

p.required{
margin:0 0 10px 0;
}

div.inquiry fieldset.sidebyside input.hidden{
display:none;
}

.nowrap{
display:inline;
}

div.inquiry.errormsg{
clear:left;
margin-bottom:10px;
}


