body {
	background: #e3efff ;
	margin: 0px;
	color: #444444;
}
#maincol {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
}

#logocontainer h1 {
	display: block;
	width: 990px;
	float:left;
	color: #ffffff;
	font-size: 60px;
	letter-spacing: -2px;
	text-shadow: #333333 3px 3px 3px;
	font-weight: normal;
	top: 270px;
	margin: 70px 0 0 50px;
	padding: 0;
	visibility: hidden;
}

#logocontainer h2 {
	display: block;
	width: 760px;
	float:left;
	color: #ffffff;
	font-size: 30px;
	letter-spacing: -2px;
	text-shadow: #000000 3px 3px 3px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

img#logo {
	position: absolute;
	z-index: -2;
	visibility: hidden;
}

#header {
	margin: 0 auto;
	width: 1020px;
	padding: 7px 10px 7px 0;
	text-align: right;
	color: #444444;
	position: relative;
}

#searchcontainer {
    position: absolute;
    left: 500px !important;
    top: 50px;
    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: #223C90;
}

#content {
	width: 606px;
	float: left;
	padding: 0 5px;
}
#content.wide {width:806px; float:left; padding: 0 5px;}

.sidebarcontainer {
	width: 202px;
	background: url(../assets/pbacksb.png) no-repeat right bottom;
	float: left;
}

#sidebar, #sidebarright {
	width: 180px;
	background-color: #f7f7f7;
	border: 1px solid #ffffff;
	padding: 0 0px 10px 10px;
	margin: 0 10px 10px 0;
}
#sidebarright {margin: 0 0px 10px 10px;}
.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;
}
