/* 
    Document   : henco
    Created on : Jan 14, 2009, 11:07:14 PM
    Author     : afotos
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{
    background-color: #A9BBCE;
}

#div-sample{
  position: relative;
  width: 140px;
  border: 0px solid gray;
  margin: 0 auto;
  display:inline;
  text-align: center;
}

#div-image {
 width: 135px;
}
#div-descript {
 width: 135px;
}

#div-header {
 background:  #4A4A4A  url('/henco/img/web-logo.gif') no-repeat ;
 position:relative;
 height:80px;
 width: 800px;
 border: solid black 2px;
 margin: 0 auto; 
 padding-top: 3px;
}

.div-body{
 position: relative;
 width:800px;
 border: solid black 2px;
 margin: 0 auto;
 background: white;
 
}

.div-title{
    font-size: 1.0em;
    font-weight: bold;
    border-bottom: 2px solid #a9bbce;
    padding-left: 3px;
    padding-top: 2px;
}

#div-single{
  position: relative;
  width:800px;
  padding-bottom: 2px;
  min-height: 500px;
}

#div-right {
 position:relative;
 float:right;
 width:290px;
 border: solid black 0px;
 padding-bottom: 2px;
}
#div-left {
 position: relative;
 width:500px;
 min-height:550px;
 padding-left:3px;
 padding-top: 3px;
 padding-bottom: 3px;
}

#div-footer {
 position:relative;
 border: solid black 2px;
 margin: 0 auto;
 width:800px;
 background: #777777;
 color : white;
 text-align: center;
 height: 40px;
}

#div-menu{
    min-height:35px;
    color:#333333;
    background:#222222;
    width:800px;
    margin:0 auto;
    border: black solid 2px;
}

#menu {
width: 800px;
margin: 0 auto;
background: #4A4A4A url('../img/menu-bg.gif') ;
}

#menu ul {
list-style-type: none;
}

#menu li {
display: inline;
list-style-type: none;
}

#menu li.first a {
margin-left: 0.0em;
display: inline;
}

#menu li a {
float: left;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
font-size: 1.0em;
line-height: 33px;
margin: 0 0.5em;
padding: 0 .7em;
}

#menu li a:hover {
text-decoration: underline;
}

#menu li a.active {
font-weight: bold;
color: #ffd07e;
}

.cleaning-box {
min-height: 1px;
}

p{
  padding: 3px;
}


