body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }

/* GENERIC */

body {
    background: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ccc4a4;
}

li {
    list-style: none;
}

#content-wrapper {
    margin: 0 auto;
    width: 1280px;
}

/* HEADER */

#header {
    background: url(imgs/header.jpg) 0 0 scroll no-repeat;
    width: 1280px;
    margin: 0 auto;
    height: 170px;
    position: relative;
}


#logo a {
    display: block;
    width: 640px;
    height: 140px;
    position: absolute;
    left: 40px;
    top: 0;
    text-indent: -9999px;
}

#welcome {
    width: 350px;
    position: absolute;
    top: 50px;
    right: 180px;
}

#menu {
    position: absolute;
    top: 130px;
    left: 600px;
}

#menu ul li {
    background: url(imgs/bullet.png) 0 0 scroll no-repeat;
    margin-left: 20px;
    text-indent: 40px;
    float: left;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: bold;
}

#menu ul li a {
    color: #fff;
    text-decoration: none;
}

#menu ul li a:hover {
    color: #a62503;
}

/* THUMBS */

.thumbs {
    margin: 0 auto;
    padding-top: 10px;
}

.thumbs a img {
    border: 2px solid #f0e6c2;
    width: 240px;
    height: 180px;
    margin: 3px 0 0 3px;
}

.thumbs a:hover img  {
    border: 2px solid #a62503;
}


/* PAGINATION */

.pagination {
    float: left;
    width: 1200px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6em;
    padding-left: 20px;
    color: #971f02;
    padding: 20px 0 10px 0;
}

.pagination a {
    color: #fff;
    text-decoration: none;
}

.pagination a:hover {
    color: #971f02;
}

.pagination span {
    background: url(imgs/archive.png) no-repeat;
    display: block;
    float: left;
    width: 68px;
    height: 34px;
    padding-right: 20px;
    text-indent: -9999px;
}

/* WORTH VISIT */

.ad , .friendly {
    background: #292929 url(imgs/ad-top.jpg) 0 0 scroll no-repeat;
    width: 1242px;
    margin: 0 auto;
    position: relative;
}

.friendly {
    background: #292929 url(imgs/friendly.jpg) 0 0 scroll no-repeat;
}

.ad-bot {
    background: url(imgs/ad-bot.jpg) 0 0 scroll no-repeat;
    height: 30px;
    width: 1242px;
    position: absolute;
    bottom: 0;
}

.ad img {
    border: 0;
    float: left;
    width: 500px;
    height: 400px;
    padding: 40px;
}

.ad-post {
    float: right;
    text-align: left;
    padding: 80px 40px 20px 0;
}

.ad p {
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    min-height: 100px;
    width: 620px;
    color: #ccc4a4;
}

.ad span a {
    background: url(imgs/ad-link.jpg) no-repeat 0 0 scroll;
    width: 622px;
    height: 86px;
    display: block;
    float: left;
    font-size: 42px;
    font-weight: bold;
    color: #971f02;
    letter-spacing: -1px;
    text-decoration: none;
    text-align: center;
    line-height: 1.8em;
}

/* TOP TRADERS */

#top-traders {
    margin: 0 auto;
    width: 1000px;
    height: 300px;
    padding-top: 100px;
}

#top-traders ul {
    float: left;
    width: 246px;
}

#top-traders ul li {
    background: url(imgs/top-bullet.png) no-repeat 0 8px scroll;
    text-indent: 25px;
    margin-left: 25px;
    line-height: 2.5em;
 }

#top-traders ul li a {
    font-size: 20px;
    line-height: 2em;
    font-weight: bold;
    margin-left: 10px;
    text-indent: 40px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

#top-traders ul li a:hover {
    text-decoration: underline;
}

/* TEXT LINKS */

#text-links {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 30px 0;
}

.links {
    float: left;
    width: 490px;
    padding-left: 50px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.8em;
}

.links a {
    color: #a62503;
    display: block;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
}


/* FOOTER */

#footer-wrapper {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    padding-top: 40px;
}

#footer-logo {
    background: url(imgs/footer-logo.jpg) no-repeat 0 0 scroll;
    margin: 0 auto;
    width: 500px;
    height: 113px;
}

#footer-text {
    text-align: center;
}

#footer-text a {
    color: #a62503;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

/* 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%;
}
