/*
    UsługiKominiarskie.css 2008
*/



body {

    margin: 0;
    padding: 0;
    
    background-color: #fff;
    background-image: url(../images/uslugi-bg.png);
    background-repeat: repeat-y;
    
    font-family: "Georgia";
    text-align: center; color: #e3e3e3;
}

#container {

    width: 900px;
    height: auto !importnant;
    min-height: 800px;
    
    margin: 0 auto;
    
    /*border: 1px dotted #fff;*/
}

#header {

    width: 900px;
    height: 49px;
    
    padding-top: 295px; /*border: 1px dotted #fff;*/
    
    background-image: url(../images/uk-top.png);
    background-repeat: no-repeat;
}
#header ul { margin: 0px; padding: 0;}
#header ul li { display: inline; list-style-type: none; margin-right: 10px;}
#header ul li a { text-decoration: none; color: #e3e3e3; font-size: 1.2em;}
#header ul li a:hover { color: #34a7d6;}

#oferta {

    width: 500px;
    height: auto;
    
    margin: 15px 0 0 25px; padding: 0; float: left;
    
    display: block;
    
    /*background-image: url(../images/kominiarstwo-bg.jpg);*/
    background-color: #3e3e3e;
    background-repeat: no-repeat;
    
}

#oferta #txt {

    line-height: 135%; text-align: left; background-color: #000;
}
#oferta #txt img { border: 3px solid silver; margin: 15px;}
#oferta #txt img:hover { border: 3px solid red;}
#oferta #txt p { padding: 15px;}

#oferta ul {


    width: 450px;
    height: 300px;
    
    display: block;
}
#oferta ul li {

    color: #fff; font-size: 1.2em;
    text-align: left;
    padding: 0 0 3px 0;
}

#oferta h2 { color: #fff; background-color: #000; margin: 5px 0 0 10px; border-bottom: 4px solid red;}


#right { float: right; width: 300px; margin: 10px 30px 10px 0; padding: 0 20px 0 0;}

#clear { clear: both;}

#footer { width: 900px; height: 200px; margin: 25px 0 15px 0;}
#footer p,a { color: #e3e3e3;}
