@import url(styleCommon.css);

body {
	background: #efc284 url(images/verticalBackgroundSquares.png) center 0 repeat-y;
	}

a {
	font-weight: normal;
	}

#mainContainer {
	 width: 816px;
	 margin: 200px auto;
	 }

#whiteContainer {
	 width: 100%;
	 height: 512px;
	 position: relative;
	 background: #f8f3ea;
	 }

#mainImage {
	float: left;
	padding: 7px;
	width: 498px;
	height: 498px;
	}
	
#licorousLogo {
	position: relative;
	top: 205px;
	left: -110px;
	width: 210px;
	height: 210px;
	}
	
#hours {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 10px 5px 0;
	max-width: 310px;
	text-align: right;
	letter-spacing: 1px;
	font-size: 0.85em;
	color: #663300;
	}

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

#address {
	float: right;
	height: 100%;
	text-align: right;
	}

#copyright {
	height: 100%;
	max-width: 420px;
	font-size: 0.8em;
	}

#menuContainer1 {
	position: absolute;
	top: 116px;
	right: 0;
	height: 388px;
	width: 206px;
	display: table; /* non-IE browsers */
	}

#menuContainer2 {
	#position: absolute; /* IE-only */
	#top: 50%; /* IE-only */
	display: table-cell; /* non-IE browsers */
	vertical-align: middle; /* non-IE browsers */
	}
	
#menu {
	#position: relative; /* IE-only */
	#top: -50%; /* IE-only */
	width: 10.25em;
	max-width: 200px;
	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;
	}
