/* Created for The bite group Ireland */
/* Copyright OSD Ltd, Sligo, Ireland - www.osd.ie */

/*** OVERALL STYLES ***/
body, p, ul, ol, td, input, select, textarea {
  font: normal 12px Verdana, sans-serif;
  line-height:1.4em; 
  color:#000;
}

body {
  background: #c4a684 url("/images/craftbg.jpg") top center repeat;
  margin: 0px auto 0px auto;
}

images { border: 0px; }

/*** PAGE STYLES ***/
#page_wrapper {
  background: #c4a684 url("/images/craft-shadow.jpg") top center repeat-y;
  margin: 0px auto 0px auto; 
  padding: 0px 0px 0px 0px;
  width:818px;
}

/*** HEADER STYLES ***/
#page_top {
  background: #fff;
  margin: 0px auto 0px auto; 
  padding: 2px 0px 0px 0px;
  width:743px;
  font:normal 75% Verdana, Arial, Helvetica, sans-serif;
}

/*** TOP IMAGES TABLE ***/
td.topimghome {
  background: #8bd600;
  padding: 0px 2px 0px 5px;
  vertical-align: top;
  font: normal 170% Verdana, Arial, Helvetica, sans-serif; 
  color:#fff;
  text-align:left;
}
table.homeimg {
  height: 185px;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  border-collapse:collapse;
  border: 0px;
}
.homeimg1 {
  height: 185px;
  padding: 0px 5px 0px 5px;
  background: url("/uploads/image/top-images/top-tortillas.jpg") no-repeat;
  width: 175px;
}
.homeimg1 h1 {
  display:inline;
  font:normal 1.5em verdana, Helvetica, sans-serif !important;
  color: #fff !important;
  vertical-align:bottom !important;
  text-align:left;
}
.homeimg2 {
  padding: 0px 5px 0px 5px;
  background: url("/uploads/image/top-images/top-sandwiches.jpg") no-repeat;
  width: 175px;
}
.homeimg2 h1 { 
  display:inline;
  font:normal 1.5em verdana, Helvetica, sans-serif !important;
  color: #fff !important;
  vertical-align:bottom !important;
  text-align:left;
}
.homeimg3 {
  padding: 0px 5px 0px 5px;
  background: url("/uploads/image/top-images/top-deli.jpg") no-repeat;
  width: 175px;
}
.homeimg3 h1 { 
  display:inline;
  font:normal 1.5em verdana, Helvetica, sans-serif !important;
  color: #fff !important;
  vertical-align:bottom !important;
  text-align:left;
}
.homeimg4 {
  padding: 0px 5px 0px 5px;
  background: url("/uploads/image/top-images/top-tortillas.jpg") no-repeat;
  width: 175px;
}
.homeimg4 h1 { 
  display:inline;
  font:normal 1.5em verdana, Helvetica, sans-serif !important;
  color: #fff !important;
  vertical-align:bottom !important;
  text-align:left;
}
table {
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  border-collapse:collapse;
  border: 0px;
}

/*** SHADOW ***/
.shadow {
  background: #fff url("/images/shadow.jpg") left top repeat-x;
  width:743px; 
  margin: 0px auto 0px auto; 
  border: 0px;
  height:35px;
}
table.shadow {
  float:right;
  width:743px; 
  margin: 0px 0px 0px 0px; 
  border: 0px;
}
table.shadow p {
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px; 
  font: bold 120% Verdana, sans-serif;
}
.green {
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px; 
  color: #5c9000;
}
.table_top { 
  width:743px;
  border-collapse:collapse;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border:0px;
}
.table_top h1 {
  font-size: 140%;
  color: #989a97;
  font-weight:normal;
  vertical-align:bottom;
  text-align:center;
  line-height: 1.6em;
}
.logo {
  float:left;
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; 
}
.address {  
  font: normal 1.4em Verdana, Arial, Helvetica, sans-serif; 
  line-height:1.5em; 
  text-align:right; 
  padding: 0px 5px 0px 0px;
  margin: 0px 0px 0px 0px;
}
table.offers { 
  width:100%;
  border-collapse:collapse;
  margin: 5px 0px 5px 0px;
  padding: 3px 3px 3px 3px;
  border:0px;
  background:#dcf3bb url("/images/bg-offers.jpg") top left no-repeat;
}
td.offers { 
  background:#dcf3bb url("/images/bg-offers.jpg") top left no-repeat;
  padding: 3px 3px 3px 50px;
}
table.offers2 { 
  width:100%;
  margin: 0px 0px 5px 0px;
  padding: 3px 3px 3px 3px;
  border:0px;
}


/********  START NAVIGATION  ********/

.nav {
	background: #5c9000 url("/images/button.jpg") repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #fff;
	height:30px;
}

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	list-style-type: none;
	display: block;
}

.menu li {
	border-right: 1px solid #fff;
	background: #5c9000 url("/images/button.jpg") top right repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal; /* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url("/images/empty.gif");	
	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	
	/* uncomment this if you want to see the "safe" area. you can also use to adjust the safe area to your requirement */
}
/* -- sticky.submenu.END -- */

.menu a {
	text-decoration: none !important;
	color: #fff !important;
	padding: .5em .5em;
	display: block;
	position: relative;
	font-weight:normal;
	font-size: 110%;
}

.menu a:hover {
	color: #fff !important;	
    background: #545454 url("/images/mouseover.jpg") repeat;
}
.menu a#active {
    background: #545454 url("/images/mouseover.jpg") repeat;
	color: #fff;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
	color: #fff;	
    background: #545454 url("/images/mouseover.jpg") repeat;
}

/* Fix for IE5/Mac \*//*/
.menu a { float: left; }
/* End Fix */

/* - - - ADxMenu: IE6 BASIC styles [MANDATORY] - - - */
.menu, .menu ul {	/* float.clear */
	zoom: 1;}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu a:hover, {
	color: #535353;	
    background: url("/images/mouseover.jpg") top left repeat-x;
}

/*** END NAVIGATION ***/



/*** CONTENT STYLES ***/
#content_wrapper { 
  width:743px; 
  background: #fff url("/images/content-bg.jpg") bottom no-repeat;
  margin:0px auto 0px auto; 
  clear:both;
  text-align:justify;
  border-top: 1px solid #8bd600;
}
#content_table { 
  width: 743px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #000;
}
#content_table h1 { 
  font:normal 2.9em Verdana, Arial, Helvetica, sans-serif;
  color:#8bd600; 
  text-align:left;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#content_table h2 { 
  font:normal 1.6em Verdana, Arial, Helvetica, sans-serif;
  color:#7dcf01; 
  text-align:left;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#content_table h3 { 
  font:bold 1.2em Verdana, Arial, Helvetica, sans-serif;
  color:#575757; 
  text-align:left;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}
#content_table h4 { 
  font:normal 1.7em Verdana, Arial, Helvetica, sans-serif;
  color:#7dcf01; 
  text-align:left;
  margin: 2px 0px 4px 0px;
}
#content_table h5 { 
  font:bold 1.1em Verdana, Arial, Helvetica, sans-serif;
  color:#575757; 
  text-align:left;
  margin: 2px 0px 4px 0px;
}
#content_table h6 {
  background:#8bd600;
  font: normal 32px "Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
  color:#fff;
  text-align:left;
  margin: 2px 0px 4px 0px;
  padding-left: 5px;
  display:block;
  width: 732px;
}
.prod_img {
  border: 1px solid #c7c7c7 !important;
  background:#fff;
  margin: 10px 0px 4px 10px;
  padding: 5px;
  float:right;
}
#content_table p {
  text-align:justify;
  margin: 0px 0px 7px 0px;
}

/*** BULLET LIST ***/
.bullet_list {
  margin: 0px 0px 10px 10px;
  padding: 0px 0px 0px 0px;
  list-style:none;
} 
.bullet_list li {
  padding: 0px 0px 0px 20px;
  background-image:url("/images/green-bullet.jpg");
  background-repeat:no-repeat;
  background-position:0 5px;
  line-height:1.5em;
  list-style:none;
}


/*** GREY LINE ***/
.line {
  width:177px; 
  border-right: 1px solid #c7c7c7;
  vertical-align: top;
}
/*** GREEN LINE ***/
.greenline {
  width:100%; 
  border-bottom: 1px solid #8bd600;
}


/*** HOMEPAGE SEARCH BOX ***/
.left {
  width:173px; 
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 0px 0px;
  float: left;
  background: url("/images/headerbg.jpg") no-repeat right top;
}
.lefthd {
  padding: 3px 0px 3px 0px; 
  margin:0px 0px 5px 0px;
  font: normal 160% Verdana, arial, sans-serif;
  color:#545454;
  text-align:left;
}
.leftbody {
  padding: 0px 0px 5px 0px;
  text-align:left;
}
.leftbody p {
  text-align:left !important;
}
.lefthd2 {
  padding: 0px 0px 5px 0px; 
  margin:5px 0px 5px 0px;
  font: bold 120% Verdana, arial, sans-serif;
  color:#5d9000;
  text-align:left;
}

/*** LOGIN BUTTON ***/
.login {
  width:176px; 
  padding: 0px;
  margin: 0px 5px 0px 0px;
  float: right;
  text-align:left;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 2px solid #919296;
  border-right: 2px solid #919296;
  background: #fff url("/images/icon-login.jpg") no-repeat left center;
}
.login a {
  padding: 12px 0px 0px 22px;
  border: 0px solid #000;
  font-size: 160%;
  width: 155px; 
  height: 28px;
  display: block; 
  text-decoration:none !important;
  color:#8bd600 !important;
}
.login a:hover {
  position: relative; 
  top: 1px; 
  left: 1px; 
  background: url("/images/icon-login.jpg") no-repeat left center;
  color:#464646 !important;
}

/*** ENEWSLETTER SIGN UP ***/
.enewsletter {
  width:171px; 
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 0px 0px;
  float: left;
  text-align:left;
  border-top: 1px solid #c7c7c7;
  background: url("/images/enewsletter-icon.gif") no-repeat right bottom;
}
.enewsletterhd {
  padding: 1px 0px 3px 1px; 
  margin:0px 0px 0px 0px;
  font: normal 150% Verdana, arial, sans-serif;
  color:#545454;
  text-align:left;
}
.enewsletterbody p {
  text-align:left !important;
  font: normal 100% Verdana, arial, sans-serif !important;
  line-height: 1.4em !important;
}
.enewsletter a {
  border: 1px solid #c7c7c7;
  background: #fff;
  padding: 3px 0px 0px 0px;
  text-align: center;
  font-size: 180%;
  width: 100px; 
  height: 26px;
  display: block; 
  text-decoration:none !important;
  color:#84c52b !important;
}
.enewsletter a:hover {
  position: relative; 
  top: 1px; 
  left: 1px; 
  color:#353535 !important;
}

.buttons a { 
  display: block; 
  border: 1px solid; 
  border-color: #a7b88f #000 #000 #a7b88f; 
  width: 10em; 
  height: 23px; 
  padding: 3px 0px 0px 0px;
  background: #86c625 url("/images/more-button.jpg") repeat-x;
  text-align:center;
  text-decoration:none !important;
  color:#FFFFFF !important;
  font-weight:bold;
}
.buttons a:hover {
  position: relative; 
  top: 1px; 
  left: 1px; 
  background: #cbcbcb url("/images/more-mouseover.jpg") repeat-x;
  border-color: #000 #a7b88f #a7b88f #000;
  color:#787878 !important;
}



/*** PRODUCTS INTRO HEADING DISPLAY ***/
.products_head {
  font: 32px bold Verdana, Arial, Helvetica, sans-serif !important;
  color:#8bd600;
  padding: 3px 0px 3px 16px;
}

/*** PRODUCT DISPLAY ***/
.product-shadow {
  width:370px;
  padding: 0px;
  margin: 0px;
  float: left;
  border: 0px solid #ccc;
}
div.product-h1 {
  background:#8bd600;
  padding: 8px 0px 0px 6px;
  margin: 4px 6px 0px 2px;
  color:#fff;
  font-size:28px;
  height:30px;
  font-weight:normal;  
}
div.product-h1 a {
  background: url("/images/product-imgh1-bg.jpg") right center no-repeat;
  color:#fff !important;
  font-weight:normal;
  text-decoration:none !important; 
  padding: .1em .0em;
  display: block;
  position: relative;
}
div.product-h1 a:hover {
  background:url("/images/product-imgh1-bg-hover.jpg") right no-repeat;
  color:#000 !important;
  text-decoration:none; 
}
.product-shadow p {
  padding: 5px 6px 0px 6px;
  margin: 9px 5px 10px 5px;
  line-height: 1.4em;
  font-size:11px;
  text-align:left;
}
img.products {
  padding: 0px 0px 4px 4px;
  margin: 0px 0px 4px 4px;
  float: right;
}
.product-shadow a {
  color:#61a806 !important;
}
.product-shadow a:hover {
  color:#61a806 !important;
}
.product-shadow-footer {
  width:359px; 
  padding: 10px 3px 10px 3px;
  margin: 0px 0px 0px 0px;
  float: left;
  background: url("/images/product-img-footer.jpg") no-repeat;
}
#bite_classic {
  background: url("/images/products/logo-bite-classic.jpg") top right no-repeat;
  margin: 1px 18px 0px 0px;
  padding-right: 60px;
}
#bite_lite {
  background: url("/images/products/logo-bite-lite.jpg") top right no-repeat;
  margin: 1px 18px 0px 0px;
  padding-right: 60px;
}
.prodsetup {
  /*background: url("/images/products/logo-bite-style.jpg") top right no-repeat;*/
  margin: 1px 18px 0px 0px;
  padding-right: 60px;
}


.hungryimg { margin: 47px 0px 0px 10px; padding: 0px 0px 0px 0px; float:right; border: 0px; }
.imgcenter { margin: 0px 0px 0px 5px; padding: 0px 0px 0px 0px; float:center; border: 0px; }
.imgright { margin: 0px 0px 0px 5px; padding: 0px 0px 0px 0px; float:right; border: 0px; }
.imgleft { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; float:left; border: 0px; }
.iconcar { float:right; border: 0px; }
img { border: 0px; }
.vertline { border-left: 1px solid #999; }


/*** BOTTOM CURVED FRAME ***/
.bottom-frame {
  clear: both; 
  background: url("/images/footer.jpg") left top no-repeat;
  width:817px; 
  margin: 0px auto 0px auto; 
  border: 0px;
  height:32px;
}
/*** FOOTER STYLES ***/
#page_footer {
  clear:both;
  padding: 4px 0px 0px 0px;
  margin: 0px auto 0px auto; 
  color: #fff;
  width: 743px;
  text-align:center;
  font: normal 90% Verdana, Arial, Helvetica, sans-serif; 
}
#page_footer a {
  color: #fff;
}


/*** LINK STYLES ***/
a:link, a:visited, a:active {text-decoration:underline; color:#61a806;}
a:hover {color:#4c4b4b; text-decoration:none;}

.white {
  color: #fff;
}

