/* UnitedSupermarkets Screen CSS  - 20050330*/

/* Overarching Tag Rules */

body 
{	
	background: #fff;
	margin: 0;
	padding: 0;
	font: 11pt "Lucida Grande", Verdana, Arial, sans-serif;
	color: #000;
	
}

/*IE 5 bad dog!!!*/
/*These global selectors exist to overwrite IE 5's font rendering issues '*/
p, td, ul, ol, li, br 
{
	font: 11pt "Lucida Grande", Verdana, Arial, sans-serif;
	color: inherit;
}

img, div, td, table, form, br
{
	border: 0;
	margin: 0;
	padding: 0;
}

td 
{ 
	vertical-align: top;
}


h1 
{
	font: bold 18pt "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0 0 18px 0;
}


h2 
{
	font: bold 16pt "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0 0 16px 0;
}

h3
{
	font: bold 14pt "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0 0 14px 0;
}

h4, h5, h6 
{
	font: bold 11pt "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0 0 12px 0;
}

a:link 
{ 
	color: #E13620;
	text-decoration: underline;
}

a:visited 
{ 
	color: #CC2A15;
	text-decoration: underline;
}

a:hover 
{ 
	color: #E13620; 
	text-decoration: none;
}

a:active 
{ 
	color: #F00;
	text-decoration: none;
}

strong 
{
	font-weight: bold;
}

em 
{
	font-style: italic;
}

.disclaimer { font-size: 9pt; }

p
{
	margin: 0 0 12px 0;
}

div.sp
{
	clear: both;
}

/* Layout */

#container
{
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header
{
	
}

#header h1
{
	font-size: 16pt;
	border-bottom: 3px solid #000;	
}

#header h1 a
{
	color: #000;
	text-decoration: none;
}

#header h1 span
{
	/*display: none;*/
}

#locator
{
	display: none;
}

#locator span.desc
{
	
}

#locator span.desc span
{
	/*display: none;*/
}

#locator a.over
{
	
}

#locator #zip
{
	width: 80px;
	height: 15px;
	margin: 11px 8px 0 23px;
}

#locator #go
{
	margin: 11px 0 0 0;
	padding: 0;
	border: 0;
}

/* Content Layout */

#content
{
	
}

#main
{
	
}

#main h2
{
	
}

#main h3
{
	
}

#main h2 span, #main h3 span
{
	
}

#main div.ts
{
	
}

#content div.mbs
{
	
}


#nav
{
	display: none;
}

#nav ul
{ 
	
}

#nav li
{ 
	
}

#nav li a
{
	
}

#nav li#our_stores a
{
	width:85px;
	background-image: url("/images/nav/our_stores.gif");
}

#nav li#about_us a
{
	width:75px;
	background-image: url("/images/nav/about_us.gif");
}

#nav li#specials a
{
	width:142px;
	background-image: url("/images/nav/specials.gif");
}

#nav li#order_online a
{
	width:104px;
	background-image: url("/images/nav/order_online.gif");
}

#nav li#recipes a
{
	width:64px;
	background-image: url("/images/nav/recipes.gif");
}

#nav li#living_well a
{
	width:88px;
	background-image: url("/images/nav/living_well.gif");
}

#nav li#community_inv a
{
	width:168px;
	background-image: url("/images/nav/community_inv.gif");
}

#nav li a:hover
{ background-position: 0 -23px; }

#nav li a#active
{ background-position: 0 -23px; }

#nav li a span { display: none; }

#subnav
{
	display: none;
}

#subnav ul
{ 
	
}

#subnav li
{ 
	
}

#subnav li a
{
	
}

#subnav li a:hover
{ background-position: 0 -20px; }

#subnav li a#active
{ background-position: 0 -20px; }

#subnav li a span { display: none; }



#footer
{
	display: none;
}

#footer ul
{ 
	
}

#footer li
{ 
	
}

#footer li a
{
	
}

#footer li#home a 
{
	width:44px;
	background: url("/images/footer/home.gif") no-repeat;
}

#footer li#site_map a 
{
	width:59px;
	background: url("/images/footer/site_map.gif") no-repeat;
}

#footer li#contact_us a 
{
	width:78px;
	background: url("/images/footer/contact_us.gif") no-repeat;
}

#footer li#careers a 
{
	width:60px;
	background: url("/images/footer/careers.gif") no-repeat;
}

#footer li#faqs a 
{
	width:41px;
	background: url("/images/footer/faqs.gif") no-repeat;
}

#footer li#legal a 
{
	width:106px;
	background: url("/images/footer/legal.gif") no-repeat;
}

#footer li#privacy_policy a 
{
	width:95px;
	background: url("/images/footer/privacy_policy.gif") no-repeat;
}

#footer li a span { display: none; }




