body {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-family: serif;
    background-color: #f5f5f5;
}

header {
    font-weight: bold;
    padding-bottom: 1em;
}

.searchbox {
    float: right;
    padding: 5px;
    margin-top: 15px;
}

.headerlogo {
    float: left;
    margin-right: 10px;
    height: -webkit-fill-available;
}

    .headerlogo > img {
        height: 100px;
        width: 125px;
    }

/*#mainHeader {
      height: 80px;
  }
*/
#headername {
    font-family:cursive;
    font-size: 36px;
    color: #f705ef;
    padding: 15px;
    margin: 8px 0px;
    font-weight: bold;
    text-shadow: 5px 5px 10px #f705ef;
}

nav {
    height: 45px;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 60px;
    padding-left: 5px;
}

    nav ul {
        list-style: none;
        padding: 0px;
    }

        nav ul li {
            display: block;
        }

.navlink {
    height: 35px;
    margin-right: 50px;
    font-size: 24px;
    float: left;
    padding-top: 12px;
    color: white;
    text-decoration: none;
    font-family: cursive;
}

.navlink.active {
    }

.backgroundgradient1 {
    background-color:#f705ef;
}

#welcomeimage {
    float: left;
    width: 700px;
}

#coffeeofthemonth {
    float: right;
    width: 200px;
}

#welcometext {
    float: left;
    width: 70%;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    #welcometext > header {
        color: #f705ef;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 2px;
    }

    #welcometext span {
      font-size: 18px;
    }

#events {
    float: right;
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
}

    #events > header {
        margin-left: 40px;
        color: #f705ef;
        font-size: 20px;
        margin-bottom: 3px;
        font-weight: bold;
    }

    #events > ul {
        list-style: none;
    }

        #events > ul > li {
            margin-bottom: 3px;
            font-size: 18px;
        }

#bestsellers {
    height: 100%;
    width: 700px;
    float: left;
    margin-bottom: 20px;
}

    #bestsellers > header {
        color: #f705ef;
        font-size: 24px;
        font-weight: bold;
    }

.heelsbestsellers {
    float: left;
}

    .heelsbestsellers > header {
        background-color: #f705ef;
        color: white;
        padding: 2px;
        font-size: 18px;
    }

.backgroundgradient {
  text-align: center;
}

.bootsbestsellers {
    clear: both;
}

    .bootsbestsellers > header {
      background-color: #f705ef;
      color: white;
      padding: 2px;
      font-size: 20px;
    }

.productarticle {
    width: 200px;
    float: left;
    margin-left: 25px;
    margin-bottom: 10px;
}

.productarticlethumbnail {
    width: 200px;
    height: 170px;
}

.productarticlename {
    font-size: 15px;
    color: #f705ef;
    font-weight: bold;
    margin-left: 13px;
}

.productarticleprice {
    font-size: 22px;
    color: green;
    font-weight: bold;
    padding-top: 15px;
}

.productarticlemoreinfo {
    font-size: 12px;
    color: #f705ef;
    margin-top: 5px;
}

.addtocartbutton {
    cursor: pointer;
    padding: 4px 25px;
    background: #f705ef;
    border: 1px solid #381f09;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    color: #f3f3f3;
    font-size: 0.8em;
    width: 80px;
}

    .addtocartbutton:hover, .addtocartbutton:focus {
        background-color: #0f64af;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
        -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
        box-shadow: 0 0 1px rgba(0,0,0, .75);
    }

footer {
    clear: both;
    width: 100%;
    background-color: #0f64af;;
    margin: 20px 0px 20px;
    padding: 5px;
}

.smalltext {
    font-size: 10px;
}


/*All heels page styles*/
.blockheader {
    font-size: 30px;
    font-family: headerfont;
    margin-top: 20px;
    margin-bottom: 10px;
}

.productarticlewide {
    width: 100%;
    float: left;
}

.productarticlewidethumbnail {
    width: 200px;
    height: 200px;
    float: left;
    margin: 20px;
}

.productarticlewidecontent {
    width: 60%;
    float: right;
}

.productarticlewidedescription {
    text-wrap: normal;
}

.productarticlewidename {
    font-size: 15px;
    color: #f705ef;
    font-weight: bold;
    margin-top: 5px;
}

.productarticlewideprice {
    font-size: 20px;
    color: green;
    font-weight: bold;
    padding-top: 15px;
}

.allheels {
    float: left;
    width: 750px;
}

#shoppingcart {
    float: left;
    width: 175px;
}

/*Heels detail page*/

.heelsdetails {
    float: left;
    width: 1000px;
}
.productarticlefigure {
float: left;
}

.productarticlelargeimage {
    width: 200px;
    height: 300px;

}

.productarticlelargefigure {

    float: left;
    margin: 10px;
}

.productarticlecontent {
    width:65%;
    float: right;
}

.productarticledescription {
    text-wrap: normal;
}

.productarticleprice {
    font-size: 25px;
    color: green;
    font-weight: bold;
    padding-top: 15px;
}
#map {
    float: left;
    width: 100%;
    height: 400px;
    margin: 25px;
}

#driving-directions {
    float: left;
}

.blockheader1 {
  float: left;
  color: #f705ef;
  font-size: 26px;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 350px;
}
