/*************************************************************************
 AUTHOR :	Jeff Reinhardt
**************************************************************************/

/*************************************************************************
// IMPORT Normalization and Global Styles
**************************************************************************/
@import "global.css";

/*************************************************************************
// HTML Customizations
**************************************************************************/
html {
	background:transparent;
}

body {
	font-family:arial,helvetica,clean,sans-serif, verdana;
	background:url(../_images/bg_body.gif) center 0 repeat-x #CC6600;
	margin:0;
	padding:0;
}

p {
	margin:13px 0 0px 0;
	line-height:1.75em;
}

h1 {
	color:#FFFF99;
	font-size:173%;
	margin:0;
	padding:0;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1.top {
	margin-left:40px;
}

h2 {
	color:#FFFF99;
	font-size:150%;
	margin:10px 0 0 0;
	padding:0;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	color:#FFFF99;
	font-size:120%;
	margin:0;
	padding:0;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

th, tr {
	vertical-align: top;
}
img{
	border-width:0;
}
hr{
	width:100%;
	height:1px;
}
a{
	color:#;
}
a:hover{
	color:#;
}

/*************************************************************************
  Grid Definitions
**************************************************************************/
#centering{
	position:relative;
	width:975px;
	height:auto;
	margin:0 auto;
	
}
#wrapper {	
	position:relative;
	width:975px;
	height:auto;
	float:left;
	background:url(../_images/bg_maincontent_repeater.gif) repeat-y;
	
}
#header {
	position:relative;
	width: 975px;
	height:104px;
	background:url(../_images/bg_header.gif) no-repeat;
}


#mainContent{
	position:relative;
	float:left;
	width:975px;
	height:auto;
	background:url(../_images/bg_maincontent.gif) no-repeat;
	padding:0;
	margin:0;
}

#footer {
	position:relative;
	width: 975px;
	height:315px;
	clear:both;
	margin:0 auto;
	color:#ECC779;
	font-size:90%;
	background:url(../_images/bg_footer.gif) no-repeat;
}


/*************************************************************************
// inner structures: header
**************************************************************************/
#logo {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000;
}

ul#mainNav{
	position:absolute;
	top:0;
	left:375px;
	z-index:2000;
	height:25px;
	width:700px;
}

#mainNav li{
	width:auto;
	height:63px;
	list-style:none;
	display:block;
	float:left;
	xmargin:0 15px 0 15px;
	padding:50px 10px;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	xbackground:url(../_images/bg_mainNav_stars.png) no-repeat center 0;
}
#mainNav li:hover{
	background:url(../_images/bg_mainNav_stars.png) no-repeat center 0;
}
#mainNav li.selected{
	background:url(../_images/bg_mainNav_stars.png) no-repeat center 0;
}
#mainNav li.first{
	margin-left:20px;
}
#mainNav a {
	color:#fff;
	text-decoration:none;
}
#mainNav a:hover {
	color:#FFFF66;
}

#mainNav .selected a{
	color:#FFFF66;
	text-decoration:none;
}


/*************************************************************************
// inner structures: mainconternt
**************************************************************************/


/* 2 COLUMN LAYOUT. ADD THIS CLASS TO THE MAINCONTENT DIV */
.rowCol2{
	width:975px;
	posiotion:relative;
	display:block;
	float:left;
}
.rowCol2 .c1{
	width:360px;
}
.rowCol2 .c2{
	width:530px;
}

.c2 .rowCol2{
	width:530px;
	margin:20px 0 0 0;
}
.c2 .rowCol2 .c1{
	width:200px;
	margin:0 20px 0 0;
	padding:0;
}
.c2 .rowCol2 .c1 h2{
	margin:10px 0;
	padding:0;
	color:#FFFF99;
	font-size:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.c2 .rowCol2 .c1 p{
	margin:0;
	padding:0;
	color:#000;
}
.c2 .rowCol2 .c2{
	width:300px;
	margin:0;
	padding:0;
}
.c2 .rowCol2 .c2 h2{
	margin:10px 0;
}
.weekly-specials{
	margin:15px 0 0 0;		
}
.weekly-specials td{
	border-bottom:1px solid #c60;
	padding:6px 0;
	xpadding:10px;
}
.weekly-specials h3{
	background-color:#c60;
	padding:5px;
	margin:0;
	width:100%;
}

/* 3 COLUMN LAYOUT (TYPICAL). ADD THIS CLASS TO THE MAINCONTENT DIV */
.rowCol3{

}
/* COLUMN 1 */
.c1{
	float:left;
	width:214px;
	height:auto;
	padding:10px;

}
.c1 #subnav{
	width:312px;
	height:361px;
	margin:150px 0 0 40px;
	background:url(../_images/bg_subNav_stars_short.png) no-repeat;
}
.c1 ul{
	padding:100px 0 0 76px;
}
.c1 ul ul{
	margin:0 0 0 15px;
	padding:0;
}
.c1 li{
	list-style:none;
	margin:6px 0;
	padding:0px 0;
}
.c1 li a{
	margin:0px 0;
	font-size: 100%;
	line-height:1em;
	color:#CC6600;
	text-decoration:none;
}

/* COLUMN 2 */
.c2{
	float:left;
	width:301px;
	height:auto;
	padding:10px 10px 10px 20px;
}
.c2{
	
}
/* COLUMN 3 */
.c3{
	float:right;
	width:330px;
	height:auto;
	padding:10px;
}


.theEnd{
	margin:20px;
	text-align:center;
}
.viewAll{
	position:relative;
	float:right;
	margin:0 7px 5px 0;
}

/*************************************************************************
// inner structures: footer
**************************************************************************/
#footer ul{
	position:absolute;
	left:180px;
	top:150px;
	width:600px;
	height:20px;
	margin:0;
}
#footer li{
	list-style:none;
	display:inline;
	height:10px;
	width:auto;
	padding:0 10px 0 0;
	margin:2px 0;
	xborder-left:#FFF solid 1px;
}
#footer li.first{
	xborder-left:#FFF solid 0px;
}
#footer a {
	color:#ECC779;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
#copyright {
	position:absolute;
	left:180px;
	top:170px;
	width:300px;
	height:20px;
	margin:0;
}
#address {
	position:absolute;
	right:10px;
	top:150px;
	width:300px;
	height:150px;
	margin:0;
	text-align:right;
}












/*************************************************************************
// Misc
**************************************************************************/
#right {
	float: right;
}

h1.special{
	
}
.gLinkLstDescription{
	padding-bottom:20px;
}
.gLinkLstTypeDescription{
	color:#FFFF99;
	font-size:150%;
	margin:10px 0 0 0;
	padding:0;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.gNewsDetTitle, .gNewsLstTypeDescription {
	color:#FFFF99;
	font-size:150%;
	margin:10px 0 0 0;
	padding:0;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}