﻿body 
{
  background-color: white;
  color: #1b1b1b;
}
h1, h2, h3, h4, h5, h6 {}
p 
{
}
a 
{
  color: #36f;
}
a:hover 
{
}

/* Layout */
.Wrapper
{
}
.Container 
{
}
.Header
{
	background:#ccc url('GrayGradient.jpg') repeat-x bottom;
	border-top: solid 1px #333;
} 
.Header .Container
{
	background: url('HeaderCollage.jpg') no-repeat 300px -5px;
} 
.Header .Branding
{
}
.Header .Branding .ClientLogo
{
}
.Header .Branding h2
{
	color:#fff;
}
.Header .ShoppingCart
{
}
.Header .ShoppingCart p
{
}
.Header .Menu
{
}
.Header .Menu ul.AspNet-Menu ul  /* Tier 2 */
{ 
}
.Header .Menu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
}
.Header .Menu li /* all list items */
{
		background:transparent;
		color:White;
}
.Header .Menu li:hover, /* list items being hovered over */
.Header .Menu li.AspNet-Menu-Hover
{
    background: #000;
}
.Header .Menu a, /* all anchors and spans (nodes with no link) */
.Header .Menu span
{
    color: White;
}
.Header .Menu li.AspNet-Menu-Leaf a, /* leaves */
.Header .Menu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}
.Header .Menu li:hover a, /* hovered text */
.Header .Menu li:hover span,
.Header .Menu li.AspNet-Menu-Hover a,
.Header .Menu li.AspNet-Menu-Hover span,
.Header .Menu li:hover li:hover a,
.Header .Menu li:hover li:hover span,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.Header .Menu li:hover li:hover li:hover a,
.Header .Menu li:hover li:hover li:hover span,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: White;
}
.Header .Menu li:hover li a, /* the tier above this one is hovered */
.Header .Menu li:hover li span,
.Header .Menu li.AspNet-Menu-Hover li a,
.Header .Menu li.AspNet-Menu-Hover li span,
.Header .Menu li:hover li:hover li a,
.Header .Menu li:hover li:hover li span,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: #000;
}
.Header .Menu .AspNet-Menu-Selected /* this tier is selected */
{
	background: #000;
	color:#fff;
}
.Header .Menu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
}
.Header .Menu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
}
.Banner
{
	background: #000 url('Banquet.jpg') no-repeat top left;
	border:none;
}
.Banner .Container
{
	background-color:transparent;
}
.Banner .Slogan
{
	color:#fff;
}
.Banner .Slogan h2
{
	color:White;
}

/* SlideShow */

.Banner .SlideShow
{
}
.Banner .SlideShow h3
{
}	
.Banner .SlideShow .stripViewer .panelContainer .panel ul 
{
}
.Banner .SlideShow .slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
}
/* These 2 lines specify style applied while slider is loading */
.Banner .SlideShow .csw 
{
	background: #fff;
}
.Banner .SlideShow .csw .loading 
{
	overflow:hidden;
	height:465px;
}
.Banner .SlideShow .stripViewer { /* This is the viewing window */
	border: 2px solid #fff; /* this is the border. should have the same value for the links */
	background: #fff;
}
.Banner .SlideShow .stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
}
.Banner .SlideShow .stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
}
.Banner .SlideShow .stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
}
.Banner .SlideShow .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
}
.Banner .SlideShow .stripNav ul { /* The auto-generated set of links */
}
.Banner .SlideShow .stripNav ul li {
}
.Banner .SlideShow .stripNav a { /* The nav links */
	background: #ccc;
	color: #000;
}
.Banner .SlideShow .stripNav li.tab1 a { background: #ccc; }
.Banner .SlideShow .stripNav li.tab2 a { background: #ccc; }
.Banner .SlideShow .stripNav li.tab3 a { background: #ccc; }
.Banner .SlideShow .stripNav li.tab4 a { background: #ccc; }
.Banner .SlideShow .stripNav li.tab5 a { background: #ccc; }
.Banner .SlideShow .stripNav li.tab6 a { background: #ccc; }
.Banner .SlideShow .stripNav li a:hover {
	background:#ccc;
	color: #000;
}
.Banner .SlideShow .stripNav li a.current {
	background: #fff;
	color: #000;
}
.Banner .SlideShow .stripNavL,
.Banner .SlideShow .stripNavR { /* The left and right arrows */
}
.Banner .SlideShow .stripNavL a, 
.Banner .SlideShow .stripNavR a {
}
.Banner .SlideShow .stripNavL {
}
.Banner .SlideShow .stripNavR {
}
.Banner .SlideShow .stripNavL {
	background: url('ArrowLeft.gif') no-repeat center;
}
.Banner .SlideShow .stripNavR {
	background: url('ArrowRight.gif') no-repeat center;
}
.Showcase
{
	background: #ccc url('ShowcaseBackground.jpg') repeat-x top;
	border-bottom: solid 1px #999;
}
.Showcase .Container
{
	background: transparent;
}
.Content .Container
{
	background:transparent;
}
.Content .Welcome
{
}
.Content .Features
{
}
.Content .Welcome h4,
.Content .Features h4
{
	color:#666;
}
.Content .Features img
{
	border: solid 1px #ccc;
}
.Gallery,
.Checkout
{
	border-top: solid 1px #999;
}
.Gallery .Container
{
}
.Gallery .thickbox
{ 
    border: solid 1px #ccc;
}
.Footer
{
	color:#333;
	border-top: solid 1px #000;
	background:#666 url('GrayGradient.jpg') repeat-x top;
	
}