html, body, ul, p, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset { margin: 0; padding: 0; border: 0; }
ul, li { list-style: none; }
a img, img a { border: none; }

body { background: #000 url("images/bgbod.jpg") repeat-x; text-align: center; font-size: 11px; font-family: Helvetica, Arial; }
#container { margin: 0 auto; width: 907px; text-align: left; }

html > body .header { height: 90px; padding: 5px 0 0 0; }
.header { height: 95px; padding: 5px 0 0 0; }
html > body h1.logo { margin: 0 300px 0 0; }
h1.logo { float: left; width: 179px; height: 75px; background: url(images/logo.gif) no-repeat; }
h1.logo span { display: none; }
ul.details { float: right; padding: 40px 0 0 0;}
ul.details li { margin: 0 10px 0 0; color: #0B1827; float: left; font-weight: bold; }
ul.details li span { color: #FE0F04; }

ul#nav { float: left; margin: 0 200px 0 0; }
ul#nav li { float: left; margin: 0 3px; background: url(images/menubg.jpg) no-repeat; width: 120px; height: 43px; }
ul#nav li a { color: #BDBBB9; text-transform: uppercase; text-decoration: none; text-align: center; font-weight: bold; display: block; padding: 14px 0; }
ul#nav .activeSlide, ul#nav .active { color: #BE833F; }
.text { float: right; margin: 1px 0 0 0;}
.info { padding: 8px; background: #590709; color: #fff; }
.info span { color: #BE833F; }
.info span strong { padding: 0 2px; }
p.credit { text-transform: uppercase; padding: 5px 0; color: #40464C; font-size: 10px; text-align: right; }
p.credit a { color: #40464C; text-decoration: none; }
p.credit a:hover { color: #3C4857; }

.clearfix { display: inline-block; }
.clearfix:after { display: block; height: 0; clear: both; content: ".";  visibility: hidden; }
