body { background-color: #363d2d; margin: 0; padding: 0; }
body, table { font: 12px/1.4 Arial, Helvetica; color: white; }

img { border: 0; }

h2 { font-size: 140%; font-weight: normal; margin: 0.75em 0 0.75em 0; }
h3 { font-size: 120%; font-weight: normal; margin: 0.5em 0 0.5em 0; }

#logo { position: absolute; top: 20px; left: 20px; }

#header { height: 150px; position: relative; }
#container { height: 600px; overflow: hidden; position: relative; }
	#container ul { height: 600px; position: absolute; top: 0; left: 0; margin: 0; padding: 0; overflow: hidden; width: 10000px;  }
		#container li { display: block; float: left; list-style: none; margin: 0; padding: 0; position: relative; width: 884px; height: 600px; }
		
#nav { position: absolute; right: 30px; bottom: 30px; margin: 0; padding: 0; text-transform: lowercase; line-height: 1; font-size: 90%; }
	#nav li { float: left; margin: 0 1em 0 0; padding: 0 1em 0 0; border-right: 1px solid white; display: block; list-style: none; }
	#nav li.last { border-right: none; }
	#nav a { color: white; text-decoration: none; }
	
#menu-container { position: absolute; width: 360px; height: 450px; top: 110px; left: 85px; color: black; font: 12px/1.5 Times, serif; text-align: center; }
	#menu-container .scrollable { width: 360px; height: 450px; overflow: hidden; }
	#menu-container .scroll-enabled { padding-right: 25px; }
	#menu-container .up { display: none; position: absolute; right: 0; bottom: 20px; }
	#menu-container .down { display: none; position: absolute; right: 1px; bottom: 0; }
	
#footer { padding: 10px; text-align: right; }
#footer #email { float: left; text-align: left; color: #ffffff; padding: 20px; }

#christmas-banner{
  display: inline;
  float: left;
  margin: 10px 10px 35px 35px;
}
