/* 
    Document   : css
    Created on : 2009-08-14, 21:21:10
    Author     : Trawka Studio | www.trawkastudio.pl
*/

*  {
    margin: 0;
    padding: 0;
		outline: none;
}
body {
    color: #a8a8a8;
    background: #CBCBCB url('images/bg.jpg') 0 0 repeat-x;
    font-size: 13px;
    font-family: Tahoma;
    overflow-x: hidden;
}

fieldset, a img {
    border: 0;
}

a {
    color: #FBC900;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#bg {
    position: absolute;
    top: 285px;
    left: 50%;
    width: 1129px;
    height: 209px;
    background: url('images/content.jpg');
    z-index: -1;
    margin-left: -564px;
}

#container {
    width: 894px;
    margin: 0 auto;
}
#header {
    width: auto;
    height: 403px;
    position: relative;
}
#logo {
    /*margin: 7px 0 20px 11px;*/
		margin: 0px 0 0px 0;
}
#menu {
    width: auto;
    height: 35px;
    background: url('images/menu.jpg');
		margin-top: 7px;
		margin-bottom: 0px;
}
#menu img, #logo img, #links img {
    display: block;
}
#menuLeft {
    float: left;
    list-style: none;
    padding-left: 7px;
}
#menuLeft li, #menuRight li, #links li {
    float: left;
    display: inline;
}
#menuRight {
    float: right;
    list-style: none;
}
#autoContent {
    width: auto;
		width: 893px;
}
#content {
    width: auto;
    background: #000000 url('images/header.jpg') 0 0 repeat-x;
}
#left {
    float: left;
    padding: 50px 0 80px 30px;
    width: 520px;
}
#left h2 {
    margin-bottom: 5px;
		font-weight: normal;
		font-size: 24px;
		color: white;
}
.text {
    float: left;
    width: 245px;
    margin-right: 15px;
    line-height: 16px;
    margin-bottom: 8px;
}

.text ul,
.text ol {
    margin-left: 18px;
}

#right {
    float: right;
    width: 312px;
}
#links {
    list-style: none;
    height: 38px;
}
#prod {
    width: 262px;
    padding: 15px 21px 80px 29px;
    background: url('images/prod.jpg') 100% 0 no-repeat;
    position: relative;
}
#prod h2 {
    font-size: 23px;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: Arial;
}
#prod h2 span {
    font-weight: bold;
    color: #FB1E02;
}
#desc {
    width: 175px;
    margin-bottom: 18px;
    line-height: 16px;
}
#foto {
    position: absolute;
    right: 21px;
    top: 45px;
}

#footer {
    width: auto;
    height: 57px;
    background: url('images/footer.jpg') no-repeat;
    padding: 30px;
    font-size: 10px;
    color: #696969;
    text-transform: uppercase;
}
#footer a {
    color: #4B4B4B;
}
#copy {
    margin-bottom: 44px;
}
#author {
    width: auto;
    text-align: right;
}/* by BadzWidoczny.pl: */#f_seo {	width: auto;	padding: 5px 30px;   font-size: 10px;   color: #8B8B8B;	text-align: center;}

.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
}
.right {
    float: right;
}
.yellowB {
    font-size: 15px;
    font-weight: bold;
    color: #FBC702;
	font-family: Arial;
}
.yellow{
    color: #FBC702;
}


