html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  /*content: none; incompatible with opera*/
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* reset fixes */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

strike {
  text-decoration: line-through;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}


/* additional */
img {
  border: none;
  display: block;
}


/* defauls belows */
body {
  padding: 0px; 
  margin: 0px;
  font-family: Tohoma, Verdana;
  font-size: 12px;
  line-height: 22px;
  color: #666;
  background: #fff;
}

a {
  color: #be41f7;
  text-decoration: none;
  font-size: inherit;
}
a:hover {
  text-decoration: underline;
}

select, option, input, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  margin: 0;
}

.clear {
  clear: both;
}
.clearie6 {
  clear: both;
  font-size: 0px;
}

.hide {
  display: none;
}
/* end of defauls */

/* rotator */
#header {
  position: relative;
}
#promo .rotator {
 display: block;
 position: absolute;
 top: 210px;
 left: 70px;
 visibility: hidden;
}
#promo .rotator li,
#promo .rotator a {
  display: block;
  background: url(img/rotator.png) 0 0 no-repeat;
  width: 33px;
  height: 50px;
}
  
  #promo .rotator li {
    float: left;
    padding-top: 25px;
  }

  #promo .rotator .n0 {
    background: url(img/rotator.png) 0 25px no-repeat;
    width: 10px;
  }

  #promo .rotator .n1 {
    background-position: -10px 25px;
  }
  #promo .rotator .n1 a {
    background-position: -10px 0px;
  }
  #promo .rotator .n1 a:hover {
    background-position: -10px -50px;
  }
  #promo .rotator .n1 a.selected{
    background-position: -10px -100px;
  }  

  #promo .rotator .n2 {
    background-position: -43px 25px;
  }
  #promo .rotator .n2 a {
    background-position: -43px 0px;
  }
  #promo .rotator .n2 a:hover {
    background-position: -43px -50px;
  }
  #promo .rotator .n2 a.selected {
    background-position: -43px -100px;
  }  

  #promo .rotator .n3 {
    background-position: -76px 25px;
  }
  #promo .rotator .n3 a {
    background-position: -76px 0px;
  }
  #promo .rotator .n3 a:hover {
    background-position: -76px -50px;
  }
  #promo .rotator .n3 a.selected {
    background-position: -76px -100px;
  }  

  #promo .rotator .n4 {
    background-position: -109px 25px;
  }
  #promo .rotator .n4 a {
    background-position: -109px 0px;
  }
  #promo .rotator .n4 a:hover {
    background-position: -109px -50px;
  }
  #promo .rotator .n4 a.selected {
    background-position: -109px -100px;
  }  

  #promo .rotator .n5 {
    background-position: -142px 25px;
  }
  #promo .rotator .n5 a {
    background-position: -142px 0px;
  }
  #promo .rotator .n5 a:hover {
    background-position: -142px -50px;
  }
  #promo .rotator .n5 a.selected {
    background-position: -142px -100px;
  }  

  #promo .rotator .portfolio {
    background-position: -175px 25px;
    width: 151px;
  }
  #promo .rotator .portfolio a {
    background-position: -175px 0px;
    width: 151px;
  }
  #promo .rotator .portfolio a:hover {
    background-position: -175px -50px;
  }

  #promo .rotator .n1.selected,
  #promo .rotator .n2.selected,
  #promo .rotator .n3.selected,
  #promo .rotator .n4.selected,
  #promo .rotator .n5.selected {
    background-position: -193px -123px;
  }
  
/* end of rotator */


/* iCarousel */
#promo {
  position: relative; /* important */
  overflow: hidden; /* important */
  width: 970px; /* important */
  height: 299px; /* important */
  clear: both;
}
  #promo li {
    background: none;
  }
  #promo a {
    display: block;
  }

#promo_content {
  position: absolute;
  top: 0;
  margin-left: 0;
}

#promo_content
#promo_content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
  #promo_content {
    width: 99999px;
  }
  #promo ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    /*background-color: #fff;*/
  }
  #promo_content li {
    margin-right: 20px;
    border: 5px solid #fff;
  }

#promo ul li img {
  display: block;
}

#promo_content a {
    width: 670px;
  }
/* end of iCarousel */
  
/* promo graphics */  
#promo_content .promo_item {
  display: block;
  width: 970px;
  height: 299px;
  background: url(img/promo.jpg) 0 0 no-repeat;
}

#promo_content .img1 {
  background-position: 0 0;
}
#promo_content .img2 {
  background-position: 0 -300px;
}
#promo_content .img3 {
  background-position: 0 -600px;
}
#promo_content .img4 {
  background-position: 0 -900px;
}
/* end of promo graphics */ 

/* styles */
#wrapper {
  width: 970px;
  margin: 0px auto;
}
#header {
  position: relative;
}

#logo,
#logo a {
  width: 347px;
  height: 95px;
  display: block;
  background: url(img/rotator.png) -224px -100px no-repeat;
  text-indent: -9999px;
}

#logo {
  
}
#logo a {
  width: 315px;
  height: 57px;
  padding: 28px 10px 10px 22px;
}

#nav {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  padding: 50px 22px 0px 0px;
}

  #nav li {
    float: left;
    border-right: 2px solid #b452e2;
    padding: 0 7px;
    line-height: 100%;
  }
  #nav li.last {
    border-right: none;
    padding-right: 0;
  }
  #nav a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
    line-height: 100%;
  }
  #nav a:hover {
    text-decoration: underline;
  }
  
#footer {
  clear: both;
  height: 79px;
  background: #f0f0f0;
  margin-top: 60px;
}

  #footer .wrapper {
    width: 926px;
    margin: 0px auto;
    padding: 25px 22px 0px 22px;
  }

  #footer .logo {
    float: left;
    width: 159px;
    height: 29px;
    background: url(img/rotator.png) -381px 0px no-repeat;
    text-indent: -9999px;
  }

  #footer .company {
    float: right;
    padding-top: 10px;
    font-size: 10px;
    line-height: 100%;
  }
  
#content {
  margin: 40px 0px 0px 0px;
  padding: 0px 22px 0px 22px;
  border: 1px solid #fff; /* IE fix, otherwise won't handle "clear:both" correctly*/
}

#content h2 {
  font-size: 16px;
  font-weight: bold;
  color: #68188e;
  text-align: left;
  margin-bottom: 25px;
}

  #content h2 span {
    font-weight: bold;
    display: block;
    clear: both;
    color: #be41f7;
    letter-spacing: -1px;
  }
  
  #content .col1 {
    float: left;
    width: 314px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ececec;
  }
  #content .col2 {
    float: left;
    width: 565px;
  }

  #content.front .col1,
  #content.front .col2 {
    float: left;
    width: 314px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ececec;
    text-align: justify;
  }
  #content.front .col3 {
    float: left;
    width: 210px;
    text-align: justify;
  }
  
#content p {
  margin: 0px 0px 25px 0px;
}

#content h3.title {
  font-weight: bold;
}

#content .date {
  display: block;
  clear: both;
  font-size: 10px;
  color: #b5b5b5;
  line-height: 100%;
  margin-bottom: 20px;
}

#content .readmore {
  margin-top: -20px;
}
#content .readmore a,
#content .readall a,
#content .portfolio_project a {
  background: url(img/rotator.png) 100% -83px no-repeat;
  padding-right: 16px;
}

.current_page {
  font-weight: bold;
}

#breadcrumb {
  margin: 0px 0px 25px 0px;
}

form label {
  font-weight: bold;
  display: block;
}

form p {
  position: relative;
}

input, textarea {
  width: 300px;
  height: 14px;
  padding: 10px;
  border: 2px solid #aaa;
  font-weight: bold;
  color: #333;
}

textarea {
  width: 541px;
  height: 150px;
  font-weight: normal;
  line-height: 150%;
  color: #000;
}

.submit input {
  height: auto;
  width: auto;
  background: #fafafa;
}

p.submit {
  text-align: right;
}

input.focus,
textarea.focus {
  color: #68188e;
}

.error input,
.error textarea{
  border: 2px solid #700;
}

form p span {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 333px;
  top:28px;
}

form p.error span {
  display: block;
  display: inline;
  background: url(img/rotator.png) -354px 0 no-repeat;
}
form p.valid span {
  display: block;
  display: inline;
  background: url(img/rotator.png) -330px 0 no-repeat;
}

div.error {
  border: 2px solid #700;
  padding: 20px;
  margin-bottom: 25px;
  color: #700;
  background: #fffafa;
  font-weight: bold;
}
div.valid {
  border: 2px solid #070;
  padding: 20px;
  margin-bottom: 25px;
  color: #070;
  background: #fafffa;
  font-weight: bold;
}

.technology span {
  width: 50px;
  height: 23px;
  background: url(img/rotator.png);
  float: left;
  margin: 0px 5px 5px 0px;
  display: block;
  text-indent: -9999px;
}

.technology .php {
  background-position: -331px -30px;
}
.technology .mysql {
  background-position: -381px -30px;
}
.technology .js {
  background-position: -431px -30px;
}
.technology .ajax {
  background-position: -481px -30px;
}
.technology .xhtml {
  background-position: -331px -53px;
}
.technology .ps {
  background-position: -381px -53px;
}
.technology .css {
  background-position: -431px -53px;
}
.technology .url {
  background-position: -481px -53px;
}

.portfolio_item {
  clear: both;
  height: 200px;
  margin: 25px 0px;
}

.portfolio_item .img {
  float: left;
  width:250px;
}
.portfolio_item .details {
  float: right;
  width: 230px;
}

#content .technology p {
  margin-bottom: 15px;
}

#content .details h3.title {
  line-height: 100%;
  font-weight: normal;
}

.divider {
  background: #ececec;
  height: 1px;
  font-size: 0px;
  line-height: 0;
  margin: 35px 0;
}

#content .details h3,
#content .details .technology,
#content .details p {
  margin-bottom: 15px;
}

#content .details .portfolio_project {
  margin-bottom: 0px;
}

#content .details h3.title strong {
  color: #68188e;
}

#content .details h3.title strong a {
  color: #68188e;
  font-weight: bold;
}


/* iCarousel */
.portfolio_item .img {
  position: relative; /* important */
  overflow: hidden; /* important */
  width: 320px; /* important */
  height: 200px; /* important */
  clear: both;
}

.portfolio_item .img .images {
  position: absolute;
  top: 0;
  margin-left: 0;
  height: 176px;
  width: 99999px;
}

.portfolio_item .img .images
.portfolio_item .img .images li {
  list-style: none;
  margin: 0;
  padding: 0;
}
  .portfolio_item .img .images li {
    display: block;
    float: left;
    border: none;
    width: 320px;
    height: 200px;
    text-indent: -9999px;
  }

/* end of iCarousel */

.portfolio_item .img li.ch1 {
  background-position: 0 0;
}
.portfolio_item .img li.ch2 {
  background-position: -320px 0px;
}
.portfolio_item .img li.ch3 {
  background-position: -640px 0;
}
.portfolio_item .img li.ch4 {
  background-position: -960px 0;
}
.portfolio_item .img li.ch5 {
  background-position: -1280px 0px;
}


.img .rotator,
.img .bg {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0px 10px 5px 10px;
}
.img .rotator {
  visibility: hidden;
}
.img .bg {
  background: #111;
  height: 50px;
  width: 300px;
  visibility: hidden;
}
/*.img .bg.show {
  display: opacity 1;
}*/
.img .rotator li,
.img .rotator a {
  display: block;
  background: url(img/rotator.png) 0 0 no-repeat;
  width: 26px;
  height: 25px;
}
  .img .rotator li {
    float: left;
    padding-top: 25px;
  }

  .img .rotator .n0 {
    background: url(img/rotator.png) 0 -75px no-repeat;
    width: 10px;
  }
  .img .rotator .n9 {
    background: url(img/rotator.png) -531px -29px no-repeat;
    width: 10px;
  }

  .img .rotator .n1 {
    background-position: -10px 25px;
  }
  .img .rotator .n1 a {
    background-position: -10px 0px;
  }
  .img .rotator .n1 a:hover {
    background-position: -10px -50px;
  }
  .img .rotator .n1 a.selected{
    background-position: -10px -100px;
  }  

  .img .rotator .n2 {
    background-position: -43px 25px;
  }
  .img .rotator .n2 a {
    background-position: -43px 0px;
  }
  .img .rotator .n2 a:hover {
    background-position: -43px -50px;
  }
  .img .rotator .n2 a.selected {
    background-position: -43px -100px;
  }  

  .img .rotator .n3 {
    background-position: -76px 25px;
  }
  .img .rotator .n3 a {
    background-position: -76px 0px;
  }
  .img .rotator .n3 a:hover {
    background-position: -76px -50px;
  }
  .img .rotator .n3 a.selected {
    background-position: -76px -100px;
  }  

  .img .rotator .n4 {
    background-position: -109px 25px;
  }
  .img .rotator .n4 a {
    background-position: -109px 0px;
  }
  .img .rotator .n4 a:hover {
    background-position: -109px -50px;
  }
  .img .rotator .n4 a.selected {
    background-position: -109px -100px;
  }  

  .img .rotator .n5 {
    background-position: -142px 25px;
  }
  .img .rotator .n5 a {
    background-position: -142px 0px;
  }
  .img .rotator .n5 a:hover {
    background-position: -142px -50px;
  }
  .img .rotator .n5 a.selected {
    background-position: -142px -100px;
  }  

  .img .rotator .n1.selected,
  .img .rotator .n2.selected,
  .img .rotator .n3.selected,
  .img .rotator .n4.selected,
  .img .rotator .n5.selected {
    background-position: -194px -123px;
  }

.clients {
  height: 539px;
  background: url(img/portfolio/klienci.png) -55px 0 no-repeat;
}

.img .agrotrans li {
  background: url(img/portfolio/agrotrans.jpg) 0 0 no-repeat;
}    
.img .alfa li {
  background: url(img/portfolio/biuroalfa.jpg) 0 0 no-repeat;
}  
.img .canoesworld li {
  background: url(img/portfolio/canoesworld.jpg) 0 0 no-repeat;
} 
.img .fraczyk li {
  background: url(img/portfolio/fraczyk.jpg) 0 0 no-repeat;
}     
.img .ghisamestieri li {
  background: url(img/portfolio/ghisamestieri.jpg) 0 0 no-repeat;
}   
.img .itmedia li {
  background: url(img/portfolio/itmedia.jpg) 0 0 no-repeat;
}   
.img .lubryka li {
  background: url(img/portfolio/lubryka.jpg) 0 0 no-repeat;
}   
.img .stonecraftpol li {
  background: url(img/portfolio/stonecraftpol.jpg) 0 0 no-repeat;
}
.img .studioobrazu li {
  background: url(img/portfolio/studioobrazu.jpg) 0 0 no-repeat;
}   
.img .tor li {
  background: url(img/portfolio/tor.jpg) 0 0 no-repeat;
}   
.img .virgin li {
  background: url(img/portfolio/virgin.jpg) 0 0 no-repeat;
}   
.img .alltax li {
  background: url(img/portfolio/alltax.jpg) 0 0 no-repeat;
}   
.img .drewniak li {
  background: url(img/portfolio/drewniak.jpg) 0 0 no-repeat;
}
.img .worldtax li {
  background: url(img/portfolio/worldtax.jpg) 0 0 no-repeat;
}


             