td { 
    padding: 0px; 
    } 
table { 
    border-collapse: collapse; 
    border-spacing: 0px; 
    } 
table, img { 
    border: 0px; 
    }
a:link {
    color: #7E7E7E;
	text-decoration: underline;
    }
a:visited {
    color: #7E7E7E;
	text-decoration: underline;
    }
a:hover {
	color: #039;
	text-decoration: underline;
    }	
h1 {
     font-size:16px;
	 display: block;
	 margin-bottom: 15px;
	}
h2 {
     font-size:14px;
	 display: block;
	 margin-bottom: 10px;
	}
ul {
	 margin:0 0 0 16px;
   }
	
.pagebody {
    margin: 0;
	padding: 0;
	color: #000;
	background-color: #000;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
    }
	
/* Page Shell */

#outer {
    margin-top: 5px;
    margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: url(../graphics/common/pg_tile.jpg) repeat-y;
	}
	
#shell-tbl {
	width: 960px;
    }
#shell-tbl td {
	vertical-align: top;
    }
#shell-tbl-left-col {
	background: url(../graphics/common/left_col_tile.jpg) repeat-y;
    }
#shell-tbl-ctr-col {
	background: url(../graphics/common/ctr_col_tile.jpg) repeat-y;
    }
#shell-tbl-right-col {
	background: url(../graphics/common/right_col_tile.jpg) repeat-y;
	}
	
	
/* Page Masthead */	

#masthead-container {
    width: 960px;
	height: 172px;
	position: relative;
	}
#logo-container {
    width: 623px;
	height: 139px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
#class-button-cont {
    width: 102px;
	height: 96px;
	position: absolute;
	top: 0px;
	left: 623px;
	}
#parties-button-cont {
    width: 106px;
	height: 96px;
	position: absolute;
	top: 0px;
	left: 725px;
	}	
#contact-button-cont {
    width: 95px;
	height: 96px;
	position: absolute;
	top: 0px;
	left: 831px;
	}
#top-rt-fill-cont {
    width: 34px;
	height: 96px;
	position: absolute;
	top: 0px;
	left: 926px;
	}
#addphone-cont {
    width: 337px;
	height: 76px;
	position: absolute;
	top: 96px;
	left: 623px;
	}	
    		
	
/* Main Navigation - TOP */	

#left-fill-cont {
	width: 15px;
	height: 33px;
	position: absolute;
	top: 139px;
	left: 0px;
	}
#home-button-cont {
	width: 72px;
	height: 33px;
	position: absolute;
	top: 139px;
	left: 15px;
	}
#whatsnew-button-cont {
	width: 117px;
	height: 33px;
	position: absolute;
	top: 139px;
	left: 87px;
	}
#promo-button-cont {
	width: 102px;
	height: 33px;
	position: absolute;
	top: 139px;
	left: 204px;
	}	
#about-button-cont {
	width: 104px;
	height: 33px;
	position: absolute;
	top: 139px;
	left: 306px;
	}
#mapdirec-button-cont {
	width: 144px;
	height: 33px;
	position: absolute;
	top: 139px;
	left: 410px;
	}
#rt-fill-cont {
	width: 69px;
	height: 33px;
	position: absolute;
	top: 139px;
	left: 554px;
	}

	
/* Page Left-Right Col and Content Container */

#ctr-cont-top {
	width: 960px;
	height: 19px;
	background: url(../graphics/common/content_top_bg.jpg) no-repeat;
    }
	
#left-col-contain {
    width: 194px;
	text-align: left;
	vertical-align: top;
	min-height: 600px;
	height:auto !important;  /* IE6 - IE7 Min Height Hack */
    height:600px;
	}
.left-col-links {
	padding: 0px 8px 10px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #336799;
    }
.left-col-links a:link {
    color: #336799;
	text-decoration: none;
    }
.left-col-links a:visited {
    color: #336799;
	text-decoration: none;
    }
.left-col-links a:hover {
	color: #FFF;
	text-decoration: underline;
    }
.left-col-info {
	padding: 0px 8px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #336799;
	line-height: 16px;
    }
.left-col-info a:link {
    color: #336799;
	text-decoration: none;
    }
.left-col-info a:visited {
    color: #336799;
	text-decoration: none;
    }
.left-col-info a:hover {
	color: #FFF;
	text-decoration: underline;
    }
	
/* Left Col Nav Buttons */

#products-menu {
	width: 170px;
	padding: 8px 12px; 
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
    }
#info-menu {
	width: 170px;
	padding: 8px 12px; 
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
    }	
div.left-nav-but a {
	width: 165px;
	height: 17px;
	padding: 3px 0px 0px 5px;
	margin: 2px 0;
	color: #000;
	display: block;
	text-decoration: none;
	background: url(../graphics/common/left-nav/but-bg-off.jpg) top left no-repeat;
    }
div.left-nav-but span {
	display: block;
    }
div.left-nav-but a:hover {
	background: url(../graphics/common/left-nav/but-bg-on.jpg) top left no-repeat;
	color: #FFF;
    }	
	
#ctr-col-contain {
    width: 584px;
	text-align: left;
	vertical-align: top;
	min-height: 600px;
	height:auto !important;  /* IE6 - IE7 Min Height Hack */
    height:600px;
	}
	
#rt-col-contain {
    width: 182px;
	text-align: left;
	vertical-align: top;
	min-height: 600px;
	height:auto !important;  /* IE6 - IE7 Min Height Hack */
    height:600px;
	}	
	
#ctr-cont-bot {
	width: 960px;
	height: 13px;
	background: url(../graphics/common/content_base_bg.jpg) no-repeat;
	margin-bottom: 20px;
    }
#rt-col-hours {
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding-left: 8px;
    }
	
#rt-col-classes {
	font-size: 10px;
	color: #000;
	font-weight: bold;
    }
#rt-col-classes a {
	color: #000;
	text-decoration: none;
    }
#rt-col-classes a:hover {
	color: #FFF;
	text-decoration: underline;
    }
.facebook-like-box {
	 margin: 20px 10px;
	 width: 160px;
	 height: 300px;
	 overflow: visible;
	 border: 0;
	 text-align: center;
	 clear: both;
}		

/* Product List Page Styles BEGIN */

#product-list-container {
	width: 558px;
	padding: 10px 13px 10px 13px;
    }
.product-list-tbl {
	width: 558px;
	border: 1px solid #BA50D4;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #330;
    }
.product-list-tbl td {
	vertical-align: top;
	width: 186px;
	border: #E4E4E4 1px solid;
    }
.product-list-tbl div {
	text-align: center;
	vertical-align: middle;
	}
.breadcrumbs {
	width: 538px;
	padding: 10px 0px 15px 20px;
    }
	
/* Inventory (list/details) Page - Search Sort Options Main Design Choice */

#sso-tbl {
	width: 558px;
	background-color: #CCC;
	border: #000 1px solid;
    }
#sso-tbl td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
    }
	
.item-count {
	font-weight: bold;
	font-size: 14px;
	width: 150px;
	float: left;
    }
.narrow-selection {
	float: left;
    }
.item-show {
	width: 150px;
	float: right;
    }	
.product-title {
	background:url(../graphics/blue-head-tile.jpg) repeat-x;
	width: 585px;
	height: 20px;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	color: #3CF;
    }
.product-title a:link {
    color: #3CF;
	text-decoration: none;
    }
.product-title a:visited {
    color: #3CC;
	text-decoration: none;
    }
.product-title a:hover {
	color: #FFF;
	text-decoration: underline;
    }	
.product-thumb-container {
	width: 100px;
    padding: 10px;
	text-align: center;
    }
.product-thumb-container-div {
	min-height: 80px;
	height:auto !important; /* IE6 - IE7 Min Height Hack */
    height:80px;
    }
.product-info-container {
	width: 590px;
    padding: 10px;
	text-align: left;
    }	
	
/* Product List Page Styles END */

/* Details Page Styles BEGIN */

#details-container {
	width: 558px;
	padding: 10px 13px 10px 13px;
    }
.details-tbl {
	width: 558px;
    }
.details-tbl td {
	vertical-align: top;
	text-align: left;
	border: #E4E4E4 1px solid;
    }
.details-title {
	width: 263px;
	height: 20px;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	color: #FFF;
	background: #700730;
    }
.details-image-container {
	width: 250px;
	min-height: 300px;
	height:auto !important;  /* IE6 - IE7 Min Height Hack */
    height:300px;
    margin: 10px;
	text-align: center;
    }	
.details-info-container {
	width: 265px;
    padding: 10px;
	text-align: left;
    }
.related-items-title {
	width: 230px;
	height: 20px;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	color: #FFF;
	background: #700730;
    }
#related-items-tbl	{
	width: 250px;
    }
#related-items-tbl td {
	padding: 3px 10px;
	font-size: 10px;
	border: 0px;
    }
	
/* Details Page Styles END */	

/* Home Page Feature Styles BEGIN */

#feature-container {
	width: 730px;
	padding: 10px 20px 10px 26px;
    }
.feature-tbl {
	width: 730px;
    }
.feature-tbl td {
	vertical-align: top;
	text-align: left;
	border: #E4E4E4 1px solid;
	padding: 5px;
    }
.feature-tbl-td-div {
	min-height: 150px;
	height:auto !important;  /* IE6 - IE7 Min Height Hack */
    height:150px;
    }
.feature-title {
	background:url(../graphics/blue-head-tile.jpg) repeat-x;
	width: 180px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	color: #3CF;
	text-align: center;
    }	
.feature-title a:link {
    color: #3CF;
	text-decoration: none;
    }
.feature-title a:visited {
    color: #3CC;
	text-decoration: none;
    }
.feature-title a:hover {
	color: #FFF;
	text-decoration: underline;
    }
.feature-thumb-container {
	padding: 8px 0px;
	text-align: center;
	height: 100px;
    }
.feature-link-container {
	text-align: center;
	font-size: 10px;
	height: 60px;
    }
.feature-link-container a:link {
	text-decoration: none;
    }	
.feature-link-container a:visited {
	text-decoration: none;
    }	
.feature-link-container a:hover {
	text-decoration: underline;
    }	
	
/* Home Page Feature Styles END */	
	
/* Page Footer */	

#footer-cont {
	width: 960px;
	padding: 15px 0px;
	background: url(../graphics/common/footer_tile.jpg) repeat-y;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
    }
#footer-cont a:link {
    color: #FFF;
	text-decoration: none;
    }
#footer-cont a:visited {
    color: #FFF;
	text-decoration: none;
    }
#footer-cont a:hover {
	color: #EF455F;
	text-decoration: underline;
    }
#copyright {
	color: #CCC;
	font-size: 10px;
    }
#copyright a:link {
    color: #CCC;
	text-decoration: none;
    }
#copyright a:visited {
    color: #CCC;
	text-decoration: none;
    }
#copyright a:hover {
	color: #EF455F;
	text-decoration: underline;
    }
	
#page-base {
	width: 960px;
	height: 5px;
	background: url(../graphics/common/pg_base.jpg) no-repeat;
    }
	
/* Form Styles */

/* Party Reservation Form Table */

.party-reservation-tbl {
	width: 530px
    }
.party-reservation-tbl td {
	padding: 3px;
    }

fieldset {
    border: 1px dotted #D60F60;
	padding: 0px 10px 10px 10px;
	width: 530px;
	}
legend {
    color: #000;
    background: #AFD6FF;
    border: 1px solid #000;
    padding: 2px 6px;
	font-weight: bold;
	font-style: italic;
	}
.form {
    font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	vertical-align: top;
	text-align: left;
	}
.form input {
    font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	}
.form select {
    font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	}
input.contact {
    background-color:#D60F60;
    font-family:Verdana;
    font-size:10px;
	font-weight: bold;
	color:#FFF;
	height: 20px;
	border: solid 1px #000;
    }	
input.submit {
    cursor:pointer;
   }
   
/* Links Page Bullets */

#linkslist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#linkslist li 
{
padding-left: 20px;
background-image: url(../graphics/misc/link-icon.png);
background-repeat: no-repeat;
background-position: 0 .5em;
}

   
/* Misc Styles */   
   
.ital {
    font-style: italic;
	}
.bold {
    font-weight: bold;
	}	
.red {
    color: #F00;
	}
.green {
	color: #0C0;
    }
.red-ital {
    color: #F00;
	font-style: italic;
	}
.bold-und {
    font-weight: bold;
	text-decoration: underline;
	}
.shipping-tbl {
    width:540px;
	border:#000 1px solid;
	}
.shipping-tbl td {
	border:#000 1px solid;
	padding:3px;
	}
	
/* LIGHTBOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

 /* Change Box BG Color and more here */
#outerImageContainer{ position: relative; background-color: #333; border:#DF0039 1px dotted; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }

/* Image Caption Styles Begin Here */
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #DF0039; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; border: #009 1px dotted; }

#imageData{	padding:0 10px; color: #FFF; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }