BODY {
	margin: 0px;
	padding: 0px;
}

#kaleido {
	width: 950px;
	height: 200px;
	background-color: #888888;
}

#kaleidoboundary {
	width: 950px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

#kaleidoboundary .kaleidodiv {
	display: block;
	position: absolute;
	width: 500px;
	height: 300px;
	top: 0;
	left: 0;
	background-color: #888888;
	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: 150px;
	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: #666666;
}

#searchbox {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 23px;
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

#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: 878px;
	padding: 10px;
	margin: 0;
    background-color: #888888;
    height: 100%;
    border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#navcontainer ul {
	color: #4C4C4C;
    font-size: 12px;
    font-weight: bold;
	padding: 0px ;
	margin: 0px 10px 5px 0px;
}

#navcontainer ul ul {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0px 5px 20px;
    margin: -20px 0px 0px 75px;
}

#navcontainer ul ul a {
    text-align: right;
    margin: 0px 0px;
    padding: 0px 10px 0px 0px;
    font-weight: bold;
}

#navcontainer ul a.sel {
	color: #ffffff;
}

#navcontainer a {
    padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #000000;
}

#navcontainer a:hover {
	color: #e01e1f;
}

#content {
	width: 660px;
	float: right;
	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;
}
