@charset "UTF-8";

html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 100%;
}

body {
	font-family: Tahoma, Verdana, Arial,  Helvetica, Geneva, san-serif;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 75%;
	
}

h1 {
	font-size: 1.625em;
	line-height: 2em;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-size: 1.1em;
	line-height: 2em;
	color: #990000;
	margin: 0em;
	padding: .5em 0em 0em;
	text-align: left;
}

h3 {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666;
	margin: 0em;
	text-align: left;
	font-weight: normal;
	padding-top: 0.4em;
	padding-right: 0em;
	padding-bottom: .4em;
	padding-left: 0em;
}
h4 {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #990000;
	margin: 0em;
	text-align: left;
	font-weight: bold;
	padding-top: .5em;
	padding-right: 0em;
	padding-bottom: 0em;
	/*padding-left: 6em;*/
}
h5 {
	font-size: 0.7em;
	line-height: 1.3em;
	color: #990000;
	margin: 0em;
	text-align: left;
	font-weight: bold;
	padding-top: .5em;
	padding-right: 0em;
	padding-bottom: 0em;
	/*padding-left: 6em;*/
}
p {
	line-height: 1.7em;
	font-size:.9em;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px .5em;
	text-align: left;
}
br {
	clear: both;
}
.dropcap {
	float:left;
	color:#990000;
	font-size:100px;
	height:2.7em;
	margin-top:0px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
} 

.dropthecap{
	float:left;
	color:#990000;
	padding-top:0.3em;
	font-size:6.3em;
	height:1em;
	font-weight:normal;
	font-family: Times, serif, Georgia;
	padding-right: 1px;
} 


li {
	list-style-type: none;
	font-size: .9em;
	line-height: 1.8em;
}
p.intro {
	font-style: italic;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
a:link  {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-width: 0px;
	border-style: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;	
}

a:hover, a:active {
	color: #993300;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

img, img a:link, img a:hover, img a:visited {
	text-decoration: none;
	border-style: none;}
	
table {
	font-size: 1em;
}
#outerwrapper {
	/*	text-align: center;
*/	width: 950px;
	position: relative;
	margin: 20px auto 0px;
	height:auto !important;
	min-height:675px;
	height: 675px;
	z-index: 3;
	background-color: #FFFFFF;
	padding: 0px;
	border-top: none;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	text-align: left;
	/*float: both;*/
	}
	
.rightAlign {
	text-align: right;
}

.leftAlign {
	text-align: left;
	padding-left: 10px;
	width: auto;
}

.clear {
	clear: both;
}

.red {
	cursor: pointer;  hand-shaped cursor 
	cursor: hand;
	color:#990000;
	font-weight:normal;
	padding: 0px;
	overflow: visible;
	margin: 0px;
}
	
/******************this is TOP NAV********************/

#logoBar {
	text-align: left;
	height: 113px;
	width: 950px;
	position: relative;
	left: 0px;
	top: -15px;
	margin: 0px;
	z-index: 5;
	padding: 0px;
	/*clear: both;
	float: none;*/
	}
	
#topmenu {
	left: 278px;
	top: 69px;
	letter-spacing: 0.15em;
	z-index: 100;
	width: 670px;
	height: 30px;
	padding: 0px;
	margin: 3px 0px 0px;
	/*	display: block;
*/	list-style-type: none;
	position: absolute;
}
#topmenu  ul{
	padding: 0px;
	overflow: visible;
	margin: 0px;
	text-align: center;
	
	}
#topmenu  li{
	list-style-type: none;
	margin: 0px;
	display: block;
	font-size: .8em;
	padding: 0px 1em;
	line-height: 1.2em;
	font-weight: normal;
	float: right;
	text-transform: uppercase;
	border-left: 1px solid #CC3333;
	width: auto;
	}
#topmenu  li a:link {
	text-decoration: none;
/*	width: auto;
*/	text-align: center;
	/*padding-top: 2px;
	padding-right: 3px;
	padding-left: 2px;*/
	color: #FFCC00;
	border:none;
	font-weight: normal;
	text-align: center;
}
#topmenu  li a:visited {
	text-decoration: none;
	color: #FFCC00;
	border:none;
	font-weight: normal;
}
#topmenu li a:hover, #topmenu li a.current{
	color: #fff;
	text-decoration: none;
	/*display: inline;*/
	border:none;
	font-weight: normal;
}

#cart {
	left:860px;
	top:15px;
	width:68px;
	height:auto;
	z-index:6;
	float: right;
	position: absolute;
}
#cart a{
	border:none;
}



/****************this is BOTTOM NAV********************/
#nav {
	text-align: center;
	margin: 0px;
	padding: 0px 6px 0px 1px;
	width: 943px;
	left: 0;
	z-index: 9;
	display: inline;
	height: 15px;
	position: absolute;
	bottom: -24px;
}
#nav ul {
	display: inline;
}
#nav li {
	display: inline;
	width: auto;
	padding-right: 3em;
	padding-left: 3em;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#nav a:link {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	border: none;
}

#nav a:visited {
	text-decoration: none;
	color: #990000;
	border: none;
	font-weight: normal;
	
	
}
#nav a:hover {
	color: #666666;
	font-weight: normal;
	border: none;
	
}


/*********this is COOKIE IMAGE NAV********************/

#navcookie {
	margin: 0px;
	padding: 0px;
	width: 900px;
	position: relative;
	top: 0px;
	z-index: 9;
	height: 100px;
	left: 19px;
}


ul#pn {
	list-style: none;
	width:900px;
	padding: 0;
	height:100px;
	/*	float: left;
*/	margin: 0;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
/*	position: absolute;
*/}
ul#pn a {
	display: block;
	width: 100px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: none;
	text-decoration: none;
}
ul#pn a img{
	border-width: 0px;
	border-style: none;
}


/****************this is GOURMET cookie nav bar*******************/

li#one {
	position: absolute;
	top:5px;
	left: 0;
	width: 100px;
	height:90px;
	padding: 0px;
	background: url(images/navElements.jpg) no-repeat 0 0px;
	margin: 0px;
}
li#two {
	position: absolute;
	top:5px;
	left:100px;
	width: 100px;
	height:90px;
	padding: 0px;
	background: url(images/navElements.jpg) no-repeat -100px 0px;
}
li#three {
	position: absolute;
	top: 5px;
	left:200px;
	width: 100px;
	padding: 0px;
	background: url(images/navElements.jpg) no-repeat -200px 0px;
	height: 90px;
	
}
li#four {
	position: absolute;
	top:5px;
	left:300px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	background: url(images/navElements.jpg) no-repeat -300px 0px;
	height: 90px;
}
li#five{
	position: absolute;
	top:5px;
	width: 100px;
	left:400px;
	padding: 0px;
	background: url(images/navElements.jpg) no-repeat -400px 0px;
	height: 90px;
}
li#six {
	position: absolute;
	top:5px;
	width: 100px;
	left:500px;
	padding: 0px;
	background: url(images/navElements.jpg) no-repeat -500px 0px;
	height: 90px;
}
li#seven {
	position: absolute;
	top:5px;
	width: 100px;
	left:600px;
	padding: 0px;
	background: url(images/navElements.jpg) no-repeat -600px 0px;
	height: 90px;
}
li#eight {
	position: absolute;
	top:5px;
	width: 100px;
	left:700px;
	padding: 0px;
	background: url(images/navElements.jpg) no-repeat -700px 0px;
	height: 90px;
}
li#nine {
	position: absolute;
	top:5px;
	width: 100px;
	left:800px;
	padding: 0px;
	background: url(images/navElements.jpg) no-repeat -800px 0px;
	height: 90px;
}
li#ten {
	position: absolute;
	top:5px;
	width: 75px;
	left:675px;
	padding: 0px;
	background: url(images/navElements.jpg) no-repeat -900px 0px;
}

li#one a:hover, li#one.active a {background: url(images/navElements.jpg) no-repeat 0 -134px;}
li#two a:hover, li#two.active a { background: url(images/navElements.jpg) no-repeat -100px -134px;}
li#three a:hover, li#three.active a { background: url(images/navElements.jpg) no-repeat -200px -134px;}
li#four a:hover, li#four.active a { background: url(images/navElements.jpg) no-repeat -300px -134px;}
li#five a:hover, li#five.active a { background: url(images/navElements.jpg) no-repeat -400px -134px;}
li#six a:hover, li#six.active a { background: url(images/navElements.jpg) no-repeat -500px -134px;}
li#seven a:hover, li#seven.active a { background: url(images/navElements.jpg) no-repeat -600px -134px;}
li#eight a:hover, li#eight.active a { background: url(images/navElements.jpg) no-repeat -700px -134px;}
li#nine a:hover, li#nine.active a { background: url(images/navElements.jpg) no-repeat -800px -134px;}
li#ten a:hover, li#ten.active a { background: url(images/navElements.jpg) no-repeat -900px -134px;}



/*****************this is holiday sugar cookie nav bar*****************/

li#one2 {
	position: absolute;
	top:5px;
	left: 90px;
	width: 100px;
	height:90px;
	padding: 0px;
	background: url(images/navElementsHolidaySugar.jpg) no-repeat 0 0px;
	margin: 0px;
}
li#two2 {
	position: absolute;
	top:5px;
	left:250px;
	width: 100px;
	height:90px;
	padding: 0px;
	background: url(images/navElementsHolidaySugar.jpg) no-repeat -100px 0px;
}
li#three2 {
	position: absolute;
	top: 5px;
	left:410px;
	width: 100px;
	padding: 0px;
	background: url(images/navElementsHolidaySugar.jpg) no-repeat -200px 0px;
	height: 90px;
	
}
li#four2 {
	position: absolute;
	top:5px;
	left:590px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	background: url(images/navElementsHolidaySugar.jpg) no-repeat -300px 0px;
	height: 90px;
}

li#five2 {
	position: absolute;
	top:5px;
	left:750px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	background: url(images/navElementsHolidaySugar.jpg) no-repeat -400px 0px;
	height: 90px;
}
li#one2 a:hover, li#one2.active a { background: url(images/navElementsHolidaySugar.jpg) no-repeat 0 -134px;}
li#two2 a:hover, li#two2.active a { background: url(images/navElementsHolidaySugar.jpg) no-repeat -100px -134px;}
li#three2 a:hover, li#three2.active a { background: url(images/navElementsHolidaySugar.jpg) no-repeat -200px -134px;}
li#four2 a:hover, li#four2.active a { background: url(images/navElementsHolidaySugar.jpg) no-repeat -300px -134px;}
li#five2 a:hover, li#five2.active a { background: url(images/navElementsHolidaySugar.jpg) no-repeat -400px -134px;}



/*li#one2 {
	position: absolute;
	top:5px;
	left: 0;
	width: 100px;
	height:90px;
	padding: 0px;
	background: url(images/navElements2.jpg) no-repeat 0 0px;
	margin: 0px;
}
li#two2 {
	position: absolute;
	top:5px;
	left:100px;
	width: 100px;
	height:90px;
	padding: 0px;
	background: url(images/navElements2.jpg) no-repeat -100px 0px;
}
li#three2 {
	position: absolute;
	top: 5px;
	left:200px;
	width: 100px;
	padding: 0px;
	background: url(images/navElements2.jpg) no-repeat -200px 0px;
	height: 90px;
	
}
li#four2 {
	position: absolute;
	top:5px;
	left:300px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	background: url(images/navElements2.jpg) no-repeat -300px 0px;
	height: 90px;
}
li#five2 {
	position: absolute;
	top:5px;
	width: 100px;
	left:400px;
	padding: 0px;
	background: url(images/navElements2.jpg) no-repeat -400px 0px;
	height: 90px;
}
li#six2 {
	position: absolute;
	top:5px;
	width: 100px;
	left:500px;
	padding: 0px;
	background: url(images/navElements2.jpg) no-repeat -500px 0px;
	height: 90px;
}
li#seven2 {
	position: absolute;
	top:5px;
	width: 100px;
	left:600px;
	padding: 0px;
	background: url(images/navElements2.jpg) no-repeat -600px 0px;
	height: 90px;
}
li#eight2 {
	position: absolute;
	top:5px;
	width: 100px;
	left:700px;
	padding: 0px;
	background: url(images/navElements2.jpg) no-repeat -700px 0px;
	height: 90px;
}
li#nine2 {
	position: absolute;
	top:5px;
	width: 100px;
	left:800px;
	padding: 0px;
	background: url(images/navElements2.jpg) no-repeat -800px 0px;
	height: 90px;
}
li#ten2 {
	position: absolute;
	top:5px;
	width: 75px;
	left:675px;
	padding: 0px;
	background: url(images/navElements2.jpg) no-repeat -900px 0px;*/
/*}

li#one2 a:hover, li#one2.active a {background: url(images/navElements2.jpg) no-repeat 0 -134px;}
li#two2 a:hover, li#two2.active a { background: url(images/navElements2.jpg) no-repeat -100px -134px;}
li#three2 a:hover, li#three2.active a { background: url(images/navElements2.jpg) no-repeat -200px -134px;}
li#four2 a:hover, li#four2.active a { background: url(images/navElements2.jpg) no-repeat -300px -134px;}
li#five2 a:hover, li#five2.active a { background: url(images/navElements2.jpg) no-repeat -400px -134px;}
li#six2 a:hover, li#six2.active a { background: url(images/navElements2.jpg) no-repeat -500px -134px;}
li#seven2 a:hover, li#seven2.active a { background: url(images/navElements2.jpg) no-repeat -600px -134px;}
li#eight2 a:hover, li#eight2.active a { background: url(images/navElements2.jpg) no-repeat -700px -134px;}
li#nine2 a:hover, li#nine2.active a { background: url(images/navElements2.jpg) no-repeat -800px -134px;}
li#ten2 a:hover, li#ten2.active a { background: url(images/navElements2.jpg) no-repeat -900px -134px;}

*/


/******************this is MUFFIN  nav bar*******************/



/*li#one3 {
	position: absolute;
	top:5px;
	left: 50px;
	width: 100px;
	height:90px;
	padding: 0px;
	background: url(images/navElements3.jpg) no-repeat 0 0px;
	margin: 0px;
}
li#two3 {
	position: absolute;
	top:5px;
	left:223px;
	width: 100px;
	height:90px;
	padding: 0px;
	background: url(images/navElements3.jpg) no-repeat -100px 0px;
}
li#three3 {
	position: absolute;
	top: 5px;
	left:384px;
	width: 100px;
	padding: 0px;
	background: url(images/navElements3.jpg) no-repeat -200px 0px;
	height: 90px;
	
}
li#four3 {
	position: absolute;
	top:5px;
	left:565px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	background: url(images/navElements3.jpg) no-repeat -300px 0px;
	height: 90px;
}
li#five3 {
	position: absolute;
	top:5px;
	width: 100px;
	left:740px;
	padding: 0px;
	background: url(images/navElements3.jpg) no-repeat -400px 0px;
	height: 90px;
}
li#six3 {
	position: absolute;
	top:5px;
	width: 100px;
	left:500px;
	padding: 0px;
	background: url(images/navElements3.jpg) no-repeat -500px 0px;
	height: 90px;
}
li#seven3 {
	position: absolute;
	top:5px;
	width: 100px;
	left:600px;
	padding: 0px;
	background: url(images/navElements3.jpg) no-repeat -600px 0px;
	height: 90px;
}
li#eight3 {
	position: absolute;
	top:5px;
	width: 100px;
	left:700px;
	padding: 0px;
	background: url(images/navElements3.jpg) no-repeat -700px 0px;
	height: 90px;
}
li#nine3 {
	position: absolute;
	top:5px;
	width: 100px;
	left:800px;
	padding: 0px;
	background: url(images/navElements3.jpg) no-repeat -800px 0px;
	height: 90px;
}
li#ten3 {
	position: absolute;
	top:5px;
	width: 75px;
	left:675px;
	padding: 0px;
	background: url(images/navElements3.jpg) no-repeat -900px 0px;
}
li#one3 a:hover, li#one3.active a {background: url(images/navElements3.jpg) no-repeat 0 -134px;}
li#two3 a:hover, li#two3.active a { background: url(images/navElements3.jpg) no-repeat -100px -134px;}
li#three3 a:hover, li#three3.active a { background: url(images/navElements3.jpg) no-repeat -200px -134px;}
li#four3 a:hover, li#four3.active a { background: url(images/navElements3.jpg) no-repeat -300px -134px;}
li#five3 a:hover, li#five3.active a { background: url(images/navElements3.jpg) no-repeat -400px -134px;}
li#six3 a:hover, li#six3.active a { background: url(images/navElements3.jpg) no-repeat -500px -134px;}
li#seven3 a:hover, li#seven3.active a { background: url(images/navElements3.jpg) no-repeat -600px -134px;}
li#eight3 a:hover, li#eight3.active a { background: url(images/navElements3.jpg) no-repeat -700px -134px;}
li#nine3 a:hover, li#nine3.active a { background: url(images/navElements3.jpg) no-repeat -800px -134px;}
li#ten3 a:hover, li#ten3.active a { background: url(images/navElements3.jpg) no-repeat -900px -134px;}*/






/******************this is BROWNIE/Blondie/Biscotti  nav bar****************/



li#one4 {
	position: absolute;
	top:5px;
	left: 120px;
	width: 100px;
	height:90px;
	padding: 0px;
	background: url(images/navElementsBrownie_Bisc.jpg) no-repeat 0 0px;
	margin: 0px;
}
li#two4 {
	position: absolute;
	top:5px;
	left:320px;
	width: 100px;
	height:90px;
	padding: 0px;
	background: url(images/navElementsBrownie_Bisc.jpg) no-repeat -100px 0px;
}
li#three4 {
	position: absolute;
	top: 5px;
	left:510px;
	width: 100px;
	padding: 0px;
	background: url(images/navElementsBrownie_Bisc.jpg) no-repeat -200px 0px;
	height: 90px;
	
}
li#four4 {
	position: absolute;
	top:5px;
	left:690px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	background: url(images/navElementsBrownie_Bisc.jpg) no-repeat -300px 0px;
	height: 90px;
}


li#one4 a:hover, li#one4.active a { background: url(images/navElementsBrownie_Bisc.jpg) no-repeat 0 -134px;}
li#two4 a:hover, li#two4.active a { background: url(images/navElementsBrownie_Bisc.jpg) no-repeat -100px -134px;}
li#three4 a:hover, li#three4.active a { background: url(images/navElementsBrownie_Bisc.jpg) no-repeat -200px -134px;}
li#four4 a:hover, li#four4.active a { background: url(images/navElementsBrownie_Bisc.jpg) no-repeat -300px -134px;}





/**********************this is gifting  nav bar***************/


li#one5 {
	position: absolute;
	top:5px;
	left: 90px;
	width: 100px;
	height:90px;
	padding: 0px;
	background: url(images/navElementsgift.jpg) no-repeat 0 0px;
	margin: 0px;
}
li#two5 {
	position: absolute;
	top:5px;
	left:250px;
	width: 100px;
	height:90px;
	padding: 0px;
	background: url(images/navElementsgift.jpg) no-repeat -100px 0px;
	background-image: url(images/navElementsgift.jpg);
}
li#three5 {
	position: absolute;
	top: 5px;
	left:410px;
	width: 100px;
	padding: 0px;
	background: url(images/navElementsgift.jpg) no-repeat -200px 0px;
	height: 90px;
	
}
li#four5 {
	position: absolute;
	top:5px;
	left:590px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	background: url(images/navElementsgift.jpg) no-repeat -300px 0px;
	height: 90px;
}

li#five5 {
	position: absolute;
	top:5px;
	left:750px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	background: url(images/navElementsgift.jpg) no-repeat -400px 0px;
	height: 90px;
}
li#one5 a:hover, li#one5.active a { background: url(images/navElementsgift.jpg) no-repeat 0 -134px;}
li#two5 a:hover, li#two5.active a { background: url(images/navElementsgift.jpg) no-repeat -100px -134px;}
li#three5 a:hover, li#three5.active a { background: url(images/navElementsgift.jpg) no-repeat -200px -134px;}
li#four5 a:hover, li#four5.active a { background: url(images/navElementsgift.jpg) no-repeat -300px -134px;}
li#five5 a:hover, li#five5.active a { background: url(images/navElementsgift.jpg) no-repeat -400px -134px;}

/*#spacer {
	height: 100px;
	width: 100%;
	position: relative;
}*/



/******************** HOME PAGE ********************/

#homePhoto {
	width: 950px;
	position: absolute;
	left: 0px;
	top: 165px;
	height: auto;
	z-index: 2;
}
#homePhoto2 {
	width: 950px;
	position: absolute;
	left: 0px;
	top: 175px;
	height: auto;
	z-index: 2;
}
#homeHeadline {
	left: 37px;
	top: 149px;
	text-align: left;
	position: absolute;
	width: 425px;
	height: auto;
	z-index: 10;
}

#homeText {
	left: 115px;
	top: 216px;
	text-align: left;
	position: absolute;
	width: 418px;
	height: auto;
	z-index: 9;
}
#HomeSub1 {
	position: absolute;
	height: auto;
	width: 163px;
	left: 766px;
	top: 134px;
}
#HomeSub2 {
	position: absolute;
	height: 42px;
	width: 196px;
	left: 714px;
	top: 595px;
	z-index: 10;
}
#HomeSub1 a img{
	border-width: 0px;
	border-style: none;
}

#emailbar {
	position: absolute;
	height: 25px;
	width: 948px;
	z-index: 5;
	background: #990000;
	bottom: 0px;
	display: inline;
	left: 0px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 0px;
}
/*emailbar p {
	text-align: right;
	display: inline;
	font-size: 0.7em;
	color: #CCCC99;
}*/
#emailbar form {
	height: 21px;
	width: 800px;
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#emailbar form label {
	color: #FEDD05;
	margin: 0px;
	width: auto;
	text-align: left;
	font-size: .8em;
	letter-spacing: .1em;
	padding-right: 3px;
}
#emailbar form input {
	padding-right: 0px;
	padding-left: 4px;
	text-align: left;
	display: inline;
}



/******************** INDIVIDUAL COOKIE PAGES ********************/
#hero {
	width: 450px;
	left: 50px;
	top: 215px;
	height: auto;
	position: absolute;
/*position: relative;
*/	/*top: 85px;*/
/*	float: left;
*/}

#text {
	width: 370px;
	height: auto;
	margin: 90px 0px 50px 525px;
	z-index: 15;
	position: relative;
}
#form {
	position: relative;
	margin-top: 20px;
	padding: 0px;
	margin-bottom: 20px;
}

#replacement-1 /*container for ADD TO CART button*/{
	width: 100px;
	height: auto;
	margin: 0;
	padding: 10px 0 0;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	position: relative;
	text-align: left;
}

#packageIcon {
	position: absolute;
	height: 135px;
	width: 160px;
	text-align: center;
	z-index: 10;
	background: url(images/packagingThumb.jpg) no-repeat center top;
	margin: 0px 10px 20px 0px;
	float: right;
	bottom: 0px;
	vertical-align: bottom;
	right: 0px;
	padding: 0px;
}
#packageIconType {
	position: absolute;
	bottom: 0px;
}



/******************** GIFTING PAGES ********************/
#heroGifting {
	width: 450px;
	left: 35px;
	top: 216px;
	height: auto;
	position: absolute;
}

#textgifting {
	position: relative;
	width: 375px;
	height: auto;
	margin-bottom: 60px;
	margin-top: 65px;
	margin-left: 555px;
}


/******************** 	ABOUT PAGE ********************/

#textAbout {
	height: auto;
	width: 420px;
	position: relative;
	padding: 0px 20px 0px 30px;
	margin: 0px;
	z-index: 50;
}

#aboutPhoto {
	width: 950px;
	left: 0;
	top: 100px;
	height: 575px;
	position: absolute;
}


/******************** 	CUSTOMER SVC PAGE ********************/

/*SEE CONTACT PAGE FOR THIS CSS
#hero2 {
	width: auto;
	left: 39px;
	top: 120px;
	height: 450px;
	position: absolute;
}
*/

#textCustSvc {
	position: relative;
	width: 500px;
	height:auto;
	margin-bottom: 60px;
	margin-top: 50px;
	margin-left: 400px;
	padding: 0px;
}

#mousetype {
	position: relative;
	height: auto;
	width: 200px;
	bottom: 15px;
	float: right;
	text-decoration: none;
}
#mousetype img  {
	text-decoration: none;
	border-style: none;
}
/*#mousetype img a:link, #mousetype img a:hover, #mousetype img a:visited {
	text-decoration: none;
	border-style: none;
}
*/



/******************** 	CONTACT PAGE ********************/

#hero2 {
	width: auto;
	left: 39px;
	top: 120px;
	height: 450px;
	position: absolute;
}

#textContact {
	position: relative;
	width: 475px;
	height: auto;
	text-align: left;
	z-index: 6;
	padding: 0px;
	margin-bottom: 12px;
}

#contactForm {
	position: relative;
	width: 560px;
	z-index: 8;
	height:auto 
	max-width:560px;
	width:expression(document.body.clientWidth > 560? "560px": "auto" );
	margin: 15px 10px 15px 360px;
	height: auto;
}

#contactForm form {
	position:relative;
	height:auto;
	width: 560px;
	}

#contactForm table {
	position: relative;
	background: #FFFFFF;
	width: 90%;
	margin: 0px;
	padding: 10px 0px 0px;
	height: auto;
	border: none;	/*max-width:560px;
	width:expression(document.body.clientWidth > 560? "560px": "auto" );*/
}
		
#contactForm table caption{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 6px;
	padding-left: 3px;
}

#contactForm table td {
	padding: 0px;
	
}



/******************** COOKIE CUSTOMIZER PAGE ********************/

#customizer {
	position: relative;
	width: 950px;
	/*max-width:950px;
	width:expression(document.body.clientWidth > 950? "950px": "auto" );*/
	height: auto;
	margin: 0px auto 0em;
	padding: 5px 0px /*25px*/;
}
#customizerHeadline {
	width: 900px;
	position: relative;
	left: 25px;
	top: 0px;
	height: auto;
	z-index: 2;
	padding: 0px 25px 15px 0px;
}
#customizer form {
	position:relative;
	height:auto;/*	width: 560px;
*/
}
#customizer table{
	vertical-align: middle;
	text-align: left;
	padding-top: 1em;
	width: auto;
}

#customizer table td{
	vertical-align: middle;
	height: 35px
}

#customizer table caption {
	font-size: 1.1em;
	color: #990000;
	padding-top: 1.25em;
	padding-bottom: .5em;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;	
	}




.redBold {
	color:#990000;
	font-weight:bold;
	padding: 0.5em 0em 0px 0px;
	overflow: visible;
	margin: 0px;
	display: inline-block;
	float: left;
	font-size: 1.1em;
}
div.dough {
	width:96%;
	padding-top: 1em;
	padding-right: 2%;
	padding-left: 2%;
	position: relative;
	height: auto;
	margin: 0px;
	float: left;
	border-top: 1px solid #CCCCCC;
	}
 
div.toppings {
	width:44%;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 4%;
	padding-right: 1%;
	position: relative;
	height: auto;
	margin: 0px;
	float: left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

}
div.glazes  {
	width:18%;
	padding-left: 2%;
	padding-top: 1em;
	position: relative;
	height: auto;
	margin: 0px;
	float: left;
	border-top: 1px solid #CCCCCC;
	
}
div.order  {
	width:28%;
	padding-left: 2%;
	padding-top: 1em;
	position: relative;
	height: auto;
	margin: 0px;
	float: left;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
div.error  {
	width:48%;
	padding-left: 2%;
	padding-top: 1em;
	position: relative;
	height: auto;
	margin: 0px;
	float: left;
	font-weight: bold;
	color: #990000;	
	border-top: 1px solid #CCCCCC;
}

legend.subhead {
	font-size: 1.1em;
	color: #990000;
	padding-top: 0.25em;
	padding-bottom: .5em;
	font-weight: bold;
	}

legend.subhead2 {
	font-size: 1em;
	color: #333333;
	padding-top: 0.25em;
	padding-bottom: 1em;
	font-style: italic;
	}






/********************SHOPPING CART PAGE ********************/

#livecartContainer {
	visibility:visible;
	z-index:400;
	position: relative;
	height: auto;
	width: 920px;
	margin: 15px;
	padding: 0px;
}

#livecartContainer table {
	background: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFCC33;
	border-right: 1px solid #FFCC33;
	border-left: 1px solid #FFCC33;
}
		
#livecartContainer table caption{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 6px;
	padding-left: 3px;
}

#livecartContainer table th {
	background: #FFCC33;
	color: #990000;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
}

#livecartContainer table td {
	padding: 10px;
}

tr.border td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}



/********************ADDRESS PAGE ********************/

/*SEE CONTACT PAGE FOR THIS CSS
#hero2 {
	width: auto;
	left: 39px;
	top: 120px;
	height: 450px;
	position: absolute;
}
*/
#addressContainer {
	visibility:visible;
	z-index:400;
	position: relative;
	height: auto;
	width: 456px;
	margin: 15px 15px 10px 450px;
	padding: 0px;
}

#addressContainer table {
	background: #FFFFFF;
	width: 100%;
	margin: 10px 0px 0px;
	padding: 10px;
	border: 1px solid #FFCC33;
}
	
#addressContainer table caption{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 3px;
}

#addressContainer table td {
	text-align: left;
	padding: 3px;
	margin: 0px;
}



/********************SUMMARY PAGE ********************/	

/*SEE CONTACT PAGE FOR THIS CSS
#hero2 {
	width: auto;
	left: 39px;
	top: 120px;
	height: 450px;
	position: absolute;
}
*/
#summaryContainer {
	visibility:visible;
	z-index:400;
	position: relative;
	height: auto;
	width: 456px;
	margin: 15px 15px 10px 450px;
	padding: 0px;
}

#summaryContainer table {
	background: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFCC33;
}
		
#summaryContainer table caption{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 10px;
}

#summaryContainer table th {
	background: #FFCC33;
	color: #999999;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
}

#summaryContainer table td {
	padding: 10px;
}






/********************IDEAS PAGE ********************/	


#IdeasHeadline {
	left: 34px;
	top: 129px;
	text-align: left;
	position: absolute;
	width: 293px;
	height: auto;
	z-index: 10;
}
#IdeasMain{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #950008;
	position: absolute;
	height: 310px;
	width: 919px;
	left: 15px;
	top: 221px;
	}
#IdeasMainText1 {
	left: 86px;
	top: 15px;
	text-align: left;
	position: absolute;
	width: 344px;
	height: 292px;
	z-index: 9;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #990008;
}

#IdeasMainText2 {
	left: 459px;
	top: -56px;
	text-align: left;
	position: absolute;
	width: 457px;
	height: auto;
	z-index: 9;
}


#IdeasText {
	left: 99px;
	top: 244px;
	text-align: left;
	position: absolute;
	width: 365px;
	height: auto;
	z-index: 9;
}

#IdeasWrap {
	left: 10px;
	top: 551px;
	text-align: left;
	position: absolute;
	width: 370px;
	height: 100px;
	z-index: 7;
	background-color: #CBD7A1;
	margin: 0px;
	padding: 0px;
	border: 2px solid #CBD7A1;
}

#IdeasWrap2 {
	left: 400px;
	top: 551px;
	text-align: left;
	position: absolute;
	width: 357px;
	height: 100px;
	z-index: 7;
	background-color: #CBC2B7;
	margin: 0px;
	padding: 0px;
	border: 2px solid #CBC2B7;
}
#IdeasWrap3 {
	position: absolute;
	height: auto;
	width: 162px;
	left: 785px;
	top: 560px;
}
.IdeasText2 {
	left: 0;
	top: 0;
	text-align: left;
	position: relative;
	max-width: 240px;
	height: auto;
	z-index: 9;
	float: left;
	margin-left: 15px;
	width: auto;
}
.IdeasText3 {
	left: 0;
	top: 0;
	text-align: left;
	position: relative;
	max-width: 300px;
	height: auto;
	z-index: 9;
	float: left;
	width: auto;
}
.IdeasImage2 {
	left: 0;
	top: 0px;
	text-align: left;
	position: relative;
	width: auto;
	height: auto;
	z-index: 9;
	float: left;
	padding: 0px;
	margin: 0px;
}
