/* CSS Document */
/* Thin line box that surrounds the Navigation */
#navigation-holder {
	position:absolute;
	left:0px;
	top:89px;
	width:130px;
	height:300px;
	z-index:200;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
}

/* Button Style */
#navigator {
	background-color: #B7FFB7;
	border: 1px none #666666;
	width: 100%;
	padding: 0px;
	text-align: center;
}

.housebutton {
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
	font-size: small;
	font-weight: bold;
	border-top-color: #C4FFC4;
	border-left-color: #C4FFC4;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-color: #ECE9D8;
	color: #000000;
}
.greentxt {
	color: #33FF33;
}


.housebutton a {
	padding: 4px;
	text-decoration: none;
	display: block;
	color: #224059;
	background-color: #FFFF99;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C4FFC4;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #C4FFC4;
	font-size: 12px;

}
.housebutton a:visited {
	color: #006633;
}


.housebutton a:hover {
	background-color: #006666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #003300;
	color: #FFFFFF;
}
/***********************************************/
/* end button styles                             */
/***********************************************/ 
#region-name {
	position:absolute;
	top:12px;
	width:26%;
	height:22px;
	z-index:19;
	background-color: #006666;
	color: #CCCC66;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #339933;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #339933;
	float: right;
	left: 74%;
}
.retail-nav-txt {
	text-decoration: blink;
}
