/************************************************ Resets ************************************************/

* { font-size: 100%; padding: 0; margin: 0; }


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit; /*Debate these*/
	font-style: inherit; /*Debate these*/
	font-family: inherit; /*Debate these*/
}

body {
	line-height: 1.6em;
}

ol, ul {
	list-style: none;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Remove annoying border on linked images. */
a img { border: none; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/************************************************ Clears ************************************************/


.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/************************************************ Jon's body mod that was inline on every page - explain this to him ************************************************/

body {
	background-image: url(../images/bgStrips.jpg);
	background-repeat: repeat;
}

/************************************************ The Grid ************************************************/

#backg {
	background-color: #ffffff;
	background-image: url(../images/HPbackg-top.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	background-repeat: repeat;
	background-color: #ffffff;
}

.wrapper_main {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.header_main {
	display: block;
}

.grid_1,
.grid_1_hom,
.grid_1_coupons,
.grid_2,
.grid_2_hom,
.grid_4,
.grid_4_hom,
.grid_6 {
	display: inline;
	float: left;
}

.grid_1 {
	width: 396px;
}

.grid_1_hom {
	width: 350px;
}

.grid_1_coupons {
	width: 360px;
}

.grid_2 {
	width: 324px;
}
.grid_2_hom {
	width: 350px;
}

.grid_3{
	display: inline;
	float: right;
	width: 240px;
}

.grid_4 {
	width: 700px;
}

.grid_4_hom {
	width: 700px;
}

.grid_5 {
	width: 950px;
}

.grid_5_hom {
	width: 960px;
}

.grid_6 {
	width: 600px;
}

#fillers {
	margin-left: 50px;
}

.footer_main {
	display: block;
}

#leftcol {
	/*background-image: url(../homslideshow/gallery/album1/large/burger.jpg);
	background-repeat: no-repeat;*/
}

.hom-floatl {
	float: left;
	width: 350px;
}
.hom-floatr {
	float: right;
	width: 300px;
}

#hombuts {
	width: 700px;
}

ul.homli {
	margin: 0;
	padding: 0;
	float: left;
}
ul.homli li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}


/************************************************ The Header ************************************************/


#header {
	display: block;
}

#headleft {
	float: left;
}

#headrght {
	float: right;
}

#header h1 {
	display: none;
}


/************************************************ The Nav top ************************************************/

#nav {
	width: 960px;
	height: 56px;
	background-image: url(../images/HPnav_back.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

ul#toptabs {
	line-height:21px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	z-index:9999
}

ul#toptabs li {
	float: left;
	position: relative;
	text-align: center;
	padding: 10px 0 0 0;
	width: 136px;
}

ul#toptabs li.last {
	border-right: none;
}

#toptabs a {
	font-family: Arial, "Helvetica Neue", Helvetica, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	line-height:1.7em;
	color: #ffff99;
	text-decoration: none;
}

#toptabs a:link {
	color: #ffff99;
	text-decoration: none; }

#toptabs a:hover {
	color: #ffffff;
	text-decoration: none; }


body#home a#homenv,
body#about a#aboutnv,
body#services a#servicesnv,
body#contact a#contactnv,
body#ads a#adsnv,
body#coupons a#couponsnv,
body#location a#locationnv {
	color: #ffffff;
}



/************************************************ The Nav right ************************************************/

ul#righttabs {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	/*padding:0;*/
	text-align:left;
	z-index:9999
}

ul#righttabs li.rt_1 {
	margin:0 0 2px 20px;
	padding:0;
}

#righttabs a {
	font-family: Arial, "Helvetica Neue", Helvetica, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	color: #ffffff;
	text-decoration: none;
	width: 210px;
	height: 41px;
	line-height:2.4em;
	background-color: #993333;
	display: block;
	padding:0 0 0 10px;
}

#righttabs a:link {
	color: #ffffff;
	text-decoration: none;
	display: block; }
	
#righttabs a:hover {
	color: #993333;
	text-decoration: none;
	background-color: #ffffcc;
	display: block; }

body#butcher a#butcheron,
body#fruits a#fruitson,
body#seafood a#seafoodon,
body#bake a#bakeon,
body#deli a#delion,
body#prepfood a#prepfoodon,
body#floral a#floralon,
body#recipes a#recipeson,
body#cater a#cateron,
body#grocery a#groceryon,
body#sushi a#sushion,
body#baskets a#basketson {
	color: #993333;
	background-color: #ffffcc;
}

body#fruitback li#fruitbackon {
	color: #ffffff;
	background-image: url(../images/nav-intb-on.jpg);
	background-repeat: no-repeat;
}


/************************************************ The content typography overides ************************************************/


#content h2 {
	font-size: 1.4em;
	color: #993333;
	padding: 0 15px 0 25px;
}
#content h3 {
	font-size: 1.4em;
	color: #993333;
	padding: 0 15px 0 25px;
	margin-bottom: 5px;
}
#leftcol h2 {
	font-size: 1.4em;
	color: #993333;
	padding: 0;
}
#leftcol h3 {
	font-size: 1.2em;
	color: #993333;
	padding: 0;
}

.hom-floatr,
#content p {
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 0 15px 0 25px;
}

#leftcol p {
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 0;
}

#content p.text {
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 0 15px 0 25px;
	color: #222;
}

#content p.big1 {
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 15px;
}

#content ul {
	font-size: 0.9em;
}

#content ol {
	font-size:0.8em;
	line-height:1.4em;
	padding-left:25px;
}

#content ol li {
	padding-bottom:5px;
}


/************************************************ right col specifics ************************************************/

#shopper {
	width: 240px;
	height: 185px;
	margin: 0;
	padding: 0;
	background-image: url(../images/shopper.jpg);
	background-repeat: no-repeat;
}

#shopper h2 {
	font-size: 1.4em;
	color: orange;
	padding:0 0 0 10px;
	
}

#shopper p {
	font-size: 0.8em;
	line-height: 1.4em;
	padding:0 140px 0 10px;
}


/************************************************ Extras non specific ************************************************/


#couponhom {
	display:block;
	width: 231px;
	height: 220px;
	padding: 0;
	margin: 0 45px 0 45px;
}

#couponhom a {
	background: url("../images/coupons_button_roll.jpg") 0 0 no-repeat;
	text-decoration: none;
	width: 231px;
	height: 79px;
	display:block;
}

#couponhom a:hover {
	width: 231px;
	height: 79px;
	display:block;
	background-position: 0 -79px;
}


img.alignleft {
	margin: 10px 10px 10px 10px;
	float: left  }
	
img.alignright {
	margin: 10px 10px 10px 10px;
	float: right; }
	
img.centercontent {
	margin: 10px 10px 10px 75px; }

#behindfla {
	background-image: url("../images/hpss-back-nonflash.jpg");
	background-repeat: no-repeat;
	width: 350px;
	height: 350px;
}

#locmap {
	border: solid 1px #9bb83b;
	padding: 5px;
	width: 386px;
}

#locmaplink {
	font-size: 1em;
	text-align: center;
	padding: 10px;
	width: 386px;
}

#locmaplink a {
	color: #993333;
	text-decoration: none;
}
#locmaplink a:hover {
	color: #996633;
	text-decoration: none;
}

.floatleft {
	float: left;
}


/************************************************ Footer ************************************************/

#hrule {
	margin: 20px 0 20px 0;
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 0;	
}

#footer p.left {
	font-size: 0.9em;
	float: left;	
}
#footer p.right {
	font-size: 0.9em;
	float: right;	
}

/************************************************ Contact Form ************************************************/

#contactform {
	width: 600px;
	display: block;
}

#twocolspread h2 {
	font-size: 1.4em;
	color: #993333;
	padding: 0 15px 0 0px;
}

/************************************************ Shopping Cart Page ************************************************/


#scartback {
	/*background-image: url("../images/pgimages/scart-larg-img.jpg");
	background-repeat: no-repeat;*/
	height: 440px;
}
#scart2 {
	text-align: center;
}

.blacktxt {
	color: #000;
}
