/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#008fd4;
}

a:hover {
	color:#008fd4;
	text-decoration : underline;
}

html, body {
height: 100%;
width:100%;
}

html {
	background: #fef4cf url(../images/paper.jpg) repeat-x;
}

body {
	vertical-align:top;
	padding:0;
	margin: 0;
	background-image: url(../images/burst.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

h1, h2, h3, h4, h5, h6, p, ol {
	padding:0;
	margin:0;
}

p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

ul {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 25px;
	font-style: normal;
	font-weight: normal;
}
li{
	padding: 0 0 0 0px;
}

strong {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: bold;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 25px;
	line-height: 27px;
	color: #212e84;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: normal;
	border-bottom:1px solid #AFCAEA;
}

h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #212e84;
	margin: 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

img {
	display:block;
	margin:0;
}	

#wrapper {
	width:960px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:960px;
	height:114px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	background-image: url(../images/header.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

.logo {
	display:block;
	margin:0;
	position:absolute;
    left:5px;
    top:10px;
}

.logo2 {
	display:block;
	margin:0;
	position:absolute;
    left:34px;
    top:0;
}

.facebook {
	display:block;
	margin:0;
	position:absolute;
    left:879px;
    top:58px;
}

.twitter {
	display:block;
	margin:0;
	position:absolute;
    left:914px;
    top:58px;
}



.hook {
}
/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/
#nav {
	padding:48px 0 0 0;
	width:720px;
	height:48px;
	margin:0;
	float:right;
}

#nav ul {
	padding:0;
	margin:0;
	width:720px;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 15px;
	margin:0;
}


	
	#nav ul li a {
    float:left; 
    padding:15px 12px 5px 12px;
height:28px;
font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
border-right:1px solid #0d0a53;
} 

#nav #active { 
	text-decoration: none;
	background-image: url(../images/nav_on.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
	color:#e0c001;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	background-image: url(../images/nav_on.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
	color:#e0c001;
	}

/*--------------------------------------------------------------------------------------------------
	index content
--------------------------------------------------------------------------------------------------*/
#container {
	width:960px;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
}

.index {
	background-image: url(../images/shadow.gif);
	background-repeat:no-repeat;
}

.blue {
	background-image: url(../images/shadow_blue.gif);
	background-repeat:no-repeat;
}

.green {
	background-image: url(../images/shadow_green.gif);
	background-repeat:no-repeat;
}

.yellow {
	background-image: url(../images/shadow_yellow.gif);
	background-repeat:no-repeat;
}

#bag {
	width:960px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../images/bag.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#leftcontent {
	width:660px;
	padding:10px 15px 0 15px;
	margin:0;
	float:left;
		background-image: url(../images/lefttop.gif);
	background-repeat:no-repeat;
}


#rightcontent {
	width:235px;
	padding:10px 15px 0 15px;
	margin:0;
	float:right;
	background-image: url(../images/righttop.gif);
	background-repeat:no-repeat;
}

#grilled {
	width:195px;
	height:163px;
	padding:138px 420px 10px 45px;
	margin:0;
	float:left;
	background-image: url(../images/grilled.jpg);
	background-repeat:no-repeat;
}

#grilled ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #212e84;
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: normal;
}

#grilled li { 
	background: url(../images/arrow.gif) left top no-repeat;
	padding: 0 0 7px 12px;
}

#salad {
	width:143px;
	height:91px;
	padding:80px 165px 0 17px;
	margin:0;
	float:left;
	background-image: url(../images/salad.jpg);
	background-repeat:no-repeat;
}

#desserts {
	width:153px;
	height:91px;
	padding:80px 155px 0 17px;
	margin:0;
	float:right;
	background-image: url(../images/desserts.jpg);
	background-repeat:no-repeat;
}

.dinner {
	padding:10px 0 0 0;
	margin:0;
	float:left;
	display:inline;
}
.order {
	padding:0;
	margin:0;
	display:block;
	float:left;
}
.dinnercopy {
    width:195px;
	padding:0 0 0 20px;
	margin:0;
	float:left;
}

/*--------------------------------------------------------------------------------------------------
	subcontent
--------------------------------------------------------------------------------------------------*/

#leftcontentsub {
	width:600px;
	padding:35px 45px 0 45px;
	margin:0;
	float:left;
}

.leftblue {
	background-image: url(../images/lefttopblue.gif);
	background-repeat:no-repeat;
}

.leftgreen {
	background-image: url(../images/lefttopgreen.gif);
	background-repeat:no-repeat;
}

.leftyellow {
	background-image: url(../images/lefttopyellow.gif);
	background-repeat:no-repeat;
}

.subimage {
	padding:0 0 10px 10px;
	margin:0;
	float:right;
	display:inline;
}
/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:510px;
	padding:10px 0 10px 10px;
	margin:5px 0 20px 0;
	float: left;
	text-align:left;
	border:1px solid #212e84;
	background-color:#FFFFFF;
	display:inline;
}

.form {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #212e84;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #008fd4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:3px;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #008fd4;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #008fd4;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #212e84;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #212e84;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#212e84;
	color: #FFFFFF;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:960px;
	margin:0;
	float:left;
	padding:27px 0 0 0;
	text-align:left;
}

.indexfooter {
	background-image: url(../images/indexbottom.jpg);
	background-repeat:no-repeat;
}

.bluefooter {
	background-image: url(../images/bottom_blue.gif);
	background-repeat:no-repeat;
}

.greenfooter {
	background-image: url(../images/bottom_green.gif);
	background-repeat:no-repeat;
}

.yellowfooter {
	background-image: url(../images/bottom_yellow.gif);
	background-repeat:no-repeat;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color:#212e84;
	margin: 0;
	padding: 5px 0 10px 0;
	font-style: normal;
	font-weight: normal;
}		

#footerright {
	width:240px;
	margin:0;
	float:right;
	text-align:right;
	padding:10px 12px 0 0;
}

#footerright p {
	color:#212e84;
}

.geckocopy {
	color:#eedc8c;
}

a.gecko:link {color: #eedc8c; text-decoration: none;}
a.gecko:active {color: #eedc8c; text-decoration: none;}
a.gecko:visited {color: #eedc8c; text-decoration: none;}
a.gecko:hover {color: #212e84; text-decoration: underline;}


a.navlink:link {color: #212e84; text-decoration: none;}
a.navlink:active {color: #212e84; text-decoration: none;}
a.navlink:visited {color: #212e84; text-decoration: none;}
a.navlink:hover {color: #212e84; text-decoration: underline;}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
