/* header */
.pixels {
	background-image: url(../images/bgPixels.gif);
}
.header {
	background-image: url(../images/headerImage.jpg);
}
.method {
	background-image: url(../images/bgMethod.png);
}

/* leftmenu */
#left {
	background: #FAF5F9;
}
#left h2,
#middle h2,
#right h2 {
	background-color: #BA7CAF;
}

/* Method definitions */
#left ul.menu,
#right ul.service {
	background: transparent url(../images/bgMenu.png) repeat-y scroll left top;
}
#left ul.menu li a:hover,
#left ul.menu li.selected a,
#right ul.service li a:hover,
#right ul.service li a.selected {
	background-color: #BA7CAF;
}
#left ul.menu li ul,
#right ul.service li div,
.pagination {
	background-color: #F8F2F7;
}
/* Level 1 */
#left ul.menu li.open a,
#left ul.menu li a.open {
	background-color: #C089B7; /* 80% */
}
#left ul.menu li.open ul li a:hover,
#left ul.menu li.open ul li.open ul li a.parent:hover {
	background-color:#EAD7E7 /* 30% */
}
/* Level 2 */
#left ul.menu li ul li {
	background-color: #F8F1F7; /* 15% */
}
#left ul.menu li.open ul li.open > a.parent {
	background-color: #C796BF; /* 60% */
}
/* Level 3 */
#left ul.menu li.open ul li ul li {
	background-color: #F9F4F8; /* 8% */
}
#left ul.menu li.open ul li.open ul li.open a.parent {
	background-color: #E3CADF; /* 40% */
}

/* Content */
ul.breadcrumb {
	border-bottom-color: #BA7CAF;
}
.visual .overlay {
	background: transparent url(../images/bgOverlay.png) no-repeat left top;
}
.home {
	background-color: #FBF8FB;
}
