BODY {
	margin: 0px;
	padding: 0px;
						background-repeat: no-repeat;
		color: #444444;
}

#maincol {
	width: 930px;
	padding: 20px;
	margin: 15px auto 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .6);	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .6);
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;	
	behavior: url(/assets/pie.htc);
}

#footer {
	width: 930px;
	padding: 10px 0 20px;
	margin: 0 auto; 
	text-align:center;
	color: #333333;
}

#eyecatcher {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#stage {
	width: 930px;
	height: 300px;
	background-color: #333333;
	position: relative;
	overflow: hidden;	
	margin-bottom: 10px;	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	behavior: url(/assets/pie.htc);
}

#title {
	position: relative;
	width: 930px;
	height: 60px;
	background: url(../images/ptitle.gif);
	text-align: right;
	color: #333333;
	font-size: 95%;
}

#title a {
	color: #333333;
	text-decoration: none;
}

#title a:hover {
	text-decoration: underline;
}

#stage .maintopicbox {
	width: 155px;
	opacity: 0.9;	height: 301px;
	background-color: #188C41;
	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: #188C41;
	line-height: 18px;
}

#stage a.maintopic:hover, #stage a.topic:hover {
	background-color: #FC5D07;
	color: #000000;
}

#content {
	width: 500px;
	float: left;
	margin: 0 20px 10px;
}

#content.column {
	width: 715px;
	margin: 0 0 10px 20px;
}

#content.wide {
	width: 930px;
	margin: 0 0 10px 0;
}

#sidebarleft {
	float: left;
	width: 195px;
	margin: 0 0 10px 0;
}
.sidebar {
	width: 195px;
	margin: 0;
}

.clearer {
	clear: both;
	height: 0;
}

#searchbox {
	width: 193px;
	height: 20px;
	border: 1px solid #eeeeee;
	position: absolute;
	top: 25px;
	left: 735px;
}

#searchcriteria {
	border: 0;
	outline: 0;
	width: 170px;
	height: 16px;
	position: absolute;
	top: 1px;
	left: 1px;
	color: #333333;
}

#searchsubmit {
	position: absolute;
	left: 176px;
	top: 2px;
}

#trustedshops input {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

#trustedshops a {
	display: block;
	text-align: center;
	margin: 10px 0;
	line-height: 130%;
	text-decoration: none;
	color: #333333;
}

#youarehere {
	font-size: 95%;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#youarehere a {
	text-decoration: none;
	color: #333333 !important;
	font-weight: normal  !important;
}

#youarehere a:hover {
	text-decoration: underline;
}