﻿html {
background-image: url(images/bg.png);
background-repeat: repeat-y;
background-position: center ;
margin: 0 auto;
width: auto;
font-family: Tahoma, helvetica,"geneva","arial ce",arial,sans-serif ;
cursor: default;
display:table;
}

body {
background: white;
margin: 0 auto;
height:100%;
}

body a {
text-decoration: none;
cursor: pointer;
height:100%;
margin: 0 auto;
}

#head {
width: 900px;
height: 195px;
margin: 0 auto;

}

#contener {
position: relative;
background-image: url(images/bg.png);
background-repeat: repeat-y;
background-position: -65px 0px;
margin:  0 auto;
z-index: 500;
background: white;

}

#topnav {
position: relative;

height: 55px;
width: 900px;
background-image: url(images/nav.jpg);
background-position: top left;
}

#topnav ul {
padding-top: 20px;
margin-top: 0px;
}

#topnav li {
display: inline;
margin-right: 15px;
font-size: 12px;
font-weight: bold;
}

#topnav li a {
text-decoration: none;
color: #397fd4;
letter-spacing: 1px;
}

#topnav li a:hover {
border-bottom: 2px solid #397fd4;
color: #397fd4
}

#content {
height: expression( this.scrollHeight < 601 ? "600px" : "auto" ); /* ustawia min-height w IE */
min-height: 600px;
width: 890px;
background-image: url('images/usb.jpg');
background-repeat: no-repeat;
background-position: bottom right;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
}

#content p {
margin-right: 300px;
margin-left: 100px;
width: 500px;
text-align: justify;
line-height: 25px;
font-size: 12px;
}

#content h1 {
margin-right: 400px;
margin-left: 100px;
font-size: 25px;
font-weight: bold;
display: block;
padding-left: 5px;
border-left: 5px solid #397fd4;
}
#content h2 {
margin-right: 400px;
margin-left: 105px;
font-size: 15px;
font-weight: bold;
display: block;
padding-left: 5px;
padding-top: 20px;
padding-bottom: 20px;

}

#content h3 {

margin-right: 400px;
margin-left: 100px;
font-size: 12px;
font-weight: bold;
}

#content ul {
margin-top: 30px;
margin-bottom: 30px;
margin-left: 105px;
width: 500px;
font-size: 12px;
}

#content li {

margin-bottom: 20px;
}

#content a {
color: #b52d12
}

#content a:hover {
text-decoration: underline;
}

#content ol {
margin-top: 30px;
margin-bottom: 30px;
margin-left: 115px;
width: 500px;
font-size: 12px;
}

#footer {
height: 54px;
width: 900px;
background: red;}

#newproducts {
position: absolute;
left: 550px;
top: 65px;
width: 416px;
height: 280px;
z-index: 1000;
background-image: url('images/satisfaction.png');
background-position: center;
background-repeat: no-repeat;
}

#newproducts a {
color: #000000;
font-size: 12px;
}

#language{
display: none; /* usunąć, gdy powstanie angielska wersja językowa */
position: absolute;
left: 870px;
top: 20px;
width: 100px;
height: 13px;
z-index: 1000;
}

#language img {
border: 0px;
width: 20px;
margin-right: 10px
}


#rightnav {
position: absolute;
top: 350px;
left: 650px;
width: 200px;
height: 250px;
border-left: 1px solid gray;
z-index: 40000;

}

#rightnav ul {
list-style: none;
margin-left: 0px;
padding-left: 0px;
}

#rightnav li {

margin-left: 10px;
margin-bottom: 20px;
font-size: 13px;
font-weight: bold;
}

#rightnav li a {
display: block;
padding-left: 20px;
color: #000;
}

#rightnav li a:hover {
background-image: url(images/arrow.png);
background-repeat: no-repeat;
background-position: top left;
}

#advert {
margin-left: 100px;
margin-top: 30px;
}

.emp {
font-weight: bold;
}