body {
	padding:0;
	margin: 0;
	background: #ffffff;
	color: #444444;
}

#menucontainer {
	width: 100%;
	height: 60px;
	background-color: #BB521C;
}

#bottombar {
	width: 100%;
	background-color: #BB521C;
	color: #ffffff;
	line-height: 18px;
	padding: 8px 0px;
		text-align: center;
	}

#menu {
	width: 960px;
	height: 60px;
		margin: 0 auto;
		position: relative;
	z-index: 5;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#menu li {
	float: left;
	position: relative;
}

#menu li a {
	padding: 21px 20px;
	display: block;
	text-decoration: none;
	color: #eeeeee;
	outline: none;
	line-height: 18px;
}

#menu li li a {
	padding: 6px 10px;
}

#menu li li a:hover {
	background-color: #BB521C;	
}

#menu li.hover a {
	background-color: #8A3B12;
}

#menu li ul {
	position: absolute;
	top: -9999px;
	left: 0;
	width: 188px;
	height: auto;
	background-color: #8A3B12;
	padding: 10px;
}

#menu li ul ul {
	padding: 0;
}

#menu li.hover ul {
	top: 60px;
}

#menu li a.first {
	font-weight: bold;
	text-transform: uppercase;
}


#menu ul.multicol ul {
	width: 188px;
	position: relative;
	top: 0;
	left: 0;
}

#menu li li {
	width: 188px;
}

#menu li em {
	display: none;
}

#menu li.hover em {
	display: block;
	position: absolute;
	width: 220px;
	height: 55px;
	background: url(../images/pbubble.gif) no-repeat;
	padding: 5px 10px 20px 10px;
	left: 0;
	top: -80px;
	color: #dddddd;
	font-style: normal;
	line-height: 18px;
	overflow: hidden;
}

#common {
	width: 960px;
	height: 65px;
	padding: 20px 0;
	background: url(../images/ptitle.gif) no-repeat left bottom;
		margin: 0 auto;
		text-align: right;
	color: #888888;
	line-height: 22px;
}

#common a {
	color: #888888;
	text-decoration: none;
}

#common a:hover {
	color: #BB521C;	
}

#maincol {
	width: 960px;
		margin: 0 auto;
		padding: 30px 0;
}

#content {
	float: left;
	width: 720px;
}

#sidebar {
	float: right;
	width: 200px;
}

.clearer {
	clear: both;
}

#bottom {
	width: 960px;
		margin: 0 auto;
		padding: 20px 0;
}

#bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bottom li {
	margin: 0;
	padding: 0;
	float: left;
}

#bottom ul ul {
	width: 192px;
}

#bottom li a {
	display: block;
	padding: 6px 10px;
	width: 172px;
	text-decoration: none;
	color: #217B91;
	font-weight: bold;
	text-transform: uppercase;
}

#bottom li li a {
	color: #8A3B12;
	font-weight: normal;
	text-transform: none;
}

#bottom a:hover {
	background-color: #f8f8f8;
}

#eyecatchercontainer {
	background: url(../images/pfade.gif) center center repeat-y;
	width: 100%;
}

#eyecatcher {
	width: 960px;
	height: 300px;
		margin: 0 auto;
		position: relative;
	overflow: hidden;
}

#eyecatcher div {
	width: 20px;
	display: none;
	height: 300px;
	position: absolute;
	z-index: 2;
}

#eyecatcher img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#searchbox {
	width: 200px;
	height: 30px;
	position: absolute;
	right: 0;
	background-color: #ffffff;
	top: 15px;
}

#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}

#searchcriteria {
	border: 0;
	width: 160px;
	top: 6px;
	left: 6px;
	position: absolute;
	color: #BB521C;
	outline: none;
}

#trustedshops input {
	width: 100px;
	height: 100px;
	padding-left: 50px;
	display: block;
}

#trustedshops a {
	display: block;
	color: #444444 !important;
	line-height: 160%;
	font-weight: normal  !important;
	padding: 10px 0;
}

.menuaudio {
	display: none;
}