﻿/* CSS RESET */
img { display: block; }
a img { border: 0; }


/* STYLES */
body 
{
    margin: 0;
    padding: 0;
    background: #000 url(../images/common/bg-body.jpg) no-repeat top center;
    font-family: "Lucida Sans", "Lucida Grande", Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    color: #3e3e3e;
}


#wrapper
{
	width: 826px;
	margin: 54px auto;
}

h1#logo,
h1#logo a
{
	margin: 0;
	padding: 0;
	display: block;
	width: 91px;
	height: 80px;
}

h1#logo
{
	float: left;
	margin-left: 40px;
}

h1#logo a
{
	background: url(../images/common/logo.png) no-repeat;
}

h2
{
	font-size: 16px;
	margin-top: 0;
}

h3
{
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p
{
	margin: 0 0 10px 0;
}

ul#nav
{
	margin: 60px 40px 0 0;
	padding: 0;
	list-style: none;
	background: url(../images/common/bg-nav-sprite.png) no-repeat;
	width: 451px;
	height: 12px;
	float: right;
}

ul#nav li
{
	float: left;
}

ul#nav a
{
	display: block;
	height: 12px;
}

#about a { width: 100px; }
#specials a { width: 100px; }
#brands a { width: 120px; }
#clubexklusive a { width: 125px; }

#about a.active,
#about a:hover
{
	background: url(../images/common/bg-nav-sprite.png) no-repeat 0 -13px;	
}

#specials a.active,
#specials a:hover
{
	background: url(../images/common/bg-nav-sprite.png) no-repeat -100px -13px;	
}

#brands a.active,
#brands a:hover
{
	background: url(../images/common/bg-nav-sprite.png) no-repeat -200px -13px;	
}

#clubexklusive a.active,
#clubexklusive a:hover
{
	background: url(../images/common/bg-nav-sprite.png) no-repeat -320px -13px;	
}

#content
{
	background: url(../images/common/bg-content.png) no-repeat;
	height: 389px;
	overflow: hidden;
	padding: 25px 20px 0 20px;
}

body.png8 #content
{
		background: url(../images/common/bg-content-png8.png) no-repeat;
}

#brandlogos
{
	width: 540px;
	margin: 0 auto;
}

#brandlogos li
{
	height: 50px;
}

#brandlogos li img
{
	display: block;
	padding: 0 15px;
}

#footer,
#footer a
{
	color: #707070;
	font-size: 10px;
}

#footer p
{
	padding-top: 40px;
	text-align: center;
}

/* COMMON */
.clr { clear: both; }
.alignleft { float: left; }
.alignright { float: right; }

.inline-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.inline-list li
{
	float: left;
}

.imagelist
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.imagelist li
{		
	float: left;
}

.image-text-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.image-text-list a
{
	display: block;
	float: left;
	width: 100px;
}

.image-text-list li
{
	clear: both;
	padding-bottom: 10px;
}


.image-text-list p
{
	float: right;
	width: 600px;
}

h1#logo a span,
ul#nav a span
{
	display: none;
}

fieldset
{
	margin-top: 5px;
	display: block;
	border: 0;
	padding: 0;
}

fieldset label
{
	display: block;
	margin-bottom: 4px;
	width: 100%;
}

fieldset label span
{
	display: block;
	float: left;
	width: 70px;
	padding-top: 3px;
}
