body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #D9D9D9; /* #F0F0E9 */
	background-image: url(../graphics/BGgrad_1360_01.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}

h1 {
	margin: 0px 0px 20px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 32px;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
	text-shadow: #333 -1px 1px 2px;
}

h2 {
	margin: 10px 0px 5px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

h4 {
	margin: 0px 0px 00px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

a {
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC66CC;
	text-decoration: none;
	vertical-align: top;
}

a:hover {
	color: #FF66FF;
}

p {
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	vertical-align: top;
}

b {
	color: #000;
}

ul {
	margin: 0px 0px 0px 10px:
}

li {
	margin: 0px 0px 10px 10px:
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	vertical-align: top;
}

/********** CONTAINER STYLES **********/

/***** TOP BAR *****/

#RDtopBar1, #RDtopContainer1 {
	height: 70px;
}

#RDtopBar1 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #990000;
	/* Mozilla: */
    background: -moz-linear-gradient(top, #330000, #660000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#330000), to(#660000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#330000', EndColorStr='#660000', GradientType=0);
	border-bottom: 4px solid #993333;
}

#RDtopContainer1 {
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 0px;
	width: 960px;
	text-align: center; 
	background: none;
}

#RDtopContainer1 h1 {
	margin: 0px 0px 0px 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, Verdana, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-shadow: #300 -3px 3px 3px;
}

/***** NAV BAR *****/

#RDnavBar1, #RDnavContainer1 {
	height: 242px;
}

#RDnavBar1 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #000;
	 /* Mozilla: */
    background: -moz-linear-gradient(top, #330000, #660000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#330000), to(#660000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#330000', EndColorStr='#660000', GradientType=0);
}

#RDnavContainer1 {
	z-index: 1000;
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px; 
	background-color: #330033;
	/* Mozilla: */
    background: -moz-linear-gradient(top, #330000, #660000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#330000), to(#660000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#330000', EndColorStr='#660000', GradientType=0);
	border-bottom: 4px solid #993333;
	border-radius: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle; 
}

/********** MAIN BLOCK **********/

#RDmainBlock1 {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 960px;
	background-color: #E0E0D9;
}

#RDmainContainer1 {
	height: auto;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	background-color: #F0F0E9;
}

.RDbannerCell1 {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 480px;
	height: 208px;
	text-align: left;
	background: #999999;
}

.RDgalleryCell1 {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 750px;
	height: 329px;
	text-align: left;
	background: #999999;
}

.RDgalleryCell2 {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 210px;
	height: 329px;
	background: #442211;
}

.RDgalleryCell2 p {
	margin: 10px;
	padding: 0px;
	font-size: 14px;
	line-height: 19px;
	color: #FFF;
}

.RDgalleryCell2 h1 {
	margin: 10px;
	padding: 0px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	text-shadow: #000 -1px 1px 1px;
}

.RDleftContainer1 {
	float: left;
	margin: 0px 0px 0px 20px;
	width: 580px;
	height: auto;
	background: none;
}

.RDleftContainer1 p {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.RDfeatureCell1 {
	clear: both;
	margin: 20px 0px 20px 0px;
	padding: 10px;
	width: 552px;
	height: auto;
	background: #AAF066;
	/* Mozilla: */
    background: -moz-linear-gradient(top, #99E055, #AAF066);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#99E055), to(#AAF066));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#99E055', EndColorStr='#AAF066', GradientType=0);
	border: 4px solid #C6F6A6;
	border-radius: 4px;	
}

.RDfeatureCell1 p {
	margin: 4px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #336633;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.RDfeatureCell1 h2 {
	margin: 0px 0px 6px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	color: #336633;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-shadow: #FFF -1px 1px 1px;
}

/********** RIGHT BLOCK **********/

.RDrightContainer1 {
	float: right;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 300px;
	height: auto;
	background: none;
	border: none;
}

.RDrightCell1, .RDrightCell2 {
	margin: 0px 0px 5px 0px;
	padding: 10px;
	width: 272px;
	height: auto;
	border-radius: 4px;
}

.RDrightCell1 {
	background: #FF0000;
	/* Mozilla: */
    background: -moz-linear-gradient(top, #FF0033, #CC0000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#FF0033), to(#CC0000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FF0033', EndColorStr='#CC0000', GradientType=0);
	border: 4px solid #FF99B6;
}

.RDrightCell2 {
	background: #CC3300;
	/* Mozilla: */
    background: -moz-linear-gradient(top, #CC0066, #990033);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#CC0066), to(#990033));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#CC0066', EndColorStr='#990033', GradientType=0);
	border: 4px solid #FF3399;
}

.RDrightCell1 p, .RDrightCell2 p  {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.RDrightCell1 h1, .RDrightCell2 h1 {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 34px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

.RDrightCell1 h2, .RDrightCell2 h2 {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

.RDrightCell1 h3, .RDrightCell2 h3 {
	margin: 0px 0px 2px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: Bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

/********** END RIGHT BLOCK **************************************************/

/***********BOTTOM BAR **************************************************/

#RDbotBar1, #botContainer1 {
	height: 250px;
}

#RDbotBar1 {
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #E9E9E9;
	background: #990000;
	/* Mozilla: */
    background: -moz-linear-gradient(top, #330000, #660000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#330000), to(#660000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#330000', EndColorStr='#660000', GradientType=0);
	border-top: 4px solid #993333;
}

#RDbotContainer1 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;	
	background: none;
}

.RDbotLeftCell, .RDbotMidCell, .RDbotRightCell {
	margin: 15px 0px 15px 0px;
	width: 316px;
	height: 155px;
	background: none;
}

.RDbotLeftCell, .RDbotMidCell  {
	float: left;
	border-right: 1px dotted #966;
}

.RDbotRightCell {
	float: right;
	border: none;
}

.RDbotLeftCell p, .RDbotMidCell p, .RDbotRightCell p {
	margin: 0px 10px 5px 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #F0F0F0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-shadow: #000 -1px 1px 1px;
}

.RDbotLeftCell p {
	margin: 0px 12px 5px 0px;
}

.RDbotMidCell p {
 	margin: 0px 12px 5px 12px;
}

.RDbotRightCell p {
	margin: 0px 0px 5px 12px;
}

.RDbotLeftCell h1, .RDbotMidCell h1, .RDbotRightCell h1 {
	margin: 0px 10px 5px 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: #F0F0F0;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-shadow: #000 -1px 1px 1px;
}

.RDbotLeftCell h1 {
	margin: 0px 12px 5px 0px;
}

.RDbotMidCell h1 {
	margin: 0px 12px 5px 12px;
}

.RDbotRightCell h1 {
	margin: 0px 0px 5px 12px;
}


.RDbottomCell {
	clear: both;
	margin: 10px 0px 0px 0px;
	width: 950px;
	height: auto;
	background: none;
	border-top: 1px dotted #966;
}

.RDbottomCell p {
	margin: 15px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #CCCCCC;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

/******************** FOOD MENU ELEMENTS ********************/

.RDmenuContainer {
	width: 920px;
	height: auto;
	padding: 10px 0px 15px 0px;
	background: #FFF;
	border-top: 1px solid #999;
	border-left: 1px solid #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	border-right: 1px solid #999;
	-moz-box-shadow: -1px 1px 4px rgba(128,128,128,1) inset;
	-webkit-box-shadow: -1px 1px 4px rgba(128,128,128,1) inset;
	box-shadow: -1px 1px 4px rgba(128,128,128,1) inset;
}

.RDitemContainer1 {
	clear: both;
	margin: 8px 0px 0px 25px;
	width: 870px;
	height: auto;
	border-bottom: 1px dotted #663300;
}

.RDitemNameCell1 {
	float: left;
	width: 770px;
	height: auto;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #663300;
	text-align: left;
}

.RDitemPriceCell1 {
	float: left;
	width: 100px;
	height: auto;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #663300;
	text-align: right;
}

.RDitemDescCell1 {
	clear: both;
	width: 870px;
	height: auto;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}

.RDmenuContainerL, .RDmenuContainerR {
	width: 450px;
	height: auto;
	padding: 10px 0px 15px 0px;
	background: #FFF;
	border: 1px solid #CCC;
	-moz-box-shadow: -1px 1px 4px rgba(128,128,128,1);
	-webkit-box-shadow: -1px 1px 4px rgba(128,128,128,1);
	box-shadow: -1px 1px 4px rgba(128,128,128,1);
}

.RDmenuContainerL {
	float: left;
}

.RDmenuContainerR {
	float: right;
}

.RDmenuTitle1 {
 	margin: 0px 15px 8px 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 34px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
	border-bottom: 1px dotted #663300;
}

.RDitemContainer2 {
	clear: both;
	margin: 8px 0px 0px 15px;
	width: 425px;
	height: auto;
	border-bottom: 1px dotted #663300;
}

.RDitemNameCell2 {
	float: left;
	width: 325px;
	height: auto;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #663300;
	text-align: left;
}

.RDitemPriceCell2 {
	float: left;
	width: 100px;
	height: auto;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #663300;
	text-align: right;
}

.RDitemDescCell2 {
	clear: both;
	width: 425px;
	height: auto;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}

#RDmapCell1 {
	clear: both;
	margin: 20px 0px 10px 0px;
	width: 582px;
	height: 582px;
	border: 4px solid #FFF;
	-moz-box-shadow: -1px 1px 4px rgba(128,128,128,1);
	-webkit-box-shadow: -1px 1px 4px rgba(128,128,128,1);
	box-shadow: -1px 1px 4px rgba(128,128,128,1);
}

.RDmapRightCell1, .RDmapRightCell2 {
	margin: 0px 0px 5px 20px;
	padding: 10px;
	width: 252px;
	height: auto;
	border-radius: 4px;
}

.RDmapRightCell1 p, .RDmapRightCell2 p  {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	color: #333;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.RDmapRightCell1 h1, .RDmapRightCell2 h1 {
	margin: 0px 0px 10px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #660000;
	text-decoration: none;
	text-shadow: none;
}


/******************** UTILITY ELEMENTS ********************/

.clearSpanCell0, .clearSpanCell1, .clearSpanCell10, .clearSpanCell15, .clearSpanCell20, .clearSpanCell30, .clearSpanCell50, .clearSpanCell100 {
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px; 
	border: none;
}

.clearSpanCell0 {height: 0px;}
.clearSpanCell1 {height: 1px;}
.clearSpanCell10 {height: 10px;}
.clearSpanCell15 {height: 15px;}
.clearSpanCell20 {height: 20px;}
.clearSpanCell30 {height: 30px;}
.clearSpanCell50 {height: 50px;}
.clearSpanCell100 {height: 100px;}

.topWhiteSpacer, .bottomWhiteSpacer {	
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px; 
	border: none;
	background: #FFF;
}

.topWhiteSpacer {height: 15px;}
.bottomWhiteSpacer {height: 25px;}


.vSpace01, .vSpace02, .vSpace05, .vSpace10, .vSpace20, .vSpace30 {
	width: auto; 
	margin: 0px; 
	padding: 0px;
}

.vSpace01 {height: 1px;}
.vSpace02 {height: 2px;}
.vSpace05 {height: 5px;}
.vSpace10 {height: 10px;}
.vSpace20 {height: 20px;}
.vSpace30 {height: 30px;}


/***** CODE CHUNKS *****/

.graduatedBG {
	/* Mozilla: */
    background: -moz-linear-gradient(top, #191919, #333333);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#333333));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#191919', EndColorStr='#333333', GradientType=0);
}

.roundedCorners {
}


	
	

