body {
	padding:0;
	margin: 0;
		background: #000000 url(../images/pbackground.gif) repeat-y center top;
		color: #444444;
}

input {
	color: #444444;
}

#common {
	width: 920px;
	padding: 10px 20px;
		margin: 0 auto;
			text-align: right;
		color: #ffffff;
}

#common a {
	color: #ffffff;
	text-decoration: none;
	font-size: 90%;
}

#common a:hover {
	text-decoration: underline;
}

#maincol {
	width: 940px;
		margin: 0 auto;
		padding: 10px;
	position: relative;
	background: #ffffff url(../images/pboxback.gif) repeat-y left top;
}

#rightbox {
	width: 660px;
	padding: 10px 20px;
		float: right;
	}

#logo {
	width: 658px;
	height: 300px;
	border: 1px solid #f0f0f0;
	display: block;
	margin-bottom: 20px;
}

#youarehere {
	color: #888888;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

#youarehere a {
	color: #888888;
	text-decoration: none;
}

#youarehere a:hover {
	color: #409166;
}


#leftbox {
	width: 239px;
		float: left;
		padding-top: 20px;
	overflow: hidden;
}

.navbox a {
	display: block;
	width: 229px;
	height: 14px;
	background: url(../images/pnav.gif) no-repeat;
	text-decoration: none;
	padding: 8px 0px 14px 10px;
	color: #666666;
	margin-left: 0px;
	line-height: 14px;
}

.navbox a.big {
	height: 34px;
	background: url(../images/pnavbig.gif) no-repeat;
	line-height: 18px;
	padding: 6px 0px 16px 10px;
}

.navbox a:hover, .navbox a.current {
	background-position: 0 -36px;
	color: #ffffff;
}

.navbox a.big:hover {
	background-position: 0 -56px;
}

#searchbox.focus {
	background-position: 0 -72px;
}


.navbox {
	margin-bottom: 20px;
}

#searchbox {
	width: 239px;
	height: 36px;
	background: url(../images/pnav.gif) no-repeat;	
	margin-bottom: 20px;
	position: relative;
}

#searchcriteria {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 200px;
	height: 16px;
	border: 0;
	outline: 0;
}

#searchsubmit {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 7px;
	top: 7px;
}

#sidebar {
	background-color: #ffffff;
	padding: 10px 20px;	
	width: 199px;
	position: relative;
	margin-bottom: 24px;
}

#trustedshops {
	background-color: #ffffff;
	padding: 10px;	
	width: 219px;
	position: relative;
	margin-bottom: 24px;
}

#sidebar .navbacktop, #trustedshops .navbacktop {
	width: 239px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/pnav.gif) no-repeat 0 0 ;
	overflow: hidden;
}

#sidebar .navbackbottom, #trustedshops .navbackbottom {
	width: 239px;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/pnav.gif) no-repeat 0 -20px;
	overflow: hidden;
	z-index: 10;
}

#trustedshops input {
	float: left;
	width: 80px;
	height: 80p;
	display: block;
}

#trustedshops a {
	display: block;
	float: right;
	width: 120px;
	color: #444444;
	text-decoration: none;
}

#maincol .backtop {
	width: 960px;
	height: 10px;
	background: url(../images/pboxedge.gif) no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#maincol .backbottom {
	width: 960px;
	height: 10px;
	background: url(../images/pboxedge.gif) no-repeat 0 -10px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer {
		margin: 0 auto;
			padding: 12px 10px 12px 250px;
		width: 710px;
	color: #ffffff;
	text-align: center;
}

#content h2, #sidebar h2 {
	color: #888888;
	font-size: 100%;
}

#content p, #sidebar p {
	line-height: 160%;
}

#title {
	width: 240px;
	height: 50px;
	background: url(../images/ptitletitle.gif) no-repeat;
}

.clearer {
	clear: both;
}