/*
    Document   : css
    Created on : 2009-06-30, 14:49:10
    Author     : Trawka Studio - www.trawkastudio.pl
    Description: Project Stylesheet
*/

* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 11px;
    font-family: Arial;
    color: #000000;
    background: #FFFFFF url('../images/bg.jpg') 0 0 repeat-x;
}
a {
    color: #A1B238;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #7E8C2D;
}
a img, fieldset {
    border: 0;
}

#container {
    width: 898px;
    margin: 0 auto;
    position: relative;
}
#top {
    width: 874px;
    height: 62px;
    background: url('../images/top2.jpg');
    margin-bottom: 31px;
    position: relative;
    padding: 177px 12px 0 12px;
    overflow: hidden;
}
#welcome {
    position: absolute;
    top: 18px;
    left: 9px;
}
#motto {
    position: absolute;
    top: 18px;
    right: 9px;
}
#motto span {
    margin: 0 3px;
}
#logo {
    position: absolute;
    top: 59px;
    left: 20px;
}
#contact {
    position: absolute;
    top: 132px;
    right: 3px;
}
#links {
    position: absolute;
    top: 77px;
    right: 3px;
    list-style: none;
}
#links li {
    float: left;
    display: inline;
}
#menu1 {
    list-style: none;
    margin-bottom: 12px;
    float: left;
    height: 28px;
}
#menu1 li {
    display: inline;
    float: left;
    padding-right: 10px;
    margin-right: 6px;
    background: url('../images/men.jpg') 100% 9px no-repeat;    
}
#menu1 li#list9 {
    background-image: none;
}
#menu1 li a {
    display: block;
    height: 20px;
    background-position: 0 -28px;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-align: center;
    padding-top: 8px;
}
#menu1 li a:hover {
    background-repeat: repeat !important;
    text-decoration: none;
    color: #000000;
}
#menu1 li #link1 {
    width: 116px;
    background: url('../images/menu1.jpg') 0 -28px no-repeat;
}
#menu1 li #link2 {
    width: 70px;
    background: url('../images/menu2.jpg') 0 -28px no-repeat;
}
#menu1 li #link3 {
    width: 67px;
    background: url('../images/menu3.jpg') 0 -28px no-repeat;
}
#menu1 li #link4  {
    width: 83px;
    background: url('../images/menu4.jpg') 0 -28px no-repeat;
}
#menu1 li #link5, #menu1 li #link36 {
    width: 96px;
    background: url('../images/menu5.jpg') 0 -28px no-repeat;
}
#menu1 li #link6 {
    width: 65px;
    background: url('../images/menu6.jpg') 0 -28px no-repeat;
}
#menu1 li #link9 {
    width: 78px;
    background: url('../images/menu7.jpg') 0 -28px no-repeat;
}
#language {
    float: right;
    color: #96C20D;
    font-weight: bold;
    padding-top: 8px;
}
#there {
    padding-left: 18px;
    clear: both;
    position: absolute;
    top: 216px;
    left: 12px;
    height: 15px;
}
#there a {
    text-decoration: none;
}
#there span {
    margin-right: 8px;
}
#content {
    padding: 0 5px 0 7px;
}

.leftSmall {
    float: left;
    width: 250px;
    margin-right: 25px;
}
.leftSmall2 {
    float: left;
    width: 251px;
}
.leftBig {
    width: 526px;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}
.left2 {
    width: 334px;
    float: left;
    margin-bottom: 10px;
}


.header {
    width: auto;
    height: 28px;
    background: url('../images/header.jpg') 0 100% repeat-x;
    margin-bottom: 10px;
    padding-left: 8px;
    font-weight: bold;
    color: #899F06;
    font-size: 16px;
    padding-top: 2px;
}
.title {
    font-size: 11px;
    clear: both;
    line-height: normal;
}
.text {
    line-height: 18px;
    padding: 0 8px 15px 8px;
}

.newsletterInput {
    width: 180px;
    height: 16px;
    background: url('../images/newsletter.jpg');
    float: left;
    margin-right: 0;
    padding: 5px 8px;
    border: 0;
    font-size: 11px;
    margin-bottom: 10px;
}
.newsletterGo {
    float: left;
    border: 0;
}

.id {
    float: right;
    font-weight: bold;
    color: #C4DE2D;
    line-height: normal;
}
.date {
    font-weight: bold;
    color: #7B7B7B;
    margin-bottom: 10px;
    clear: both;
    line-height: normal;
}
.info {
    color: #7B7B7B;
    margin-bottom: 10px;
    clear: both;
    line-height: normal;
    width: auto;
    background: url('../images/dotts.jpg') 0 100% repeat-x;
    padding-bottom: 4x;
}
.info a {
    color: #7B7B7B;
    text-decoration: none;
    font-size: 10px;
}

.more {
    margin: 8px 0 13px 0;
    float: right;
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    width: 117px;
    height: 20px;
    padding-top: 3px;
    background: url('../images/button.jpg');
    text-decoration: none;
}
.more:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.black {
    color: #000000;
}
.nodec {
    text-decoration: none;
}
.black:hover {
    color: #000000;
}

#footer {
    width: auto;
    height: 13px;
    background: url('../images/footer.jpg');
    padding: 20px;

}
#footer .floatLeft {
    position: relative;
    top: -8px;
    color:#7B7B7B;
}
/*
#footer ul {
    list-style: none;
    float: left;
}
#footer ul li {
    float: left;
    display: inline;
    border-right: 1px #000000 solid;
    padding-right: 7px;
    margin-right: 7px;
}
#footer ul li#list13 {
    margin: 0;
    padding: 0;
    border: 0;
}
#footer ul li a {
    text-decoration: none;
    color: #000000;
}
#footer ul li a:hover {
    text-decoration: underline;
}
*/
.arrow {
	margin: 0 7px;
	vertical-align: middle;
	display: inline;
}
.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
}
.clear2 {
    clear: both;
}
.clear3 {
    clear: both;
    line-height: 1px;
    font-size: 1px;
    float: none !important;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}


#main {
    width: 886px;
    margin: 0 auto;
    padding-bottom: 15px;
}
#cats {
    width: auto;
    height: 28px;
    background: url('../images/dotts.jpg') 0 100% repeat-x;
    list-style: square !important;
    margin-bottom: 30px;
    padding: 3px 0 0 24px;
}
#cats li {
    float: left;
    margin-right: 40px;
}
#cats li a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
#cats li a:hover {
    color: #899F06;
}

.work {
    width: auto;
    padding-bottom: 50px;
    background: url('../images/work.jpg') 0 100% no-repeat;
}
.workLast {
    width: auto;
    padding-bottom: 15px;
}
.infoW {
    width: 500px;
    float: left;
}
.infoHeader {
    width: auto;
    background: url('../images/dotts.jpg') 0 100% repeat-x;
    height: 34px;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.infoHeader h3 {
    color: #000000;
    background: url('../images/dott.gif') 37px 7px no-repeat;
    font-size: 13px;
    margin-bottom: 3px;
    padding-left: 12px;
}
.infoHeader h3 span {
    color: #899F06;
    margin-right: 12px;
}
.infoHeader p {
    color: #5E5E5E;
    font-size: 10px;
    text-decoration: none;
    padding-left: 36px;
}
.infoHeader p a {
    color: #5E5E5E;
    text-decoration: none;
    font-weight: normal;
}
.infoHeader p a:hover {
    text-decoration: underline;
}
.infoText {
    padding: 0 35px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 20px;
}
.infoTech {
    padding-left: 35px;
    line-height: 18px;
    margin-bottom: 20px;
}
.workImg {
    float: right;
    border: 1px #E8E8E6 solid;
    padding: 4px;
    margin-right: 27px;
    display: inline;
}

.details {
    float: right;
    list-style: none !important;
    clear: both;
}
.details li {
    float: left;
    padding-left: 28px;
    margin-right: 13px;
}
.details li.det {
    background: url('../images/det.jpg') 4px 2px no-repeat;
}
.details li.online {
    background: url('../images/online.jpg') 4px 2px no-repeat;
}
.details li.back {
    background: url('../images/back.jpg') 4px 4px no-repeat;
}
.details li.print {
    background: url('../images/print.jpg') 4px 4px no-repeat;
}
.details li.top {
    background: url('../images/up.jpg') 4px 4px no-repeat;
}
.details li a {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}
.details li.online a, .details li.back a, .details li.top a, .details li.print a  {
    font-weight: bold;
}

.fotos {
    width: auto;
    padding-left: 14px;
}
.fotos img {
    border: 1px #E8E8E6 solid;
    padding: 4px;
    margin-right: 5px;
    width: 199px;
    height: 110px;
}
.fotos2 img {
    border: 1px #E8E8E6 solid;
    padding: 4px;
    width:  188px;
    margin-bottom: 10px;
}
.textImg {
    border: 1px #E8E8E6 solid;
    padding: 4px;
    margin-left: 15px;
}

#main ul.lista {
    list-style: square;
    margin: 20px 40px;
    clear: both;
}
#main ul.lista li {
    margin-bottom: 3px;
    float: left;
    width: 200px;
}
#main ul.lista li a {
    text-decoration: none;
}

.headerDesc {
    width: auto;
    height: 28px;
    background: url('../images/dotts.jpg') 0 100% repeat-x;
    margin-bottom: 30px;
    padding: 3px 0 0 24px;
    font-weight: bold;
}
.green {
    color: #91A517;
}

#pages {
    margin-bottom: 20px;
    padding-left: 120px;
    font-size: 13px;
}
#pages img {
    display: inline;
    vertical-align: middle;
    margin-top: -2px 2px 0 2px;
}
#pages a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    padding: 0 4px;
}
#pages a.pagination_l_a {
    color: #91A517;
    text-decoration: underline;
}

#refs {
    padding: 4px;
    border: 1px #E8E8E6 solid;
    width: 255px;
    margin: 0 auto;
    height: 100px;
}
.lastWorks {
    border: 1px #E8E8E6 solid;
    padding: 4px;
}
.lastWorkDesc {
    margin-bottom: 15px;
}

.leftMenu {
    width: 198px;
    float: left;
}
.leftMenu .menuBlock {
    width: auto;
    background: #96C20D url('../images/menuTop.jpg') 0 0 no-repeat;
    margin-bottom: 20px;
}
.leftMenu .menuBlockIn {
    width: auto;
    background: url('../images/menuBottom.jpg') 0 100% no-repeat;
    padding: 10px 0 17px 0;
}
.leftMenu .menuBlockIn ul {
    list-style: none;
    width: auto;
}
.leftMenu .menuBlockIn ul li {
    width: auto;
    padding: 8px 0 8px 20px;
    border-bottom: 1px #8EBC0B solid;
}
.leftMenu .menuBlockIn ul li a {
    color: #FFFFFF;
    text-decoration: none;
}
.leftMenu .menuBlockIn ul li a:hover {
    text-decoration: underline;
}

.rightText {
    float: right;
    width: 672px;
}
.rightTextFull {
    width: auto;
}
.rightText, .rightTextFull {
    line-height: 18px;
}
.rightText ul, .rightTextFull ul {
    margin: 5px 25px;
    list-style: square;
}
.rightText h4, .rightTextFull h4 {
    height: 29px;
    background: url('../images/dotts.jpg') 0 100% repeat-x;
    font-weight: bold;
    padding: 2px 0 0 10px;
    width: auto;
    margin-bottom: 17px;
    font-size: 11px;
}
.offerImg {
    float: left;
    margin: 0 13px 40px 13px;
}

#gallery img {
    padding: 8px;
    border: 1px #C8C8C8 solid;
    margin: 0 12px 12px 12px;
    display: inline;
}

#contactt {
    width: auto;
    background: url('../images/lines.jpg') 550px 0 repeat-y;
}
#contacttIn {
    width: auto;
    background: url('../images/vert.jpg') 509px 0 no-repeat;
}
#contacttLeft {
    float: left;
    width: 520px;
    padding: 15px 0;
}
#contacttRight {
    float: right;
    width: 300px;
    padding: 15px 0;
}

.contectDesc {
    width: 115px;
    float: left;
    padding-left: 10px;
    padding-top: 7px;
    clear: both;
}
.contectDesc span {
    font-size: 13px;
    font-weight: bold;
    color: #899F06;
}
.contactInput {
    width: 382px;
    float: right;
}
.contact_input {
    width: 361px;
    height: 20px;
    padding: 7px 10px 0 10px;
    font-size: 15px;
    margin-bottom: 2px;
    background: url('../images/input.jpg');
    border: 0;
}
.contact_text {
    width: 361px;
    height: 202px;
    padding: 7px 10px 0 10px;
    font-size: 15px;
    margin-bottom: 25px;
    background: url('../images/text.jpg');
    border: 0;
    font-family: Arial;
    overflow: hidden;
}
.contact_go {
    float: right;
    margin-right: 20px;
    display: inline;
    border: 0;
}
.blockText {
    line-height: 18px;
}
.blockText h5 {
    font-size: 13px;
    font-weight: bold;
    color: #899F06;
}

.contacterror {
    color: red;
    height: 20px;
    clear: both;
    padding-left:  150px;
}

#contacterrortext {
    margin-top:  -20px;
}

.error {
    width:  300px;
    margin:  40px auto;
    padding:  10px;
    border:  1px #C8C8C8 dashed;
    text-align:  center;
    font-weight:  bold
}

#clients {
    width: auto;
    clear: both;
}
#clients img {
    float: left;
    display: inline;
    margin: 0 25px 15px 25px;
}
