* {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

html, body {
    height: 100%;
}

body {   
    min-width: 800px;
    background: url(/img/bg-body.png) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#wrapper {
    position: relative;
    min-height: 100%;
    height: auto;
}

#header {
    height: 25px;
    clear: both;
}

#header h1 {
    float: left;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    padding-left: 30px;
    padding-top: 7px;
}

#header-navigation {
    float: right;
    padding-right: 30px;
    padding-top: 8px;
    list-style: none;
}

#header-navigation li {
    float: left;
    padding-left: 7px;
}

/*
  I wonder why IE even support this for spans if it can't for imgs etc?
  Maybe the spans are made out of divs by display: inline in Trident?
*/
#header-navigation span {
    padding-left: 7px;
}

#logo {
    float: left;
    padding-left: 45px;
    padding-top: 20px;
}

#banner {
    text-align: center;
    padding-left: 90px;
    padding-top: 20px;
    padding-bottom: 30px;
}

#container {
    /*
      IE devs eat shit. Had to clear stuff this way because otherwise
      hasLayout for .content-text screws up the whole thing (why?!).
    */
    width: 100%;
    overflow: auto;

    padding-bottom: 110px; /* Space for footer */
    clear: both;
}

#content {
    padding-left: 220px;     /* LC */
    padding-right: 260px;    /* RC */
}

#content h1, #news h1, #sidebar-question h1 {
    font-size: 12px;
    font-weight: normal;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #ffffff;
}

/*
    OK, great, now that IE does not support child selectors properly I have to
    name all these classes.    
*/
.b-h-b {
    background: 0 0 url(/img/bg-text-head-box.png) repeat-x;
}

.b-t-l {
    background: 0 0 url(/img/bg-text-l.png) repeat-y;
}

.b-t-r {
    background: 100% 0 url(/img/bg-text-r.png) repeat-y;
}

.b-t-b {
    background: 0 100% url(/img/bg-text-bottom.png) repeat-x;
}

.b-t-b-l {
    background: 0 100% url(/img/bg-text-bottom-l.png) no-repeat;
}

.b-t-b-r {
    background: 100% 100% url(/img/bg-text-bottom-r.png) no-repeat;
}

.b-h-l {
    background: 0 0 url(/img/bg-text-head-corners-l.png) no-repeat;
}

.b-h-r {
    background: 100% 0 url(/img/bg-text-head-corners-r.png) no-repeat;
}

.b-t-b-s {
    background: 0 100% url(/img/bg-text-bottom-s.png) repeat-x;
}

.b-t-b-l-s {
    background: 0 100% url(/img/bg-text-bottom-l-s.png) no-repeat;
}

.b-t-b-r-s {
    background: 100% 100% url(/img/bg-text-bottom-r-s.png) no-repeat;
}

.content-text {
    font-size: 11px;
    color: #999999;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.content-text p {
    padding-bottom: 5px;
}

.content-text a {
    color: #0097f0;
}

.content-text-250 {
    padding-bottom: 30px;
    min-height: 250px;
    /*
      
      IE7 does support this, for IE6 - separate hack
      
      Why wouldn't I set it for the containing element?
      Because that would trigger hasLayout and screw
      the whole design up once again.
      
    */
}

#news {
    padding-right: 20px;
    padding-left: 10px;
}

.news-container {
    font-size: 11px;
    color: #999999;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}
    
.news-odd, .news-even {
    padding: 5px;
}

.news-odd p, .news-even p {
    padding-left: 60px;
}

.news-date {
    float: left;
}
    
.news-odd {
    background-color: #ffffff;
}

.news-even {
    background-color: #f1f1f2;
}

.news-last {
    padding-bottom: 35px;    
}

#sidebar {
    float: right;
    width: 260px;           /* RC width */
    padding-bottom: 30px;
}

/*
  This is hilarious. I would have never thought of using floats for this
  purpose, but otherwise IE creates a helper inline, places it in the
  preceding element and enlarges the news box?!
*/
#sidebar-adbox {
    float: left;
    padding-top: 10px;
    clear: both;
}

.adbox1, .adbox2 {
    padding-left: 15px;
}

#sidebar-question {
    width: 230px;
    padding-left: 10px;
    float: left;
    text-align: center;
}

#sidebar-question .b-h-r {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

#sidebar-question textarea {
    border: none;
    margin-top: -8px;    
    width: 210px;
    overflow: hidden;
    height: 75px;
}

#sidebar-question .b-q {
    background: #949494;
}

#sidebar-question p {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#sidebar-question p a {
    color: #ffffff;
    background: #0097f0;
    font-size: 12px;
}

#sidebar-question .b-t-b-s {
    background: 0 100% url(/img/bg-text-bottom-b.png) repeat-x;
}

#sidebar-question .b-t-b-l-s {
    background: 0 100% url(/img/bg-text-bottom-l-b.png) no-repeat;
}

#sidebar-question .b-t-b-r-s {
    background: 100% 100% url(/img/bg-text-bottom-r-b.png) no-repeat;
}

#navigation {
    float: left;
    width: 200px;           /* LC width */
    padding-left: 20px;
    padding-top: 3px;
}
    
#navigation-bg {
    background: url(/img/bg-menu.png) repeat-y;
}

#navigation ul {
    list-style: none;
    background: 0 0 url(/img/bg-menu.gif) no-repeat;
}

#navigation ul li {
    padding-bottom: 3px;
}

#navigation ul li.last {
    padding-bottom: 0;
}

#navigation ul ul {
    padding-left: 20px;
    background: url(/img/1x1.gif);
}

#navigation ul a {
    text-decoration: none;
    color: #ffffff;
}

#navigation ul ul a {
    font-size: 11px;
    color: #646464;
}

#navigation ul ul a.selected {
    font-size: 12px;
    text-decoration: underline;
    color: #0097f0;
}

.menu-on, .menu-off {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 3px;
}

.menu-on {
    background: url(/img/bg-menu-on.gif) no-repeat;
    font-size: 14px;
}

.menu-off {
    background: url(/img/bg-menu-off.gif) no-repeat;
    font-size: 12px;
}

.menu-item a {    
    outline: none; /* Remove links border */
}

.menu-sub-top {
    padding-top: 8px;
}

.menu-sub-bottom {
    padding-bottom: 5px !important;
}

#footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    background: #464646 url(/img/bg-footer.png) repeat-x;
}

#footer-ads {
    float: left;
    padding-top: 30px;
    padding-left: 20px;
    font-size: 18px;
}

#footer-logo {
    float: right;
    padding-right: 40px;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;    
}

#footer-copy {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-left: 420px;
    font-size: 10px;
}

/* Misc styles */
.content-icon-list, .content-catalog-list {
    padding-top: 5px;
    list-style: none;
}

.content-icon-list li {
    overflow: auto;
	width: 100%;
}

.content-icon-list .empty {
    padding-bottom: 10px;
}

.content-icon-list hr, .content-catalog-list hr, .content-big-skip {
    background: #cacaca;
    color: #cacaca;    
    height: 2px;
    border: 0;
}

.content-icon-list hr {
    clear: both;    
}

.content-icon {
    float: left;
}

.content-desc {
    padding-left: 100px;
}

.content-big-skip {
    margin-top: 30px !important; /* Otherwise fucking IE7 decides to collapse the margin */
}

.content-skip {
    padding-bottom: 7px;
}

.content-catalog-list h2 {
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}

.content-logo {
    float: left;
    width: 100px;
}

.content-firm {
    padding-left: 100px;
    padding-right: 140px;
}

.content-price {
    float: right;
    padding-top: 30px;
    width: 140px;
}

.content-price a {
    color: #0097f0;
}

.content-catalog-list li {
    width: 100%;
    overflow: hidden;
    padding-bottom: 7px;
}

.content-text span.grey {
    color: #464646;
}

.content-firm-top {
    padding-right: 80px;    
}

.content-rating {
    float: right;
    padding-top: 5px;
    width: 80px;
    font-weight: bold;
}

.content-top10-firms {
    width: 100%;
    border-collapse: collapse;
    margin-top: -5px;
}

.content-top10-firm td {
    border-bottom: 1px solid #afafaf;
    padding-bottom: 3px;
    padding-top: 5px;
    font-size: 11px;
    color: #949494;
}

.content-top10-firm-last td {
    border: none;
}

.content-top10-firm td.content-top10-n {
    width: 50px;
    text-align: center;
    font-size: 32px;
    color: #808080;
    padding-left: 5px;
    padding-right: 15px;
}

.content-top10-logo {
    width: 100px;
}

.content-top10-firm td h2 {
    font-size: 16px;
    color: #000000;
}

.content-top10-rating {
    padding-top: 5px;
    width: 80px;
    font-weight: bold;
}

.content-announcements {
    margin-top: -2px;
}

.content-announcements td {
    vertical-align: top;
}

.content-announcements .b-t-b-r {
    padding-bottom: 20px;
}

.content-halfbox {
    overflow: auto;
}

.content-halfbox img {
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
}

#news a, .content-halfbox a {
    color: #ed1c25;
}