body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%;
background-color:#D8D8D8;
margin: 0 auto;

}

div#container{
width:920px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 920px;
background-color: #ffffff;
float: left;
}
.navbar_top{
position: relative;
background-color: #ffffff;
width: 920px;
float: left;
border-bottom: 4px solid #666666;
margin-bottom: 25px;
} 

 

#contentarea{
position: relative;
z-index: 0;
width: 699px;
float: left;
background-color: #ffffff;
padding: 0 15px;
border-left: 1px solid #f0f0f0;
} 

#contentareahome{
position: relative;
z-index: 0;
width: 699px;
float: left;
background-color: #ffffff;
padding: 0 15px;
border-left: 1px solid #f0f0f0;
} 


#navbar_left{
padding-top: 10px;
position: relative;
width: 190px;
height: 100%;
background-color: #D2AAE0;
float: left;
} 
#featurebar{
position: relative;
width: 175px;
height: 100%;
background-color: #ffffff;
padding: 0 10px 0 5px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 175px;
height: 100%;
background-color: #ffffff;
padding: 0 5px;
float: right;
display: none;
} 


#contentfullpage{
position: relative;
width: 900px;
float: left;
background-color: #ffffff;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 920px;
float: left;
background-color: #ffffff;
margin-right: -3px;
} 


#footdiv {
 
}

#footdiv > ul {
  display: none;
}

#footdiv:hover > ul {
  display: block;
  margin-bottom: 10px;
}

#menu_products {
  
}

#menu_products > li {
  border-bottom: 1px dotted white;
  list-style-type: none;
}

#menu_products > li > a{


}

#menu_products > li > a:hover{
  font-weight: bold;
  color: white;

}



