/*
***************************************************************** 
Main Body
*****************************************************************
*/
body {
	margin:0px;
	padding:0px;
	background-color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	}

h1
{
	text-align: center;
	font-family: verdana;
	color: 'black';
	font-size: 10pt;
	margin-top: 10px; 
}

h2
{
	text-align: center;
	font-family: verdana;
	font-size: 12pt;
	color: 'red';
	margin-top: 12px; 
}

h3
{
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0;	
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: top;
	color: 'red';
	margin-top: 12px; 
}

h4
{
	text-align: left;
	font-family: verdana;
	color: 'gray';
	font-size: 10pt;
	margin-top: 20px; 
	margin-bottom: 5px;
}


p
{
	text-align: left; 
	color: #111111;
	font-family: arial;
	font-size: 10pt; 
}


form
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.button-submit
{
	color: white;
	background-color: #aa88cc;
	font-size: 8pt;
	height: 18px;
	border: 1px solid black;
	padding: 0px;
	margin: 5px;
	margin-left: 10px;
	
}

.error-red
{
	font-size: 8pt;
	color: red;
	font-weight: bold;
}

.input-error
{
	font-size: 8pt;
	color: red;
	font-weight: bold;
	text-align: center;	
	margin: 10px;
}

.input-error-block
{
	font-size: 10pt;
	color: white;
	background: red;
	float: left;
	font-weight: bold;
	text-align: center;	
	padding-top: 10px;
	padding-bottom: 10px;	
	width: 100%;
	margin: 10px;
}

/*
***************************************************************** 
Main Section Definitions.  These are used on all web pages.
*****************************************************************
*/


#header
{
}

.clr 
{
	clear: both;
}

#contentwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

#content
	{
	width:928px;
	height: auto;
	padding:0px;
	padding-bottom: 10px;
	background-color: #FFF;	
	float:left;
	}
#content2 
{
	height: auto;
	background-color: #FFF;
}

#center-page 
{
	position: relative;
}

#menu
{
	padding-top: 4px;	
	padding-bottom: 1px;
	text-align: center;
	font-family: arial;
}

#menu a:link
{
	text-decoration: none;
	color: blue;
	border-top: 2px solid black;
	border-left: 2px solid black;	
	border-right: 2px solid black;	
	border-bottom: 2px solid black;
	padding-left: 4px;
	padding-right: 4px;	
	font-weight: normal;
	font-size: 10pt;
}
#menu a:visited
{
	text-decoration: none;
	color: blue;
	border-top: 2px solid black;
	border-left: 2px solid black;	
	border-right: 2px solid black;	
	border-bottom: 2px solid black;
	padding-left: 4px;
	padding-right: 4px;	
	font-weight: normal;
	font-size: 10pt;
}
#menu a:active
{
	text-decoration: none;
	color: black;
	border-top: 2px solid black;
	border-left: 2px solid black;	
	border-right: 2px solid black;	
	border-bottom: 2px solid black;
	padding-left: 4px;
	padding-right: 4px;	
	font-weight: normal;
	font-size: 10pt;
}
#menu a:hover
{
	text-decoration: none;
	color: black;
	border-top: 2px solid black;
	border-left: 2px solid black;	
	border-right: 2px solid black;	
	border-bottom: 2px solid black;
	padding-left: 4px;
	padding-right: 4px;	
	font-weight: normal;
	font-size: 10pt;
}


#column-left
{
	width: 182px;
	height: auto;
	float: left;
	margin-left: 10px;
	padding-right: 5px; 
	background: white;
}


#column-right
{
	width: 182px;
	float: right;
	height: auto; 
	margin-right: 10px;
	padding-left: 5px;
	background: white;
}

#column-main
{
	padding-left: 5px;	
	padding-right: 5px; 
	background: white;
}


.left-side
{
	float: left;
	padding-left: 10px;
	font-size: 8pt;
	color: gray;
	text-align: left;
}

.right-side
{
	float: right;
	padding-right: 10px;
	font-size: 8pt;	
	color: gray;	
	text-align: right;
}


.ad-nobox
{
	vertical-align: top; 
	margin-top: 5px;
	
}

.ad-box
{
	border-left: 2px solid #337777;
	border-top: 2px solid #337777;
	border-right: 2px solid #337777;
	border-bottom: 2px solid #337777;			
	vertical-align: top; 
	margin-top: 5px;
	
}

.ad-box h1
{
	text-align: center;
	margin-top: 0;
	margin-bottom: 3px;
	background: #337777;
	font-size: 10pt;
	font-family: arial;
	color: white;
}

.ad-box p
{
	font-size: 8pt;
	font-family: arial;
	color: gray;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}


.login-box
{
	border-left: 2px solid #337777;
	border-top: 2px solid #337777;
	border-right: 2px solid #337777;
	border-bottom: 2px solid #337777;			
	vertical-align: top; 
	margin-top: 5px;
	width: 200px;
	text-align: left;
	font-size: 8pt;
	color: gray;
	
}

.login-box a
{
	text-decoration: none;
	font-size: 8pt;
	color: blue;
}

.login-box h1
{
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0px;
	background: #337777;
	font-size: 10pt;
	font-family: arial;
	color: white;
	float: left;
}

.login-box-text
{
	font-size: 8pt;
	color: gray;
	text-align: left;
	margin-left: 10px;	
}

.login-box-field
{
	font-size: 8pt;
	text-align: left;
	margin-left: 10px;	
	margin-top: 10px;
}

#restaurantlist 
{
	background-color: #fff;
	float: left;
}


.restaurant
{
	float: left;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 7px;
	border-bottom: thin solid black;
	
}

.restaurant-logo
{
	float: left;
	text-align: left;
	height: auto;
	padding-left: 0px;
	margin-left: 0px;
	width: 150px;
	height: 75px; 
	height: auto;
}
* html .restaurant-logo { width: 150px; }

.restaurant-info
{
	float: left;
	width: 130px;
	height: auto;
	height: 75px; 
}

.restaurant-info h1
{
	font-size: 12pt;
	color: blue;
	text-align: left;
	font-family: arial;
	margin-bottom: 1px;
	margin-top: 1px;

}

.restaurant-info p
{
	margin-top: 1px;
	padding-top: 1px;
	text-align: left;	
	font-size: 8pt;
	color: gray;
	font-family: arial;
}


.restaurant-notes
{
	float: left;
	width: 350px;
	font-size: 10pt;
	color: gray;
	font-family: arial;
	height: 75px; 
}
.restaurant-notes h1
{
	font-size: 10pt;
	color: black;
	text-align: center;
	font-family: arial;
	margin-bottom: 1px;
	margin-top: 1px;
}

.restaurant-notes p
{
	margin-top: 1px;
	padding-top: 1px;
	text-align: left;	
	font-size: 8pt;
	color: gray;
	font-family: arial;
}


.restaurant-hours
{
	float: left;
	width: 150px;
	height: 75px; 
}

.restaurant-hours h1
{
	font-size: 10pt;
	color: black;
	text-align: center;
	font-family: arial;
	margin-bottom: 1px;
	margin-top: 1px;
}

.restaurant-hours p
{
	margin-top: 1px;
	padding-top: 1px;
	text-align: left;	
	font-size: 8pt;
	color: gray;
	font-family: arial;
}

.restaurant-buttons
{
	float: right;
	font-size: 10pt;
	color: gray;
	font-family: arial;
	width: 100px;
	height: 75px; 
}

.restaurant a
{
	float: right;
	font-size: 8pt;
	color: blue;
	text-decoration: none;
	font-family: arial;
}

.restaurant-section
{
	float: left;
	width: 924px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: thin solid black;
	font-size: 12pt;
	background: #e1e1e1;
	border-top: 1px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;			
}
* html .restaurant-section { width:900px; }

.restaurant-section h1
{
	margin-top: 1px;
	padding-top: 1px;
	font-size: 12pt;
	color: black;
	text-align: center;	
	margin-bottom: 1px;
	margin-top: 1px;
}

.restaurant-section p
{
	margin-top: 1px;
	padding-top: 1px;
	font-size: 10pt;
	color: black;
	text-align: center;
}

.restaurant-filter
{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 9px;
	margin-right: 10px;
	border-left: 2px solid red;
	border-right: 2px solid red;	
	border-top: 2px solid red;	
	border-bottom: 2px solid red;			
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	width: 900px;
	font-size: 10pt;
	font-family: arial;
	color: black;
	height: 25px;
	background: #ffe3e3;
	

}

.dropdown
{
	font-size: 8pt;
	width: 140px;
	background: white;
	border-color: black;
}

.formclass
{
	height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;			
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;			
}

.blue-link
{
	border-left: none;
	text-decoration: none;
	font-size: 8pt;
	font-family: arial;
	color: blue;
}

#orderpage-leftside
{
	float: left;
	width: 188px;
	height: auto;
	padding-left: 10px;
	text-align: left;
	border-right: 2px solid black;
	background-color: #fff;
}
* html #orderpage-leftside { width: 200px; }

#orderpage-menu
{
	float: left;
	text-align: left;
	width: 528px;
	height: auto;
		background-color: #fff;
}

#orderpage-menu a:visited
{
	text-decoration: none;
}

#orderpage-menu a:active
{
	text-decoration: none;
}

#orderpage-shoppingcart
{
	float: right;
	width: 183px;
	text-align: left;
	height: auto;
	border-left: 2px solid black;
	padding-left: 5px;
	padding-right: 10px;
		background-color: #fff;
}
* html #orderpage-shoppingcart {width: 200px; }

.orderpage-menu-group
{
	float: left;
	width: 100%;
	margin-top: 0px;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;	
	background: #e1e1ff;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
}


.orderpage-menu-group h1
{
	font-size: 10pt;
	text-align: center;	
	margin-top: 2px;	
	margin-bottom: 2px;
}

.orderpage-menu-group p
{
	margin-top: 1px;
	font-size: 8pt;
	text-align: center;
}

.orderpage-menu-item
{
	float: left;
	width: 225px;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
* html .orderpage-menu-item { width: 265px; }

.orderpage-menu-item p
{
	font-family: arial;
}

.orderpage-menu-item-price
{
	float: right;
	padding-top: 3px;	
	margin-top: 0px;
	margin-bottom: 0px;		
	text-align: right;
	width: 50px;
	margin-right: 5px;	
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.orderpage-menu-item-name
{
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;	
	padding-top: 3px;
	font-size: 10pt;
	font-weight: bold;
	color: blue;
}

.orderpage-menu-item-name a
{
	text-decoration: none;
	color: blue;
}

.orderpage-menu-item-name a:hover
{
	color: red;
}

.orderpage-menu-item-detail
{
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 8pt;
	font-weight: normal;
	color: gray;
}


.orderpage-menu-title
{
	float: left;
	width: 500px;
	margin-top: 5px;
}

.orderpage-menu-title a
{
	color: blue;
}

.orderpage-menu-title-logo
{
	float: left;
	width: 200px;
	padding-left: 10px;
}

.orderpage-menu-title-name
{
	float: right;
	padding-right: 10px;
}

.orderpage-menu-title-name h1
{
	font-size: 10pt;
	margin-top: 2px;
	margin-bottom: 2px;
	color: black;
}

.orderpage-menu-title-name p
{
	font-size: 8pt;
	margin-top: 2px;
	margin-bottom: 2px;
	color: gray;
	text-align: center;
}

#navigation a
{
color: blue;
background: url(images/tab.gif) left top no-repeat ;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 0px;
padding-bottom: 0px;
text-decoration: none;
padding-left: 10px
}

#navigation a span
{
padding-right: 10px
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
color: red;
padding-left: 10px
}

#navigation a:hover span
{
background: white;
padding-right: 10px
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navigation li
{
list-style: none;
float: left;
margin: 0;
} 

.cart-lineitem
{
	padding-top: 2px;
	width: 75%;
	font-size: 8pt;
	font-weight: normal;
	font-family: arial;
	color: black;
	float: left;
	text-align: left;
}

.cart-restaurant
{
	padding-top: 10px;
	width: 100%;
	font-size: 8pt;
	font-weight: normal;
	font-family: arial;
	color: red;
	float: left;
	text-align: center;
	border-bottom: 1px solid gray;
}

.cart-totalitem
{
	width: 75%;
	font-size: 8pt;
	font-weight: normal;
	font-family: arial;
	color: black;
	float: left;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
}

.cart-price
{
	float: right;
	width: 20%;
	text-align: right;
	font-family: arial;	
	font-size: 8pt;
	font-weight: normal;
	color: black;
	padding-top: 2px;
}

.cart-detail
{
	float: left;
	width: 100%;
	text-align: left;
	font-size: 8pt;
	font-family: arial;
	color: gray;	
	padding-left: 10px;
	padding-right: 20px;
	
}

.cart-header
{
	float: left;
	width: 60%;
	text-align: left;
	font-size: 10pt;
	font-family: verdana;
	font-weight: bold;
	color: blue;	
	padding-top: 8px;
}

.cart-checkout
{
	float: right;
	width: 30%;
	text-align: right;
	font-size: 8pt;
	font-family: arial;
	font-weight: bold;
	margin-top: 8px;	
	padding-top: 1px;
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;			
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;			
	background: #ff5c5c;
	height: 15px;
	color: blue;
}

.cart-subheader
{
	float: left;
	text-align: center;
	width: 100%;	
	font-size: 8pt;
	font-family: arial;
	color: black;	
}

.cart-center
{
	float: left;
	text-align: center;
	width: 100%;	
	font-size: 8pt;
	font-family: arial;
	color: gray;	
}

#timeline
{
	height: 85px;
	width: 928px;
	background: #eeeeee;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
}
* html #timeline { width: 918px; }

#timeline a:visited
{
	font-family: arial;
	font-size: 8pt;
	color: blue;
	text-decoration: none;
}

#timeline a:link
{
	font-family: arial;
	font-size: 8pt;
	color: blue;
	text-decoration: none;
}

#timeline a:active
{
	font-family: arial;
	font-size: 8pt;
	color: blue;
	text-decoration: none;
}

#timeline a:hover
{
	font-family: arial;
	font-size: 8pt;
	color: red;
	text-decoration: none;
}

.timeline-right
{
	float: right;
	text-align: right;
	margin-right: 8px;
	margin-top: 5px;
}

.timeline-element-off
{
	width: 125px;
	height: 50px;
	float: left;
	background: url(images/Timeline_Off.gif) left top no-repeat ;
}

.timeline-element-off h1
{
	font-size: 10px;
	font-family: arial;
	color: gray;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}

.timeline-element-off p
{
	font-size: 10px;
	font-family: arial;
	color-black;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;	
}

.timeline-element-on
{
	width: 125px;
	height: 50px;
	float: left;
	background: url(images/Timeline_On.gif) left top no-repeat ;
}

.timeline-element-on h1
{
	font-size: 10px;
	font-family: arial;
	color: gray;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}

.timeline-element-on p
{
	font-size: 10px;
	font-family: arial;
	color-black;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;	
}

.timeline-element-place
{
	width: 125px;
	height: 50px;
	float: left;
	background: url(images/Timeline_Place.gif) left top no-repeat ;
}

.timeline-element-place h1
{
	font-size: 10px;
	font-family: arial;
	color: gray;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}

.timeline-element-place p
{
	font-size: 10px;
	font-family: arial;
	color-black;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;	
}

#orderlists
{
	float: left;
	width: 700px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 100px #dddddd solid;
	border-right: 100px #dddddd solid;
	background-color: #fff;
}
* html #orderlists { width: 910px; }

#orderlists a
{
	color: blue;
	font-family: arial;
	font-size: 8pt;
}


#ordertype
{
	float: left;
	width: 748px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 75px white solid;
	border-right: 75px white solid;
	background-color: #fff;
}
* html #ordertype { width: 900px; }

#ordertype a
{
	text-decoration: none;
	color: blue;
	font-family: arial;
	font-size: 10pt;
	width: 100px;	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;			
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;		
	background: #ffaaaa;
		
}

#ordertype a:hover
{
	color: red;
}

.ordertype-button
{
	float: left;
	height: 75px;
	width: 150px;
	text-align: right;
	font-family: arial;	
	padding-right: 10px;
	margin-top: 10px;
	padding-top: 5px;
	
}

.ordertype-text
{
	width: 475px;
	height: 75px;	
	margin-top: 10px;
	padding-top: 5px;	
	float: left;
	font-size: 10pt;
	font-family: arial;	
	text-align: left;
	color: gray;
	
}

.ordertype-title
{
	width: 100%;
	text-align: left;
	font-size: 10pt;
	font-family: arial;	
	float: left;
	color: gray;
}

.ordertype-title h1
{
	font-size: 10pt;
	text-align: left;
	font-family: arial;
	color: black;
}

.orderdatetime
{
	text-align: left;
	margin-left: 75px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 10pt;
	color: black;
	font-family: arial;
	height: 400px;
}

.orderdatetime-dropdown
{
	width: 250px;
	font-size: 8pt;
}

.register
{
	font-size: 8pt;
	color: gray;
	margin: 5px;
	text-align: left;
}

.register td
{
	font-size: 8pt;
	color: gray;
	margin: 5px;
	text-align: left;	
}

.register-left
{
	width: 550px;
	float: left;
	padding: 0;
	margin: 0;
	padding-left: 15px;
}

.register select
{
	font-size: 8pt;
	color: gray;
	margin: 0;
	text-align: left;	
	width: 230px;
}

.register-button
{
	border: 1px solid black;
}

#register-screen
{
	width: 900px;	
	padding-right: 28px;		
	padding-top: 30px;
	float: left;
	background-color: #FFF;
}
* html #register-screen { width: 930px; }

.LeftPadding10
{
	padding-left: 10px;
}

.account-header
{
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 10pt;
	color: red;
	text-align: left;
	background-color: #fff;
}

.account-info
{
	border-bottom: 0;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 8pt;
	text-align: left;
	background-color: #fff;
}

.account-text
{
	color: gray;
	vertical-align: top;
	background-color: #fff;
}

.account-data
{
	color: black;
	font-weight: bold;
	vertical-align: top;	
	background-color: #fff;
}

.account-address
{
	font-size: 8pt;
	color: black;
	margin-right: 75px;
	text-align: left;
	height: 75px;
	background-color: #fff;
	float:left;
}

.account-address h1
{
	font-size: 10pt;
	color: black;
	font-weight: bold;
	margin: 0px;
	text-align: left;	
	background-color: #fff;
}

.account-contact-title
{
	font-size: 8pt;
	color: gray;
	text-align: left;
}

.account-contact-title-right
{
	font-size: 8pt;
	color: gray;
	text-align: right;
}

.account-contact-left
{
	font-size: 8pt;
	color: black;
	text-align: left;
}

.account-contact-right
{
	font-size: 8pt;
	color: black;
	text-align: right;
}
#accountfloat 
{
	float: left;
	background-color: #fff;
	width: auto;
	height: auto;
}
.account-contact-table
{
	width: 100%;
}

.tabledata
{
	font-size: 8pt;
	width: 100%;
	cellpadding: 0px;
	callspacing: 5px;
	color: black;
	background-color: #fff;
}

.invitation-lists
{
	width: 600px;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	font-size: 8pt;
	color: gray;
	text-align: left;
	background-color: #fff;
}

.invitation-lists p
{
	font-size: 8pt;
	color: gray;
	font-weight: bold;
	margin-left: 50px;
	margin-top: 3px;
	background-color: #fff;
}

.invitation-lists-title
{
	font-size: 10pt;
	color: black;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

.invitation-lists-title a
{
	border: 0;
	font-size: 8pt;
	color: blue;
}

.simple-link
{
	border: 0;
	font-size: 8pt;
	color: blue;
	font-weight: normal;
}

.group-section
{
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 10pt;
	color: black;
	text-align: left;
}

.group-section h1
{
	font-size: 10pt;
	color: black;
	text-align: left;
	font-family: arial;
	margin-bottom: 1px;
	margin-top: 1px;
	border-bottom: 1px solid black;
}

.group-section p
{
	font-size: 8pt;
	color: gray;
	text-align: left;
	font-family: arial;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: 20px;
}

#grouptype
{
	float: left;
	width: 700px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 100px #dddddd solid;
	border-right: 100px #dddddd solid;
	background-color: #fff;
}
* html #grouptype { width: 100%; }

#grouptype a
{
	color: blue;
	float: right;
}

#grouptype a:hover
{
	color: red;
}

#payment
{
	width: 700px;
	height: auto;
	float: left;
	border: 1px solid black;
	border-left: none;
	border-bottom: 0;
	background-color: #fff;
	padding-right: 27px;
}
* html #payment {width: 701px;}

.payment-table
{
	font-size: 8pt;
	width: 100%;
	cellpadding: 0px;
	callspacing: 5px;
	color: black;
}

.payment-data
{
	color: black;
	font-weight: bold;
	vertical-align: top;	
}

.payment-text
{
	color: gray;
	font-size: 8pt;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.payment-section
{
	width: auto;
	border-bottom: 1px solid #bbbbbb;
	margin: 10px;
	padding-bottom: 10px; 
}
* html .payment-section {width: 100%;}

.payment-header
{
	background: #dddddd;
	height: 30px;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid black;
}

.payment-end
{
	height: 30px;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.subheader
{
	font-size: 7pt;
	color: gray;
}

.subheader-left
{
	font-size: 7pt;
	color: gray;
	text-align: left;
}


#checkout
{
	width: 727px;
	float: left;
	border: 1px solid white;
	border-left: 0;
	height: auto;
	border-bottom: 0;
	background-color: #fff;
}
* html #checkout {width: 700px;}

.checkout-cart
{
	padding-left: 10px;
	padding-right: 10px;
	width: 410px;
	float: right;
}

.checkout-cart-center
{
	float: left;
	text-align: center;
	width: 100%;	
	font-size: 8pt;
	font-family: arial;
	padding-top: 5px;
	padding-bottom: 5px;
	color: gray;	
}

.checkout-header
{
	background: #dddddd;
	height: 30px;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid black;
}

.checkout-warning
{
	background: red;
	height: 30px;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid black;
}

.checkout-tip
{
	width: 200px;
	margin: 10px;
	font-size: 8pt;
	border: 1px solid #ff0000;
	padding: 0;
	padding-bottom: 10px;	
	float: left;
	color: gray;	
}

.checkout-tip h1
{
	margin: 0px;
	margin-bottom: 5px;	
	font-size: 9pt;
	padding: 2px;	
	background: #ee6666;
}

.checkout-coupon
{
	width: 200px;
	margin: 10px;
	font-size: 8pt;	
	border: 1px solid #00ff00;
	padding: 0;
	padding-bottom: 10px;
	float: left;
	color: gray;	
}

.checkout-coupon h1
{
	margin: 0;
	margin-bottom: 5px;
	font-size: 9pt;
	padding: 2px;		
	background: #66ee66;	
}

.checkout-instructions
{
	width: 200px;
	margin: 10px;
	font-size: 8pt;	
	border: 1px solid #0000ff;
	padding: 0;
	padding-bottom: 10px;
	float: left;
	color: gray;
}

.checkout-instructions h1
{
	margin: 0;
	margin-bottom: 5px;	
	font-size: 9pt;
	padding: 2px;		
	background: #9999dd;	
}


.checkout-totalitem
{
	width: 75%;
	font-size: 8pt;
	font-weight: normal;
	font-family: arial;
	color: gray;
	float: left;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
}

.checkout-price
{
	float: right;
	width: 20%;
	text-align: right;
	font-family: arial;	
	font-size: 8pt;
	font-weight: normal;
	color: gray;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	
}

.checkout-section
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.checkout-now
{
	padding-left: 10px;
	padding-right: 10px;
	background: #ff5555;
	color: blue;
	font-weight: normal;
	font-size: 10pt;
	float: left;
	text-decoration: none;
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
}

.checkout-button
{
	padding-left: 10px;
	padding-right: 10px;
	background: white;
	color: blue;
	font-weight: normal;
	font-size: 10pt;
	float: left;
	text-decoration: none;
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
}

.input-button
{
	border: 1px gray solid;
	background: #dddddd;
	color: black;
	font-size: 8pt;
	text-decoration: none;
}

.input-button-red
{
	border: 1px gray solid;
	background: #ff5555;
	font-size: 12pt;
	color: black;
	font-size: 8pt;
	text-decoration: none;	
}

.input-box
{
	border: 1px gray solid;
	background: white;
	color: black;
	font-size: 8pt;
}

.blue-link
{
	text-decoration: none;
	color: blue;
	font-size: 10pt;
}


#tickler
{
	float: left;
	width: 175px;
	font-size: 8pt;
}

#tickler a
{
	color: blue;
	text-decoration: none;
}

#tickler a:hover
{
	color: red;
}

.tickler-image
{
	width: 100px;
	text-align: center;
}

.tickler-item
{
	color: blue;
	width: 72%;
	text-decoration: none;
	float: left;
}

.tickler-price
{
	color: blue;
	width: 20%;
	float: right;
	text-align: right;
	text-decoration: none;
}

.tickler-description
{
	color: gray
}

#tickler h1
{
	color: red;
	font-size: 10pt;
	text-align: left;
	margin-bottom: 0px;
}

#tickler h2
{
	color: black;
	font-size: 9pt;
	text-align: left;
	border-bottom: 1px solid gray;
	margin: 0;
	margin-bottom: 5px;
	margin-top: 10px;
}

.spotlight
{
	height: 225px;
	width: 210px;
	padding: 20px;
	font-size: 8pt;
	color: black;
	text-align: left;
	float: left;
	vertical-align: bottom;
}

.spotlight a
{
	text-decoration: none;
	color: blue;
}

.spotlight a:hover
{
	color: red;
}

.spotlight-image
{
	height: 125px;
	text-align: center;
	vertical-align: bottom;	
}

.spotlight-item
{
	color: blue;
	width: 68%;
	text-decoration: none;
	float: left;
}

.spotlight-price
{
	color: blue;
	width: 25%;
	float: right;
	text-align: right;
	text-decoration: none;
}

.spotlight-description
{
	color: gray
}

#spotlight-page
{
	height: 600px;
	padding: 10px;
}

.spotlight-header
{
	width: 100%;
	font-size: 12pt;
	color: black;
	font-weight: bold;
	padding: 10px;
	border: 1px solid black;
	background: #cccccc;
}

.spotlight-header-text
{
	float: left;
	color: #cc0000;
}

.spotlight-header a
{
	text-decoration: none;
	float: right;
	color: blue;
}

.spotlight-header a:hover
{
	color: red;
}

.item
{
	width: 748px;
	height: auto;
	font-size: 8pt;
	float: left;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 75px solid white;
	border-right: 75px solid white;
	background-color: #FFF;
}
* html .item { width: 900px; }

.item h1
{
	font-size: 12pt;
	text-align: center;
	text-weight: bold;
	padding: 0;
	margin-bottom: 0;
	color: black;
}

.item p
{
	padding-bottom: 10px;
	margin: 0;
	padding-top: 2px; 
	border-bottom: 1px solid gray;
	text-align: center;
	color: gray;
}

.item-section
{
	width: 60%;
	float: left;
	border-bottom: 1px solid gray;
	padding-top: 10px;
	padding-bottom: 10px;
}

.item-final
{
	width: 60%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}


.item-option-choice
{
	width: 45%;
	float: right;
}

.item-option-title
{
	float: left;
	width: 45%;
	color: gray;
	font-weight: bold;
	font-size: 7pt;
}

.item-option-title h1
{
	font-size: 8pt;
	margin: 0;
	padding: 0;
	color: black;
	text-align: left;
	font-family: arial;
	
}

.item-picture
{
	width: 30%;
	float: right;
	padding-top: 10px;
}

.item-picture img
{
	width: 200px;
}

.building
{
	height: 200px;
	width: 200px;
	float: left;
	padding: 10px;
}

.building img
{
	height: 125px;
}

.building h1
{
	padding: 0;
	margin: 0;
	color: black;
	font-size: 8pt;
}

.building p
{
	margin: 0;
	color: gray;
	font-size: 8pt;
	text-align: center;
}

.building a
{
	text-decoration: none;
	color: blue;
}

.building a:hover
{
	color: red;
}

.building-times
{
	height: 100%;
}

.building-times h1
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 12pt;
}

.building-times-info
{
	border-bottom: 1px solid black;
	color: gray;
	text-align: center;
	font-size: 8pt;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.fullsection
{
	width: 100%;
	float: left;
	padding: 10px;
}

.leftsection
{
	float: left;
	width: 40%;
}

.leftsectionboxed
{
	float: left;
	width: 40%;
	border: 1px solid black;
	padding: 10 px;
}

.info
{
	font-family: arial;
	font-size: 8pt;
	color: gray;
	margin: 5px;
	margin-bottom: 10px;
	padding: 0;
}

.info p
{
	font-size: 8pt;
	color: gray;
	margin: 5px;
	margin-bottom: 10px;
	padding: 0;
}

.info h1
{
	font-size: 10pt;
	color: black;
	margin: 0px;
	padding: 10px;
}

.info img
{
	width: 175px;
	float: left;
	margin-bottom: 5px;
}


.focuspage
{
	width: 730px;
	height: auto;
	font-size: 8pt;
	float: left;
	text-align: left;
	padding-left: 0;
	border-left: 100px solid #dddddd;
	border-right: 100px solid #dddddd;
	background-color: #fff;
}
* html .focuspage { width: 918px; }

.focuspagecenter
{
	width: 730px;
	height: auto;
	font-size: 8pt;
	float: left;
	text-align: center;
	padding-left: 0;
	border-left: 100px solid #dddddd;
	border-right: 100px solid #dddddd;
	background-color: #fff;
}
* html .focuspagecenter { width: 918px; }

.focuspagecenter p
{
	text-align: center;
}

.inside-section
{
	height: 100%;
	width: 100%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
}


.inside-section-info
{
	font-family: arial;
}

.inside-section-info p
{
	font-size: 8pt;
	color: gray;
	margin: 5px;
	margin-bottom: 10px;
	text-align: left;
	padding: 0;
}

.inside-section-info h1
{
	font-size: 10pt;
	color: black;
	margin: 0px;
	padding: 10px;
}

.inside-section-info img
{
	width: 175px;
	float: left;
	margin: 5px;
}

.inside-section table
{
	font-size: 8pt;
	cellpadding: 0px;
	callspacing: 5px;
	color: black;
}

.address
{
	width: 530;
	height: auto;
	margin: 0;
	border-left: 200px solid #dddddd;
	border-right: 200px solid #dddddd;	
	border-bottom: 200px solid #dddddd;		
}
* html .address { width: 100%; }

.address p
{
	margin: 10px;
	font-size: 8pt;
	color: black;
}

.address a
{
	font-size: 8pt;
	color: blue;
}

.address-entry
{
	width: 100%;
	border: 1px solid black;
	text-align: left;
}

.datafield
{
	font-size: 7pt;
	color: gray;
	float: left;
	margin-right: 10px;
	text-align: left;
}

.dataline
{
	margin: 10px;
	width: 100%;
	height: 30px;
	clear: both;
}

.datasection
{
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
	clear: both;
}

.datasection h2
{
	font-size: 10pt;
	color: gray;
	margin: 0;
	padding: 0;
}

.datasection h3
{
	font-size: 8pt;
	color: gray;
	margin: 0;	
	padding: 0;
}


.faq
{
	font-size: 8pt;
	float: left;
}

.faq h1
{
	font-size: 8pt;
	color: black;
	margin: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: left;
}

.faq p
{
	font-size: 8pt;
	color: gray;
	margin-top: 0;
	padding-left: 20px;
	padding-top: 5px;
	text-align: left;	

}

.prize
{
	float: left;
	text-align: left;
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: #fff;
	width: 907px;
	padding-left: 10px;
}

.prize-name
{
	width: 45%;
	font-size: 10pt;
	text-align: left;	
	color: black;
	float: left;
}

.prize-price
{
	width: 25%;
	font-size: 10pt;
	text-align: right;	
	color: black;
	float: right;
}

.prize-price a
{
	text-decoration: none;
	color: blue;
	font-size: 8pt;
}

.prize-price a:hover
{
	text-decoration: none;
	color: red;
	font-size: 8pt;
}


.prize-detail
{
	width: 60%;
	font-size: 8pt;
	color: gray;
	float: left;
	font-size: 8pt;
	color: gray;
	padding-top: 15px;
}

.prize-picture
{
	float: left;
	height: 100px;
}

.prize-header
{
	background: #dddddd;
	height: 30px;
	color: red;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 1px solid black;
	margin-top: 5px;
}

.hotel-area
{
	float: left;
	width: 924px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: thin solid black;
	font-size: 12pt;
	background: #e1e1e1;
	border-top: 3px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;			
}
* html .hotel-area { width:918px; }


.hotel
{
	height: 200px;
	width: 200px;
	float: left;
	margin: 10px;
	margin-top: 0px;
}

.hotel h1
{
	color: blue
	margin: 2px;
	padding: 0;
}

.hotel a
{
	font-size: 10pt;
	color: blue;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.hotel a:hover
{
	color: red;
}

.hotel p
{
	font-size: 8pt;
	margin: 0;
	padding: 0;
	color: gray;
	text-align: center;
}

#summary
{
	width: 530px;
	float: left;
	border-left: 200px solid #dddddd;
	border-right: 200px solid #dddddd;	
	height: auto;
	border-bottom: 0;
	background-color: #fff;
}
* html #summary {width: 100% }

#summary h2
{
	font-size: 8pt;
	font-wight: normal;
	font-style: italic;
	color: black;
}

.summary-cart
{
	padding-left: 10px;
	padding-right: 10px;
	width: 500px;
	float: left;
}

.summary-cart-center
{
	float: left;
	text-align: center;
	width: 100%;	
	font-size: 8pt;
	font-family: arial;
	padding-top: 5px;
	padding-bottom: 5px;
	color: gray;	
}

.summary-box
{
	width: 300px;
	margin: auto;
	border: 1px solid gray;
	padding: 0px;
}

.summary-box h1
{
	font-size: 10pt;
	color: black;
	text-align: center;
	margin: 0;
	padding: 5px;
}

.summary-box p
{
	font-size: 8pt;
	color: black;
	margin-top: 0;
	padding: 5px;
	text-align: center;
}

.summary-info
{
	font-family: arial;
	width: 50%;
	float: left;
}

.summary-info p
{
	font-size: 8pt;
	color: gray;
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.summary-info h1
{
	font-size: 10pt;
	text-align: left;
	color: black;
	margin: 0px;
	padding: 10px;
}

#summary a
{
	font-size: 8pt;
	color: blue;
}




.pharm
{
	font-size: 10pt;
	color: gray;
	text-align: left;
}

.pharm-left
{
	float: left;
}

.pharm-right
{
	float: right;
}

.pharm p
{
	font-size: 10pt;
	color: gray;
}

.giftcert
{
	float: left;
	width: 100%;
	background: #dddddd;
	border-left: 1px solid black;
	border-right: 1px solid black;	
}

.giftcert-section
{
	background: white;
	width: 600px;
	border: 1px solid black;
	margin-top: 15px;
	margin-bottom: 15px;	
	margin-left: auto;
	margin-right: auto;	
}

.giftcert a
{
	font-size: 8pt;
	color: blue;
}

/*
***************************************************************** 
PF8_OrderAddress.asp Styles
*****************************************************************
*/

#ordertype-address
{
	float: left;
	width: 748px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	border-left: 75px white solid;
	border-right: 75px white solid;
	background-color: #fff;
}
* html #ordertype-address { width: 900px; }


#ordertype-address p
{
	font-size: 8pt;
}


#ordertype-address a
{
	text-decoration: none;
	color: blue;
	font-family: arial;
	font-size: 10pt;
	width: 100%;	
	border-top: 1px solid gray;
	text-align: left;
	
}

#ordertype-address a:hover
{
	color: red;
}

.ordertype-address-header
{
	width: 100%;
	float: left;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 10pt;
	color: red;
	text-align: left;
}


.ChooseAddress-Header
{
	float: left;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 10pt;
	color: red;
	text-align: left;
}

.ChooseAddress-Address
{
	float: left;
	font-size: 8pt;
	color: black;
	margin-right: 75px;
	text-align: left;
	height: 100px;
	width: 225px;
}

.ChooseAddress-Address h1
{
	font-size: 10pt;
	color: black;
	font-weight: bold;
	margin: 0px;
	text-align: left;	
	width: 100%;
}




.group
{
	font-family: arial;
	font-size: 8pt;
	color: gray;
	margin: 5px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}

.group p
{
	font-size: 8pt;
	color: gray;
	margin: 5px;
	margin-bottom: 10px;
	padding: 10px;
}

.group h1
{
	font-size: 10pt;
	color: black;
	margin: 0px;
	padding: 10px;
}

.group img
{
	float: left;
	margin-bottom: 5px;
	margin: 10px;
}

.medical-search
{
	clear: both;
	background: #dddddd;
	height: 30px;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border: 1px solid black;
	margin-bottom: 10px;
}


#ordertype-medical
{
	float: left;
	width: 748px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	border-left: 75px white solid;
	border-right: 75px white solid;
	background-color: #fff;
}
* html #ordertype-medical { width: 100%; }

.medical
{
	float: left;
	font-size: 8pt;
	color: black;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid black;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.medical a
{
	float: right;
	text-decoration: none;
	color: black;
	font-size: 10pt;
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	background: #dddddd;
}

.medical-facility
{
	width: 30%;
	float: left;
}


.medical-facility h1
{
	font-size: 8pt;
	color: black;
	font-weight: bold;
	margin: 0px;
	text-align: left;	
	width: 100%;
}

.medical-facility p
{
	float: left;
	font-size: 8pt;
	color: black;
	margin-right: 75px;
	text-align: left;
	width: 225px;
}


#invitation-list
{
	width: 727px;
	height: auto;
	float: left;
	border: 1px solid black;
	border-left: none;
	border-bottom: 0;
	background-color: #fff;
}
* html #invitation-list {width: 723px; background-color: #fff;}


.tab-on
{
	font-weight: bold;
	font-size: 10pt;
}

.tab-off
{
	font-weight: normal;
	font-size: 10pt;
}

.group-edit-table
{
	font-size: 8pt;
	font-weight: normal;
	color: black;
}

.group-edit-header
{
	font-weight: bold;
}

#group-edit
{
	float: left;
	width: 700px;
	height: 600px;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
	border-left: 100px #dddddd solid;
	border-right: 100px #dddddd solid;
}
* html #group-edit { width: 100%; }

#group-edit a
{
	color: blue;
}

#group-edit a:hover
{
	color: red;
}



















body {
	margin:0;
	padding:0;
	background-color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	}
	
/* ----------------- MAIN TEMPLATE STYLES ---------------------- */

/* Graphics */
#upperRidge{
	height:30px;
	width: 100%;
	padding:0px;
	margin-top:20px;
	margin-bottom:0px;
	position:relative;
	background-image:url(../imageShared/upperRidge.gif);
	background-repeat:repeat-x;
	}
#lowerRidge{
	height:30px;
	width: 100%;
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
	position:relative;
	background-image:url(../imageShared/lowerRidge.gif);
	background-repeat:repeat-x;
	}
#contactInfoTop{
	background-color:#9e1616;
	padding:0;
	width:918px;
	height:30px;
	text-align:center;
	position:relative;
	}
	
/* CONTAINERS & WRAPPERS */
/* stretch background color */
#mainHolder{
	width:100%;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	background-color:#9e1616;
	position:relative;
	text-align:center;
	}
/* wrap content to 935 */
#wrapper {
	width:auto;
}

#pwrapper
{
	width:918px;
	position:relative;
	padding:0px;
	background-color:;
	background-image:url(../imageShared/subContentBG.gif);
	background-repeat: repeat-x;	
	}
/* editable area of template */
#mainContent{
	width:918px;
	position:relative;
	overflow:hidden;
	top:0px;
	border:none;
	padding:0px;
	margin:0px;
	}

/* MAIN NAVIGATION ~ TOP LINKS */

#mainNavWrapper{
	width:918;
	background-color:#FFF;
	border-left:6px solid #FFF;
	border-right:6px solid #FFF;
	border-top:6px solid #FFF;
	border-bottom:6px solid #FFF;
	position:relative;
	padding:0px;
	margin-bottom:0px;
	}
#topLinks{
	height:25px;
	overflow:hidden;
	position:relative;
	background-image: url(../imageShared/navBGover.gif);
	background-repeat: no-repeat;
	/*FAKE PRELOADER - POSITION OVER GRAPHIC SO IT IS NOT VISIBLE*/
	background-position: -1000px -1000px;
	}
a.link01, a.link02, a.link03, a.link04, a.link05, a.link06, a.link07 {
	background-image:url(../imageShared/navBG.gif);
	position:relative;
	float:left;
	top:0px;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	border-right:1px solid #FFF;
	}
a.link01:hover, a.link02:hover, a.link03:hover, a.link04:hover, a.link05:hover, a.link06:hover, a.link07:hover {
	background-image:url(../imageShared/navBGover.gif);
	background-color:#9e1616;
	color:#FFF;
	}
a.link01:active, a.link02:active, a.link03:active, a.link04:active, a.link05:active, a.link06:active, a.link07:active {
	background-image:url(../imageShared/navBGactive.gif);
	background-color:#9e1616;
	color:#FFF;
	}
a.link01{width:123px;}
a.link02{width:125px;}
a.link03{width:130px;}
a.link04{width:159px;}
a.link05{width:176px;}
a.link06{width:127px;}
a.link07 {width:135px;}
	
/* END STYLES FOR MAIN NAVIGATION ~ TOP LINKS */

/* BEGIN STYLES FOR SUB NAVIGATION ~ BOTTOM LINKS */

#footerNavWrapper{
	width:916px;
	position:relative;
	background-image: url(../imageShared/lowBanner.gif);
	background-repeat: repeat-x;
	background-position: 0px -3px;
	vertical-align:top;
	background-color:#000;
	border-left:6px solid #FFF;
	border-right:6px solid #FFF;
	border-top:3px solid #FFF;
	border-bottom:6px solid #FFF;
	margin-top:0px;
	height: auto;
	margin-bottom:0px;
	padding:11px 0px 0px 0px;
	color:#FFF;
	margin-left: -12px;
	}
#footer-icons 
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#bottomLinks{
	position:relative;
	text-align:center;
	padding:10px 0px 10px 0px;
	margin:0px;
	}
a.bottomLinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #CCC;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	}
a.bottomLinks:hover{
	color: #9e1616;
	}
#footerLegal, #footerLegalWithImage{
	background-color:#9e1616;
	position:relative;
	margin:0px;
	padding-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	height:30px;
	width: 918px;
	}
#footerLegalHome{
	font-size: 9px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	height:30px;
	padding-top:20px;
	}
#footerLegal {padding-top:20px;}
#footerLegalWithImage {padding-top:8px;}
img.fallRestaurantShowcase{
	border:none;
	position:relative;
	float:right;
	}
#footerSpace{
	padding:15px 0px 0px 11px;
	float:left;
	position:relative;
	}
#footerSpace1, #footerSpace2 {padding-left:7px;}
a.footerLegal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bolder;
	color: #FFF;
	text-decoration: underline;
	}
a.footerLegal:hover{
	color: #000;
	}
	
/* END STYLES FOR LOWER NAVIGATION */

/* MENU NAVIGATION ~ MAP LINKS */

#menuNavWrapper{
	width:918px;
	border-left:6px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
	border-top:none;
	border-bottom:6px solid #FFFFFF;
	position:relative;
	padding:0px;
	margin-bottom:0px;
	}
#msnL01, #msnL02, #msnL03, #msnL04, #msnL05, #msnL06, #msnSelected{
	float:left;
	width:305px;
	padding:5px 0px 5px 0px;
	border-right:2px solid #FFFFFF;
	}
#msnSelected{
	background-color:#9e1616;
	margin-bottom:3px;
	}
#msnL01, #msnL02, #msnL03{
	margin-bottom:3px;
	background-color:#000000;
	}
#msnL04, #msnL05, #msnL06{
	margin-bottom:10px;
	background-color:#cecece;
	}
a.menuSubNav, a.menuSubNav:visited, a.menuSubNav2, a.menuSubNav2:visited{
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	}
a.menuSubNav, a.menuSubNav:visited{
	color:#FFFFFF;
	}
a.menuSubNav:hover{
	color:#FFC423;
	}
a.menuSubNav2, a.menuSubNav2:visited{
	color:#000000;
	}
a.menuSubNav2:hover{
	color:#9e1616;
	}
#menuLinks{
	height:21px;
	overflow:hidden;
	position:relative;
	background-image: url(../imageShared/navBG.gif);
	background-repeat: no-repeat;
	/*FAKE PRELOADER - POSITION OVER GRAPHIC SO IT IS NOT VISIBLE*/
	background-position: -1000px -1000px;
	}
div.menuDisclaimer{
	background-image:url(../imageShared/navBG.gif);
	position:relative;
	width:725px;
	padding:6px 6px 6px 6px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #fff;
	text-decoration: none;
	border-top:12px solid #FFF;
	border-left:6px solid #FFF;
	border-right:6px solid #FFF;
	border-bottom: none;
	}
a.areaAll, a.areaOne, a.areaTwo, a.areaThree, a.areaFour, a.areaFive {
	background-image:url(../imageShared/navBGover.gif);
	position:relative;
	float:left;
	top:0px;
	padding:4px 6px 4px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #fff;
	text-decoration: none;
	border-right:1px solid #FFF;
	}
a.areaAll:hover, a.areaOne:hover, a.areaTwo:hover, a.areaThree:hover, a.areaFour:hover, a.areaFive:hover {
	background-image:url(../imageShared/navBGactive.gif);
	background-color:#000;
	color:#FFF;
	}
a.areaAll:active, a.areaOne:active, a.areaTwo:active, a.areaThree:active, a.areaFour:active, a.areaFive:active {
	background-image:url(../imageShared/navBGactive.gif);
	background-color:#000;
	color:#FFF;
	}
a.areaAll{width:95px;}
a.areaOne{width:90px;}
a.areaTwo{width:120px;}
a.areaThree{width:135px;}
a.areaFour{width:120px;}
a.areaFive{width:100px;}
	
/* END STYLES FOR MENU NAVIGATION ~ MAP LINKS */

/* ----------------- END MAIN TEMPLATE STYLES ---------------------- */

/* ----------------- BEGIN INDIVIDUAL PAGE STYLES ------------------ */

/* HOME PAGE GATEWAY STYLES */
#homeGatewayTop{background-color:#9e1616; padding:0px; width:918px; height:30px; text-align:center; position:relative; border-bottom:6px #ffffff solid; color:#ffffff; font-weight:bold; text-transform:uppercase; letter-spacing:.025em;}
div.homeGatewayWrapper {overflow:hidden; width:750px; padding:0px; margin:0px;}
#homeGatewayOne, #homeGatewayTwo {float:left; width:370px; height:320px; position:relative; overflow:hidden; background-color:#4d4d4d; padding:0px 0px 10px 0px; margin:0px;}
#homeGatewayOne {border-left: 3px #ffffff solid;}
#homeGatewayTwo {border-left: 3px #ffffff solid; border-right: 3px #ffffff solid;}
#homeGatewayOne:hover, #homeGatewayTwo:hover {background-color:#9e1616;}
img.homePageImg {border-bottom:3px #ffffff solid; border-right:none; border-left:none; border-top:none; margin-bottom:10px;}
a.navHomePage {color:#ffffff; text-decoration:none; font-weight:bold; overflow:hidden;}
a.navHomePage:hover {background-image:url(../imageShared/homeGatewayOver.gif);}
a.navHomePage:visited {color:#ffffff;}
span.cityName {font-size:13px; letter-spacing:.55em; line-height:2em;}
a.quickJump {color:#ffffff; text-decoration:none; font-weight:bold; font-size:12px; letter-spacing:.25em; padding:0px 15px 0px 15px;}
a.quickJump:hover {color:#000000;}
#bannerHomeGateway{
	width:544px; height:75px;
	background-image:url(../imageShared/bannerOrderNow.jpg);
	background-position: -20px 0px;
	background-repeat:no-repeat;
	background-color:#4d4d4d;
	border-right:6px solid #FFF;
	border-top:none;
	border-bottom:6px solid #FFF;
	text-align:right;
	position:relative;
	float:right;
	margin:0;
	padding:0;
	top:0;
	left:0;
	}

/* BROWSE MENUS STYLES and EVENTS PAGE STYLES */
div.nextRestaurant, div.nextEvent {position:relative; width:725px; border-bottom:#000000 solid 1px; margin: 0px 0px 10px 0px; padding:0px 0px 5px 0px;}
.walkthrough{text-align:left; position:relative; width:680px; border-bottom:#000000 solid 1px; margin: 0px 0px 25px 0px; padding:0px 0px 25px 10px; font-size:13px;}
div.nextRestaurant {height:60px;}
div.nextEvent {height: 70px;}
.copyEvent {font-size:12px; vertical-align:top;}
div.menuLogo, div.eventLogo {top:5px; left:0px; width:120px; position:absolute;}
div.menuName, div.eventName{top:15px; left:125px; width:400px; text-align:center; position:absolute; font-weight:bold; font-size:14px;}
div.eventName {color: #003399; font-size:16px; line-height:1.5em;}
.eventDescrip{font-weight:bold; font-size:13px; color:#000000; padding:0px 0px 10px 0px;}
span.notice{font-weight:normal; font-size:11px; color:#666666;}
img.clock {margin-top:5px;}
.copyWrap{width:475px;}
.infoImgHolder{position:absolute; width:200px; left:524px;}
img.infoThumb{padding-top:6px; float:right; clear:right; border:none;}
img.glass {border:0; margin-left:3px; position:relative; top: 15px;}
div.menuLaunch, div.eventLaunch {top:15px; left:535px; width: 180px; position:absolute;}
div.menuLaunch {text-align:left;}
a.launchPDF{text-decoration:none; font-weight:bold; font-size:12px; color:#9e1616;}
a.launchPDF:hover {color:#000000;}
a.instructions {color: #003399;} a.instructions:hover {color: #0066FF;}
p.instructions {width:165px; float:right; position:relative; padding:6px 0px 0px 0px; margin:0px;}
div.eventBanner {background-color:#4d4d4d; color:#ffffff; padding:3px 0px 2px 0px; margin:0px 0px 10px 0px; font-size:14px; width:720px;}
div.eventWrapper {position:relative; width:740px;}
div.eventCopy {float:left; width:100%; position:relative; font-size:110%; text-align:left; padding:0px 0px 0px 10px;}
div.eventLeft {float:left; width:455px; position:relative; text-align:left; padding:0px 0px 0px 10px;}
div.eventRight {float:right; width:260px; position:relative; padding:12px 0px 0px 0px;}
div.eventSpan {text-align:left; padding: 0px 0px 0px 10px;}

/* BANNER STYLES */
#bannerContainer {
	width:918px;
	height:82px;
	background-color:#9e1616;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:6px solid #9e1616;
	position:relative;
	margin:0;
	padding:0;
	top:0;
	left:0;
	}

#logo {
	height:75px;
	width:188px;
	background-color:#4d4d4d;
	border-left:6px solid #FFF;
	border-right:6px solid #FFF;
	border-top:none;
	border-bottom:6px solid #FFF;
	text-align:center;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	top:0;
	left:0;
	}
#bannerAboutUs, #bannerBrowseMenus, #bannerCustomerService, #bannerDeliveryMap, #bannerGroupOrder, #bannerHow2Order, #bannerMainForm, #bannerOnlineOrder, #bannerOrderNow, #bannerPhoneOrder, #bannerPrivacyPolicy, #bannerSignUp, #bannerSpecials, #bannerTerms, #bannerWhatsNew{
	width:724px;
	height:75px;
	background-color:#4d4d4d;
	border-right:6px solid #FFF;
	border-top:none;
	border-bottom:6px solid #FFF;
	text-align:right;
	position:relative;
	float:right;
	margin:0;
	padding:0;
	top:0;
	left:0;
	}
#bannerAboutUs{background-image:url(../imageShared/bannerAbout.jpg); background-repeat: no-repeat;}
#bannerBrowseMenus{background-image:url(../imageShared/bannerBrowseMenus.jpg); background-repeat: no-repeat;}	
#bannerCustomerService{background-image:url(../imageShared/bannerService.jpg); background-repeat: no-repeat;}
#bannerGroupOrder{background-image:url(../imageShared/bannerGroup.jpg); background-repeat: no-repeat;}
#bannerHow2Order{background-image:url(../imageShared/bannerHow2order.jpg); background-repeat: no-repeat;}
#bannerMainForm{background-image:url(../imageShared/bannerMainForm.jpg); background-repeat: no-repeat;}
#bannerOnlineOrder{background-image:url(../imageShared/bannerOnlineOrder.jpg); background-repeat: no-repeat;}	
#bannerOrderNow{background-image:url(../imageShared/bannerOrderNow.jpg); background-repeat: no-repeat;}
#bannerPhoneOrder{background-image:url(../imageShared/bannerPhoneOrder.jpg); background-repeat: no-repeat;}
#bannerPrivacyPolicy{background-image:url(../imageShared/bannerPrivacy.jpg); background-repeat: no-repeat;}
#bannerSignUp{background-image:url(../imageShared/bannerSignUp.jpg); background-repeat: no-repeat;}
#bannerSpecials{background-image:url(../imageShared/bannerSpecials.jpg); background-repeat: no-repeat;}	
#bannerTerms{background-image:url(../imageShared/bannerTerms.jpg); background-repeat: no-repeat;}
#bannerWhatsNew{background-image:url(../imageShared/bannerWhatNew.jpg); background-repeat: no-repeat;}
#bannerDeliveryMap{background-image:url(../imageShared/bannerMap.jpg); background-repeat: no-repeat;}
	
#centerContent{
	width:537px;
	height:200px;
	border-right:6px solid #FFF;
	border-left:3px solid #FFF;
	border-bottom:6px solid #FFF;
	position:relative;
	float:right;
	overflow:hidden;
	text-align:left;
	margin:0px;
	padding:0px;
	top:0;
	}

/* SUB PAGE STYLES */
/* wrapper with borders */
#subWrapper{
	position:relative;
	background-color:#FFF;
	/*border-left:6px solid #FFF;
	border-right:6px solid #FFF;*/
	border-bottom:none;
	padding:0px;
	margin:0px;
	}	
#smallBanner{
	width:918px;
	height:75px;
	overflow:hidden;
	background-image:url(../imageShared/smallBanner.gif);
	background-color:#FFF;
	border-left:none;
	border-top:none;
	text-align:right;
	margin-bottom:0px;
	}
	
/* BANNER STYLES FOR FORM PAGES */
#smallBannerPlain{
	width:918px;
	height:65px;
	overflow:hidden;
	background-image:url(../imageShared/smallBanner.gif);
	background-color:#FFF;
	border-left:none;
	border-top:none;
	text-align:right;
	margin-bottom:0px;
	}
#subWrapperPlain{
	background-color:#FFF;
	border:none;
	padding:0px;
	margin:0px;
	}
	
/* CONTINUE SUB PAGE STYLES */
table.rewardTable {
	background-color: #ffffff;
	color:#000000;
	width: 530px;
	padding:1px 1px 1px 5px;
	margin-bottom:10px;
	font-weight:bold;
	}
#prize-list 
{
	background-color: #fff;
	float: left;
}
td.rewardHeader{
	color:#000000;
	text-align:center;
	padding-right:40px;
	}
td.rewardCell{
	text-align:center;
	width:50px;
	background-color:#4d4d4d;
	color:#fff;
	}
div.rewardDetail{
	width: 500px;
	border-bottom: 1px solid #000000;
	padding: 5px;
	margin-bottom: 3px;
	}
img.rewardBtn {
	position:relative; top:-10px; float:right; margin:0px 0px 30px 10px;
	}
td.rewardRestaurant {
	font-size:12px;
	font-weight:bold;
	width: 300px;
	vertical-align:top;
	padding:30px 0px 8px 10px;
	border-bottom: 1px solid #ccc;
	}
td.rewardPhoto {
	width:165px;
	vertical-align:top;
	}
img.rewardItem{float:right;}
td.rewardLogo {
	width:150px;
	vertical-align:top;
	text-align:center;
	padding:15px 0px 15px 10px;
	border-bottom: 1px solid #ccc;
	}
span.restrictions{
	color: #9e1616;
	font-weight: normal;
	font-size:9px;
	}
#sideBar{
	max-width:178px;
	width:178px;
	position:relative;
	top:0px;
	float:left;
	background-image:url(../imageShared/sideBarBG.gif);
	padding-top:25px;
	padding-bottom:18px;
	padding-left:10px;
	padding-right:5px;
	margin:0px;
	border-top:6px solid #FFF;
	border-right:7px solid #FFF;
	border-bottom:none;
	border-left:none;
	text-align:left;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height:16px;
	letter-spacing:normal;
	font-style: normal;
	color: #FFF;
	}
div.sideBarSeparator {
	background-image:url(../imageShared/sideBarSeparator.gif);
	height:20px;
	background-repeat:no-repeat;
	}
#sideBarGateway{
	width:185px;
	position:relative;
	top:0px;
	float:left;
	background-image:url(../imageShared/sideGateway.gif);
	padding-top:0px;
	padding-bottom:0px;
	padding-left:6px;
	padding-right:2px;
	margin:0px;
	border-top:6px solid #FFF;
	border-right:7px solid #FFF;
	border-bottom:none;
	border-left:none;
	text-align:left;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height:16px;
	letter-spacing:normal;
	text-align:justify;
	font-style: normal;
	color: #FFF;
	}
img.sideContactLink{
	height:230px;
	width:170px;
	margin-bottom:90px;
	}
img.sideOwnerLink{
	height:180px;
	width:170px;
	}
span.insetLink{
	padding-left:5px;
	}
a.sideLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #f5a70f;
	text-decoration: underline;
	line-height:22px;
	}
a.sideLink:hover{
	color:#FFF;
	}
a.subPage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #9e1616;
	text-decoration: underline;
	}
a.subPage:hover{
	color:#000;
	}
#subContent{
	width:710px;
	overflow: visible;
	position:relative;
	background-image:url(../imageShared/subContentBG.gif);
	background-position: 0px 0px;
	background-color: #FFF;
	background-repeat:no-repeat;
	float:left;
	top:0px;
	border-top:none;
	border-right:6px solid #FFF;
	border-bottom:none;
	border-left:none;
	padding-top:32px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:14px;
	margin:0px;
	text-align:left;
	}
	
/* SPECIALS PAGE */
#specials {
	position:relative;
	width: 700px;
	float:left;
	background-color:#FFF;
	margin-bottom:10px;
	border-bottom:1px solid #000;
	}
table.offer {
	width:530px;
	padding:0px;
	}
td.restaurantLogo{
	vertical-align:top;
	padding-right:5px;
	}
td.headline{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #9e1616;
	}
td.details{
	padding:5px 5px 5px 5px;
	width: 355px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 12px;
	}
td.couponPop{
	padding-top:5px;
	padding-bottom:15px;
	}
td.finePrint{
	padding:15px 10px 15px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 9px;
	}
a.launchCoupon{
	color:#9e1616;
	font-weight:bold;
	}
a.launchCoupon:hover{
	color:#ff8000;
	}
	
/* END SPECIALS STYLES */
	
/* START SIDE BAR STYLES */
h4.side {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	color: #9e1616;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	}
h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	color: #9e1616;
	padding:25px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	}
div.sideLink{
	margin:0px;
	padding:8px 10px 20px 6px;
	}
a.side {
	overflow:hidden;
	font-family: arial, helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 12px;
	line-height:16px;
	letter-spacing:normal;
	font-style: normal;
	color: #000;
	text-decoration:none;
	}
a.side:hover {
	color: #9e1616;
	}
	
/* END SIDE BAR STYLES */
	
span.audio{
	position:relative;
	float:right;
	margin-top:-10px;
	top:0;
	}
	
h2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFF;
	margin-right:50px;
	margin-top:28px;
	margin-bottom:0px;
	margin-left:0px;
	}
	
h4 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	color: #9e1616;
	padding:0px;
	margin-top:15px;
	margin-bottom:7px;
	margin-left:0px;
	clear:both;
	}

p.info {
	overflow:hidden;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height:16px;
	letter-spacing:normal;
	font-style: normal;
	color: #000;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:2px;
	margin-right:10px;
	}
	
h4.gateway {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	color: #9e1616;
	padding:2px 0px 20px 0px;
	margin:0px;
	}
	
p.infoList {
	overflow:hidden;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height:25px;
	letter-spacing:normal;
	font-style: normal;
	color: #000;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:2px;
	margin-right:10px;
	}
div.areaOne {
	color:#FFFFFF;
	background-color:#9e1616;
	padding: 3px;
	font-weight:bolder;
	}
div.zipList {
	padding-left:3px;
	padding-bottom: 12px;
	padding-top:10px;
	}
span.zipPad {
	padding-left:40px;
	}	
p.infoBottom {
	overflow:hidden;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height:18px;
	letter-spacing:normal;
	text-align:justify;
	font-style: normal;
	color: #000;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:7px;
	margin-right:10px;
	}
span.corpName {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	letter-spacing:normal;
	}
span.emphasize {
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	}
span.required {
	font-size: 8px;
	color:#9e1616;
	}
span.extraIndent {
	margin-left:15px;
	}
img.orderImages1 {
	top:0; position:relative; vertical-align:top; padding:0px; margin-top:20px; margin-left:0px; margin-right:3px;
	}
img.orderImages2 {
	top:0; position:relative; vertical-align:top; padding:0px; margin-top:20px; margin-left:0px; margin-right:3px;
	}
img.orderImages3 {
	top:0; position:relative; vertical-align:top; padding:0px; margin-top:20px; margin-left:0px;
	}