/* ====================
   DOCUMENT INFORMATION
    - Document: Smoky Mtn Entertainment CSS
	- Version:  1.0
	- Author:   I. Arensbak 
   ==================== */


/* GLOBAL SETTINGS OVERRIDES
   ============================= */
body 						{ background: #fcffb8 url('../images/bg-top.png') top center no-repeat; }


/* PAGE STRUCTURE
   ============================= */
#page-wrap 					{ width: 980px; margin: auto; }
h1#header 					{ width: 980px; height: 300px; background: url('../images/header.jpg'); margin-bottom: 5px; text-indent: -9999px; }
#left-column 				{ width: 186px; background: #ed9017; vertical-align: top; }
#center-column 				{ width: 100%; padding: 10px; background: #fff; vertical-align: top; }
#right-column 				{ width: 160px; background: #ed9017; vertical-align: top; text-align: center; }
#footer 					{ width: 980px; margin: auto; background: #fff; }
#othersites 				{ padding: 10px 20px; }

/* NAVIGATION
   ============================= */
#nav 						{ height: auto; float: left; width: 186px; overflow: hidden; }
ul.menu, ul.menu ul 		{ font: 15px Georgia, "Times New Roman", Times, serif; list-style-type:none; }
ul.menu a 					{ display: block; text-decoration: none; }
ul.menu li 					{ }
ul.menu li a 				{ background: url(../images/main-button-bg.jpg); padding: 0.5em; margin: 2px; overflow: hidden; color: #000; }
ul.menu li a:hover 			{ background-position: 0 35px; }
ul.menu li ul li a 			{ background: #fff; padding-left: 20px; }
ul.menu li ul li a:hover 	{ background: #b36500; border-left: 5px #ed9017 solid; padding-left: 15px; }

