/*
 * Quiz Card - Air Asia CSS
 * 
 * @author Daniel Rhoades (daniel@internetintelligence.eu.com)
 * @copyright Travelcards Ltd
 * @verson 0.1
 */

html,body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family : Arial, Helvetica, sans-serif;
    font-size: 0.86em;
    color: #FFFFFF;
}

table, td, th {
    font-family : Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

td, th {
   text-align: left; 
}

th {
    padding-right: 5px;
}

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

a:hover {
    text-decoration: underline;
}

p {
    margin: 0px;
    padding-bottom: 5px;
}

h1 {
    font-size: 16px;
    color: #FEF200;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

h2 {
    font-size: 14px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
}

ol {
    padding-left: 0px;
    padding-right: 2px;
    margin-left: 20px;
}

ol li {
    margin-left: 0px;
    list-style: decimal;
}

/* START OUTER CONTAINERS */

#outertable {
    width: 100%;
    height: 100%;
}

#outertable td {
    vertical-align: top;
    text-align: center;
}

#outertable td table td {
    text-align: left;
}

#container {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    margin-top: 20px;
}

/* END OUTER CONTAINERS */


/* START AREA POSITIONING */

#top {
    width: 787px;
    background-image: url('../images/air_asia_top.png');
    background-repeat: no-repeat;
    height: 130px;
    margin-bottom: 5px;
}

#logo {
    margin-left: 20px;
    padding-top: 10px;
}

#locale {
    position: absolute;
    right: 30px;
    top: 50px;
}

#localedropdown {
    position: absolute;
    right: 40px;
    top: 80px;
}

#inner {
    width: 787px;
    height: 399px;
    background-image: url('../images/air_asia_body.gif');
    background-repeat: no-repeat;
}

#left {
    float: left;
    width: 210px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-left: 10px;
}

#main {
    float: left;
    width: 530px;
    text-align: left;
    margin-bottom: 5px;
    padding: 0px;
    margin-top: 10px;
}

#footer {
    float: left;
    width: 787px;
    height: 37px;
    background-image: url('../images/air_asia_footer.gif');
    background-repeat: no-repeat;
    margin-top: 5px;
}

/* END AREA POSITIONING */


/* START LOCAL NAV */

#localnav {
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

#localnav a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

/* END LOCAL NAV */


/* START INNER CONTENT STYLES */

#locale img {
    margin-right: 10px;
}

/* END INNER CONTENT STYLES */


/* START FOOTER STYLES */

#footer {
    text-align: right;
    padding-top: 5px;
}

#footer p {
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    color: #FFFFFF;
    padding-right: 10px;
}

#footer p a {
    color: #FFFFFF;
}

/* END FOOTER STYLES */
