#sitemapContainer {
	background-color: #f1f1f1;
	padding: 8px 0;
}

#sitemapHeader {
	background: #fff url(../img/sitemap_txt.gif) 32px 5px no-repeat;
	width: 230px;
	height: 20px;
}

#sitemapBox {
	width: 727px;
	margin: 8px auto;
}
#sitemapBox .head, #sitemapBox .foot {
	width: 727px;
	height: 15px;
	line-height: 15px;
	font-size: 8px;
}
#sitemapBox .head {background: url(../img/box1_head.gif) top left no-repeat;}
#sitemapBox .foot {background: url(../img/box1_foot.gif) top left no-repeat;}

#sitemapBox .body {
	min-height: 320px;
	height: auto !important;
	height: 320px;
	border-left: 1px solid #dddcdc;
	border-right: 1px solid #dddcdc;
	background-color: #fff;
	background: #fff url(../img/dots_vertical.gif) 300px 0 repeat-y;
}

#sitemapBox #leftColumn {
	float: left;
	width: 300px;
}

#sitemapBox #rightColumn {
	float: left;
	width: 425px;
}

#sitemapBox ul.sitemapLinks {
	margin: 10px 20px 0 20px;
	padding: 0;
	border: 0;
	list-style: none;
}

#sitemapBox ul.sitemapLinks li {
	line-height: 20px;
	color: #e16d54;
}

#sitemapBox ul.sitemapLinks li .orange {
	line-height: 20px;
	color: #e16d54;
}

#sitemapBox ul.sitemapLinks li.divider {
	background: url(../img/dots_horizontal.gif) center left repeat-x;
	width: 260px;
}

/* error 404 styles ---------------------------------------------------------------------------------------------- */
#error404Header {
	background: #fff url(../img/error404_txt.gif) 32px 5px no-repeat;
	width: 230px;
	height: 20px;
}
#errExpl {
	background-color: #fff;
	padding:  0 20px 10px 20px;
}
p.errorDesc {
	color: #de725b;
}
