html {	font-size:100%;	height:100%;	width: 100%;	/* Get rid of any default margins, which could cause the html and body elements to be larger than the window and trigger scrollbars. */	margin: 0;	padding: 0;		background-image: url(/images/global/bkg_tile.gif);	background-repeat: repeat;}body {	font-size:0.685em;	font-family: Georgia, "Times New Roman", Times, serif;	color: #ffffff;	line-height: 2.0em;	height:100%;	width: 100%;	/* Get rid of any default margins, which could cause the html and body elements to be larger than the window and trigger scrollbars. */	margin: 0;	padding: 0;		background-image: url(/images/global/bkg_tile.gif);	background-repeat: repeat;}div {	font-size: 1.0em;}div div {	font-size: 1.0em;}td {/*	font-size:0.685em;*/	font-size:.85em;	font-family: Georgia, "Times New Roman", Times, serif;	line-height:1.0em;/*	color: #999999;*/	color: #53372d;}.list_abstract {	line-height: 2.0em;	margin-top: .5em;}td td {	font-size: 1.0em;}textarea {	font-size:1.0em;	font-family: Georgia, "Times New Roman", Times, serif;	color: #84766B;	line-height: 2.0em;}td td textarea {	font-size:.9em;	font-family: Georgia, "Times New Roman", Times, serif;	color: #84766B;	line-height: 1.1em;}p.section {	line-height:1.25em;	padding:0px;	margin:0px;}p.paragraph	{	line-height:1.2em;	padding:0px;	margin:0px;}td.editText	{	min-height: 1.5em;}#editlist td {	font-size:0.6em;}a:link		{color: #e66712;text-decoration:none;}a:visited	{color: #e66712;text-decoration:none;}a:active		{color: #e66712;text-decoration:none;}a:hover		{color: #e66712;text-decoration:underline;}a.news:link		{color: #e66712;text-decoration:none;}a.news:visited {color: #9966cc;;text-decoration:none;}a.news:active		{color: #e66712;text-decoration:none;}a.news:hover		{color: #e66712;text-decoration:underline;}a.nounderline:link		{text-decoration:none;}a.nounderline:visited	{text-decoration:none;}a.nounderline:active		{text-decoration:none;}a.nounderline:hover		{text-decoration:none;}a.footer:link		{color: #AA8E72;text-decoration:none;}a.footer:visited	{color: #AA8E72;text-decoration:none;}a.footer:active		{color: #AA8E72;text-decoration:none;}a.footer:hover		{color: #AA8E72;text-decoration:underline;}A.headerNavigation {   color: #e66712; }A.headerNavigation:hover {  color: #e66712;}.bodytext {	font-family: Georgia, "Times New Roman", Times, serif;/*	font-size: 1.1em;*/	font-size: 1.145em;	color: #654337;	line-height: 1.6em;}td.table_text .bodytext {	font-family: Georgia, "Times New Roman", Times, serif;/*	font-size: 1.1em;*/	font-size: .95em;	color: #654337;	line-height: 1.3em;}td.table_text .description {	font-family: Verdana, Arial, Helvetica, sans-serif;/*	font-size: 0.75em;*/	font-size: .69em;	color: #aa8e72;	line-height: 1.3em;}.flavor {	font-family: Verdana, Arial, Helvetica, sans-serif;/*	font-size: 0.9em;*/	font-size: 1.02em;	color: #53372d;	line-height: 14px;}.description {	font-family: Verdana, Arial, Helvetica, sans-serif;/*	font-size: 0.75em;*/	font-size: .81em;	color: #aa8e72;	line-height: 14px;}.subhead {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold;	color: #654337;/*	font-size: .85em;*/	font-size: .8em;}.flavorlist, .flavor_list {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #654337;/*	font-size: 0.9em;*/	font-size: 1.1em;	line-height: 24px;}.flavor_list a {	/*height:50px;*/}.noscale {	font-size: 1.0em;}.homepage {	font-family: Georgia, "Times New Roman", Times, serif;	color: #aa8e72;/*	font-size: 1.2em;*/	font-size: 1.3em;	line-height: 24px;}.fedex {	font-family: Georgia, "Times New Roman", Times, serif;	color: #aa8e72;/*	font-size: 1.1em;*/	font-size: 1.2em;	line-height: 16px;}.footerbig {	color: #d5b28f;	font-family: Verdana, Arial, Helvetica, sans-serif;/*	font-size: 1em;*/	font-size: 1.1em;	line-height: 16px;	position:absolute;	bottom: 0px;}.footermed {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #aa8e72;/*	font-size: 0.9em;*/	font-size: 1.02em;	line-height: 16px;	position:relative;	bottom: 60px;}.footersm {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #aa8e72;/*	font-size: 0.75em;*/	font-size: .85em;	line-height: 16px;	position: absolute;	bottom:-53px;}	div#shim {		visibility: hidden;		width: 100%;		height: 50%;                                                                 /* Bump div#main_wrapper down half the height of the screen. */		margin-top: -360px;		margin-left:auto;                                                            /* Half the height of div#main_wrapper. */		float: left;	}	div#main_wrapper {		width: 832px;		height: 672px;		clear: both;		/*		 * Issue: IE4 doesn't allow a negative margin-top.		 * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.		 * The content will be centered but will crop if the window is not small enough to accommodate it.		 */		 margin-left:auto;		 margin-right:auto;		 padding-top: 32px;		 padding-left: 32px;		 padding-right: 32px;		 padding-bottom: 16px;		position: relative;	/*	top: -356px;*/		top: 0px;		left: -416px;		/* IE4ever Hack: Hide from IE4 **/			position: static;		/** end hack */	}	/*	 * Issue: IE5mac interprets negative values as positive.	 * I haven't figured out a workaround for this yet. The content won't be vertically centered but it won't be messed up by the previous code either.	 */	/* Hide from IE5mac \*//*/		div#shim {			display: none;		}		html, body {			height: auto;		}	/* end hack */				#main {		position: relative;		top: 0px;		left: 0px;	}			#main_background {	position: absolute;	top: 55px;	left: 0px;	width: 832px;	height: 512px;	background-image: url(/images/global/bkg_panel.png);	background-repeat: no-repeat;	z-index: 10;}#navbar {	position: absolute;	top: 128px;	left: 0px;	width: 832px;	height: 32px;	z-index: 24;}#logo {	position: absolute;	top: 0px;	left: 0px;	width: 416px;	height: 128px;	z-index: 24;}#my_cart {	position: absolute;	top: -22px;	left: 760px;	padding-right:0px;	width: 72px;	height: 18px;	z-index: 24;}#footer {	position: absolute;	bottom: -20px;	left: 0px;	width: 512px;	white-space:nowrap;	z-index: 28;}#footer__right {	position: absolute;	bottom: -100px;	right: 0px;	width: 320px;	text-align:right;	z-index: 28;}#edit_list td {	color: #999999;}.editText {	position: relative;}small {	font-size: 1.0em;}/*#footer_right.editText {	position: relative;	bottom:-50px;}#footer_right.admin_edit {	position: relative;	bottom:-250px;	display:none;}*//*span.editText {	display: block;}#interior_footer span.editText {	position: relative;	top:-23px;}#interior_footer span.admin_edit {	position: relative;	top: -16px;}.admin_note {	line-height: 1.1em;}#admin_menu {	position: absolute;	top: 75px;	right: 60px;	height: 16px;	width: 267px;	z-index: 1000;	text-align: right;	color: #431D00;}#admin_menu a:link, #admin_menu a:visited, #admin_menu a:active, #admin_menu a:hover  {	color: #FF0000;	font-weight: normal;}form {	margin: 0px;	padding: 0px;}*//*#nav_about {	position: absolute;	top: 0px;	left: 316px;	width: 103px;	height: 40px;	z-index: 24;}#nav_gallery {	position: absolute;	top: 0px;	left: 479px;	width: 90px;	height: 40px;	z-index: 24;}#nav_details {	position: absolute;	top: 0px;	left: 629px;	width: 89px;	height: 40px;	z-index: 24;}#nav_contact {	position: absolute;	top: 0px;	left: 775px;	width: 94px;	height: 40px;	z-index: 24;}*//*********************** SCROLLERS ***********************//*.root     {    position:relative;	top:		40px;    height:      328px;    width:      528px;    margin:       0px 0px 0px 0px;        }.root p   {    margin:      0px;	margin-bottom: 18px;    }.bar {	position: absolute;	top: 6px;	left: 469px;	width: 2px;	height: 312px;	background-color: #725540;	z-index: 25;}.thumb     {    position:      absolute;    height:      38px;    width:      28px;    left:       10px;	z-index: 26;    }.up, .dn   {    position:      absolute;    left:       10px;    }.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{    border:      0;    }.scrollContainer {     position:      absolute;     left:      0px;     top:      400px;     width:      456px;     height:      328px;     clip:     rect(0 400 328 0);     overflow:      auto; /*    border-top:    2px solid #000000;    border-left:    2px solid #000000;    border-right:    2px solid #686262;    border-bottom:    2px solid #686262;*//*    background:	#431D00;    }.scrollContent {     position:      absolute;     left:      0px;     top:      0px;     width:      400px;     }#main_bullets {	position: absolute;	top: 103px;	left: 288px;	width: 40px;	height: 408px;	background-image: url(/images/global/bullets.gif);	background-repeat: no-repeat;	z-index: 25;}#main_content_wrapper {	position: absolute;	top: 103px;	left: 328px;	width: 528px;	height: 408px;	background-color: #431d00;	z-index: 24;}/*#main_top_left {	position: absolute;	top: 0px;	left: 0px;	width: 20px;	height: 20px;	background-image: url(/images/global/corner_ul.gif);	background-repeat: no-repeat;	z-index: 25;}#main_bottom_left {	position: absolute;	top: 388px;	left: 0px;	width: 20px;	height: 20px;	background-image: url(/images/global/corner_ll.gif);	background-repeat: no-repeat;	z-index: 25;}#main_top_right {	position: absolute;	top: 0px;	left: 508px;	width: 20px;	height: 20px;	background-image: url(/images/global/corner_ur.gif);	background-repeat: no-repeat;	z-index: 25;}#main_bottom_right {	position: absolute;	top: 388px;	left: 508px;	width: 20px;	height: 20px;	background-image: url(/images/global/corner_lr.gif);	background-repeat: no-repeat;	z-index: 25;}#gallery_wrapper {	position: absolute;	top: 0px;	left: 0px;	width: 896px;	height: 600px;	z-index: 22;}#gallery_prev {	position: absolute;	top: 247px;	left: 40px;	width: 36px;	height: 40px;	background-image: url(/images/global/arrow_left.gif);	background-repeat: no-repeat;	z-index: 30;}#gallery_title {	position: absolute;	top: 247px;	left: 76px;	width: 171px;	height: 40px;	z-index: 30;}#gallery_next {	position: absolute;	top: 247px;	left: 247px;	width: 36px;	height: 40px;	background-image: url(/images/global/arrow_right.gif);	background-repeat: no-repeat;	z-index: 30;}#gallery_bullets {	position: absolute;	top: 103px;	left: 283px;	width: 45px;	height: 344px;	z-index: 30;}#gallery_photo {	position: absolute;	top: 103px;	left: 328px;	width: 528px;	height: 344px;	z-index: 30;}.admin_note {	line-height: 1.1em;}#admin_menu {	position: absolute;	top: 75px;	right: 60px;	height: 16px;	width: 267px;	z-index: 1000;	text-align: right;	color: #431D00;}#admin_menu a:link, #admin_menu a:visited, #admin_menu a:active, #admin_menu a:hover  {	color: #FF0000;	font-weight: normal;}form {	margin: 0px;	padding: 0px;}*/