/* navigation */
#nav {    
    color: #f58220;
    font-size: medium;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    background: #7a3737;
    padding: 10px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#nav a:link,
#nav a:visited,
#nav_products a:link,
#nav_products a:visited {
    color: #fff;
}
#nav a:hover,
#nav_products a:hover {
    color: #ffe999;
}
#nav a.current,
#nav_products a.current {
    color: #ffcb08 !important;
}
#nav_products {
    position: relative;
    color: #ffcb08;    
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background: #272236;
    width: 905px;
    max-width: 905px;
    padding: 6px 16px 8px 16px;
    z-index: 81;
} 

.nav-break
{
    display: block;
}

.nav-seperator
{
    display: none;
}  

#nav a
{
    line-height: 2em;
} 

@media screen and (min-width: 650px)
{
    .nav-break
    {
        display: none;
    }
    
    .nav-seperator
    {
        display: inline;
    }
    
    #nav a
    {
        line-height: 1em;
    } 
}

.prev-next-navbar
{
    margin-bottom: 1%;
    overflow: auto;
    font-size: large;
}

.prev
{
    float: left;
}

.next
{
    float: right;
}

.prev a, .next a
{
    text-decoration: none;
} 

.prev a:link, .next a:link
{
    color: black;
}

.prev a:visited, .next a:visited
{
    color: black;
}