BODY {
	margin: 0px;
	padding: 0px;
}

#stage {
	width: 948px;
	height: 300px;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
	margin-left: 2px;
}

#stage .maintopicbox {
	width: 158px;
	height: 301px;
	background-color: #163014;
	position: absolute;
	top: 270px;
	left: 0;
	z-index: 30;
}

#stage a.maintopic {
	color: #ffffff;
	display: block;
	padding: 6px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 18px;
}

#stage a.topic {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	background-color: #163014;
	line-height: 18px;
}

#maincontainer {
	width: 950px;
	margin: 0 auto;
	padding: 0 2px 0 0;
	background-color: #FFF;
}

#topcontainer {
	width: 910px;
	height: 16px;
	background: url(../images/pbacktop.gif) repeat-y;
	border-bottom: 2px solid #ffffff;
	padding: 20px;
	margin: 0;
	text-align: right;
	position: relative;
}

#topcontainer ul {
	padding: 0;
	margin: 0;
}

#topcontainer li {
	display: inline;
	padding-left: 10px;
	list-style-type : none;
}

#topcontainer a {
	text-decoration: none;
	color: #000000;
}

#topcontainer a:hover {
	text-decoration: none;
	color: #ffffff;
}

#searchbox {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 23px;
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
}

#searchcriteria {
	position: absolute;
	top: 3px;
	left: 3px;
	font-size: 11px;
	border: 0;
	outline: 0;
	width: 190px;
	background-color: #ffffff;
	color: #888888;
}

#searchsubmit {
	position: absolute;
	top: 4px;
	left: 200px;
}


#contentcontainer {
	width: 950px;
	background: url(../images/pbackbot.gif) repeat-y;
	border-top: 2px solid #ffffff;
}

#contentcontainerwide {
	width: 950px;
	background: url(../images/pbackbotwide.gif) repeat-y;
	border-top: 2px solid #ffffff;
}

#title {
	padding-left: 2px;
	float: left;
	display: block;
	width: 48px;
	height: 500px;
}

#navcontainer {
	float: left;
	width: 160px;
	padding: 20px;
	margin: 0;
}

#navcontainer ul {
	padding: 0;
	margin: 0 0 20px 0;
}

#navcontainer li {
	display: block;
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: bold;
	list-style-type : none;
}

#navcontainer ul ul {
	display: block;
	padding: 6px 0 0 16px;
	margin: 0;
}

#navcontainer ul ul a {
	font-weight: normal;
	font-size: 100%;
}

#navcontainer ul a.sel {
	color: #163014;
}

#navcontainer ul a.sel:hover {
	color: #ffffff;
}

#navcontainer a {
	text-decoration: none;
	color: #000000;
	font-size: 110%;
}

#navcontainer ul li a.activemaintopic {
	text-transform: uppercase;
	color: #163014;
}

#navcontainer ul li a.activemaintopic:hover {
	color: #ffffff;
}

#navcontainer a:hover {
	color: #ffffff;
}

#breadcrumbs {
	border-bottom: 1px solid #163014;
	padding-bottom: 10px;
	font-size: 90%;
	color: #163014;
	font-weight: bold;
}

#breadcrumbs a {
	color: #163014 !important;
	font-weight: bold !important;
}

#content {
	width: 460px;
	float: left;
	padding: 20px;
}

#sidebar {
	width: 160px;
	float: left;
	padding: 20px;
}

.clearer {
	clear: both;
}


#trustedshops input {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

#trustedshops a {
	display: block;
	text-align: center;
	margin: 10px 0;
	line-height: 130%;
}

#footer {
	background-color: #163014;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	color: #ffffff;
	text-align: center;
	padding: 10px;
}

#searchajax {
	position: absolute;
	width: 220px;
	height: 132px;
	top: 45px;
	left: 15px;
	overflow: hidden;
	display: none;
	background-color: #ffffff;
	border: 1px solid #E5BF25;	
	z-index: 20;
}

#searchajax a {
	display: block;
	padding: 4px 10px;
	width: 200px;
	height: 14px;
	line-height: 14px;
	text-align: left;
	text-decoration: none;
	color: #000;
}

#searchajax a:hover {
	background-color: #f5f5f5 ;	
	color: #000000;
}

#searchajax a.activelink {
	background-color: #f5f5f5 ;	
}