@charset "utf-8";
/* CSS Document */

.helen_bg {
	background-color: #010101;
	color: #000000;
}

.helen_bg a {
	color: #2E0002;
}

.helen_bg a:hover{
	color: #C26720;
}

/* Index page CSS */

.indxHelen {
	position: absolute;
	left: 8px;
	top: 43px;
	width: 544px;
	height: 202px;
	z-index: 5;
	background-image: url(../images/helen.png);
}

.divEnter {
	position: absolute;
	left: 680px;
	top: 569px;
	width: 200px;
	height: 47px;
	z-index: 10;
	background-image: url(../images/Enter2.png);
}

.divExit {
	position: absolute;
	left: 894px;
	top: 576px;
	width: 106px;
	height: 40px;
	z-index: 11;
	background-image: url(../images/Exit2.png);
}

.indxImage {
	position: absolute;
	left: 1px;
	top: 29px;
	width: 1000px;
	height: 625px;
	z-index: 1;
	background-image: url(../images/index2.jpg);
}

.indxFooter {
	position: absolute;
	left: 7px;
	top: 639px;
	width: 1000px;
	height: 115px;
	z-index: 5;
	color: #CC93B3;
}

/* Home page CSS */

.homeHelen {
	position: absolute;
	left: 670px;
	top: 53px;
	width: 544px;
	height: 202px;
	z-index: 10;
	background-image: url(../images/helen.png);
}
.homeImage {
	position: absolute;
	left: 40px;
	top: 49px;
	width: 1000px;
	height: 667px;
	z-index: 1;
	background-image: url(../images/home2.jpg);
}
.homeMenu {
	position: absolute;
	left: 54px;
	top: 69px;
	width: 531px;
	height: 700px;
	z-index: 3;
}
.homeFooter {
	position: absolute;
	left: 43px;
	top: 721px;
	width: 900px;
	height: 128px;
	z-index: 4;
	color: #A8222B;
}
.homeTER {
	position: absolute;
	left: 951px;
	top: 727px;
	width: 88px;
	height: 75px;
	z-index: 10;
	background-image: url(../images/TER_reviewed_seal.gif);
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #49000B;
	text-decoration: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #510104;
	text-decoration: none;
}

.ui-state-hover a, .ui-state-hover a:hover {
	color: #9900CC;
	text-decoration: none;
}

.ui-accordion-content-active {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}

