
/*
    Document   : main
    Created on : 2010-09-10, 14:52:53
    Author     : zajac
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

*{
    margin:0;
    padding:0;
    font-family:"Trebuchet MS",Arial,Verdana, helvetica;
}

img{
    border:none;
}


p{
    padding:0.8em 0;
}

ol{
    padding-left:30px;
}

ul{
    padding-left:30px;
}

a{
    outline: none;
}

h1,h2,h3,h4,h5,h6,h7{
    padding:0.8em 0;
}

html{
    height:100%;
}
body{
    color:#333333;
    line-height:1.4em;
    height:100%;
}


.robot{
    display:none;
}


.main{
    min-width:1000px;
    width:100%;
    min-height:100%;

}

.main_content{
    padding-bottom:195px;
    min-height: 400px;

}

.footer{
    width: 100%;
    min-width: 1000px;
    height:195px;
    margin-top:-195px;
    background-image:url(/images/footer.png);
    background-repeat: repeat-x;
    background-position: top center;

}

.footer_top{
    height:147px;
    text-align: center;

}

.footer_bottom{
    min-height:48px;
    background-color: #000;
    background-image:url(/images/footer_under.png);
    background-repeat: repeat-x;
    background-position: top center;
}

.footer_bottom .content{
    width:980px;
    margin:0 auto;
    color:#ddd;
    padding:0 10px;
    line-height: 48px;
    font-size: 12px;
    text-align: center;
}

.top_banner{
    min-width:1000px;
    width:100%;
    background-image:url(/images/top_banner.png);
    background-repeat: repeat-x;
    background-position: top center;
    height:40px;
}

.top_banner_up{
    min-width:1000px;
    width:100%;
    background-image:url(/images/top_banner_up.png);
    background-repeat: repeat-x;
    background-position: top center;
    height:40px;
}


.top_banner_under{
    min-width:1000px;
    width:100%;
    background-image:url(/images/top_banner_under.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    height:40px;
}

.top_banner .content{
    width:1000px;
    margin:0 auto;
    line-height: 40px;
    overflow: hidden;
}

.top_banner .content .small_logo{
    float:left;
    padding:2px 20px;
}

.top_banner  .content .contact{
    color:#fff;
    font-size:13px;
    float:right;
    font-weight: bold;
    padding:0 20px;
}

.top_banner  .content .contact a{
    color:#fff;
    text-decoration: none;
}

.top_banner  .content .contact a:hover{
    text-decoration: underline;
}

.banner_background{
    min-width:1000px;
    width:100%;
    background-image:url(/images/big_logo.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height:280px;
}


.banner{
    min-width:1000px;
    width:100%;
    background-image:url(/images/banner_background.png);
    background-repeat: repeat-x;
    background-position: top center;
    height:280px;
}

 #stars{
    display:none;
    position:absolute;
    top:0px;
    left:45px;
}

.banner .content{
    width:960px;
    padding:0 20px;
    margin:auto;
    overflow: hidden;
        position:relative;
}

.banner .content .opis{
    padding:40px 0 0 20px;
}

.banner .content .slider{
    width:517px;
    height:260px;
    background-image:url(/images/image_shadow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    text-align: center;
    float:right;
    padding-top:20px;
}

.banner .content .slider img{
    border:5px solid #eee;
}

.banner .content .slider_content{
    width:430px;
    height:215px;
    margin:auto;
    border:5px solid #eee;
    overflow:hidden;
}

.navigation{
    min-width:1000px;
    width:100%;
    background-image:url(/images/navigation.png);
    background-repeat: repeat-x;
    background-position: top center;
    height:40px;
}

.navigation_up{
    min-width:1000px;
    width:100%;
    background-image:url(/images/navigation_up.png);
    background-repeat: repeat-x;
    background-position: top center;
    height:40px;
}


.navigation_under{
    min-width:1000px;
    width:100%;
    background-image:url(/images/navigation_under.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    height:40px;
}

.lavaLampBottomStyle {
    position: relative;
    overflow: hidden;
    width:940px;
    padding:0 30px;
    margin:0 auto;
    list-style: none;

}

.lavaLampBottomStyle a{
    color:#fff;
    line-height: 40px;
    text-decoration: none;
    padding:0 20px;
    position:relative;
    z-index: 10;
    font-weight: bold;
}

.lavaLampBottomStyle li{
    height: 40px;
    float:left;

}

.lavaLampBottomStyle li.back {

    width: 9px;
    height: 40px;
    z-index: 8;
    position: absolute;
    background-image:url(/images/trojkat.png);
    background-position: top center;
    background-repeat: no-repeat;

}

.box{
    width:940px;
    padding:20px 30px 20px 30px;
    margin:0 auto;
    overflow: hidden;
    font-size:14px;
}


.box a{
    color:#6A0000;
    text-decoration: none;
}

.box a:hover{

    text-decoration: underline;
}
.box h1.logo{
    padding:15px 40px 25px 40px;
    background-image:url(/images/rtech.png);
    background-position: 0px 10px;
    background-repeat: no-repeat;
    font-size:30px;
}

.box .container{
    /*width:630px;*/
    /* padding-right:10px;*/
    float:left;
}

.box .small_container{
    width:440px;
    overflow: hidden;
    float:left;
    padding:0 30px 30px 0px;
}

.box .small_container .icon{
    padding-right:15px;
    padding-bottom:15px;
    float:left;
}

.portfolio_photo{
    float:right;
    width:530px;
    height:200px;
    overflow: hidden;
    border:2px solid #ddd;
    margin:0px 0 15px 15px;

}


.portfolio_element{
    overflow: hidden;
    padding:15px 0 15px 0;
    margin-bottom:15px;
    border-bottom: 1px solid #ddd;
}

.portfolio_title{
    font-size:18px;
    padding-bottom:5px;
    width:380px;
    float:left;
}

.portfolio_description{
    width:380px;
    float:left;
}

.pagination{
    text-align: center;
}

.webform{
    float:right;
    width:310px;
    padding-left:20px;


}

.webform textarea{
    width:290px;
    height:130px;
    border-top:2px solid #D8D8D8;
    border-right:2px solid #EBEBEB;
    border-left:1px solid #EBEBEB;
    border-bottom:1px solid #EBEBEB;
    background-color: #F8F8F8;
    padding:2px 5px;
    font-size:14px;
}

.webform input[type=text]{
    border-top:2px solid #D8D8D8;
    border-right:2px solid #EBEBEB;
    border-left:1px solid #EBEBEB;
    border-bottom:1px solid #EBEBEB;
    width:290px;
    line-height:20px;
    height:20px;
    background-color:#F8F8F8;
    padding:2px 5px;
    font-size:14px;
}

.webform .pole{
    width:300px;
}

#send-webform{
    border:none;
    background-color: transparent;
    width:84px;
    height:27px;
    line-height: 24px;
    background-image: url(/images/guzik.png);
    font-size:15px;
    padding-bottom:3px;
    margin:5px 108px;
    cursor: pointer;
}

.webform h1.mail{
    padding:15px 40px 25px 40px;
    background-image:url(/images/mail.png);
    background-position: 0px 10px;
    background-repeat: no-repeat;
    font-size:30px;
}

#flashplayer_1{
    float:right;
  /*  padding-top:10px;*/
}

.show_page{
    float:right;
    padding-right:30px;
}

.pokaz{
    display:none;
}

.dialog{
    min-width: 1000px;
    text-align: center;
    padding-top:40px;
    padding-bottom:40px;
}

.dialog a{
    color:#6A0000;
    font-size:20px;
    text-decoration: none;
}

.dialog a:hover{
 text-decoration: underline;
}

.main_content.error{
    background-image:url(/images/big_logo404.png);
    background-position: top center;
    background-repeat: no-repeat;
}
#flashplayer_1_accessibility{
	display:none;
}

