body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin: 0px; padding: 0px; }

/* GENERIC */

body {
    background: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #e3e3e3;
}

li {
    list-style: none;
}

#content-wrapper {
    margin: 0 auto;
    width: 1250px;
}

/* HEADER */

#header {
    margin: 0 auto;
    width: 1000px;
    height: 151px;
    background: url(imgs/logo.jpg) no-repeat 0 0 scroll;
    position: relative;
}

#header ul li a, #header span a {
    font-size: 17px;
    font-weight: bold;
    color: #ed1f24;
    text-decoration: none;
}

#header ul li a:hover, #header span a:hover {
    color: #faa41a;
}  

#header ul li {
    background: url(imgs/screw.png) no-repeat 0 2px scroll;
    display: block;
    float: left;
    padding-left: 22px;
    margin-right: 10px;
}

#header span {
    background: url(imgs/screw.png) no-repeat 0 2px scroll;
    display: block;
    float: right;
    padding: 0 10px 0 22px;
}

/* WELCOME TEXT */

#welcome {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 10px;
}

/* THUMBS */

.thumbs {
    margin: 0 auto;
}

.thumbs a {
    display: block;
    float: left;
    height: 186px;
    width: 246px;
    margin: 2px;
}

.thumbs img {
  background: #b6b3b2;
  height: 180px;
  width: 240px;
  padding: 0px;
}

.thumbs a img, .thumbs a:visited img {
    border: 1px solid #b6b3b2;
}

.thumbs a:hover img {
    border: 1px solid red;
}



/* big THUMBS */

.bigthumbs {
    margin: 0 auto;
}



.bigthumbs img {
  background: #b6b3b2;
  height: 240px;
  width: 320px;
  padding: 0px;
}

.bigthumbs a img, .bigthumbs a:visited img {
    border: 1px solid #b6b3b2;
}

.bigthumbs a:hover img {
    border: 1px solid red;
}

/* PAGINATION */

.pagination {
    width: 800px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6em;
    padding-left: 20px;
    color: #fff;
    padding: 20px 0 30px 0;
}

.pagination a {
    color: #ed1f24;
    text-decoration: none;
}

.pagination span {
    background: url(imgs/archives.png) no-repeat;
    display: block;
    float: left;
    width: 162px;
    height: 40px;
    padding-right: 20px;
    text-indent: -9999px;
}

/* WORTH VISIT */

.ad-top-bg {
    background: url(imgs/ad-top-bg.jpg) no-repeat;
    margin: 0 auto;
    width: 1100px;
    height: 30px;
}

.ad {
    background: #111212;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    width: 1100px;
    position: relative;
}

.ad img a, div.ad img {
    float: left;
    padding: 20px;
    border: 0;
}

.ad p {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 16px;
    font-weight: bold;
    width: 500px;
    text-align: center;
}

.ad p a {
    font-size: 41px;
    font-weight: bold;
    display: block;
    padding-top: 20px;
    color: #ed1f24;
    letter-spacing: -2px;
}

.ad p a:hover {
    text-decoration: none;
}

.ad-bottom-bg {
    background: url(imgs/ad-bottom-bg.jpg) no-repeat;
    margin: 0 auto;
    width: 1100px;
    height: 30px;
    margin-bottom: 20px;
}

/* TOP TRADERS */

#top-traders {
    text-transform: capitalize;
    margin-top: 20px;
}

#top-traders ul {
    float: left;
    width: 220px;
    padding-left: 30px;
    margin-bottom: 20px;
}

#top-traders ul li {
    background: url(imgs/screw.png) no-repeat 0 10px scroll;
    text-indent: 24px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
 }

#top-traders ul li a {
    line-height: 1.8em;
    color: #fff;
    text-decoration: none;
}

#top-traders ul li a:hover {
   color: #ed1f24;
}

/* 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;
    letter-spacing: -1px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8em;
}

.links a {
    color: #faa41a;
    display: block;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
}

/* FOOTER */

#footer-wrapper {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    padding-top: 20px;
}

#footer-logo {
    background: url(imgs/footer-logo.jpg) no-repeat 0 0 scroll;
    margin: 0 auto;
    width: 247px;
    height: 69px;
}

#footer-text {
    text-align: center;
}

#footer-text a {
    color: #ed1f24;
    font-weight: bold;
}


/* 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%;
}
