#main {
	background: url(/common/images/sitemap-background.jpg) no-repeat left top;
/*	padding: 0px 0px 140px 0px;*/
	height: 100%;
}
* html #main {
	overflow: visible;
}

/* The gradient background is implemented as an <img>. When opening items,
 * the background is supposed to move, and Firefox has issues with moving
 * it (artifacts appear)
 */
#bgimage {
	position: absolute;
	bottom:0px;
	left:0px;
	z-index: 0;
}

/* CONTENT */
#sitemap_content {
	width: 568px;
	overflow: visible;
	margin: 56px auto 100px;
	position: relative
}

#sitemap_content h2 {
	margin-bottom: 8px;
}

ul.Sitemap {
	width: 100%;
	overflow: hidden;
}

ul.Sitemap li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 24px;
	width: 100%;
	background: #000;
}

ul.Sitemap li.SoleItem {
	padding: 6px 0px 6px 24px;
	border-bottom: 1px solid #4c5151;
}
ul.Sitemap li.FirstItem {
	padding: 6px 0px 0px 24px;
}
ul.Sitemap li.LastItem {
	padding: 0px 0px 6px 24px;
	border-bottom: 1px solid #4c5151;
}

ul.Sitemap li a:link,
ul.Sitemap li a:visited {
	color: #ccc;
	font-size: 1.2em;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bullet1.gif) no-repeat left 3px;
	padding: 0px 0px 0px 8px;
}
ul.Sitemap li a:hover {
	text-decoration: none;
	color: #fff;
}
ul.Sitemap li ul {
	padding: 0px 0px 12px 0px;
	overflow: hidden;
	width: 100%;
}
ul.Sitemap li ul li {
	padding: 0px 0px 0px 24px;
	border: none;
}
ul.Sitemap li ul li a:link,
	ul.Sitemap li ul li a:visited {
	font-size: 1.2em;
	font-weight: normal;
	background: none;
}

/**/
ul.Sitemap li .InnerContent {
	background: #333333;
	padding: 15px 20px;
}
/* INNER CONTENT ELEMENT */
ul.Sitemap li .InnerContent p {
	font-size: 1em;
	color: #ccc;
	line-height: 1.4em;
}

.shadow {
	margin-left: -30px;
}

