/*
SEARCH bar
*/

form.search {
    display: inline;
    margin: 0;
    padding: 0;
}

.search input {
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
}

.search input[type=text] {
    width: 240px;
}

#searchbar {
    background: #F3F3F3;
}

#searchbar #nav-0 {
    margin: 0;
    padding: 10px 0 0 10px;
    text-transform: uppercase;
    font-size: 11px;
    height: 26px;
    list-style: none;
    font-weight: bold;
}

#searchbar #nav-0 li {
    display: inline;
}

#searchbar #nav-0 li a {
    font-weight: normal;
    text-decoration: none;
    margin-right: 10px;
    padding: 0;
    color: #000;
    border: none;
}

#searchbar #nav-0 li a:hover {
    color: #42C2FF;
}


/*-----
styling for upper navigation 
------*/

nav {
    margin: 0 0 3em 0;
    font-size: .8em;
}

.nav0 li a:link.active,
.nav0 li a:visited.active,
.nav0 li a:hover,
.nav0 li a.current {
    color: #ff5e47;
}

.nav0 {
    list-style: none;
    height: 30px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: .75em;
    background: #f9f9f9;
}

.nav0 li {
    display: inline-block;
    color: #888;
    padding: 9px 0;
    font-weight: normal;
}

.nav0 li a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    padding: 0 1em 0 0;
}


/*------------------
navigation for section 
------------------*/

.nav1 {
    list-style: none;
    height: 34px;
    padding-left: 20px;
    /* 12 + 8 du li = 20 */
    background: #f7f7f7;
    background: linear-gradient(#fbfbfb,
#f4f4f4);
    border-bottom: 1px solid #ddd;
}

.nav1 .rpad {
    padding-right: .4em;
}

.nav1 li {
    color: #888;
    padding: 9px 0;
    padding-right: 0px;
    font-weight: normal;
    display: inline-block;
    font-size: 1.15em;
    letter-spacing: .05em;
}

.nav1 li a {
    padding: 15px .4em 11px .4em;
    color: #666;
    text-decoration: none;
    font-weight: 700;
}

.nav1 li .current {
    color: #1892cc;
    background: url(triangle-grey.gif) no-repeat center 32px;
}

.nav1 li a:link.active,
.nav1 li a:visited.active,
.nav1 li a:hover {
    background: url('triangle-grey.gif') no-repeat center 32px;
    color: #444;
}

.nav1 li a img {
    position: relative;
    top: -3px;
}

.nav1 .new {
    margin: 2px 0 0 0;
    font-weight: bolder;
    color: #ff5e47;
}

.nav2 {
    background: #eee;
    height: 19px;
    padding: 8px 0 7px 20px;
    list-style: none;
    font-size: 1.1em;
}

.nav2 li {
    display: inline-block;
    margin-right: 7px;
}

.nav2 li a {
    font-weight: normal;
    text-decoration: none;
    padding: 16px 0;
   color:#646464;

letter-spacing: .05em;
}

.nav2 li a:link.active,
.nav2 li a:visited.active,
.nav2 li a:hover {
    color: #000;
    background: url(triangle-white.gif) no-repeat center 35px;
}

.nav2 li .current {
    color: #1892cc;
    background: url(triangle-white.gif) no-repeat center 34px;
}

#nav3 {
    height: 20px;
    padding: 9px 0 0 20px;
    list-style: none;
    margin: 0 0 10px 0;
}

#nav3 li {
    display: inline;
    margin-right: 3px;
}

#nav3 li a {
    color: #999;
    text-decoration: none;
    margin-right: 10px;
    padding: 10px 0;
}

#nav3 li a:link.active,
#nav3 li a:visited.active,
#nav3 li a:hover {
    color: #000;
}

#nav3 li .current {
    color: #000;
    font-weight: bolder;
}

#spacer {
    height: 22px;
}