/* Background */
.bg_aboutus h1, .bg_contact h1, .bg_sitemap h1 { position:absolute;left:-5000px;} 
.bg_aboutus {
	background:url(../images/bg_aboutus.jpg) no-repeat left bottom;
}
.bg_contact {
	background:url(../images/bg_contact.jpg) no-repeat left bottom;
}
.bg_sitemap {
	background:url(../images/bg_sitemap.jpg) no-repeat left bottom;
}



/* Text Area */
.textarea {
	color:#220e0f;
}
.textarea p, .textarea ul {
	padding:7px 10px;
}
.textarea p strong {
	color:#220e0f;
	font-weight:normal;
}
.textarea li {
	background:url(../images/bullet_dot.gif) no-repeat left 5px;
	padding-left:9px;
}
.textarea p a, .textarea li a {
	color:#220e0f;
	text-decoration:underline;
}
.textarea p a:hover, .textarea li a:hover {
	color:#822e4f;
}
 
/* Site Map */
.sitemaph1 {
	border-bottom:#ece3d2 1px solid;
}
#sitemap ul {
	padding:0;
	margin:0;
	margin-left:18px;
}
#sitemap li {
	background:none;
	padding-left:19px;
}
#sitemap li a {
	color:#220e0f;
}
#sitemap li a:hover {
	text-decoration:underline;
}
#sitemap .close {
	background:url(../images/ic_closeList.gif) no-repeat left 3px;
}
#sitemap .open {
	background:url(../images/ic_openList.gif) no-repeat left 3px;
}
#sitemap .close ul {
	display:none;
}
#sitemap .sitemap_account {
	margin-top:1em;
}
#sitemap .open span {
	text-decoration:underline;
}

/*contact */
#contactDetail {
	width:409px;
	height:570px;
	position:relative;
}

#contactSuccess { 
	width:409px; 
	height:570px;
	position:absolute;
	left:409px;
	top:0px;
}