/* layout */


ul.faq {
	list-style-type:square;
  color: #FFF;
  margin-left: -10px;
  font-size: 10px;
}

ul.faq li {
	margin-bottom:2px;
}

dl.faq {
	list-style-type:square;
  color: #FFF;
  margin-left: 5px;
  font-size: 10px;
}

dl.faq dt {
  font-weight: bold;
}

dl.faq dd {
	margin-left:15px;
  margin-right: 15px;
  text-align: justify;
  margin-bottom: 10px;
}

.homehead {
	color: #101d47;
  font-size: 14px;
  font-weight: bold;
}

.lunch {
	color: #F49500;
  font-weight: bold;
  font-size: 15px;
}

#layout {
  background-image: url(/images/layout_bg.gif);
  background-repeat: repeat-y;
  width: 780px;
  padding: 0 3px;
  margin: 0 auto;
  min-height: 600px;
  position: relative;
}

#header {
  background-color: #101d47;
  color: #ffffff;
  height: 30px;
  width: 740px;
  padding: 0 20px;
}

#page-home #layout {
  background-color: #ff9900;
}

#page-home #header {
  background-image: url(/images/header_bg2.jpg);
  background-repeat: no-repeat;
  background-position: 0 30px;
  height: 320px;
  margin: 0;
}

#header ul {
  height: 30px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  float: left;
}

#header ul li {
  float: left;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#header ul li a, #header ul li span {
  display: block;
  padding: 5px;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

#header ul li span, #header ul li a:link, #header ul li a:visited, #header ul li a:focus, #header ul li a:hover, #header ul li a:active {
  color: #ffffff;
  text-decoration: none;
}

#header ul li a.orange:link, #header ul li a.orange:visited, #header ul li a.orange:focus, #header ul li a.orange:hover, #header ul li a.orange:active {
  color: #ff9900;
}

#nav-top-left {
  width: 480px;
}

#header ul#nav-top-left li {
  margin: 0 20px 0 0;
}

#nav-top-right {
  position: absolute;
  top: 0;
  right: 20px;
  width: auto;
}

#header ul#nav-top-right {
  float: none;
}

#topbar {
  background-color: #2c3d73;
  width: 740px;
  padding: 5px 20px;
}

#topbar form {
  width: 740px;
  max-width: 740px;
  min-width: 740px;
}

#topbar form div.required {
  clear: none;
  float: left;
  width: 150px;
  margin: 0 10px 0 0;
}

#topbar form div.required label {
  display: block;
  width: auto;
  text-align: left;
  color: #ffffff;
  font-size: 10px;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
}

#topbar form div.required select {
  width: 150px;
}

#topbar form input.inputSubmit, #sidebar div form input.inputSubmit {
  float: left;
  width: 22px;
  height: 22px;
  border-style: none;
  border-width: 0;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(/images/sidebar_submit_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 19px 0 0 0;
  padding: 0;
}

#sidebar {
  background-color: #ffffff;
  background-image: url(/images/sidebar_bottom_bg.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  float: right;
  width: 204px;
  padding: 0 0 12px 0;
  margin: 0 5px 10px 20px;
}

#page-view #sidebar {
  margin: -295px 5px 10px 20px;
}


#page-home #sidebar {
  margin: -295px 5px 10px 20px;
}

#page-list #content {
  position: relative;
}

#page-list #sidebar {
  margin: 20px 20px 5px 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

#sidebar h1 {
  background-image: url(/images/sidebar_top_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 204px;
  height: 82px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}

#sidebar div {
  background-image: url(/images/sidebar_middle_bg.gif);
  background-position: top left;
  background-repeat: repeat-y;
  padding: 10px 10px 0 10px;
  width: 184px;
}

#sidebar div h2 {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 10px 0;
}

#sidebar div form {
  width: 184px;
  max-width: 184px;
  min-width: 184px;
}

#sidebar div form div {
  clear: left;
  background-image: none;
  padding: 0;
  margin: 0 0 10px 0;
  width: auto;
}

#sidebar div form div label {
  font-size: 10px;
  text-align: left;
  display: block;
  width: 184px;
  margin: 0 0 5px 0;
  padding: 0;
}

#sidebar div form div select {
  float: left;
  width: 157px;
  margin: 0 5px 0 0;
}

#sidebar div form div input.inputText {
  float: left;
  width: 147px;
  margin: 0 5px 0 0;
}

#sidebar div form input.inputSubmit {
  margin: 0;
}

#sidebar div.orange {
  background-color: #ff9900;
}

#sidebar div.orange h2, #sidebar div.orange label {
  color: #ffffff;
}

#sidebar div.white {
  background-color: #ffffff;
}

#sidebar div.white h2, #sidebar div.white label {
  color: #101d47;
}

#sidebar dl.merchant {
  margin: 0;
}

#sidebar dl.merchant dt, #sidebar dl.merchant dd {
  font-weight: bold;
}

#sidebar table.data {
  margin: 0 0 20px 0;
}

#sidebar table.data thead tr {
  background-color: #ffffff;
  border-top-style: none;
  border-top-width: 0;
  border-bottom: 1px solid #000000;
}

#sidebar table.data tfoot tr {
  background-color: #ffffff;
  border-top: 1px solid #000000;
  border-bottom-style: none;
  border-bottom-width: 0;
}

#sidebar table.data th, #sidebar table.data td {
  background-color: #ffffff;
  font-size: 90%;
  color: #000000;
  font-weight: normal;
  padding: 1px 2px;
  border-top-width: 0;
  border-bottom-width: 0;
  border-top-style: none;
  border-bottom-style: none;
}

#sidebar table.data td.item {
  width: 100%;
}

#sidebar table.data tfoot tr td.right dl {
  float: right;
  margin: 0;
}

#sidebar table.data tfoot tr td dl dt {
  font-weight: bold;
}

#sidebar table.data tfoot tr td dl dd {
  margin: 0;
  text-align: right;
}

#sidebar dl.grandtotal {
  float: right;
  zoom: 1;
}

#sidebar dl.grandtotal dt, #sidebar dl.grandtotal dd {
  font-weight: bold;
  text-align: right;
  margin: 0 0 0 5px;  
}

#sidebar-cart-buttons {
  clear: both;
  width: 184px;
  height: 27px;
  margin: 10px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #000000;
  list-style-type: none;
  list-style-image: none;
  zoom: 1;
}

#sidebar-cart-buttons li {
  float: left;
  background-position: top left;
  background-repeat: no-repeat;
  height: 27px;
  margin: 0 10px;
  padding: 0;
}

#sidebar-cart-buttons li a {
  display: block;
  height: 27px;
}

#sidebar-cart-buttons li span {
  display: none;
}

#sidebar-cart-view {
  background-image: url(/images/sidebar_cart_view.gif);
}

#sidebar-cart-view, #sidebar-cart-view a {
  width: 24px;
}

#sidebar-cart-view-off {
  background-image: url(/images/sidebar_cart_view_off.gif);
}

#sidebar-cart-view-off, #sidebar-cart-view-off a {
  width: 24px;
}

#sidebar-cart-empty {
  background-image: url(/images/sidebar_cart_empty.gif);
}

#sidebar-cart-empty, #sidebar-cart-empty a {
  width: 29px;
}

#sidebar-cart-empty-off {
  background-image: url(/images/sidebar_cart_empty_off.gif);
}

#sidebar-cart-empty-off, #sidebar-cart-empty-off a {
  width: 29px;
}

#sidebar-cart-checkout {
  background-image: url(/images/sidebar_cart_checkout.gif);
}

#sidebar-cart-checkout, #sidebar-cart-checkout a {
  width: 50px;
}

#sidebar-cart-checkout-off {
  background-image: url(/images/sidebar_cart_checkout_off.gif);
}

#sidebar-cart-checkout-off, #sidebar-cart-checkout-off a {
  width: 50px;
}

#content {
  min-height: 600px;
  background-color: #ffffff;
  padding: 20px;
}

#page-list #content {
  padding: 0;
}

div.even, div.odd {
  padding: 20px;
}

tr.even, div.even, li.even {

}

tr.odd, div.odd, li.odd {
  background: url(/images/menu_head_black.gif) bottom left no-repeat;
  
}

#page-list ol.no-bullets {
  width: 535px;
}

#page-list ol.no-bullets li {
  margin: 0;
  padding: 5px 250px 5px 5px;
  zoom: 1;
  min-height: 170px;
  width: 525px;
}

#page-list ol.no-bullets li div.header, #page-menu div.header {
  margin: 0 0 10px 0;
  width: 765px;
  float: left;
}

#page-list ol.no-bullets li div.header img, #page-menu div.header img {
  float: left;
  margin: 0 10px 0 0;
}

#page-list ol.no-bullets li div.header p.slogan, #page-menu div.header p.slogan {
  font-style: italic;
  margin: 0;
}

#page-list ol.no-bullets li div.divAlignRight, #page-menu div.divAlignRight {
  float: right;
  width: 190px;
  padding: 5px 0 0 0;
  margin: 0 0 10px 10px;
  background-position: top left;
  background-repeat: no-repeat;
}

#page-list ol.no-bullets li div.divAlignRight dl, #page-menu div.divAlignRight dl {
  width: 170px;
  padding: 0 10px 10px 10px;
  margin: 0 0 10px 0;
  background-color: #ffffff;
  background-position: bottom left;
  background-repeat: no-repeat;
  font-size: 10px;
  font-weight: bold;
}

#page-list ol.no-bullets li div.divAlignRight span {
  float: right;
  font-size: 10px;
  font-weight: bold;
}

#page-list ol.no-bullets li div.divAlignRight span a:link, #page-list ol.no-bullets li div.divAlignRight span a:visited, #page-list ol.no-bullets li div.divAlignRight span a:focus, #page-list ol.no-bullets li div.divAlignRight span a:hover, #page-list ol.no-bullets li div.divAlignRight span a:active {
  color: #0000ee;
}

#page-list ol.no-bullets li.odd div.divAlignRight {
  background-image: url(/images/list_box_top_odd_bg_black.gif);
}

#page-list ol.no-bullets li.odd div.divAlignRight dl {
  background-image: url(/images/list_box_bottom_odd_bg_black.gif);
}

#page-list ol.no-bullets li.even div.divAlignRight, #page-menu div.divAlignRight {
  background-image: url(/images/list_box_top_even_bg.gif);
}

#page-list ol.no-bullets li.even div.divAlignRight dl, #page-menu div.divAlignRight dl {
  background-image: url(/images/list_box_bottom_even_bg.gif);
}

#page-list ol.no-bullets li div.divAlignRight dl dt, #page-list ol.no-bullets li div.divAlignRight dl dd, #page-menu div.divAlignRight dl dt, #page-menu div.divAlignRight dl dd {
  float: left;
}

#page-list ol.no-bullets li div.divAlignRight dl dt, #page-menu div.divAlignRight dl dt {
  clear: left;
  width: 120px;
  margin: 0 5px 0 0;
}

#page-list ol.no-bullets li div.divAlignRight dl dd, #page-menu div.divAlignRight dl dd {
  width: 40px;
  margin: 0;
  text-align: right;
}

#page-menu div.header, #page-menu div.divAlignRight {
  float: left;
}

#page-menu div.header {
  width: 310px;
}

#main {
  clear: left;
  background-color: #ffffff;
  margin: 0 -20px -20px -20px;
  padding: 20px;
}
/*ff9900*/
#main table {
  width: 510px;
  border-collapse: collapse;
  font-size: 100%;
}

#main table tbody tr td {
  vertical-align: middle;
}

#main table tbody tr td h3 {
  font-size: 110%;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
}

#main table tbody tr td select, #main table tbody tr td input.inputSubmit {
  font-size: 10px;
}

#main table tbody tr td input.inputSubmit {
  margin: 0;
  background-color: #101d47;
  border-color: #101d47;
  color: #ffffff;
}

#main table tbody tr td.select, #main table tbody tr td.submit {
  width: 1%;
}

#footer {
  background-color: #101d47;
  color: #ffffff;
  height: 30px;
  width: 740px;
  padding: 0 20px;
  position: relative;
  font-size: 10px;
}

#footer #copyright {
  position: absolute;
  top: 9px;
  left: 20px;
  color: #ffffff;
}

#footer #powered {
  position: absolute;
  top: 9px;
  right: 20px;
  color: #ffffff;
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:hover, #footer a:active {
  color: #ffffff;
  text-decoration: underline;
}