/* Top Bar */

#logoBox {
    position: absolute;
    top: 30px;
    left: 30px;
    height: 100px;
}

#HCClogo {
    height: 100%;
    transform: rotate(315deg)
}

#dealerSite {
    margin-top: 15px;
}

#navBar {
    position: absolute;
    top: 50px;
    right: 0;
    width: 95%;
    height: 55px;
    border: 1px solid #703030;
    background: #c48e48;
    text-align: center;
}

#dealers {
    position: absolute;
    right: 8px;
}

#dealers a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}


.navLinks {
    position: relative;
    top: 30%;
}

.navLinks li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 25px;
    margin: 0 15px;
}

#navModal {
    position: absolute;
    top: 105px;
    right: 0;
    display: none;
    text-align: center;
    width: 95%;
    height: 40px;
    background: #57170D;
}

.modalLinks {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #fff;
}

.modalLinks li {
    display: inline-block;
    padding: 15px 9px;
}

.links {
    text-decoration: none;
    color: #fff;
}

.links:hover {
    color: #000;
}

#container1 {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 160px;
    border-bottom: 3px solid #703030;
}

#bodyTemplate {
    position: absolute;
    top: 163px;
    width: 100%;
    min-height: 750px;
    height: auto;
}

#bodyHeader {
    font-size: 25px;
    font-family: 'Pacifico', cursive;
    color: #c48e48;
    text-align: center;
    margin-top: 25px;
}

#searchResultField {
    width: 95%;
    height: 100%;
    margin: 15px auto;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

#searchResultBox {
    margin: 15px 25px;
    width: 20.5%;
    height: 280px;
    border: 1px solid #703030;
    background: #231f21;
}

#searchResultBox2 {
    margin: 10px 10px;
    width: 10%;
    height: 150px;
    border: 1px solid #703030;
    background: #231f21;
}

#searchResultBox p {
    padding: 2px;
}


#leftSearch {
    padding: 5px;
    width: 100%;
}

#leftSearch2 {
    padding-top: 5px;
    width: 100%;
}

#leftSearch2 p{
    text-align: left;
    font-size: 12px;
    margin: 4px 10px;
}

#rightSearch {
    position: relative;
    text-align: center;
    width: 98%;
    padding: 5px;
    height: 170px;
}

#rightSearch2 {
    position: relative;
    text-align: center;
    width: 98%;
    padding: 5px;
    height: 60px;
}

#rightSearch img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 90%;
    max-width: 95%;
}

#rightSearch2 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 90%;
    max-width: 95%;
}

#searchResultList{
    width: 90%;
    height: 80px;
    border: 1px solid #703030;
    background: #231f21;
}

.leftList,
.rightList{
    display: inline-block;
    vertical-align: top;
}

.leftList{
    height: 75px;
    width: 80%;
}

.rightList{
    width: 10%;
    margin: 2px 0;
    height: 75px;
}

.rightList img{
    height: 100%;
}

.listHeader,
.listText,
.listPrice{
    display: inline-block;
    vertical-align: top;
    margin: 5px 45px;
}

#leftProduct,
#rightProduct {
    margin-top: 25px;
}

#leftProduct {
    width: 45%;
    margin-left: 5%;
}

#leftProduct p{
    font-size: 13px;
    line-height: 1.2;
}

#rightProduct {
    width: 40%;
    height: 450px;
    margin-right: 7%;
    text-align: center;
    vertical-align: middle;
}

#rightProduct img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

#bigRightImage {
    width: 100%;
    height: 85%;
    margin: 10px 0;
}

#bigRightImage img {
    max-height: 100%;
    max-width: 100%;
}

#smallImages {
    width: 100%;
    height: 15%;
}

#smallImages img {
    height: 100%;
    width: 75px;
    margin: 0 15px;
    border: 1px dotted #fff;
}

#smallImages img:hover {
    cursor: pointer;
}

#megaImageBox {
    display: none;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    z-index: 2;
    top: -25%;
    height: 1200px;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
}

.megaLeftArrow,
.megaRightArrow {
    position: absolute;
    z-index: 5;
    padding: 15px;
    top: 40%;
    font-size: 65px;
}

.megaLeftArrow {
    left: 15px;
}

.megaRightArrow {
    right: 15px;
}

#megaImageBox img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 70%;
    max-width: 100%;
}

#topRight {
    position: absolute;
    ;
    right: 0;
    text-align: right;
    margin: 35px;
    font-size: 25px;
}

#topRight:hover {
    cursor: pointer;
}

#leftArrow {
    position: absolute;
    left: 0;
}

#rightArrow {
    position: absolute;
    right: 0;
}

#leftArrow,
#rightArrow {
    top: 35%;
    padding: 5px;
    font-size: 45px;
    margin: 0 15px;
}

#leftArrow:hover,
#rightArrow:hover,
.megaLeftArrow:hover,
.megaRightArrow:hover {
    background: #c48e48;
    color: #000;
    transition: .7s;
    cursor: pointer;
}

#shippingChargeNotice {
    margin-top: 50px;
    background-color: #c48e48;
    width: 100%;
    height: 80px;
}

#shippingChargeNotice p {
    padding: 5px 25px;
}

.mainBody {
    position: absolute;
    top: 160px;
    width: 100%;
    height: 100%;
}

.smallerImage{
    max-height: 95%;
    max-width: 95%;
}

/* Test Zone */

#imageBox {
    display: inline-block;
    height: 500px;
    width: 45%;
    margin: 3% 0 0 2%;
    border: 5px solid #703030;
}

#topImage {
    position: relative;
    height: 400px;
    padding: 2px;
    width: 100%;
}

.leftArrow {
    position: absolute;
    left: 5px;
}

.rightArrow {
    position: absolute;
    right: 5px;
}

.leftArrow,
.rightArrow {
    top: 40%;
    z-index: 1;
    padding: 15px;
    font-size: 45px;
    opacity: .2;
    color: #fff;
}

.leftArrow:hover,
.rightArrow:hover {
    color: #c48e48;
    opacity: 1;
    transition: 1.5s;
    cursor: pointer;
    background: #000;
}

#topImage img {
    max-height: 400px;
    max-width: 98%;
    margin: auto;
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#bottomImage {
    text-align: center;
    height: 100px;
    width: 100%;
    border-top: 1px solid #703030;

}

#bottomImage img {
    border: 1px solid #fff;
    padding: 2px;
    height: 73px;
    width: 73px;
    margin: 10px 5px;
}

#bottomImage img:hover {
    cursor: pointer;
}

#descriptionBox {
    display: inline-block;
    margin: 3% 0 0 80px;
    padding-left: 20px;
    height: 500px;
    width: 40%;
    vertical-align: top;
}

#instrDescriptionBox {
    display: inline-block;
    margin: 3% 0 0 80px;
    padding-left: 20px;
    height: 500px;
    width: 40%;
    vertical-align: top;
}

.linkCorner{
    color: white;
    text-align: right;
    margin-right: 25px;
    margin-top: 5px;
}

#basketBody{
    position: absolute;
    top: 340px;
    width: 100%;
    height: auto;
    min-height: 460px;
}

#basketBody p{
    font-size: 35px;
    border: 1px solid #000;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
}

#cartBody{
    position: absolute;
    top: 340px;
    width: 100%;
    height: auto;
    min-height: 460px;
}

#cart{
    margin: 0 auto;
    width: 80%;
}

#disclaimer{
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    width: 80%;
    font-family: 'Open Sans', sans-serif; 
}

#returnPage{
    margin: 0 85px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

/* Containers */

.container {
    background: #231f20;
}

/* Footer */

#footHolderHome {
    position: absolute;
    top: 100%;
    height: 160px;
    width: 100%;
    background: #332D2F;
}

#footHolder {
    position: absolute;
    bottom: -300px;
    height: 120px;
    width: 100%;
    background: #332D2F;
}

#footLinks {
    position: absolute;
    left: 25%;
    width: 50%;
    top: 55px;
    text-align: center;
}

#footLinks li {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}

#footLinks a {
    color: #fff;
    text-decoration: none;
}

#footLinks a:hover {
    color: #E8A60C
}

#webBy {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#website {
    color: #3CD111;
    font-family: 'Lobster', cursive;
    font-size: 9px;
}

#divider {
    color: #fff;
}

#noodle {
    font-family: 'Pacifico', cursive;
    color: #B249D1;
    font-size: 9px;
}

#copy {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #E8A60C;
    font-size: 10px;
}

.style1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    vertical-align: bottom
}

.style_blue_11_pt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #0000FF;
}

.style1_bold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

.style3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #993333;
}

.centerImage {
    float: left;
    margin: 3%;
}

#mobileHeader {
    display: none;
}
