body
{
	/*background: #fff url('../Img/Master/Backgrounds/bg_generic.jpg') repeat-x top left;*/
	font-family: Georgia, Times New Roman;
	
	
}
div
{
	/*border: 1px solid pink;*/
	}
a
{
	color: #1B8D20;
	text-decoration: none;
	}
a:hover
{
	color: Green;	
	text-decoration: underline;
	}
h1
{
	font-size: 42px;
	color: Black;
	margin: 20px 0 5px 0;
	}
h2
{
	color: #8c1616;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 6px;
	}
	
h3
{
	color: #8c1616;
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 12px;
	margin-right: 20px;
	border-bottom: 1px dotted #8c1616;
	}
h4
{
	font-size: 18px;
	margin: 10px 0 8px 0;
	}
img 
{
	margin: 0;
	}
ul
{
	margin: 0;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 10px;
	}

li
{
	font-size: 15px;	
	line-height: 20px;
	color: #7e794d;
	}
p
{
	margin: 8px 0 8px 0;
	}
p.minor
{
	font-size: 13px;	
	line-height: 16px;
	}
p.intro
{
	font-size: 16px;	
	line-height: 20px;
	}
p.ingredients
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #775033;
	font-size: 11px;	
	line-height: 18px;
	margin-top: 0px;
	margin-right: 20px;
	border-top: dotted 1px #fff;
	border-bottom: dotted 1px #fff;
	}
span.small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 4px;
	}
li.minor, ul.minor li
{
	font-size: 12px;	
	line-height: 15px;
	}
li.minor
{
	margin-top: 5px;
	margin-left: 15px;
	}	
#home-link
{
	position: absolute;
	width: 200px;
	height: 75px;
	cursor: pointer;
	left: 15px;
	top: 45px;
	}
#page
{
	text-align: left;	
	/*background-color: #E9E5C0;*/
	background:  #E9E5C0 url('../Img/Master/Backgrounds/bg_generic.jpg') repeat-x top left;
	}
#header
{
	background: url('../Img/Master/header.jpg') no-repeat top left;	
	height: 172px;	
	}
#header-locations
{
	position: absolute;
	top: 5px;
	right: 15px;
	background: url('../Img/Master/header_locations.png') no-repeat top right;
	width: 404px;
	height: 117px;
	}
#main-navigation
{
	height: 50px;	
	position: absolute;
	top: 143px;
	left: 58px;
	margin: 0;
	}
#main-navigation ul, #main-navigation li
{
	margin: 0;
	}
#main-navigation ul li
{
	list-style-type: none;	
	}
#sub-navigation
{
	position: absolute;
	top: 125px;
	right: 0px;
	width: 204px;
	overflow: hidden;
	
	}
#sub-navigation ul li
{
  list-style-type: none;
  display: list-item;
	}
#main-navigation img, #main-navigation ul, #sub-navigation img, #sub-navigation ul
{
	margin: 0;
	}
#navigation-list li
{
	display: inline;
	}
#page-brand, #content
{
	width: 952px;
	}
#page-brand
{
	/*margin-top: 7px;*/
	padding-top: 7px;
	height: 270px;
	}
#sub-category-image
{
	width: 500px;
	height: 270px;
	float: left;
	}
#sub-category-welcome
{
	width: 300px;
	float: left;
	}
#sub-category-welcome a, #welcome a
{
	color: white;
	text-decoration: underline;
}

#content, #content-area, #welcome,#sub-category-welcome
{
	/*overflow: hidden;*/
	}
#content-area
{
	margin-left: 58px;
	}

/*added msover states 0509 */	
#content-area a, #content-area a:visited  { color: #1B8D20; text-decoration: none; }
#content-area a:hover, #content-area a:visited:hover { color: Green; text-decoration: underline; }

#spacer
{
	display: none;
	}
#footer
{
	text-align: left;
	padding: 20px 0 20px 50px;
	font-size: 11px;
	background-color: white;
	color: #666;
	}
#footer a
{
	text-decoration:none;
	color: #666;
	}
#page
{
	border: 0px solid red;
	float:none;
	min-width: 1000px;/*for when the browser window is down-sized*/
	}
#header
{
	float: none;
	}
#page-brand
{
	float:none;
	border: 0px solid purple;
	}
#content
{
	float:none;
	border: 0px solid blue;
	}
#content-area
{
	border: 0px solid yellow;
	float: none;
	}
#footer
{
	float: none;
	}