@charset "UTF-8";



#PageContainer { /* page container holds all page content */
background-color: #E2F0F4; /* background colour of section, header colour may differ */
background-image:url(/images/section_background/shopping_bl_corner.gif);
}


#SectionHeader { /* these styles very from section to section */
background-color: #A3DCE6; /* background colour for home page */
/* cornner image top right */
background-image:url(/images/section_head/shopping_sh_tr_corner.gif);

}

/*******************************************************************************

SECTION STYLES / SECTION TEXT STYLES 

 *******************************************************************************/



#SectionIntro p {
color:#8A8A8A; /* colour changes from secton to section */
}

#SectionIntro a {
color:#79AFB8; /* colour changes from secton to section */
text-decoration:underline;
}

#SectionIntro .highlight {
color:#A3DCE6; /* colour changes from secton to section */
}

/*******************************************************************************

Secondary Nav STYLES

 *******************************************************************************/



ul.SecondaryNav {
background-color:#E5E6E8; /* colour changes from secton to section */
}


ul.SecondaryNav a
{
color: #8A8A8A; /* colour changes from secton to section */
}
ul.SecondaryNav a.contact {
background-image:url(/images/secondary_nav/shopping_icon_contact.gif); /* image changes from secton to section */

}
ul.SecondaryNav a.locate {
background-image:url(/images/secondary_nav/shopping_icon_locate.gif); /* image changes from secton to section */

}
ul.SecondaryNav a.info {
background-image:url(/images/secondary_nav/shopping_icon_info.gif); /* image changes from secton to section */

}
ul.SecondaryNav a.subscribe {
background-image:url(/images/secondary_nav/shopping_icon_subcribe.gif); /* image changes from secton to section */

}
/*******************************************************************************

Catering Guide STYLES

 *******************************************************************************/
#OfficeCatering {
margin: 30px 0px 0px 0px;
margin-left:354px;
}
#OfficeCatering p {
font-size: 14px;
line-height: 19px;
color:#A9A8A6; /* colour changes from secton to section */
text-align:justify;
margin-top: 0px;
}

#OfficeCatering a {
color:#8A8A8A; /* colour changes from secton to section */
text-decoration:none;
}
#OfficeCatering a:hover {
color:#79AFB8; /* colour changes from secton to section */
text-decoration:underline;
}


/*******************************************************************************

Directory List STYLES

 *******************************************************************************/

table#directoryList {
margin-top:40px;
}
table#directoryList td {
vertical-align:top;
}
table#directoryList p {
font-size: 11px;
line-height:normal;
margin:0px;
color:#8A8A8A;
}
table#directoryList h1 {
font-size: 21px;
color:#A3DCE6;
font-weight:normal;
margin-bottom: 10px;
}

table#directoryList a {
text-decoration:none;
color:#8A8A8A;
display:block;
margin:0px;
padding:3px;
}

table#directoryList a:hover {
background-color:#A3DCE6;
}
table#directoryList .phonenumber {
float:right;
}
table#directoryList .retailerdetail {
float:left;
}
#directoryList td#weekend {
padding-top: 10px;
}
#directoryList td#weekend p {
text-align:right;
}
#retailerinfo p {
font-size:12px;
line-height:17px;
}
