#nav {
    margin: 0;
    padding: 85px 0 62px 20px;
    list-style-type: none;
    font: 0.6em arial;
    width: 620px;
}

#nav li {
    margin: 0;
    padding: 0 12px;
    float: left;
    border-right: 1px solid #000;
    position: relative;
    overflow: visible;
}

#nav span {
    cursor: default;
}

#nav li.last {
    border-right: 0;
    padding-right: 0;
}

#nav a {
    text-decoration: none;
    color: #000;
}

#nav a:hover, #nav span:hover {
    color: #CC0000;
}

#nav ul {
    width: 250px;
    margin: 0;
    padding: 25px 0 0 0;
    list-style-type: none;
    position: absolute;
    display: none;
    left: 13px;
    top: 0;
}

#nav ul li {
    border: 0;
    padding: 0 12px 0 0;
}

#nav ul a {
    color: #888;
}


#gallery td {
    font: 0.7em verdana, arial;
    color: #666;
	line-height: 2;
}

#gallery strong {
    color: #000;
}

#gallery ul {
    margin: 14px 14px 14px 20px;
    padding: 0;
    list-style-type: circle;
}

#gallery a {
    border: 1px solid #CCC;
    display: block;
    float: left;
    text-decoration: none;
    margin: 10px 20px 10px 0;
}

#new {
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
    float: left;
    width: 180px;
    margin: 0;
}

#old {
    clear: both;
    margin: 0;
    border-top: 1px solid #FFF;
}

#info {
    padding-bottom: 60px;
}

#gallery .aqua {
    background: transparent url(../images/logo-aqua.png) no-repeat center bottom;
}

#gallery .steel {
    background: transparent url(../images/logo-steel.png) no-repeat center bottom;
}


#gallery .vanity {
    background: transparent url(../images/logo-vanity.png) no-repeat center bottom;
}

