* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: #000000;
}

#topnav a {
    color: #000000;
}

img {
    border: none;
}

img.bg {
    /* Set rules to fill background */
    /*min-height: 100%;*/
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) {
    div.topnav li {
        font-size: 12px;
    }

    /* Specific to this particular image */
    img.bg {
        left: 50%;
        margin-left: -512px; /* 50% */
    }
}

#container {
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}

section#topnav {
    position: relative;
    width: 100%;
    padding: 0 10px 0 30px;
    display: inline-block;
}

div.topnav {
    height: 90px;
    /*border: 1px solid black;*/
}

div.topnav ul {
    width: 100%;
    list-style: none;
    padding-left: 10px;
}

div.topnav li {
    font-weight: bold;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 20%;
    height: 40px;
    align-items: baseline;
    float: left;
    position: relative;
    padding-top: 10px;
    margin: 32px 0 0 -30px;
    padding-left: 20px;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#contact_box {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    background: #4f4a46;
    border-radius: 20px;
    bottom: -20px;
    right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 106px;
    display: inline;
    -webkit-transform: rotate(6deg); /* Chrome, Safari, Opera */
    transform: rotate(6deg);
}

#contact_box a {
    color: #FFFFFF;
}

#contact_box p {
    margin-top: 12px;
    margin-bottom: 12px;
}

#contact_box .email_icon {
    position: absolute;
    left: 15px;
    bottom: 114px;
}

#contact_box .phone {
    padding-left: 0;
}

#contact_box .email {
    padding-left: 45px;
}

#contact_box .title {
    font-weight: bold;
    padding-right: 50px;
    font-size: 1.1em;
}

#contact_box .title a {
    text-decoration: underline;
}


div#contact {
    position: relative;
    margin-top: 40px;
}

div#contact ul {
    list-style: none;
}
div#delivery_address {
    width: 300px;
}

div#postal_address {
    width: 300px;
}

div#numbers {
    width: 300px;
}

div#map {
    position: absolute;
    top: 90px;
    left: 400px;
}

div.topnav li.home {
    width: 10%;
    background-color: #009de0;
    margin: 32px 0 0 0;
    z-index: 10;
    padding-left: 0;
}

div.topnav li.active {
    margin: 2px 0 0 -30px;
    height: 70px;
}

.studentplanners {
    background-color: #feed00;
    z-index: 9;
}

.teacherplanners {
    background-color: #e1007a;
    z-index: 8;
}

.marketingproducts {
    background-color: #eb6b0a;
    z-index: 7;
}

.folders {
    background-color: #008e34;
    z-index: 6;
}

.signs {
    background-color: #e3001b;
    z-index: 5;
}

div.topnav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

div.topnav {
    width: 100%;
    display: inline-block;
}

section.content {
    position: relative;
    z-index: 20;
    margin-top: -12px;
    background-color: #fff5dc;
    border-radius: 20px;
    height: 760px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding: 35px 50px 35px 50px;
}

div#framed_content {
    z-index: 21;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: white;
    border: 1px solid black;
    padding: 20px 30px 20px 30px;
}

div#topcontent {
    width: 100%;
    height: 50%;
    background-color: white;
}

div#contentbreak {
    height: 1px;
    background-color: #e1007a;
}

div#bottomcontent {
    position: relative;
    width: 100%;
    height: 50%;
}

#quick-enquiry {
    float: right;
    width: 268px;
    height: 92%;
    background-color: #4f4a46;
    border-radius: 10px;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 36px;
    padding-right: 15px;
    color: #FFFFFF;
    margin-top: 24px;
}

#quick-enquiry-calculator {
    position: relative;
    top: 20px;
    left: 76px;
    width: 268px;
    height: 92%;
    background-color: #4f4a46;
    border-radius: 10px;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 36px;
    padding-right: 15px;
    color: #FFFFFF;
    margin-top: 24px;
}

.quick-enquiry p {
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
}

.quick-enquiry textarea {
    width: 238px;
    height: 105px;
    overflow: auto;
    margin-bottom: 3px;
}

.quick-enquiry .name {
    float: right;
    width: 176px;
}

.quick-enquiry .email {
    float: right;
    width: 176px;
}

.quick-enquiry .tel {
    float: right;
    width: 148px;
}

.quick-enquiry input {
    line-height: 18px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#form-submit {
    font-size: 0.9em;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px;
    border: none;
    background-color: #eb6b0a;
    color: #FFFFFF;
    float: right;
}

label.input-label {
    clear: both;
    float: left;
    min-width: 40px;
    text-align: left;
    line-height: 28px;
}

#details {
    top: 0;
    left: 4%;
    display: inline-block;
    width: 92%;
    height: 95%;
}

div#menulist {
    display: inline;
    float: left;
}

div#menulist p {
    font-weight: bold;
    margin-bottom: 2px;
}

div#menulist ul {
    padding-left: 0;
    text-indent: 16px;
    margin-top: 0;
    display: inline-block;
}

ul.left {
    float: left;
    margin-left: 14px;
}

ul.right {
    float: right;
    margin-left: 64px;
}

div#menulist li.active {
    background-color: yellow;
}

div#menulist li {
    padding-right: 6px;
    cursor: pointer;
}

div#subsection_details {
    display: inline-block;
    width: 50%;
}

div#subsection_image {
    margin-top: 0;
    top: 0;
    display: inline-block;
    float: right;
    width: 370px;
    max-height: 300px;
}

div#centered_subsection_image {
    margin-top: 0;
    display: block;
}

p.hardcopy {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    width: 400px;
    padding: 10px 0 10px 20px;
    color: white;
    background-color: #e1007a;
    border-radius: 20px;
}

div#launchpricecalc {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 20px 0;
    background-color: #029de0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    width: 260px;
    padding: 2px 20px 2px 20px;
    color: #000000;
    border-radius: 20px;
    font-weight: bold;
}

div#launchpricecalc img {
    float: left;
    margin-right: 20px;
    margin-top: 14px;
}

.quote-form-container{
}

#stylized {
    position: absolute;
    right: 100px;
    top: 0px;
    width:360px;
}
#stylized label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:260px;
    margin-right: 10px;
    float:left;
    margin-bottom: 6px;
}
#stylized .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:260px;
}
#stylized input {
    float:left;
    font-size:12px;
    padding:4px 2px;
    text-align: center;
}
#stylized input.text {
    width:42px;
    height: 30px;
    margin:2px 20px 16px 10px;
    vertical-align: middle;
}
#stylized input.checkbox {
    width:42px;
    margin:3px 20px 21px 25px;
}

#stylized input.checkbox_with_question {
    width:42px;
    margin:3px 20px 21px 10px;
}

#stylized img.question {
    margin-top: 2px;
    float:left;
}

#stylized p.price {
    font-weight: bold;
}
#stylized button{
    margin-left:180px; margin-right: 8px; height: 40px;
    margin-top: 20px;
    text-align:center;
    color:#444;
    font-size:11px;
    font-weight:bold;
}

div.container {
    position: relative;
    margin-bottom: 20px;
}

#price-display {
    vertical-align: middle;
    position: relative;
    top: 20px;
    width: 470px;
    border: 1px solid #ccc;
    text-align: center;
}

#price-display p {
    font-size:14px;
    margin: 10px;
}

#quote-introduction p {
    position: relative;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

#quote-introduction h3 {
    margin-top:  0;
    text-align: center;
}
#quote-introduction {
    vertical-align: top;
    display: inline-block;
    top: 100px;
    left: 0;
    width: 470px;
    margin-right: 20px;
}

h2 {
    font-size: 1.3em;
}
div#bottomimage {
    float: left;
}

#sample_form {
    width: 460px;
    margin-left: 0;
}
#sample_form ul {
    padding-left: 0;
    list-style: none;
}

#sample_form li {
    height: 40px;
}

#sample_form span {
    display: inline-block;
    vertical-align: top;
    width: 190px;
}

#sample_form input {
    display: inline-block;
    width: 230px;
}

#sample_form textarea {
    display: inline-block;
    width: 230px;
    border: 1px lightgrey solid;
}
#sample_form button {
    /*float: left;*/
    margin-top: 20px;
    width: 100px;
    height: 50px;
}

li.samples {
    margin-top: 110px;
}