body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }

/* GENERIC */

body {
    background: url(imgs/body-bkg.png) repeat-x #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

li {
    list-style: none;
}

/* HEADER */

#header {
    position: relative;
    width: 1000px;
    height: 191px;
    margin: 0 auto;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 456px;
    height: 191px;
}

#logo img {
    border: 0;
}

#wellcome {
    background: url(imgs/wellcome-bkg.png) no-repeat 0 0 scroll;
    width: 506px;
    height: 66px;
    position: absolute;
    right: 0px;
    text-align: center;
}

#wellcome p {
    padding: 5px 15px 5px 15px;
}

#banner {
    position: absolute;
    top: 70px;
    right: 20px;
}

#banner img {
    border: 0;
}

#content-wrapper {
    width: 1260px;
    margin: 0 auto;
}

/* THUMBS */

.thumbs a img {
    border: 2px solid #702f35;
    width: 240px;
    height: 240px;
    margin: 2px 0 0 2px;
}

.thumbs a:hover img  {
    border: 2px solid #fcee1f;
}

/* TRADERS */

.traders {
    margin: 0 auto;
    margin-bottom: 20px;
}

.traders ul {
    width: 936px;
    margin: 0 auto;
    text-align: center;
}

.traders li {
    width: 300px;
    float: left;
    padding: 6px;
}

.traders li a {
    padding-top: 10px;
    background: #000000;
    color: #fcee1f;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    float: left;
    width: 300px;
    text-align: center;
    border-top: 1px dashed #fcee1f;
    border-bottom: 1px dashed #fcee1f;
}

.traders li a span {
    padding-bottom: 10px;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.traders li a:hover {
    background: #b2a051;
    color: #000000;
}


/* TEXT LINKS */

#text-links {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.links {
    float: left;
    width: 440px;
    padding-left: 50px;
    text-transform: capitalize;
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
}

.links a {
    color: #e3e3e3;
    display: block;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
}

/* PAGINATION */

.pagination {
    padding: 10px;
    margin: 0 auto;
    width: 980px;
}

.pagination span {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding-top: 4px;
}

.pagination ul li {
    background: url(imgs/archive-button.png) no-repeat 0 0 scroll;
    display: block;
    float: left;
    width: 28px;
    height: 29px;
    margin-left: 5px;
    text-align: center;
    line-height: 2em;
}

.pagination ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.pagination ul li a:hover {
    text-decoration: none;
}

/* WORTH VISIT */

.worth-visit {
    background: url(imgs/worth-visit-bkg.png) no-repeat 0 0 scroll;
    width: 993px;
    height: 243px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.worth-visit img {
    border: 0;
    float: left;
    padding: 20px 40px 20px 20px;
}

.worth-visit p {
    padding: 80px 20px 20px 0;
    font-size: 14px;
}

.worth-visit span a {
    font-size: 30px;
    font-weight: bold;
    color: #fcee1f;
    letter-spacing: -1px;
}
.worth-visit span a:hover {
    text-decoration: none;
}

/* TOP TRADERS */

#top-traders {
    text-transform: capitalize;
    width: 1260px;
    margin: 0 auto;
}

#top-traders ul {
    float: left;
    width: 220px;
    padding-left: 30px;
    margin-bottom: 20px;
}

#top-traders ul li {
    background: url(imgs/bullet.png) no-repeat 0 6px scroll;
    text-indent: 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
 }

#top-traders ul li a {
    line-height: 1.4em;
    color: #fff;
    text-decoration: none;
}

#top-traders ul li a:hover {
    text-decoration: underline;
}

/* FOOTER */

#footer-wrapper {
    background: #351214;
    text-align: center;
    height: 105px;
}

#footer {
    background: url(imgs/footer-logo.jpg) no-repeat 0 0 scroll;
    width: 1000px;
    margin: 0 auto;
    height: 105px;

}


#footer-text {
    padding: 20px 10px;
    float: right;
    color: #9e8f8e;
}

#footer-text a {
    color: #9e8f8e;
    font-size: 14px;
}

#footer-text a:hover {
    text-decoration: underline;
}

#footer p {
    width: 400px;
    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%;
}
