html, body {
height:100%;
}

body {
background:#1e1e1e url(images/body_bg.gif) repeat fixed;
}

* {
margin:0;
padding:0;
border:0;
list-style:none;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}

#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
width:860px;
background:transparent url(images/wrap_bg.png) repeat-y;
}

#footer {
height: 50px; /* .push must be the same height as .footer */
width:860px;
margin:auto;
background:transparent url(images/footer_bg.png) no-repeat;
}

.push {
height:50px;
clear:both;
}

.clear {
clear:both;
margin-top:0;
height:1%;
width:100%;
overflow:hidden;
} 

#content_top {
width:860px;
background:transparent url(images/content_top.png) no-repeat;
height:20px;
margin:auto;
}

#leftZone {
width:200px;
margin-left:20px;
float:left;
}

* html #leftZone {
margin-left:10px;
}

#contentZone {
float:right;
width:610px;
margin-right:20px;
}

* html #contentZone {
margin-right:10px;
}

h1 {
width:820px;
height:150px;
margin:auto;
}

* + html h1 {
margin-top:-8px;
margin-bottom:-5px;
}

* html h1 {
margin-top:0;
}

#navigation-block {
float:left;
margin-left:20px;
margin-top:-25px;
}

* html #navigation-block {
margin-left:10px;
}

#hide {
position:absolute;
top:30px;
left:-190px;
}

ul#sliding-navigation
{
	font-size: 12px;
	margin: 30px 0 10px 0;
	padding: 0;
	text-transform:uppercase;
}

ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 150px;
	padding: 8px 18px;
	margin-bottom: 5px;
}

ul#sliding-navigation li.sliding-element a
{
	color: #ccc;
	background:#1e1e1e url(images/tab_bg.png) repeat-y;
	border: 1px solid #282828;
	text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover { color: #f00000; }

.thumbsList {
width:175px;
float:right;
margin:5px;
}

* html .thumbsList {
width:180px;
}

.thumbsList li {
width:77px;
border:1px solid #282828;
padding:2px;
float:left;
margin:2px;
text-align:center;
}

.thumbsList li img {
vertical-align:bottom;
}

#slider, #slider2 {
width:194px;
margin:auto;
}

#slider, #slider2, #slider li, #slider2 li {
width:194px;
height:124px;
overflow:hidden;
border-bottom:1px solid #282828;
}

#rightZone {
width:210px;
float:right;
margin:0 10px;
border-left:1px solid #282828;
min-height:400px;
}

#rightZone h2, #rightZone p {
margin:5px;
}

/* TYPOGRAPHY STYLES */

#leftZone h2 {
margin:5px;
padding-left:5px;
border-bottom:1px solid #282828;
background:black url(images/h2_arrow.gif) no-repeat right;
text-align:left;
}

h2 {
margin:5px;
color:#d00000;
font-size:18px;
text-transform:uppercase;
padding:2px;
}

h2 img {
width:250px;
height:39px;
margin-top:15px;
}


h3 {
color:#ccc;
font-size:16px;
margin:5px 15px;
padding:2px;
border-bottom:1px solid #282828;
text-transform:uppercase;
}

p {
color:#eee;
margin:5px 25px;
font-size:12px;
padding:5px;
}

#leftZone p {
margin:5px;
}

.mainList a, p a {
color:#f00000;
text-decoration:none;
}

.mainList a:hover, p a:hover {
color:#eee;
}

#footer p {
font-size:11px;
color:#555;
margin:0;
padding:0;
padding-top:10px;
width:600px;
margin-left:280px;
}

/* MAIN FORM STYLES */

.mainForm {
width:500px;
padding:5px;
margin:10px auto;
}

.mainForm fieldset {
border:1px solid #282828;
padding:5px;
margin-top:5px;
}

.mainForm legend {
font-family:"Trebuchet MS",Verdana,Sans-Serif;
font-size:18px;
color:#d00000;
border:1px solid #282828;
padding:2px 5px;
margin:2px 5px 5px 5px;
background:black;
}

.mainForm label {
font-family:"Trebuchet MS",Verdana,Sans-Serif;
font-size:16px;
text-transform:uppercase;
color:#555;
letter-spacing:.7px;
font-weight:bold;
float:left;
width:180px;
text-align:right;
}

label.checkLabel {
width:440px;
}

.mainForm .inputField, .textField {
width:280px;
height:20px;
padding:1px;
border:1px solid #282828;
color:#555;
float:left;
margin-bottom:10px;
margin-right:20px;
font-size:12px;
}

.mainForm .textField {
height:100px;
overflow:auto;
}


.mainForm .checkBox {
height:20px;
width:20px;
margin-right:25px;
float:right;
border:1px solid #282828;
text-align:center;
}


#emailForm {
width:180px;
margin:auto;
}

#emailForm label {
font-family:"Trebuchet MS",Verdana,Sans-Serif;
font-size:16px;
text-transform:uppercase;
color:#555;
letter-spacing:.7px;
font-weight:bold;
float:left;
width:180px;
}


#emailForm .inputField {
width:180px;
margin-right:10px;
padding:1px;
border:1px solid #282828;
color:#555;
}

.submitButton {
float:right;
background:black url(images/submitBG.gif) no-repeat;
width:106px;
height:50px;
cursor:pointer;
color:#bbb;
font-size:14px;
font-weight:bold;
text-align:center;
margin-top:5px;
}

.errorList {
width:300px;
margin:5px auto;
}

.errorList li {
height:16px;
background:black url(images/errorList_marker.gif) no-repeat left top;
font-size:10px;
font-weight:bold;
color:#D00000;
padding-left:15px;
}


/* PHOTO GALLERY STYLES */

.mainList {
margin:5px 45px;
}

.mainList li {
list-style:square inside;
font-size:12px;
color:#ddd;
}

#catList {
margin:5px;
}

#catList li {
font-size:12px;
height:18px;
padding-left:20px;
background:black url(images/catList_marker.gif) no-repeat center left;
margin-top:8px;
text-transform:uppercase;
}

#catList li a {
color:#f00000;
text-decoration:underline;
}

#catList li a:hover {
color:#eee;
text-decoration:none;
}

ul#bigBrandsList {
width:550px;
margin:auto;
}

#bigBrandsList li {
width:250px;
margin:5px 10px;
float:left;
border:1px solid #282828;
height:290px;
}

#bigBrandsList .brandThumb {
margin:5px auto;
width:194px;
height:124px;
}

#bigBrandsList li h3, #bigBrandsList li p {
margin:5px;
}

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin:20px auto; display:none;}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#sliderBox {position:absolute; left:0; height:81px}
#sliderBox img {cursor:pointer; border:1px solid #666; padding:2px}

