* {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: Avenir;
    font-size: 29px;
}

h3 {
    font-family: Avenir;
    font-size: 29px;
    font-weight: lighter;
}

h4 {
    font-family: Avenir;
    font-size: 15px;
    font-weight: lighter;
}

p {
    font-family: Avenir;
    font-size: 18px;
}


body {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#logobar {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(35,31,32);
}

#logobar img {
    width: 460px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 250px;
    margin-right: 250px;
}

nav li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
    color: black;
    font-family: Avenir;
    font-size: 20px;
}

nav {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

nav a:link {
    color: rgb(0,0,0);
}

nav a:visited {
    color: rgb(0,0,0);
}

nav a:active {
    color: rgb(0,0,0);
}

nav a:hover {
    color: rgb(200,200,200);
}

#title {
    overflow: hidden;
}

#title h1 {
    float: left;
}

#title h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#stars {
    float: auto;
    margin-top: 20px;
}

#display {
    overflow: hidden;
    margin-left: 25px;
    margin-right: auto;
}

#gal1 {
    margin-bottom: 25px;
}

#gal1 img {
    border: 2px solid rgb(255,255,255);
    width: 137px;
}

#gal1 {
    clear: both;
    width: 150px;
    float: left;
}

.active img {
    border: 2px solid rgba(0,0,0,.3) !important;
}

a {
    text-decoration: none;
}

#zoom_01 {
    border: 2px solid rgb(255,255,255);
    float: left;
}

.tab {
    display: inline-block;
    border: solid 1px #999;
    border-bottom: none;
    background-color: rgba(35,31,32,.9);
}

.tab a {
    font-family: Avenir;
    font-size: 18px;
    color: white;
    display: block;
    padding: 15px 14px;
}

.tab a:hover {
    color: rgba(255,255,255,.8);
}

.tab.active {
    background-color: rgb(35,31,32);
}

#tab-container {
    float: right;
    margin-right: 32px;
}

#tabs-1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 450px;
}

#tabs-2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 450px;
}

#tabs-3 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 450px;
}

#general {
    width: 350px;
    margin-left: 25px;
    clear: both;
    float: left;
}

#general p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.green i {
    color: darkolivegreen;
    font-size: 40px;
}

.tan i {
    color: darkkhaki;
    font-size: 40px;
}

.black i {
    color: black;
    font-size: 40px;
}

.yellow i {
    color: gold;
    font-size: 20px;
}

#cart {
    padding: 15px;
    background-color: rgb(35,31,32);
    margin-top: 15px;
    margin-bottom: 70px;
}

#cart h3 {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

#tabs-1 ul {
    font-family: Avenir;
    font-size: 20px;
    margin-left: 25px;
}

#tabs-2 ul {
    font-family: Avenir;
    font-size: 20px;
    margin-left: 25px;
}

#carousel {
    clear: both;
}

#carousel h3 {
    margin-bottom: 15px;
}

footer {
    background-color: rgb(35,31,32);
    height: 100px;
}