/* General styles
----------------------------------------------- */

body {
	background: #D2DDD2 url('images/background.gif');
	text-align: center;
	margin:0;
	padding:0;
	font-family: verdana,Arial, Helvetica, sans-serif;
	height:100%;
}

a {
	color: #0082B3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {border:0;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 38px;
	font-size: 1.35em;
	font-weight: normal;
}

h2 {
	color: #069;
	font-family: Arial, Helvetica, sans-serif;
	margin: 6px 0 20px 0;
	font-size: 1.1em;
	font-weight: normal;
}

#Home h2 {
	background: url('images/dotted_horizontal.gif') repeat-x top;
	padding-top: 10px;
	color: #000;
}

h3, p {
	font-size: 0.75em;
}

p {
	line-height: 18px;
}

ul {
	margin:0;
	padding:0;
	list-style: none;
}

li {
	font-size: 0.75em;
	margin:0 0 10px 14px;
	padding:0;
	list-style: disc;
}

#PageContainer {
	width: 721px;
	background: #fff url('images/background_fade.gif') repeat-y;
	margin: 0px auto;
	text-align: left;
	height: 100%;
}

#TopOfFade {
	background: url('images/background_top.gif') no-repeat;
}

#MainPadding {
	padding: 0px 19px 0px 19px;
}

.Right {
	float: right;
}

.Left {
	float: left;
}

.Clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	margin-top: -1px;
}

.top {
	margin-top: 0 !important; 
}

/* Hacks
----------------------------------------------- */
.IEVariousHack {
	position: relative;
}

.IEDoubleMarginHack {
	display: inline;
}

/* Hides from IE5-mac \*/
* html .HollyHack {height: 1%;}
/* End hide from IE5-mac */


/* Lists
----------------------------------------------- */
ul.ListWithBoxArrow {
	margin-top: 30px;
	margin-bottom: 10px;
}
#Home ul.ListWithBoxArrow {
	margin-top: 10px;
	margin-bottom: 20px;
}

ul.ListWithBoxArrow li {
	margin: 0;
	padding-left: 17px;
	list-style: none;
	background: url('images/arrow_box.gif') no-repeat 0px 6px;
	margin-bottom: 10px;
	font-weight: bold;
}
html>body ul.ListWithBoxArrow li { 
	background: url('images/arrow_box.gif') no-repeat 0px 3px;
}


/*  Logo & Tagline
----------------------------------------------- */
#Logo {
	float: left;
	margin: 19px 0 14px 24px;
}

#TagLine {
	float: right;
	margin: 45px 20px 0 0;
}

/*  Top Nav
----------------------------------------------- */
#TopNav {
	background-color: #F5F5F5;
	height: 22px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

#TopNav ul {
	list-style: none;
	margin:0;
	padding:0;
}

#TopNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#TopNav ul li a, #TopNav ul li span  {
	float: left;
	padding: 6px 14px 4px 14px;
	text-decoration: none;
	background: url('images/grey_dotted_vertical.gif') repeat-y top right;
}

#TopNav ul li a:hover {
	background-color: #dfdfdf;
}

#TopNav ul li span  {
	background-color: #fff;
}

/* Content
----------------------------------------------- */

h1 {
	margin:41px 0 17px 0;
}

.Intro {
	width: 500px;
}

.Product {
	border-top: 1px #ccc solid;
	position: relative;
	height: 239px;
}

html>body .Product {
	height: auto;
	min-height: 239px;
	position: relative;
	z-index: 50;
}

.ProductDescription {
	width: 330px;
	position: relative;
	z-index: 50;

}

.ProductDescription h2 {
	margin-top: 24px;

}

.ProductDescription p {
	margin-bottom: 0;
}

.ProductImage {
	position: absolute;
	z-index: 45;
	top: 0;
}

/* Flavoured stuffings
----------------------------------------------- */
.CountryStuffingImage{
	margin-left: 340px;
}

.RedGarlicDescription {
	margin-left: 354px;
}

.AppleMintImage {
	margin-left: 340px;
}

.ApricotCranberryDescription {
	margin-left: 354px;
}

.SageOnionImage {
	margin-left: 354px;
}
		
/* Footer
----------------------------------------------- */

#Footer {
	color: #999;
	border-top: 1px #666 solid;
	padding: 9px 0 40px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 17px 20px 0px 20px;
	text-align: center;
}

#Footer a {
	color: #999;
	text-decoration: underline;
}

.ProductListing #Footer {
	margin-top: 0;
}

/* Homepage
----------------------------------------------- */
#Home #Billboard {
	position: relative;
	z-index: 50;
	background: url('images/horizontal_dotted.gif') repeat-x bottom;
	padding-bottom: 1px;
	margin: 0 20px 0 20px;
}

#Home #MainSlogan {
	position: absolute;
	left: 2px;
	top: 36px;
	z-index: 90;
}

#Home #MainPic {
	position: relative;
	left: 270px;
}

#Home .TwoColumns {
	margin: 0 20px 0 20px;
}

#Home .TwoColumns div.Left, #Home .TwoColumns div.Right {
	width: 328px;
}

