/*
    COLORS:
    Default Green =#E5DA00
    Default Blue = 0000A5
    Default Gray = 117500
    Border-top = 595959
*/

body {
    background-color: #E5E5E5;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
}

header {
    display: block;
    height: 100px;
    margin: auto;
    padding: 10px 0px 10px 0px;
}

header img {
    height: 100px;
}

nav {
    font-family: Verdana, Verdana;
    line-height: 100px;
    vertical-align: top;
}

nav a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.5s;
}

nav .activeNavLink {
    color: #E5DA00;
}

nav a:hover {
    color: #E5DA00;
    transition: color 0.5s;
}

nav ul {
    margin: 0px;
    padding: 0px;
}

nav ul li {
    display: inline-block;
    height: 110px;
    margin: 0px;
    padding: 0px 25px 0px 25px;
}

nav ul .activeNavLi {
    background-image: url('../images/arrow.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

footer {
    border-top: 1px solid #DCDCDC;
    clear: both;
    color: #787878;
    font-size: 0.9em;
    padding: 10px 0px 0px 0px;
    width: 450px;
}

footer a {
    color: #212121;
    text-decoration: none;
}


/*
    IDs
    E5DA00
*/

#bodyWrapper {
    border-top: 8px solid #E5DA00;
    font-family: Lucida Sans Unicode;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}

    #body a {
        color: #000000;
        text-decoration: none;
        transition: color 0.5s;
    }

    #body a:hover {
        color: #E5DA00;
        text-decoration: none;
        transition: color 0.5s;
    }

    #bodyWrapper h1 {
        font-weight: normal;
        font-family: Tahoma;
        text-align: center;
        margin: 15px 0px 0px 0px;
    }

    #mainText p {
        clear: both;
        float: right;
        text-align: left;
        width: 450px;
    }

#stupidDivThatShouldBeP {
    font-size: 0.95em;
}

#stupidDivThatShouldBeP h1 {
    font-size: 1.8em;
}

#info {
    font-size: 0.8em;
    text-align: left;
    width: 300px;
}

#city {
    width: 151px;
}

#state, #zip, #creditcardexpiration, #cvv {
    width: 50px;
}

#creditcardnumber {
    width: 96%;
}

#mailingPaymentWrapper {
    text-align: center;
}

#comments {
    font-size: 1.4em;
}

#stampsHeader {
    font-size: 0.75em;
    text-align: left;
}

#totals {
    font-size: 0.8em;
    text-align: right;
    width: 836px;
}

#submit {
    border: solid 1px #0F6600;
    background-color: #0F6600;
    color: #ffffff;
    font-size: 1.3em;
    margin: 10px 7px 5px 0px;
    padding: 5px;
    transition: box-shadow 0.2s, border 0.2s;
}

#submit:hover {
    border: solid 1px #E5DA00;
    box-shadow: 0 0 10px 0px #E5DA00;
}

#insuranceRates {
    width: 375px;
}

    #insuranceRates h1 {
        font-size: 1.6em;
        margin: 13px;
    }


/*
    Classes
*/
.defaultWidth {
    width: 900px;
}

.defaultGray {
    background-color: #0F6600;
}

.spanWidth {
    width: 100%;
}

.horizontalCenter {
    text-align: center;
}

.center {
    margin: auto;
}

.inlineBlock {
    display: inline-block;
}

.stamp {
    display: inline-block;
    margin: 15px;
    vertical-align: top;
    width: 400px;
}

.stamp h1 {
    font-size: 1.3em;
    font-weight: 700;
}

.stamp img {
    margin: 10px;
}

.stamp .price {
    font-size: 1.1em;
    font-weight: 700;
}

.stamp p {
    font-size: 0.8em;
    margin: 0px;
}

.listlink {
    display: inline-block;
    font-size: 1.3em;
    padding: 25px;
}

.listlink p {
    margin: 0px;
    vertical-align: top;
}

.textInput {
    border: solid 1px #0F6600;
    font-size: 1em;
    outline: none;
    padding: 5px;
    transition: box-shadow 0.2s, border 0.2s;
    width: 288px;
}

.textInput:focus {
    border: solid 1px #E5DA00;
    box-shadow: 0 0 4px 0px #E5DA00;
    outline: none;
}

#stampsHeader .itemDesc {
    margin: 0px 20px 0px 70px;
    text-align: center;
    width: 200px;
}

#stampsHeader .checkbox {
    text-align: center;
    width: 66px;
}

#stampsHeader .price {
    margin: 0px 0px 0px 63px;
    text-align: center;
}

.stampRow, .stampRow * {
    margin: 3px 25px 3px 20px;
}

#stamps .textInput {
    font-size: 0.8em;
    width: 100px;
}

#stamps .item {
    width: 200px;
}

#totals .textInput {
    font-size: 1em;
    margin: 3px 0px 6px 0px;
    width: 100px;
}

.insuranceRow {
    border-top: solid 1px #B2B2B2;
    clear: both;
    height: 25px;
    padding: 7px;
}

.insuranceLeft {
    float: left;
}

.insuranceRight {
    float: right;
    font-weight: 700;
}

.aboutImage {
    float: left;
    padding: 10px 25px 0px 5px;
}