/* RESET */
img, div { behavior: url('/css/iepngfix.htc') }
* {
    margin: 0;
    padding: 0;
}

a {
    color: #0093b9;
    text-decoration: none;
    border: none;
}

a:hover {
    text-decoration: underline;
}

input {
    padding: 2px;
    border: 1px solid #0093b9;
    background-color: #59b1cd;
    color: black;
}
button {
    border: none;
    background-color: transparent;
}

textarea {
    padding: 2px;
    border: 1px solid #0093b9;
    background-color: #59b1cd;
    color: black;
}

#default_right input {
    border: 1px solid #0093b9;
    background-color: #86c1d8;
    color: black;    
}

/* LAYOUT ITEMS */
body {
    font-family: Arial,sans serif;
    font-size: 0;
    color: black;
    background: white url('../images/body/body_bg.gif') repeat 0 0;
    text-align: center;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    background-color: #b3d0e2;
    text-align: left;
}
#header {
   width: 980px;
   height: 91px;
   /*background: #FFFFFF url('../images/body/body_logo.jpg') no-repeat center center;*/
}
#top_navigation_container {
    text-align: center;
    width: 980px;
    height: 50px;
    position: relative;
    background: transparent url('../images/body/body_nav.jpg') no-repeat center center;
}
#banner {
    width: 980px;
    height: 307px;
    margin-top: 0px !important; margin-top: -2px;
}
>#banner
    margin-top: -4px;
}

#content {
    width: 100%;
}

#default_left {
    font-size: 8pt;
    float: left;
    width: 328px;
    height: 159px;
    background-color: #b3d0e2;
}
#float_r {
    font-size: 10pt;
    float: right;
    width: 652px;
    height: 159px;
}
#default_center {
    float: left;
    width: 322px;
    height: 159px;
    background-color: #b3d0e2;
}
#default_right {
    float: right;
    height: 159px;
    width: 330px;
    background-color: #b3d0e2;
}
#kandu_offers {
    height: 191px;
    background: transparent url('../images/body/body_kanduoffers.jpg') no-repeat top left;
    width: 330px;
    background-color: #b3d0e2;
}
#content ul {
    list-style-position: inside;
}
#content_title {
    margin-bottom: 10px;
    width: 722px;
}
#footer {
    margin-top: 55px;
    height: 175px;
    background: transparent url('../images/body/body_footer.png') no-repeat center top; 
}

/* NAVIGATION ITEMS */
.top_nav_ul {
    padding-top: 5px;
    width: 100%;
}
.top_nav_item {
    font-size: 11pt;
    list-style-type: none;
    display: inline;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

.bottom_nav_ul {
    width: 100%;
    color: white;
}
.bottom_nav_item a {
    color: white;
}
.bottom_nav_item {
    font-size: 8pt;
    list-style-type: none;
    display: inline;
    color: white;
    font-weight: bold;
}
.left_nav {
    width: 80%;
    padding-top: 75px;
    margin-left: 25px;
    color: #0c3066;
    font-size: 10pt;
}

/* CONTENT ITEMS */
a img {border: none; }
            
#rstar {
    color: red;
}

#banner_topper_large {
    float: left;
    position: relative;
    left: 25px;
    top: 2px;
    width: 534px;
    height:294px;
}
#banner_topper {
    float: left;
    position: relative;
    left: 25px;
    top: 4px;
    width: 534px;
    height: 149px;
}
.default_title {
    float:right;
    height: 300px;
    width: 410px;
    padding-left: 5px;
    padding-right: 10px;
    color: white;
}

.product_table {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #6293bb;
    margin-top: 10px;
    width: 80%;
    height: 60px;
}

.product_cell {
    float:left;
    margin-top: 2px;
    height: 20px;
    text-align: left;
}

p {
    margin-top: 10px;
}

li {
    font-size: 12pt;
}

.submit {
    height:21px;
    width: 95px;
    background: transparent url('../images/button_submit.png') no-repeat 0 0;
}

.jobs_heading {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
}

.left {
    width: 20%;
    text-align: right;
    vertical-align: top;
}

.right {
    width: 80%;
    text-align: left;
    vertical-align: top;    
}
