/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Ariel", Helvetica, sans-serif;
    font-size: small;
    text-align: left; 
    color: #ccc;
    position: relative;
    background: #C8C8C8;
    font-size:85%;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}

h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0; }

a, a:link {
    text-decoration: none;
/*    color: #69c; */
/*    background-color : transparent; */
}

a img, img {
    border: none;
}

ul {
/*    list-style: none; */
    padding: 0 0 5px 25px; 
}

li {
/*    list-style: disc; */
    padding-left: 0px; 
}

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
    border: 0px;
}

#page {
    margin-top: 20px;
/*    padding-bottom: 40px; */
    margin-bottom: 40px;
    background: #FFFFFF;
/*    color: #777777; */
    color: #555555;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	background-color : transparent;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	background-color : transparent;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background-color : transparent;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
    font: 1em/2.5em 'Courier New', Courier, monospace;
    color: #444;
    background-color : transparent;
    white-space: pre; 
    width: 350px;
    height: auto;
    overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
/* .alignright { float: right; } */
/* .alignleft { float: left; } */

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Mainbar 
------------------------------------------------------------------------- */

#mainbar { 
    background: url(img/page.jpg) repeat-x 100% 100%;
}

div#infobar {
    margin: 0 auto;
    width: 990px;
    height: 66px;
    background: url(img/page.jpg) repeat-x;
/*    border-left: 1px solid white; */
/*    border-right: 1px solid white; */
}
			

/* Header 
------------------------------------------------------------------------- */

#header { 
    background: url(img/back.jpg) repeat-y top right;
}

div#baner {
    margin: 0 auto;
    width: 990px;
    height: 212px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

div#menubox {
/*    overflow: hidden; */
    margin: 0 auto;
    width: 990px;
    height: 41px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}


div#divbox {
    float: left;
    width: 350px;
    height: 16px;
    text-align: right;
    padding-top: 50px; 
}

div#cssbox {
    background: url(img/logo.png) no-repeat; 
/*    width: 675px; */
    width: 990px;
    height: 66px;
    float: left;
}

#promobox {
    width: 650px;
    height: 170px;
    padding-top: 10px;
    padding-left: 20px;

}

#promoinfo {
    margin-top: -40px;
    font-size: 12px;
    font-weight: bolder;
    color: #ffffff;
    background-color: transparent;
    padding: 15px 8px;  
    width: 340px;
    height: 100px;
    float: right;
}


#promobox a,
#promobox span,
#promobox a:link  {
    font-size: 22px;
    color: #ffffff;
    background-color: transparent;
}

#promobox #act {  
    font-size: 38px;
    color: #ffffff;
    background-color: transparent;
}

/* Content
------------------------------------------------------------------------- */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
		    
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

div#contentbox {
    background: url(img/back.jpg) repeat-y top left; 
    position: relative; 
    margin-bottom: 5px;
}


div#maincontent {
    margin: 0 auto;
    width: 990px;
    background: #FFFFFF; 
    border-left: 1px solid white;
    border-right: 1px solid white;
    COLOR: #555;
    text-align: justify;
}

div#maincontent_sub {
    margin: 0 auto;
    width: 990px;
    background: #ffffff;
    padding-top: 7px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    COLOR: #555;
    text-align: justify;
}

div#subcontentright {
    background: url(img/subcontentleft.jpg) no-repeat top left;
    padding-top: 10px;
    overflow: hidden;
    width: 220px;
    float: right;
}

div#subcontentleft {
    background: url(img/subcontentleft.jpg) no-repeat top left;
/*  background: url(img/subcontentright.jpg) no-repeat top right; */
    width: 740px;
    font-size: 1em;
    color: #555;
    float: left;
    padding: 10px 0px 10px 10px;
}

#subcontentleft img { padding: 8px; }

p#slideshow_produkty {
    padding-left: 5px;
    width: 195px;
    height: 135px;
}

p#slideshow_klienci {
    padding-left: 5px;
    width: 195px;
    height: 135px;
}

div#oferta {
    margin-right: 5px;
    width: 325px;
/*    height: 238px; */
    float: right; 
}

div#klienci {
    margin-right: 10px;
    width: 210px;
    height: 170px;
    float: left; 
}

div#produkty {
/*  margin-right: 10px; */
    width: 210px;
    height: 170px;
    float: left;
}

div#news {
    width: 655px;
    height: 110px;
    float: left;
}

div#news  p {
    text-align: center;
}

div#realizacje {
    width: 655px;
    height: 100px;
    float: left;
}

div#tech {
    margin-right: 10px;
    width: 215px;
    height: 170px;
    float: left;
}

div#tech_podstrona {
/*    margin-right: 5px; */
    width: 210px;
    height: 170px;
    float: left;
}

div#realizacje p,
div#oferta p,
div#klienci p,
div#produkty p,
div#news p,
div#tech p{
/*    padding-top: 5px; */
    padding-left: 5px;
}

.ofer { 
display: inline;
vertical-align: bottom;
height: 220px;
}

.ofer a {
width: 150px;
height: 17px;
border: 0;
display: block;
font: 11px black;
margin-left: -1px;
margin-top: -1px;
text-align: right;
padding-top: 33px;
color: #444;
}

.ofer a:hover {
background: url(img/back.png) repeat-x;
}

.ofer div{
margin: 4px 4px;
border: 0;
display:block;
float: left;
overflow: hidden;
}

#pro_lojal { background: url(img/pro_lojal.jpg) no-repeat;}
#cms { background: url(img/cms.jpg) no-repeat;}
#intranet { background: url(img/intranet.jpg) no-repeat;}
#crm { background: url(img/crm.jpg) no-repeat;}
#app_dedyk { background: url(img/app_dedyk.jpg) no-repeat;}
#edi { background: url(img/edi.jpg) no-repeat;}

/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 15px 15px 0;
}

form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
}

.post h3 {
    margin-top: 0;
    color: #f63;
    background: #E3EBEE;
}
.post ul li {
	background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}



/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
/*    font-family: Arial, sans-serif;
 */
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}


/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    margin: 0 30px 0 481px;
    padding: 23px 0 0 0;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
    background: url(images/sidebar_bg.gif) no-repeat 0 0;
}

#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #666;
    background: url(images/sidebar_icon.gif) no-repeat 5px 15px;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
    padding: 5px 15px 1em;
    margin-left: -5px;
}

#sidebar ul { margin-bottom: 1em }
#sidebar ul ul { margin-bottom: 0; border-bottom: 1px solid #ddd; }
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; }
#sidebar ul li ul li { background: url(images/tictac_green.gif) no-repeat 0 6px; }


/* Footer 
------------------------------------------------------------------------- */
#footer {
    margin: 0 auto;
    width: 990px;
    font-size: 85%;
}

#box1 {
    width: 545px;
    height: 18px;
    float: left;
    color: #ffffff;
    background-color: transparent;
    padding-left: 5px;
    padding-top: 2px;
}


#box2 {
    width: 435px;
    height: 18px;
    float: right;
    color: #ffffff;
    background-color: transparent;
    padding-right: 5px;
    padding-top: 2px;
    text-align: right;	    
}

#box2 a, #box2 a:link {
color: #ffffff;
background-color: transparent;
}

#box2 a:hover {
color: #b4b4b4;
background-color: transparent;
}

#box3 {
    width: 985px;
    float: left; 
    color: #949494;
    background-color: #ffffff;
    padding-left: 5px;
}

div#searchingmain {
    width: 280px;
    height: 35px;
    padding-top: 6px;
    float: right;
    border: 0px;
}

#ajaxSearch_input {
    padding-top: 2px;
    padding-bottom: 2px;
}

div#searching {
    background-color: #FFFFFF; 
    color: #000000;
    width: 220px;
    height: 40px;
    float: right;
}

/* Forms 
------------------------------------------------------------------------------- */
form {
/*	width: 540px; */
	text-align: left;
	clear: both;
	padding-top: 5px;
	padding-left: 5px;
    	border: none;
}

fieldset { border: none; }
legend { display: none; }    
.nform {width: 200px; float: left;}
.nformfield {padding-bottom: 3px; width: 420px; float: left;}
.nformclr { padding-bottom: 3px; padding-left: 5px; width: 710px; clear: both; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1;}
.errors {background-color: #f0f0f0; padding: 7px; text-align: center;}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
/* .MODX_RichTextWidget { 	float: left; } */

.MODX_RichTextWidget a {
	border: 0px;
}



#smallmenu {
/* font-family: arial, sans-serif; */
width:315px;
float: right;
font-size:12px;
text-align: left;
height: 66px;
text-decoration: none;
border: 0px;
}

#smallmenu a,
#smallmenu a:visited {
color: #595959;
text-decoration: none;
width: 69px;
padding:35px 10px 10px 10px; 
text-align: center;
line-height: 66px;
font-size: 10px;
font-weight: 900;
border: 0px;
}

.LSM_0 { padding-left: 0.5em; padding-bottom: 1em; }

.LSM_1 { padding-left: 1.5em; }

.LSM_2 { padding-left: 2.5em; }

.LSM_0 li, .LSM_1 li, .LSM_2 li{  list-style-type: circle; }

#sl { width: 210px; height: 137px; border: 0px solid #ddd; background-color: #FFFFFF; }
#sl div { width: 205px; height: 137px; padding: 5px; color: #333; text-align: left; font-size: 0.8em; }
#sl div img { float: left; margin-right:3px ; width: 80px; height: 80px; background: #FFFFFF; }
#sl div { top: 0; left: 0 }

#sl_sub { width: 210px; height: 137px; border: 0px solid #ddd; background-color: #FFFFFF; }
#sl_sub div { width: 205px; height: 137px; padding: 5px; color: #333; text-align: left; font-size: 0.8em; }
#sl_sub div img { float: left; margin-right:3px; width: 80px; height: 80px; background: #FFFFFF; }
#sl_sub div { top: 0; left: 0 }

#textresize { cursor: pointer; margin-top: -18px; padding-left: 660px; font-weight: bold;}
#a1,#a2,#a3 { padding-left: 2px; padding-right: 2px; }
#a1:hover,#a2:hover,#a3:hover { background: #EFEFEF; text-decoration: underline; font-weight: 900;}
#a1 {font-size: 0.8em; padding-top: 4px;}
#a2 {font-size: 1em; padding-top: 2px;}
#a3 {font-size: 1.2em;}
.under {text-decoration: underline;}

.LIn_shortMode{list-style-type: none; padding:0;}
.cnt {border-right: #f6f6f6 1px solid;}
#oferta_sub_menu { width: 160px; margin-right:10px; float: left;}
#oferta_content {width: 570px; float: left;}

#ie6 {width: 655px;}


#overlay {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width:100%;
  height:100%;
  text-align:center;
  z-index: 1000;
}
					
#overlay div {
margin: 150px auto;
padding:1px;
text-align:center;
}

#overlay div input {
filter: alpha(opacity=95);
opacity: .95;
}						
#pdc { 
height: 450px;
}

.B_crumbBox {font-size: 10px;
}