BODY {
	margin: 0px;
	padding: 0px;
}

#kaleido {
	width: 950px;
	height: 300px;
	background-color: #859BC1;
}

#kaleidoboundary {
	width: 950px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

#kaleidoboundary .kaleidodiv {
	display: block;
	position: absolute;
	width: 500px;
	height: 300px;
	top: 0;
	left: 0;
	background-color: #859BC1;
	border-left: 2px solid #ffffff;
	border-top: none;
	border-bottom: none;
	border-right: none;
}

#kaleidoboundary .kaleidotitleleft {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 300px;
	margin: 0;
	padding: 0;
}

#kaleidoboundary .kaleidotitlebottom {
	display: block;
	position: absolute;
	top: 250px;
	left: 0;
	width: 500px;
	height: 50px;
	margin: 0;
	padding: 0;
}


#maincontainer {
	width: 950px;
	margin: 0 auto;
}

#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;
}

#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;
}

#navcontainer ul a.sel {
	color: #374967;
}

#navcontainer a {
	text-decoration: none;
	color: #000000;
}

#navcontainer a:hover {
	color: #ffffff;
}


#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: #444444;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	color: #ffffff;
	text-align: center;
	padding: 10px;
}