/*=============  CSS RESET  =============*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*=============  /CSS RESET  =============*/


html { height: 100%; }
body {
	font-family: "Trebuchet MS", "Verdana";
	font-size: 13px;
	background: #FFC1DA url('../images/background.jpg') repeat-y center;
	/* url('../images/cookiesYUM2.jpg') */
}
#container {
	width: 962px;
	margin: 0 auto;
}
#main {
	float: left;
	background-color: #FFF;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}

#nav, #footer {
	float: left;
	width: 962px;
	/* width: 100%; */
	background: #FFF url('../images/navBG.jpg') repeat-x;
}
#navitems {
	float: left;
	margin: 7px 0 0 27px;
	width: 650px;
}
#navitems img {
	float: left;
}
#navitems ul {
	float: left;
}
#navitems li {
	float: left;
	background: #FFF url('../images/navItemBG.jpg') repeat-x;
	text-align: center;
	height: 43px;
	font-weight: bold;
}
#navitems a {
	text-decoration: none;
	display: block;
	float: left;
	height: 15px;
	line-height: 15px;
	color: black;
	padding: 10px 10px 10px 30px;
}
#navitems a:hover {
	background-color: #FFC0D9;
}
.homeLink {
	background: url('../images/nav/house.gif') no-repeat center left;
}
.aboutLink {
	background: url('../images/nav/heart.gif') no-repeat center left;
}
.productsLink {
	background: url('../images/nav/star.gif') no-repeat center left;
}
.recipesLink {
	background: url('../images/nav/book.gif') no-repeat center left;
}
.orderLink {
	background: url('../images/nav/cart.gif') no-repeat center left;
}
.contactLink {
	background: url('../images/nav/envelope.gif') no-repeat center left;
}
#leftColumn {
	width: 650px;
	margin: 0 0 0 30px;
	float: left;
	display: inline;
}
#flashLogo {
	width: 260px;
	height: 460px;
	float: left;
	margin: 25px 0 0 0;
	/* border: 1px solid #DDD; */
	text-align: center;
}
#navitems .separator {
	display: block;
	float: left;
	color: #FFC5DC;
	margin-top: 10px;
	text-align: center;
	width: 8px;
}
.primaryTextBlock, .secondaryTextBlock {
	width: 650px;
	padding-top: 12px;
	float: left;
	margin-top: 20px;
}
.primaryTextBlock {
	background: #FDF4EB url('../images/beigeTop.jpg') no-repeat;
	margin-top: 15px;
}
.secondaryTextBlock {
	background: #FFDCE4 url('../images/pinkTop.jpg') no-repeat;
}
.primaryTextContent, .secondaryTextContent {
	width: 610px;
	padding: 0 20px 12px 20px;
	float: left;
}
.primaryTextContent {
	background: #FDF4EB url('../images/beigeBottom.jpg') no-repeat bottom center;
}
.secondaryTextContent {
	background: #FFDCE4 url('../images/pinkBottom.jpg') no-repeat bottom center;
}
#footer {
	color: #888;
	margin: 20px 0 0 0;
	font-size: 0.8em;
	clear: both;
	background-color: #FFF;
	padding: 25px 0 20px 0;
	text-align: left;
}
#footerText {
	margin: 0 0 0 30px;
}
.clear { clear: both; }
.trap { display: none; }

ul.products {
	list-style: circle;
	margin-left:15px;
}
ul.products li {
	margin: 0 0 4px 0;
}

ul.recipe {
	list-style: circle;
	margin-left:15px;
}
ul.recipe li {
	margin: 0 0 4px 0;
}