@charset "UTF-8";
/* #topNav {
	height: 20px;
	width: 880px;
	margin-top: 10px;
	z-index: 150;
	margin-left: 10px;
	margin-bottom: 20px;
} */
/* CSS Document */
#nav {
	height: 30px;
}	
	
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
	font-family: 'UglyQuaItalic', serif;
	font-size: 18px;
	float:left;
	display:inline;
	position:relative;
	z-index:5;
	margin-top: 0px;
	margin-right: 8px;
	padding-bottom: 3px;
	margin-left: 8px;
	padding-right: 5px;
	padding-left: 0px;
}
		
/* this is the parent menu */
#nav li a {
	display:block;
	height:25px;
	text-decoration:none;
	color:#920312;
	text-align:center;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	-webkit-transition: color 0.2s ease 0.1s;
	-moz-transition: color 0.2s ease 0.1s;
	-o-transition: color 0.2s ease 0.1s;
	-transition: color 0.2s ease 0.1s;
}
#nav li a:hover {
	color:#000;
}
	
/* you can make a different style for default selected value */
/* #nav a.selected {
	color:#FFF;
} */
	
/* submenu, it's hidden by default */
#nav ul {
	position:absolute;
	left:-6px;
	list-style:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	z-index: 100;
	margin: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0 0 0 0;
	top: 35px;
	display: none;
	/*background-color: #FFF; 
	background: hsla (0, 0%, 100% 0.5); */
	background-color: rgba(255, 255, 255, 1.00);
	opacity: 1.00;
}
#nav ul li {
	float:left;
	padding-right: 5px;
	width: 100%;
	text-align: left;
	margin-right: 1px;
	margin-bottom: 5px;
	height: 25px;
	padding-top: 3px;
}
/* display block will make the link fill the whole area of LI */
#nav ul a {
	font-size: 16px;
	letter-spacing: 0.05em;
	display:block;
	height:25px;
	margin-left: 0;
	color:#920312;	/* font-style: italic; */
	-webkit-transition: color 0.2s ease 0.1s;
	-moz-transition: color 0.2s ease 0.1s;
	-o-transition: color 0.2s ease 0.1s;
	-transition: color 0.2s ease 0.1s;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
}
#nav ul a:hover {
	color: #000;
}
/* menu highlighting */
.chef .chefLink,
.childs .childsLink,
.clearance .clearanceLink,
.coasters .coastersLink,
#contact #contactLink,
.lookbook .lookbookLink,
.customproducts .customproductsLink,
.dishtowel .dishtowelLink,
.garden .gardenLink,
.giftbags .giftbagsLink,
.home .homeLink,
.materials .materialsLink,
.napkin .napkinLink,
.rectplacemat .rectplacematLink,
.roots .rootsLink,
.sales .salesLink,
#shop #shopLink,
.sqplacemat .sqplacematLink,
.testimonials .testimonialsLink,
.tiesthatbind .tiesthatbindLink,
.waiter .waiterLink,
#wholesale #wholesaleLink,
.partners .partnersLink,
.meet .meetLink,
.aprons .apronsLink,
.linens .linensLink,
.househome .househomeLink,
.natural .naturalLink,
.organic .organicLink,
#goods #goodsLink,
.sales .salesLink,
.materials .materialsLink,
.story .storyLink,
.products .productsLink,
.original .originalLink {
	color: .000;
}
.clearFloat {
    clear:both; 
    margin:0;
    padding:0;
 }
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}
.leftMargin {
	padding-left: 0px;
}
