/* CSS Document */
body {
	color: #999999;
		font-weight:bold;
}

#menuWrapper{
	position:relative;
	margin:0px;
	padding:0px;
}
#menuTop {
	z-index:4;
	position:absolute;
	top:0px;
	/*background-color:#FFCC00;*/
	/*background-image: url(images/menu_bg_solid.gif);*/
	background-repeat: repeat-x;
	background-position: top;
}
#subs {
	z-index:3;
	position:absolute;
	top:0px;
	background-color:#000000;
}
.sub_side{
	background-image: url(images/menu_sub_sides.gif);
	background-repeat: repeat-y;
	width: 4px;
}
.sub_center{
	padding: 10px;
	background-color:#D7DFE6;
}
#menuBottom{
	z-index:2;
	position:absolute;
	top:0;
	height:70px;
	background-image: url(images/menu_bg_line.gif);
	background-repeat: repeat-x;
	padding: 0px;
}
.button, .button a{
	height:35px;
	float: left;
	display: block;
	text-decoration: none;
	padding:0px 0px 0 0px;
}
.button a:hover{
	color:#617F92;
	text-decoration: none;
}
.button a:active {
	color:#617F92;
	text-decoration: none;
}
.about, .about a {
	background-image:url(images/home-btn-about.gif);
	width:163px;
}
.about a:hover{
	background-image:url(images/home-btn-about2.gif);
}
.collections, .collections a {
	background-image:url(images/home-btn-collections.gif);
	width:130px;
}
.collections a:hover{
	background-image:url(images/home-btn-collections2.gif);
}
.customer, .customer a {
	background-image:url(images/home-btn-customer.gif);
	width:212px;
}
.customer a:hover{
	background-image:url(images/home-btn-customer2.gif);
}
.locations, .locations a {
	background-image:url(images/home-btn-locations.gif);
	width:110px;
}
.locations a:hover{
	background-image:url(images/home-btn-locations2.gif);
}

.blog, .blog a {
	background-image:url(images/home-btn-blog.gif);
	width:92px;
}
.blog a:hover{
	background-image:url(images/home-btn-blog2.gif);
}

.registry, .registry a {
	background-image:url(images/home-btn-registry.gif);
	width:92px;
}
.registry a:hover{
	background-image:url(images/home-btn-registry2.gif);
}

.qa, .qa a {
	background-image:url(images/home-btn-qa.gif);
	width:141px;
}
.qa a:hover{
	background-image:url(images/home-btn-qa2.gif);
}

.subMenu {
	position:absolute;
	top:0px;
	background-color:#D7DFE6;
	filter:alpha(opacity=88);
	-moz-opacity:.88;
	opacity:.88;
	padding:0 0 290px 0;

}
.subMenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6f5b2c;
	text-decoration: none;
	width:inherit;	
	font-weight:normal;
	line-height:150%;
}
.subMenu a:hover{
	color: #527d99;
	text-decoration: none;
}
.subMenu a:active{
	color: #527d99;
	text-decoration: none;
}
#footer {
	border-top:1px dashed #7D9AAA;
	color:#7D9AAA;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:25px;
	padding-top:10px;

}
#footer a {color:#7D9AAA;text-decoration: none; font-size:11px;}
#footer a:hover {text-decoration: underline;}

