/**
 * 1.0 - Global Styles
 */
body{
    background-color: #f7f4f0;
    color: #000;
    font-size: 16px;
    line-height: normal;
}
#wrapper{background-color: white; margin: auto auto; width: 605px; height: auto; border: 2px solid #d7d4d1; font-family: sans-serif;}

ol {
    margin-bottom: 15px;
}
ol li {
    margin-bottom: 6px;
}

h2, h3 {
    color: #01217d;
}
p {
    margin-bottom: 15px;
}

/**
 * 2.0 - Header
 */
#header{
    background: url('/images/pepsico/pepsico_wm_head.png') center no-repeat;
    width: 600px;
    height: 40px;
    margin: 15px 0;
}

/**
 * 3.0 - Banner
 */
#banner{
    background: url('/images/pepsico/pepsico_wm_banner.png') center no-repeat;
    width: 600px;
    height: 203px;
    margin-bottom: 12px;
    position: relative;
}
#banner h2{
    font-family: Georgia, serif;
    font-size: 21px;
    color: #01217d;
    width: 180px;
    position: absolute;
    left: 158px;
    top: 8px;
    height: 60px;
    margin: 0;
}

/**
 * 4.0 - Content
 */
#content{
    margin: 0 10px;
}
#content h2{
    font-family: Trebuchet MS, helvetica, sans-serif;
    color: #01217d;
    font-size: 21px;
}
#content h3,
#content h4 {
    color: #01217d;
}
#content ul li{padding: 10px;}
#content p, #content ul li{font-family: Trebuchet MS, helvetica, sans-serif; font-size: 16px;}

/**
 * 5.0 - Buttons
 */
.blueBtn{
    background-color: #01217d;
    border-radius: 15px;
    width: 131px;
    margin-bottom: 15px;
    padding: 6px 12px;
    font-family: Trebuchet MS, helvetica, sans-serif;
    color: white;
    text-decoration:none;
    font-size: 13px;
}
.blueBtn:hover,
.blueBtn:focus {
    color: #fff;
    text-decoration: none;
}
.blueBtn .glyphicon {
    float: right;
    font-size: 11px;
    top: 3px;
    right: -3px;
}
.blueBtn.next {
    float: right;
}
.blueBtn.previous {
    float: left;
    background-color: #01217d;
    border-radius: 15px;
    text-align: right;
}
.blueBtn.previous .glyphicon {
    float: left;
    left: -3px;
    right: auto;
}
.blueBtn.learnMore {
    position:absolute;
    left: 157px;
    top: 70px;
}

/**
 * 6.0 - Tables
 */
.pepsico-table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 15px;
}
.pepsico-table th,
.pepsico-table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px;
}
.pepsico-table th {
    background-color: #01217d;
    color: #fff;
}

/**
 * 7.0 - Additional Content
 */
.hulk {
    margin-bottom: 25px;
    margin-top: 20px;
    text-align: center;
}
.hulk img {
    margin-bottom: 5px;
    width: 100%;
}

