@import url(styleCommon.css);

body {
	background: #f8f3ea url(images/contentBorder.png) 0 0 repeat-y;
	}

#mainContainer {
	 width: auto;
	 padding: 0 0 0 15px;
	 text-align: center;
	 margin: 0;
	 }

#whiteContainer {
	 width: auto;
	 height: auto;
	 position: relative;
	 background: transparent;
	 }

#mainImage {
	display: none;
	width: 0;
	height: 0;
	}
	
#licorousLogo {
	position: relative;
	padding: 5px;
	float: right;
	max-width: 50%;
	max-height: 50%;
	width: 105px;
	height: 105px;
	top: 0;
	left: 0;
	}

#hours {
	position: relative;
	padding: 20px 0 10px 0;
	max-width: none;
	text-align: center;
	letter-spacing: normal;
	font-size: 0.9em;
	color: #663300;
	clear: both;
	}

#footer {
	height: 100%;
	line-height: normal;
	font-size: 0.75em;
	color: #663300;
	margin: 7px 10px;
	}

#address {
	float: none;
	height: 100%;
	text-align: center;
	letter-spacing: normal;
	}

#copyright {
	height: 100%;
	padding-top: 20px;
	font-size: 0.9em;
	}

#menuContainer1 {
	position: relative;
	float: left;
	left: auto;
	height: auto;
	width: auto;
	max-width: 50%;
	display: inline;
	}

#menuContainer2 {
	position: relative;
	display: inline;
	vertical-align: top;
	}
	
#menu {
	position: relative;
	top: 0;
	width: 10.25em;
	max-width: none;
	background: url("images/dotSpaceSpace.gif") repeat;
	padding: 1px 0 0 0;
	border-bottom: 1px solid #f8f3ea; /* for Mac/Safari, to force the li margin to show up */
	font-size: 0.8em;
	letter-spacing: 1px;
	}

#menu ul {
	list-style: none;
	border: none;
	}

#menu li {
	background: #f8f3ea;
	margin: 0 0 1px 0;
	}

#menu li a {
	display: block;
	padding: 2px 0.5em;
	color: #663300;
	text-decoration: none;
	width: 100%;
	}

html>body #menu li a {
	width: auto;
	}

#menu li a:hover {
	color: #c36537;
	background: transparent url("images/dot.gif") center left no-repeat;
	}
