/*
	Style Sheet Sections:
		1. Global Tags
		2. Global Rules
		3. Template Rules
		4. Header Rules
		5. Content Rules
		6. Table & Hit List Rules
		7. Form Rules
		8. NavBar Rules
		9. SideBar Rules
		10. Footer Rules
*/


/* ==== 1. ==== Global Tags =========================================================================== */

body
{
	color: #333;
	background: url(http://graphics.glensmarkets.com/G/BG_1x500.jpg) repeat-x left top #fff;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
}

p.ServerName
{
	font-size: 8px;
	font-weight: bold;
}

p.ServerName:hover
{
	font-size: 14px;
	font-weight: bold;
}

/* Be Kind to Netscape 4 Hack */
p, td, th, ul, ol, li, di, dl, dt, dd
{
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana, lucida, arial, helvetica, sans-serif;
}

/* Links */
a { color: #369; }
a:link:hover { color: #036; }
a:visited { color: #69c; }


th 
{
	font-weight: bold;
	font-size: 14px;
}

/* Inline Tags */
strong { font-style: bold; }


/* ==== 2. ==== Global Rules ========================================================================== */

.underline
{
text-decoration: underline; }

.ExtraStrong
{
	color: #369;
}

/* Card Login Messages */
.CardMessage
{
	margin: 10px;
	border: 1px solid #369;
	padding: 0;
	background: #e8e8e8;
}

.CardEmphasis { color: #369; }

.Warning { color: #369; }

/* Error */
.DisplayError
{
	margin: 10px;
	border: 1px solid #f00;
	padding: 0;
	background: #eee;
}

.DisplayError h1,
.DisplayError h2,
.DisplayError h3,
.DisplayError h4,
.DisplayError h5,
.DisplayError h6
{
	color: #f00;
	text-shadow: #fff 3px 3px 2px;
}



/* Weekly Ad */
.ShoppingListMessage
{
	margin: 5px;
	border: 1px solid #369;
	padding: 0;
	background: #dddddd;
}


/* ==== 3. ==== Template Rules ======================================================================== */

table.Template,
div.Template
{
	margin: 20px;
	border: 1px solid #369;
	padding: 3px;
	background: #fff;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.Template tr td
{
	margin: 0;
	padding: 0;
}


/* ==== 4. ==== Header Rules ========================================================================== */

.HeaderTitle h1
{
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
	font-size: 36px;
	color: #999;
}

.CardBanner 
{
	margin: 0;
	border: 1px solid #369;
	padding: 3px;
	background: url(http://graphics.glensmarkets.com/GraphicsBackgrounds/BG_Blend_180x60.jpg) no-repeat center top #eee;
}

.CardBanner table tr td 
{
margin: 0;
padding: 0;
font-size: 10px; 

}

.BannerWeeklyAd 
{
	margin: 0;
	border: 1px solid #369;
	padding: 3px;
	background: edf3fe;
}

.BannerWeeklyAd table tr td { font-size: 10px; }



/* ==== 5. ==== Content Rules ========================================================================= */

.FootNote
{
	font-size: 10px;
	font-style: italic;
}

/* ==== 6. ==== Table & Hit List Rules ================================================================ */

/* Green Bar */
.OddRow { background: #eee; }
tr.OddRow td { padding: 5px; }
.EvenRow { background: #fff; }
tr.EvenRow td { padding: 5px; }


/* ==== 7. ==== Form Rules ========================================================================= */

form 
{
	margin: 0;
	border: 0;
	padding: 0;
}

.Button
{
	margin: 0;
	border-bottom: 2px solid #369;
	border-right: 2px solid #369;
	border-left: 2px solid #daf6fd;
	border-top: 2px solid #daf6fd;
	padding: 4px;
	background: #9cf;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.TotalBanner
{
	margin: 0;
	border-bottom: 2px solid #369;
	border-right: 2px solid #369;
	border-left: 2px solid #daf6fd;
	border-top: 2px solid #daf6fd;
	padding: 2px;
	background: #9cf;
}

/* Standard Form */
.StandardForm
{
	margin: 10px;
	border: 1px solid #369;
	padding: 0;
	background: #ddd;
}

.StandardForm h2
{
	margin: 10px;
	margin-bottom: 3px;
	border: 0;
	padding: 0;
}

.StandardForm p
{
	margin: 3px 10px 3px 10px;
	border: 0;
	padding: 0;
}

.StandardForm table
{
	margin: 7px;
	margin-top: 3px;
	border: 0;
	padding: 0;
}

.StandardForm table tr td { padding: 3px; }

.StandardForm input,
.StandardForm textarea,
.StandardForm checkbox,
.StandardForm radio
{
	margin: 0;
	border: 1px solid #369;
	padding: 2px;
	background: #eee;
}

.StandardForm input:hover,
.StandardForm textarea:hover,
.StandardForm checkbox:hover,
.StandardForm radio:hover
{ border: 1px dashed #333; }

.StandardForm input:focus,
.StandardForm textarea:focus,
.StandardForm checkbox:focus,
.StandardForm radio:focus
{
	border: 1px solid #333;
	background: #fff;
}

.StandardForm select
{
	margin: 0;
	border: 1px solid #369;
	padding: 2px;
	background: #eee;
}

.StandardForm input[type="submit"]
{
	margin: 0;
	border: 1px solid #369;
	padding: 2px;
	background: #ccc;
	font-weight: bold;
}

.StandardForm input[type="submit"]:hover
{
	margin: 0;
	border: 1px solid #369;
	padding: 2px;
	background: #eee;
	color: #000;
	font-weight: bold;
}



.StandardForm strong
{
	padding-left: 10px;
	padding-right: 5px;
}

.FormSectionHeading
{
	margin-top: 5px;
	border-top: 3px solid #ddd;
	font-weight: bolder;
	font-size: 14px;
		color: #369;
	background: #ccc;
}

.CheckboxDescription
{
	font-size: 10px;
}

.StandardConfirm
{
	margin: 10px;
	border: 1px solid #369;
	padding: 0;
	background: #ddd;
}

.StandardConfirm table tr td { padding: 5px; }

.FieldTitle { font-weight: bold; }
span.FieldTitle { padding-left: 10px; }
.FieldNotes { font-size: 10px; }
.SubmitButton { padding: 2px; }

/* Standard Wrapper */

div.StandardWrapper 
{
	margin: 10px;
}

div.StandardWrapper div.TL
{
	background:#ddd url(http://graphics.glensmarkets.com/Graphics/GrayTopLeft10x10.gif) top left no-repeat;
}

div.StandardWrapper div.TR
{
	background: url(http://graphics.glensmarkets.com/Graphics/GrayTopRight10x10.gif) top right no-repeat;
}

div.StandardWrapper div.BL
{
	background: url(http://graphics.glensmarkets.com/Graphics/GrayBottomLeft10x10.gif) bottom left no-repeat;
}

div.StandardWrapper div.BR
{
	background: url(http://graphics.glensmarkets.com/Graphics/GrayBottomRight10x10.gif) bottom right no-repeat;
}

div.StandardWrapper .First 
{
	margin-top: 0;
	padding-top: 10px;
}

div.StandardWrapper form.StandardForm
{
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
}

div.StandardWrapper form.StandardForm
{
	margin-bottom: 0;
	padding-bottom: 5px;
}

/*The Following provides spaces around form fields (for Newsletter Signups): */
.StandardWrapper table tr td { padding: 5px; padding-top: 0px;}

/* ==== 8. ==== NavBar Rules ========================================================================== */

/***********************
 *  Superfish - START  *
 ***********************/


/*** ESSENTIAL STYLES ***/
.MainNavBar, .MainNavBar * {
	margin:			0;
	padding:		0;
	list-style:		none;
	position: absolute;
	z-index:		2000;	
}
.MainNavBar {
	line-height:	1.0;
}
.MainNavBar ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */

}
.MainNavBar ul li {
	width:			100%;
	position: relative;

}
.MainNavBar li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.MainNavBar li {
	float:			left;
	position:		relative;
}
.MainNavBar a {
	display:		block;
	position:		relative;
}
.MainNavBar li:hover ul,
.MainNavBar li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	position: absolute;

}
ul.MainNavBar li:hover li ul,
ul.MainNavBar li.sfHover li ul {
	top:			-999em;
}
ul.MainNavBar li li:hover ul,
ul.MainNavBar li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.MainNavBar li li:hover li ul,
ul.MainNavBar li li.sfHover li ul {
	top:			-999em;
}
ul.MainNavBar li li li:hover ul,
ul.MainNavBar li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/*** DEMO SKIN ***/
.SiteNavigation
{
	margin-top: 10px;
	background: #369;
	height: 401px;
	
}

.MainNavBar {
	float:			left;
	margin-bottom:	1px;
}
.MainNavBar a {
	border-right:	1px solid #369;
	padding: .5em 1em;
	text-decoration:none;
}

.MainNavBar li li a {
	border-right:	0;
}

.MainNavBar li.Home a {
	padding: 		.60em 1em;
}


/*border-top:		1px solid #f5e9d1;*/

.MainNavBar a, .MainNavBar a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}

.MainNavBar a:hover {
	color:			#fff;
}

.MainNavBar li {
	height: 35px;
	background:		#369;
	position: relative;
	z-index: 12000;
}

.MainNavBar li li {
	background:		#69c;
	position: relative;
	z-index: 16000;
	width: 250px;
}

.MainNavBar li li li {
	background:		#69c;
}



.MainNavBar li:hover, .MainNavBar li.sfHover,
.MainNavBar a:focus, .MainNavBar a:hover, .MainNavBar a:active {
	background:		#036;
	outline:		0;
}


.MainNavBar li:hover, .MainNavBar li.sfHover  {
	background:		#036;
	outline:		0;
	position: relative;
	z-index: 15000;
}



/*** arrows **/
.MainNavBar a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('http://recipes.webstop.com/G_jQuery_Superfish/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.MainNavBar ul .sf-sub-indicator { background-position:  -10px 0; }
.MainNavBar ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.MainNavBar ul a:focus > .sf-sub-indicator,
.MainNavBar ul a:hover > .sf-sub-indicator,
.MainNavBar ul a:active > .sf-sub-indicator,
.MainNavBar ul li:hover > a > .sf-sub-indicator,
.MainNavBar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('http://recipes.webstop.com/G_jQuery_Superfish/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* *** VERTICAL ** */


/*** adding MainNavBar in addition to sf-menu creates a vertical menu ***/
.MainNavBar, .MainNavBar li {
	width:	150px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.MainNavBar li:hover ul,
.MainNavBar li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.MainNavBar .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.MainNavBar a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.MainNavBar a:focus > .sf-sub-indicator,
.MainNavBar a:hover > .sf-sub-indicator,
.MainNavBar a:active > .sf-sub-indicator,
.MainNavBar li:hover > a > .sf-sub-indicator,
.MainNavBar li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


/*********************
 *  Superfish - END  *
 *********************/


/* ==== 9. ==== SideBar Rules ========================================================================= */

.SideIndex
{
	margin: 10px 10px 0 10px;
	border: 1px solid #369;
	border-top: 0;
}

/*
.SideBarBoxHead
{
	margin: 0;
	border: 0; 
	height: 30px;
	width: 150px;
	padding: 5px 0px 0px 0px; 
	font-size: 14px; 
	text-align: center; 
	color: #eee; 
	font-weight: bold; 
	background: url(http://graphics.glensmarkets.com/GraphicsSideBar/SideHdr_150x35.jpg) no-repeat center top;
}
*/

div.SideBarBoxHead
{
	margin: 0;
	margin-top: 10px;
	border: 0;
	padding: 0;
	height: 30px;
	background: url(http://graphics.glensmarkets.com/GraphicsSideBar/SideHdr3_150x35.jpg) no-repeat center top;
}

div.SideBarBoxHead h4,
div.SideBarCard h4
{
	margin: 0;
	border: 0;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	color: #ed0a00; 
	font-weight: bold;
}

div.SideBarBoxHead h4 a,
div.SideBarBoxHead h4 a:visited
{
	color: #ed0a00; 
	text-decoration: none;
}

div.SideBarBoxHead h4 a:hover
{
	color: #cb3b33; 
	text-decoration: underline;
}

div.BoxHeadRecipe
{
	margin: 0;
	margin-top: 10px;
	border: 0;
	padding: 0;
	height: 30px;
	background: url(http://graphics.glensmarkets.com/GraphicsRecipe_Elements/Hdr_202x35.gif) no-repeat center top;
}

.SideBarRecipe
{
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
	background: url(http://graphics.glensmarkets.com/GraphicsRecipe_Elements/Bottom_202x600.gif) no-repeat bottom;
}


img.SideBarNavHeadGraphic
{
	margin: 0;
	border: 0;
	padding: 0;
}

.CardText
{
	font-size: 10px;
	color: #FFF;
}

.SideBarNav
{
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	background: url(http://graphics.glensmarkets.com/GraphicsSideBar/Bottom_150x600.gif) no-repeat center bottom;
}

.SideBarNav p
{
	margin: 10px;
	padding: 0;
}

.SideBarNavFirst,
ul.SideBarNavFirst,
.SideBarNav ul.SideBarNavFirst,
li.SideBarNavFirst,
.SideBarNav ul li.SideBarNavFirst,
p.SideBarNavFirst
{
	margin-top: 0;
}

.SideBarNav ul
{
	margin: 10px 5px 10px 10px;
	border: 0;
	padding: 0;
	list-style-type: none;
}

.SideBarNav ul li
{
	margin: 5px 0 3px 0;
	border: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

.SideBarNav ul li ul,
.SideBarNav ul ul
{
	margin: 3px 5px 10px 10px;
	border: 0;
	padding: 0;
	list-style-type: none;
}

.SideBarNav ul li ul li,
.SideBarNav ul ul li
{
	margin: 3px 0;
	border: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
}

/* SideBar Card Box */
.SideBarCard
{
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	background: url(http://graphics.glensmarkets.com/GraphicsSideBar/Bottom_150x600.gif) no-repeat center bottom;
}

p.SideBarCardFirst
{
	margin-top: 0;

	text-align: center;
}

.SideBarCard ul
{
	margin: 10px 5px 10px 10px;
	border: 0;
	padding: 0;
	list-style-type: none;
}

.SideBarCard ul li
{
	margin: 5px 0 3px 0;
	border: 0;
	padding: 0;
	font-size: 10px;
}

.SideBarCard form
{
	margin: 5px;
	border: 0;
	padding: 0;
	text-align: center;
}

.SideBarCard form input[type="text"],
.SideBarCard form input[type="password"],
.SideBarCard form input[type="image"]
{
	margin: 5px;
	border: 0;
	padding: 0;
	text-align: center;
	display: block;
}

.SideBarCard form input[type="text"],
.SideBarCard form input[type="password"]
{
	border: 1px solid #369;
	padding: 2px;
	width: 120px;
}

.SideBarCard form p
{
	font-size: 10px; 
	text-align: center; 
	margin-bottom: 0;
}

.SideBarLoginEmail { font-size: 10px; }

/* ==== 10. ==== Footer Rules ========================================================================= */

.Footer { clear: both; }

.FooterNavBar
{
	margin: 0;
	border-top: 1px solid #369;
	border-right: 1px solid #369;
	border-bottom: 1px solid #369;
	padding: 10px 5px;
	background: url(http://graphics.glensmarkets.com/GraphicsBackgrounds/BG_Blend_180x60.jpg) no-repeat center top #eee;
	font-size: 10px;
	text-align: center;
}

.FooterNavBar ul
{
	margin: 0;
	border: 0;
	padding: 0;
}

.FooterNavBar ul li
{
	font-size: 10px;
	list-style: none;
	display: inline;
	margin: 0 5px;
	border: 0;
}


.FooterWebstop
{
	background: #ccc;
	margin: 0;
	border-top: 1px solid #369;
	border-right: 1px solid #369;
	padding: 0;
}


.FooterWebstop div
{
	background: #ccc;
	margin: 0;
	border: 1px 1px 0 0 solid #369;
	padding: 5px;
}

.FooterWebstop div p
{
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 9px;
}

.FooterWebstop div p a
{
	font-size: 12px;
	font-weight: bold;
}


/*
good light colors:

blue: edf3fe
gray: e8e8e8

*/
