	/* RESETS & BASIC PAGE SETUP */
* 							{ margin:0; padding:0; }
html 						{ overflow-y: scroll; }
body 						{ font: 62.5% Verdana; background: url(../images/body-bg.jpg) top center no-repeat #500d09;}
ul 							{ list-style: none inside; }
a 							{ outline: none; }
a img 						{ border: none; }
/* END RESET */

/* TYPOGRAPHY */
p, td						{ font-size: 1.2em; line-height: 1.2em; margin-bottom: 25px; }
h1							{ font-weight: normal; font-size: 3.0em; }
h2							{ font-weight: normal; font-size: 2.4em; color: #666; }
h3							{ font-weight: normal; font-size: 2.0em; color: #666; }
h1, h2						{ margin-bottom: 15px; }
#footer p, #footer a		{ color: #bb1324; text-decoration: none; padding-top: 15px; }
#footer a:hover				{ text-decoration: underline; }
p.metadata					{ background: #353430; padding: 2px; color: white; margin-bottom: 5px; }
#topbar a					{ color: white; }
/* END TYPOGRAPHY */


/* TOOLBOX */
.floatleft 					{ float: left; }
.floatright 				{ float: right; }
.clear 						{ clear: both; }
.edit-button				{ display: block; width: 15px; height: 14px; text-indent: -9999px; float: left; margin-right: 5px;
							  background: url(images/edit-button.jpg) center center no-repeat; }
.delete-button				{ display: block; width: 11px; height: 12px; text-indent: -9999px; float: left; padding-top: 2px;
							  background: url(images/delete-button.jpg) center center no-repeat; }
.add-show-button			{ width: 118px; height: 36px; 
							  text-indent: -9999px; display: block;
							  background: url(images/new-show-button.jpg); }
.center						{ text-align: center; }
/* END TOOLBOX */



/* STRUCTURE */
#topglow					{ width: 925px; height: 24px; }
#page-wrap 					{ width: 925px; margin: 0 auto; }
#main-content				{ background: white; padding: 20px; margin-bottom: 0px; min-height: 280px; height:auto !important;height:280px; }
#main-col					{ width: 428px; float: left; margin-left: 30px; }
#main-col-booth				{ width: 500px; float: left; margin-left: 30px; }	  
#side-col					{ width: 218px; float: right; padding: 0px; margin-right: 163px; }
#right-col					{ width: 212px; float: right; padding: 0px; margin-right: 73px; min-height: 290px; }
#right-col-rental			{ width: 238px; float: right; padding: 0px; margin-right: 155px; min-height: 290px; }
#footer-div					{ background: url(../images/footer-bg1.jpg) no-repeat; height: 83px; color: #fff; }
#footer						{ height: 83px; text-align: center; background-color: #fff; -moz-border-radius-bottomleft: 6px; -moz-border-radius-bottomright: 6px; }

#side-col #slider1			{ padding-left: 72px; color: white; }
/* END STRUCTURE */ 


/* MENU */
#topmenu 					{ background: url(../images/mpb-header.jpg) no-repeat top center;
							  position: relative; width: 925px; 
							  padding-top: 165px; min-height: 62px; height: auto; height: 62px; -moz-border-radius-topleft: 6px; 
							  -moz-border-radius-topright: 6px; }
#topmenu ul#menu			{ padding-left: 18px; }
#topmenu ul#menu li			{ float: left; }
#topmenu ul#menu li a		{ display: block; float: left; height: 62px; text-align: center; 
							  padding: 17px 0 0 0; color: #bb1324; font-size: 1.2em; overflow: hidden;
							  text-decoration: none; z-index: 10; position: relative; }
#topmenu ul#menu li.menu-home a { width: 111px; height: 26px; -moz-border-radius-topleft: 4px; background-color: #dddddd;
								-moz-border-radius-topright: 4px; margin-top: 15px; margin-left: -4px; border-left-color: #999; }
#topmenu ul#menu li.menu-booth a { width: 111px; height: 26px; -moz-border-radius-topleft: 4px; background-color: #dddddd;
								-moz-border-radius-topright: 4px; margin-top: 15px; margin-left: -4px; border-left-color: #999; }
#topmenu ul#menu li.menu-rental a { width: 111px; height: 26px; -moz-border-radius-topleft: 4px; background-color: #dddddd;
								-moz-border-radius-topright: 4px; margin-top: 15px; margin-left: -4px; }
#topmenu ul#menu li.menu-contact a { width: 111px; height: 26px; -moz-border-radius-topleft: 4px; background-color: #dddddd;
								-moz-border-radius-topright: 4px; margin-top: 15px; margin-left: -4px; }
#topmenu ul#menu li.background { background: url('images/menu-rollover-bg.png') top center repeat-x;
								   z-index: 0; position: absolute; visibility: hidden; height: 50px; }
								   
body#home #topmenu ul#menu li.menu-home a,
body#booth #topmenu ul#menu li.menu-booth a,
body#rental #topmenu ul#menu li.menu-rental a,
body#contact #topmenu ul#menu li.menu-contact a {
			background-color: #ffffff;
			}
			
#topmenu ul#menu li.menu-home a:hover,
#topmenu ul#menu li.menu-booth a:hover,
#topmenu ul#menu li.menu-rental a:hover,
#topmenu ul#menu li.menu-contact a:hover {
			background-color: #c8c6c4;
			}
/* END MENU */





