/* RESET */

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }

/* GENERIC */

body {
    background: #fffbf6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #4c281f;
}

#content-wrapper {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

li {
    list-style: none;
}

#header {
    background: url(imgs/header.jpg) no-repeat 0 0 scroll; 
    width: 1000px;
    height: 190px;
    margin: 0 auto;
    position: relative;
}

#header span {
    display: block;
    width: 181px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 65px;
}

#header span img {
    border: 0 none;
}

#header p {
    width: 200px;
    position: absolute;
    top: 60px;
    right: 55px;
    overflow: hidden;
    text-align: center;
}

/* THUMBS */

.thumbs {
    width: 950px;
    margin: 0 auto;
}

.thumbs a img {
    border: 2px solid #fbcf1f;
    width: 180px;
    height: 240px;
    margin: 2px 0 0 2px;
}

.thumbs a:hover img  {
    border: 2px solid #d07629;
}


/* PAGINATION */

.pagination {
    padding: 10px;
    margin: 0 auto;
    width: 920px;
}

.pagination span {
    display: block;
    float: left;
    font-family: 'Arial Black';
    font-size: 18px;
    line-height: 1em;
    letter-spacing: -1px;
}

.pagination ul li {
    background: url(imgs/archive-button.png) no-repeat 0 0 scroll;
    display: block;
    float: left;
    width: 21px;
    height: 22px;
    margin-left: 6px;
    text-align: center;
    line-height: 1.8em;
    font-family: 'Arial Black';
    font-size: 11px;
}

.pagination ul li a {
    color: #fff;
    text-decoration: none;
}

.pagination ul li a:hover {
    color: #fbcf1f;
}

/* WORTH VISIT */

.ad-top-bg {
    background: url(imgs/ad-top-bg.jpg) no-repeat;
    margin: 0 auto;
    width: 946px;
    max-width: 946px;
    overflow: hidden;
    height: 41px;
}

.ad-top-bg span {
    display: block;
    float: right;
    width: 270px;
    height: 25px;
    font-family: 'Arial Black';
    font-size: 18px;
    padding-left: 60px;
    margin: 4px 20px 0 0;
    text-align: center;
}

.ad {
    background: #f7e7d6;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    width: 946px;
    min-height: 200px;
}

.ad img a, div.ad img {
    border: 0;
}

.ad p {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.ad a {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-top: 10px;
    color: #b83226;
    letter-spacing: -2px;
    text-decoration: none;
}

.ad a:hover {
   color: #040707;
}

.ad-bottom-bg {
    background: url(imgs/ad-bottom-bg.jpg) no-repeat;
    margin: 0 auto;
    width: 946px;
    height: 22px;
    margin-bottom: 20px;
}

/* TEXT LINKS */

#text-links {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 30px 0;
}

.links {
    float: left;
    width: 440px;
    padding-left: 50px;
    text-transform: capitalize;
    letter-spacing: -1px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
}

.links a {
    color: #000000;
    display: block;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
}

/* TOP TRADERS */

#top-traders {
    text-transform: capitalize;
    text-align: left;
    font-family: 'Arial Black'
}

#top-traders ul {
    float: left;
    width: 220px;
    padding-left: 30px;
    margin-bottom: 20px;
}

#top-traders ul li {
    background: url(imgs/bullet.gif) no-repeat 0 8px scroll;
    text-indent: 20px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
 }

#top-traders ul li a {
    line-height: 1.4em;
    color: #b83226;
    text-decoration: none;
}

#top-traders ul li a:hover {
    text-decoration: underline;
}

/* FOOTER */

#footer-wrapper {
    background: #f7e7d6;
    text-align: center;
    height: 115px;
}

#footer {
    background: url(imgs/footer-logo.jpg) no-repeat 0 0 scroll;
    width: 1000px;
    margin: 0 auto;
    height: 115px;
    text-align: center;
}

#footer span img {
    float: right;
    margin-right: 10px;
    margin-top: 20px;
    border: 0 none;
}

#footer-text {
    padding-top: 20px;
    margin: 0 auto;
    width: 300px;
}

#footer-text a {
    color: #b83226;
    font-size: 14px;
    text-decoration: none;
}

#footer-text a:hover {
    text-decoration: underline;
}

#footer p {
    padding: 5px;
}


/* TOOLS */

.clear {
    clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
