@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

html>body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}


/* headline+font tags */

h1 {font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
}


h2 {font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

h3 {font-size: 13px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 12px;
	display: inline;
}

h3.color {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

h4 {font-size: 12px;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 12px;
	padding-left: 5px;
}

p {line-height: 18px;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 0px;
	font-size: 10px;
}



.header_text_borderNone {
	border-bottom-style: none;
}

.intro_text {font-size: 15px;
	line-height: 18px;
	color: #FF6600;
}
.intro_text_grey {
	font-size: 14px;
	color: #333333;
}

/* structure divs */

#main_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header_container {
	width: 950px;
}

.header_text {
	width: 928px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

#home_image {
	width: 950px;
}

#body_container {
	width: 950px;
}



/* menu divs */

#breakfast {
	width: 950px;
	margin-bottom: 2px;
}

#boxlunch {
	width: 950px;
	margin-bottom: 2px;
}

#entree_salads {
	width: 950px;
	margin-bottom: 2px;
}

#build_a_lunch {
	width: 950px;
	margin-bottom: 2px;
}

#themed_buffets {
	width: 950px;
	margin-bottom: 2px;
}

#pizza {
	width: 950px;
	margin-bottom: 2px;
}

#appeizer {
	width: 950px;
	margin-bottom: 2px;
}

#platters {
	width: 950px;
	margin-bottom: 2px;
}

#desserts {
	width: 950px;
	margin-bottom: 2px;
}

#beverages {
	width: 950px;
	margin-bottom: 2px;
}

/* menu classes */

.menu_container {
	width: 950px;
}

.open {font-size: 13px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 12px;
	display: inline;
	text-align: right;
}
.openclose {
	margin: 0px;
	padding: 0px;
	display: inline;
	right: 10px;
	position: absolute;
	top: 4px;
}

.menu_title {
	height: 20px;
	width: 938px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 2px;
	position: relative;
	padding-bottom: 0px;
}


.item {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
}

.item_space {
	padding-top: 30px;	
}

.section {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

.section_line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

/* menu links */


.menu_title a:link  {
	background-color: #FF6600;
	height: 15px;
	width: 938px;
	display: block;
	padding-top: 4px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FF6600;
	text-decoration: none;
}
.menu_title a:visited  {
	background-color: #FF6600;
	height: 15px;
	width: 938px;
	display: block;
	padding-top: 4px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FF6600;
	text-decoration: none;
}

.menu_title a:hover {
	background-color: #7B3100;
	height: 15px;
	width: 938px;
	display: block;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #7B3100;
	text-decoration: none;
}




/* intro page global links */

a:link {
	font-size: 14px;
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	font-size: 14px;
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	font-size: 14px;
	color: #7D3200;
	text-decoration: underline;
}


/* Intro page background*/

.background_fade {
	background-image: url(../images/intropage_fade.jpg);
	background-repeat: repeat-x;
}