@charset "utf-8";
/* CSS Document */

html, body {
   margin:0px;
   font-family: "Verdana", Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#000000;
   background:#E9EEF6;
   height:100%;
}
*#container {
   height:100%;
}
#container {
   min-height:100%;
   min-width:800px;
}
.bgr_all {
   background: url(prods/big/general.jpg) bottom repeat-x;
}
a {
   -moz-outline:none;
}
h1 {
   font-size:18px;
   font-weight:normal;
}
h2 {
   font-size:14px;
   font-weight:bold;
}
#bottom {
	top:100%;
	height:28px;
	margin-top:-30px;
	width:100%;
	left:0px;
	clear:both;
    color:#FFFFFF;
	position:absolute;
}
#bottom table {
	background:url(img/bot_bg.jpg) repeat-x top;
	height:30px;
	border:1px solid #FFFFFF;
	*border-right:0px;
	text-align:center;
}
#bottom a {
   color:#FFFFFF;
   text-decoration:none;
}
#bottom a:hover {
   color:#FFCC00;
}
#header {
   height:194px;
   background:url(img/head_bg.jpg) repeat-x top;
   width:100%;
}
.topmenus {
   margin-top:10px;
}
.topmenus a {
   padding:0px 10px;
   font-size:14px;
   color:#003366;
   font-weight:bold;
   text-decoration:none;
}
.topmenus a:hover {
   color:#FF6600;
}
.smallmenus {
   color:#FFFFFF;
   text-align:center;
}
.smallmenus a {
   color:#FFFFFF;
   font-weight:bold;
   text-decoration:none;
}
.smallmenus a:hover {
   color:#FF9900;
}
#content {
   position:fixed;
   width:80%;
   margin-left:10%;
   margin-right:10%;
   top:194px;
   bottom:30px;
   background:#FFFFFF;
   border-left:1px solid #006699;
   border-right:1px solid #006699;
}
#innerpage {
   *position:absolute;
}

/* product backgrounds */
.bgr01 {
   background:url(prods/big/sandwich.jpg) bottom repeat-x;
}
.bgr02 {
   background:url(prods/big/salad.jpg) bottom repeat-x;
}
.bgr03 {
   background:url(prods/big/hot_sandwich.jpg) bottom repeat-x;
}
.bgr04 {
   background:url(prods/big/steak_sandwich.jpg) bottom repeat-x;
}
.bgr05 {
   background:url(prods/big/tortilla_wraps.jpg) bottom repeat-x;
}
.bgr06 {
   background:url(prods/big/burgers.jpg) bottom repeat-x;
}
.bgr07 {
   background:url(prods/big/breakfast_stick.jpg) bottom repeat-x;
}
.bgr08 {
   background:url(prods/big/paninis_ciabatta.jpg) bottom repeat-x;
}
.bgr09 {
   background:url(prods/big/jacket_potatoes.jpg) bottom repeat-x;
}
.bgr10 {
   background:url(prods/big/sandwich_platters.jpg) bottom repeat-x;
}
.bgr11 {
   background:url(prods/big/chicken_choices.jpg) bottom repeat-x;
}
.bgr12 {
   background:url(prods/big/omelettes.jpg) bottom repeat-x;
}
.bgr13 {
   background:url(prods/big/crisps.jpg) bottom repeat-x;
}
.bgr14 {
   background:url(prods/big/desserts.jpg) bottom repeat-x;
}
.bgr15 {
   background:url(prods/big/hot_drinks.jpg) bottom repeat-x;
}
.bgr16 {
   background:url(prods/big/cold_drinks.jpg) bottom repeat-x;
}