body {
	background: #f3f3f3 url(../images/pback.gif);
	margin: 0px;
	color: #444444;
}

#logocontainer h1 {
	display: block;
	width: 960px;
	position: absolute;
	color: #ffffff;
	font-size: 60px;
	letter-spacing: -2px;
	text-shadow: #333333 3px 3px 3px;
	font-weight: normal;
	top: 270px;
	margin: 0;
	padding: 0 0 0 50px;
	visibility: hidden;
}

#logocontainer h2 {
	display: block;
	width: 760px;
	position: absolute;
	color: #ffffff;
	font-size: 30px;
	letter-spacing: -2px;
	text-shadow: #000000 3px 3px 3px;
	font-weight: normal;
	top: 330px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

img#logo {
	position: absolute;
	z-index: -2;
	visibility: hidden;
}

#header {
	margin: 0 auto;
	width: 960px;
	padding: 7px 0;
	text-align: right;
	color: #444444;
	position: relative;
}

#searchcontainer {
	position: absolute;
	left: 200px;
	top: 410px;
	width: 298px;
	height: 50px;
	padding: 0 10px 10px 10px;
	background: url(../assets/pbacks.png) no-repeat;
}

#searchbox {
	width: 298px;
	height: 34px;	
	background-color: #f7f7f7;
	border: 1px solid #ffffff;
	position: relative;
}

#searchcriteria {
	border: 0;
	outline: 0;
	background-color: #f7f7f7;
	color: #444444;
	position: absolute;
	top: 8px;
	left: 10px;
	width: 240px;
}

#searchsubmit {
	position: absolute;
	top: 8px;
	left: 264px;
}



#header a {
	text-decoration: none;
	color: #444444;
}

#header a:hover {
	text-decoration: none;
	color: #606260;
}

#maincol {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}

#content {
	width: 660px;
	float: right;
}

#sidebarcontainer {
	width: 282px;
	background: url(../assets/pbacksb.png) no-repeat right bottom;
	float: left;
}

#sidebar {
	width: 250px;
	background-color: #f7f7f7;
	border: 1px solid #ffffff;
	padding: 0 10px 10px 10px;
	margin: 0 10px 10px 0;
}

.clearer {
	clear: both;
}

#trustedshops {
	margin: 20px 0;
}

#trustedshops input {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	padding: 0;
	margin: 0;
}

#trustedshops a {
	padding: 0;
	margin: 0;
	display: block;
	width: 190px;
	float: right;
	font-weight: normal !important;
	color: #444444  !important;
}