* {
    margin: 0;
    padding: 0;
}

html {
    background: #fff url(includes/css/cssimages/backgrad.png) repeat-x left top;
    height: 100%;
}

body {
    font: 12px/1 Helvetica, FreeSans, Arial, Sans-serif;
    color: #3e3e3f;
    background: transparent url(includes/css/cssimages/clouds.jpg) no-repeat center top;
    height: 100%;
}

img {
    border: 0;
}

#main {
    width: 950px;
    margin: 0 auto;
    padding-bottom: 100px;
}

table {
    border-collapse: collapse;
    border: 0;
    margin-bottom: 15px;
}

td {
    vertical-align: middle;
    padding: 6px;
}

/* !MASTER TYPOGRAPHY----------------------- */

a {
    color: #4c676b;
    text-decoration: underline;
}

a:hover {
    color: #000;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Arial Rounded MT Bold;
}

h1 {
    position: relative;
    left: -25px;
}

h2,
h4 {
    font-size: 18px;
}

h2 {
    padding-top: 10px;
}

h3 {
    font-size: 22px;
}

h3,
h4 {
    border-bottom: 1px solid #3e3e3e;
    padding: 2px 0;
    margin-bottom: 15px;
}

h5 {
    font-size: 16px;
    margin-bottom: 6px;
}

p {
    line-height: 1.5;
    margin: 0 0 1.5em 0;
}

ul {
    list-style: none;
}

/* !HEADER ----------------------------- */

#header {
    position: relative;
    height: 201px;
}

/* !INFO BOX---------------------------- */

.infobox {
    width: 598px;
    height: 86px;
    padding-top: 5px;
    padding-right: 30px;
    background: transparent url(includes/css/cssimages/infobox.png) no-repeat left top;
    position: absolute;
    top: -5px;
    right: 0;
}

.infobox img {
    display: inline;
    float: left;
}

.infobox p {
    line-height: 1.2;
}

/* !MAIN NAVIGATION--------------------- */

#header ul {
    position: absolute;
    right: -4px;
    top: 95px;
}

#header li {
    display: inline;
    float: left;
    width: 106px;
    height: 42px;
    position: relative;
}

#header li a {
    display: block;
    background: transparent url(includes/css/cssimages/navback.png) no-repeat left top;
    height: 42px;
    text-decoration: none;
    color: #3e3e3f;
    position: relative;
}

#header li a:hover,
#header li.on a {
    background-position: left -42px;
}

#header li i {
    display: block;
    position: absolute;
    width: 23px;
    height: 12px;
    background: transparent url(includes/css/cssimages/point.gif) no-repeat;
    left: 40%;
    top: -10px;
    z-index: 60;
}

#header li a span {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 8px;
    width: 71px;
}

/* !CONTENT-------------------------- */

.section {
    padding-bottom: 25px;
    clear: both;
}

.section li {
    padding: 0 0 15px 0;
}

.podcast {
    padding-bottom: 15px;
}

.date {
    padding-bottom: 2px;
}

#primary ul {
    list-style: disc;
    padding-left: 2em;
    margin: 0 0 15px 0;
}

#primary ul li {
    padding: 2px 0;
}

.img_right {
    display: inline;
    float: right;
    border: 1px solid #3e3e3f;
    margin: 0 0 10px 10px;
}

.article_link {
    font-weight: bold;
    white-space: nowrap;
    background: transparent url(includes/css/cssimages/article.gif) no-repeat;
    padding: 1px 0 1px 17px;
}

/* !COLUMNS-------------------------- */

#primary,
#secondary {
    display: inline;
    float: right;
    position: relative;
}

#primary {
    width: 628px;
    margin-left: 30px;
}

#secondary {
    width: 290px;
}

#map {
    height: 400px;
    border: 1px solid #3e3e3f;
}

/* !HOME MAIN IMAGE & VIDEO----------------------- */

.hero {
    position: relative;
    height: 373px;
}

.podcast {
    height: 220px;
    position: relative;
}

.hero img,
.podcast img {
    display: block;
    position: absolute;
    right: -9px;
    top: -9px;
}

.overlay {
    position: absolute;
    left: 25px;
    bottom: 40px;
    color: #fff;
    z-index: 10;
    width: 344px;
}

.overlay h2 {
    font-size: 20px;
}

.overlay li {
    font-size: 12px;
    padding-top: 12px;
}

/* !FAQ ------------------------------ */

.faq a {
    display: block;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    font-weight: bold;
}

.faq b {
    line-height: 1.2;
    display: inline;
    float: left;
    margin: 0 3px 0 0;
    font-weight: bold;
    font-size: 14px;
    color: #3e3e3f;
}

/* !TOOLS ---------------------------- */

.tools {
    clear: both;
    padding-top: 15px;
}

.tools a {
    height: 18px;
    line-height: 18px;
    padding: 3px 24px;
    background: transparent url(includes/css/cssimages/jump.gif) no-repeat left 50%;
    
}

.tools .rss {
    background-image: url(includes/css/cssimages/rss.gif);
}

.tools .download {
    background-image: url(includes/css/cssimages/download.gif);
}

/* !MAPS ----------------------------- */

form {
    display: block;
    overflow: auto;
}

.form_part {
    display: inline;
    float: left;
    margin-right: 10px;
}

.search_again_button {
    clear: left;
}

#sidebar {
    height: 402px;
    overflow: auto;
}

#sidebar div {
    padding: 10px 0;
    border-bottom: 1px solid #aed3db;
}

/* !BRANDS --------------------------- */

.brands {
    padding-top: 50px;
}

.brands img {
    margin-right: 23px;
}