/* CSS Document */

body{margin: 0px; padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#032807;
}


.content{
background:#FBFCE9;
}

.style01{
text-align:left;
font-size:10px;
color:#F48433;
font-weight:bold;
}

.style02{
text-align:left;
font-size:10px;
}
.style03{
font-size:10px;
font-weight:bold;
}
.style04, style04 a{
font-size:9px;
color:#FFFFFF;
text-decoration:none;
}
.style04 a:hover{
text-decoration:underline;
}
.heading, heading a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#87442F;
text-decoration:none;
}
.heading a:hover{
text-decoration:none;
}

.headings{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#87442F;
}
.more, .more a{
font-size:9px;
color:#E94E24;
font-weight:bold;
text-decoration:none;
}
.more a:hover{
text-decoration:underline;
}

#projects
{
  display: block;
  width: 100px;
  height: 26px;
  background: url("projects_menu.png") no-repeat 0 0;

}

#projects:hover, #projects.current
{ 
  background-position: 0 -26px;
}

#projects span
{
  display: none;
}

#products
{
  display: block;
  width: 94px;
  height: 26px;
  background: url("products_menu.png") no-repeat 0 0;

}

#products:hover, #products.current
{ 
  background-position: 0 -26px;
}

#products span
{
  display: none;
}


#consultancy
{
  display: block;
  width: 124px;
  height: 26px;
  background: url("consultancy_menu.png") no-repeat 0 0;

}

#consultancy:hover, #consultancy.current
{ 
  background-position: 0 -26px;
}

#consultancy span
{
  display: none;
}