html, body {
  margin: 0;
  padding: 0;
}
body  /* color: A7E3A0, 91A192, 0B9C0F, 353C35 */ { 
  background:#white 0pt center scroll; 
  font:normal small-caps 12px Verdana; 
  color: black}
#header, #footer  /* this is where the header is */ { 
  background-color: lightsteelblue;
  color: black;
  position: fixed;
  width: 100%;

 }

#header{
border-bottom:1px #333333 dotted;
background:url(/media/bg.jpg) left top repeat-x;
height:40px; 
z-index: 98;

}
#logo {
position:fixed;
width:200px;
height:100%;
top:30px;
margin: 10px 0 0 0;
text-align:  center;
padding: 5px;
z-index:96;
border-right:1px #333333 dotted;

}


#logo li {margin:0 0 0 0; line-height: 11px;}
 
#logo .weDo {text-align: justify}

#menu  /* this is where the header is */ {
  position: fixed;
  padding: 0px;
  top: 12px;
  text-align: left;
  width: 100%;
  z-index: 99;
  }
#menu li {
    display:inline; padding:5px;
    }
a:link, a:visited {
    text-decoration: none; 
    color: black;
  }

#menu  a:hover, #logo a:hover {
  background-color:  #33CC66;
  color: white;
  border-top: 2px;
}


.product .item {border:2px solid black ;  background-color:#ff9900; -moz-border-radius: 12px; color:white; font-weight:600; padding: 2px;}
.product .titles {border:1px solid black;background-color:#333399; -moz-border-radius: 12px; color:white; font-weight:600; padding: 2px;}

tr{}

.product {
font-size:10px;
margin: 0 0 0 -10px;}

>html >body .adress {
font-size:10px;
list-style:none;
overflow:inherit;
text-align:left;
margin: -3px 0 0 0;

}

.adress {
font-size:10px;
list-style:none;
overflow:inherit;
text-align:left;
margin: -3px 3px 3px 15px;

}


.adress b {
color:#333399;}

#container  /* this is where the header is */ {
  position:absolute;
  height: 130%;
  padding: 40px 100px 5% 220px;
  text-align: justify;
  z-index: 95;
  }

.mainContain {
  display:block;
  padding: 10px;
  width:600px;
}
  
#footer p{display: inline; padding:0 0 10px 6px;}
#footer  /* this is where the header is */ { 
border-top:1px #333333 dotted;
background:url(/media/bg.jpg) left top repeat-x;
bottom: 0;
z-index: 97;
height: 40px;
}

img {border: 0;}  
