﻿a.logoHome
{
	display:block;
	height: 80px;
    width:260px;
    float:left;
    margin-top:50px;
    margin-left: 80px;
    _margin-left: 40px;
}


#headerNav
{
    width:250px;
    float:right;
    margin-top:80px;
}


#headerIcons
{
    width:73px;
    float:right;
}


#headerIcons ul 
{
    list-style:none;
    display:block; 
   
}

#headerIcons li
{
    float:left;
    padding-left:10px;

}

#headerSearch
{
    background:url(../gfx/header/search_bg.gif) no-repeat;
    width:193px;
    height:20px;
    margin:11px auto 5px auto;
    clear:both;
    float:right;
  
}

#headerSearch input 
{
    font-size:11px;
    background:none;
    border:0;
    margin-top:2px;
    line-height:17px;
    text-indent:2px;
    padding:0;
    color:#666;
}


#headerSearch a 
{
    background:none !important; 
}


#headerBreadcrumb
{
   float:left;
   width:300px;
   margin-top:112px;
   padding-left:158px;
}


#headerBreadcrumb ul
{
   list-style:none;
   margin:0;
   width:300px;
}

#headerBreadcrumb li
{
   background: url(../gfx/header/breadcrumb_arrow.gif) no-repeat;
   background-position:left;
   padding-right:7px;
   float:left;
   text-indent:6px;
   
}


#headerBreadcrumb a
{
  font-size:10px;
  text-decoration:none;
  color:#999;
}

#headerBreadcrumb a:hover
{
  color:#75A218;
}
