/*body {
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;

background:#849258;
margin-top:15px;
}*/

p, div, ul, li, a
{
margin:0px;
padding:0px;
}

.header_bg
{
width:731px;
height:217px;
background:url(../images/header_bg.gif) no-repeat;
}
.header_bg_home
{
width:731px;
height:217px;
background:url(../images/header_bg_home.gif) repeat-y;
}
.menu
{
margin:0px;
padding:0px;
}

.menu ul
{

float:left;
margin-top:40px;
display:block;
}
.menu ul li
{
width:223px;
list-style:none;
display:block;
float:left;
}
.menu ul li a
{
width:223px;
display:block;
cursor:pointer;
}
.button1
{
float:left;
width:223px;
height:31px;
background:url(../images/home.gif) no-repeat;
display:block;
}
.button2
{
float:left;
width:223px;
height:29px;
background:url(../images/company.gif) no-repeat;
display:block;
}
.button3
{
float:left;
width:223px;
height:29px;
display:block;
background:url(../images/service.gif) no-repeat;
}
.button4
{
float:left;
width:223px;
height:29px;
display:block;
background:url(../images/benifits.gif) no-repeat;
}
.button5
{
float:left;
width:223px;
height:29px;
display:block;
background:url(../images/projects.gif) no-repeat;
}
.button6
{
float:left;
width:223px;
height:29px;
display:block;
background:url(../images/contact.gif) no-repeat;
}
.button1:hover
{
background:url(../images/home_hover.gif) no-repeat;
cursor:pointer;
}
.button2:hover
{
background:url(../images/company_hover.gif) no-repeat;
cursor:pointer;
}
.button3:hover
{
background:url(../images/service_hover.gif) no-repeat;
cursor:pointer;
}
.button4:hover
{
background:url(../images/benifits_hover.gif) no-repeat;
cursor:pointer;
}
.button5:hover
{
background:url(../images/projects_hover.gif) no-repeat;
cursor:pointer;
}
.button6:hover
{
background:url(../images/contact_hover.gif) no-repeat;
cursor:pointer;
}

.hidden_image
{
display:none;
}



