#logo img {
    position: relative;
    top: 150px;
    left: 337px;
    margin: 10px 0 0;
}
#topContainer {
    height: 80px;
    width: 500px;
    margin: 170px auto 20px;
}
.callAction {
    height: 70px;
    width: 80px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 10px 0 10px;
    float: left;
    background-image: url(../images/gearCats.png);
    background-repeat: no-repeat;
}
.callAction:hover {
    cursor: pointer;
}
.clothCat {
    background-position: 0 0;
}
.clothCat:hover {
    background-position: 0 -70px;
}
.footCat {
    background-position: -80px 0;
}
.footCat:hover {
    background-position: -80px -70px;
}
.hikeCat {
    background-position: -160px 0;
}
.hikeCat:hover {
    background-position: -160px -70px;
}
.climbCat {
    background-position: -240px 0;
}
.climbCat:hover {
    background-position: -240px -70px;
}
.snowCat {
    background-position: -320px 0;
}
.snowCat:hover {
    background-position: -320px -70px;
}
#primaryContent {
    clear: both;
    float: left;
    width: 305px;
    background: #E7E7E7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 0 150px;
    padding: 15px 20px;
    -moz-box-shadow: 0 0 13px -3px #333333 inset;
    -webkit-box-shadow: 0 0 13px -3px #333333 inset;
}
h1 {
    color: #444444;
    font-family: arial, sans-serif;
    font-size: 24px;
    letter-spacing: -1px;
    text-align: left;
    font-size-adjust: none;
    width: 100%;
    height: inherit;
    line-height: 120%;
    border: none;
    margin: 0px;
    padding: 0px;
    display: block;
    height: 64px;

}
h2 {
    color: #666666;
    font-weight: normal;
    text-align: left;
    font-size: 18px;
    font-size-adjust: none;
    margin: 0;
    display: block;
}
h3 {
    color: #444444;
    float: left;
    font-size: 18px;
    width: 90px;
}
#ctaPromptHome {
    float: left;
    position: relative;
    z-index: -1;
    top: -36px;
    left: 52px;
}


#calltoAct {
    height: 114px;
    width: 370px;
    margin: 15px 0 15px 33px;
}