/***  CLEARING OUT ALL DEFAULTS ***/
body, h1, h2, h3, h4, h5, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, pre, code {
	font-size: 1em;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}

/***  START OF STYLES ***/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2F5FD;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	padding: 10px;
	font-size: 1.3em;
}
h2 {
	padding: 10px;
	font-size: 1.1em;
}
h3 {
	padding: 5px;
	font-size: .8em;
}
a:link {
	color: #D50000;
	text-decoration:underline;
}
a:visited {
	color: #D50000;
	text-decoration:underline;
}

/***  START OF ID SELECTORS  ***/
#banner {
	width: 760px;
	margin-top: 10px;
	border-bottom: 0px;
	padding-left: 0px;
	background-color: #D5E0F7;
}
#menu {
	margin: 0px;
	border: 0px;
	padding-left: 0px;
}
#leftborder {
	float:left;
	margin-top: 0px;
	border-bottom: 0px;
	padding-left: 0px;
}
#rightborder {
	float:right;
	margin-top: 0px;
	border-bottom: 0px;
	padding-left: 0px;
}
#content {
	width: 720px;
	height: 605px;
	float: left;
	top: 272px;
	background-color: #D5E0F7;
}
#contentwelcome {
	width: 720px;
	height: 830px;
	float: left;
	background-color: #D5E0F7;
}
#contenthomeold {
	width: 720px;
	height: 580px;
	float: left;
	top: 272px;
	background-color: #D5E0F7;
}
#contenthome {
	width: 720px;
	height: 820px;
	float: left;
	top: 272px;
	background-color: #D5E0F7;
}
#contentbreakfast {
	width: 720px;
	height: 2410px;
	float: left;
	top: 272px;
	background-color: #D5E0F7;
}
#contentlunch {
	width: 720px;
	height: 3545px;
	float: left;
	top: 272px;
	background-color: #D5E0F7;
}
#contentdinner {
	width: 720px;
	height: 1260px;
	float: left;
	top: 272px;
	background-color: #D5E0F7;
}
#contentdessert {
	width: 720px;
	height: 830px;
	float: left;
	top: 272px;
	background-color: #D5E0F7;
}
#contentkids {
	width: 720px;
	height: 510px;
	float: left;
	top: 272px;
	background-color: #D5E0F7;
}
#btglogo {
	clear:right;
	float:right;
	padding-top:30px;
	padding-right:10px;
}
#footer {
	clear: both;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 760px;
}
#wrapper {
	width: 760px;
	margin-right:auto;
	margin-left:auto;
}

/***  START OF CLASSES  ***/
.menu {
	padding-top: 15px;
}
.diners {
	float: left;
	clear:left;
	padding-top: 30px;
	padding-left: 20px;
}
.foodnetwork {
	float:left;
	clear: left;
	padding-top: 30px;
	padding-left: 25px;
}
.dinerdaypic {
	clear:left;
	float:left;
	padding-top: 20px;
	padding-left: 25px;
}
.insidedinerpic {
	clear:left;
	float:left;
	padding-top: 20px;
	padding-left: 25px;
}
.dessertcasepic {
	clear:left;
	float:left;
	padding-top: 20px;
	padding-left: 25px;
}
.hometext {
	float:right;
	width: 400px;
	padding-top: 45px;
	padding-left: 0px;
	padding-bottom: 50px;
	line-height: 140%
}
.video {
	margin-left:auto;
	margin-right:auto;
	margin-top: -15px;
}

/***  IE6 FIX FOR MENU  ***/
*html .menufix {
	margin-left: -3px;
}