html, body {
	margin: 0; padding: 0;
}

html, body, p, th, td {
	font-family: 'Trebuchet', 'Trebuchet MS', Sans-Serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #BAAD9C;
	background-image: url('/designs/thomasdux09/background.png');
	background-position: top center;
	background-repeat: no-repeat;
}

h1 {
	font-family: 'Courier New', monospace;
	font-size: 24px;
	color: #EE3224;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}

h2 {
	color: #778745;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

strong {
	color: #5B5E51;
}

a {
	color: #778745;
	text-decoration: none;
}

a:hover {
	color: #99CC66;
}

a img {
	border: none;
}

ul {
	list-style-image:url(/designs/thomasdux09/bullet.png);	
}

ul, ol {
	margin-left: 0;
	padding-left: 20px;
	padding-top: 10px;
}

th, td {
	vertical-align: top;
}

.back {
	color: #000000;
	z-index: 10;
	position: absolute;
}

/* FORM-TABLES */

form table th {
	text-align: left;
}

/* MISC */

.floating {
	position: absolute;
	z-index: 55;
}

.floating.recipes {
	left: 770px;
	bottom: 0;
}

.printonly {
	display: none;
}

.clickable {
	cursor: pointer;
}

div.notavailable {
	margin-top: 20px;
	text-align: center;
}

ul.errors {
	color: #990000;
	list-style: none;
	list-style-image: none;
}

.video object {
	margin-left: auto;
	margin-right: auto;
}

/* POPUP */

.popup {
	top: 150px;
	z-index: 100;
	width: 462px;
	height: 323px;
}

.popup .inner {
	background-image: url(/designs/thomasdux09/background-popup.png);
	width: 462px;
	height: 323px;
	position: absolute;
}

.popup .scroll-content {
	height: 260px;
	left: 20px;
	position: absolute;
	top: 30px;
	width: 420px;
	font-size: 11px;
}

.popup .scroll-bar {
	height: 280px;
	right: 10px;
	top: 10px;
}

.popup .close {
	background-image:url(/designs/thomasdux09/photogallery-close.png);
	height:8px;
	position:absolute;
	right:15px;
	top:18px;
	width:39px;
	cursor: pointer;
}

.popup iframe {
	width: 430px;
	height: 265px;
	border: 0;
}

/* PAGE LAYOUT */

#page {
	border-top: 1px solid transparent;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 690px;
	margin-top: 0px;
	top: 0;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 103px;
	background-color: #47463d;
	margin: 0px;
}

#header-shade {
	position: absolute;
	top: 103px;
	left: 0px;
	width: 100%;
	height: 15px;
	background-image: url(/designs/thomasdux09/logo-shade.png);
	position: absolute;
	width: 100%;
}

#logo {
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 50;
}

#main {
	position: absolute;
	font-size: 12px;
	z-index: 5;
}

#main .inner {
	z-index: 5;
	position: absolute;
}

#main .scroll-content {
	z-index: 10;
}

 #main .scroll-bar {
	z-index: 11;
}

#main .scroll-content {
	position: relative;
}

/* MENU */

#menu {
/* 	background-image: url(/designs/thomasdux09/menu.png); */
	position: absolute;
	z-index: 45;
	top: 320px;
	height: 367px;
}
#menu ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0px;
	z-index: 99;
}
#menu li {
	width: 208px;
	height: 30px;
	line-height: 30px;
	position: relative;
}
#menu li div {
	height: 35px;
	background-image: url(/designs/thomasdux09/menu-item.png);
}
#menu li a {
	margin-left: 5px;
}
#menu li a img {
	border: none;
	position: absolute;
	z-index: 45;
}
#menu li a img.highlight {
	top: 3px;
	z-index: 44;
	display: none;
}
#menu li a:hover img.highlight, #menu li.current a img.highlight, #menu li.selected a img.highlight {
	display: block;
}

/* SUBMENU */

#menu ul ul {
	left: 200px;
	position: absolute;
	top: -10px;
	width: 147px;
	z-index: 46;
	display: none;
}

#menu ul li.selected ul {
	display: block;
}

#menu ul ul li { 
	height: 20px;
	font-family: 'Trebuchet', 'Trebuchet MS', sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 153px;
	height: auto;
	padding: 0;
	background-image: url(/designs/thomasdux09/submenu-item.png);
	background-repeat: repeat-y;
	position: static;
}

#menu ul ul li div {
	background-image: none;
	height: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu ul ul li a {
	color: #433C36;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 16px;
	vertical-align: middle;
}

#menu ul ul li a:hover, #menu ul ul li.current a {
	color: #778745;
}

#menu ul ul li.first {
	background-image: url(/designs/thomasdux09/submenu-top.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#menu ul ul li.last {
	background-image: url(/designs/thomasdux09/submenu-bottom.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 26px;
}

/* SUBSUBMENU */

#menu ul ul ul, #menu ul li.selected ul ul, #menu ul ul li.selected ul ul {
	display: none;
}

#menu ul ul li.selected ul, #menu ul ul ul li.selected ul {
	display: block;
}

#menu ul ul ul {
	position: static;
	margin-left: 15px;
	margin-top: 5px;
}

#menu ul ul ul li, #menu ul ul ul li.first, #menu ul ul ul li.last {
	font-weight: normal;
	background-image: none;
	height: auto;
	width: 145px;
}

#menu ul ul ul ul li, #menu ul ul ul ul li.first, #menu ul ul ul ul li.last {
	width: 142px;
}

#menu ul ul ul li a, #menu ul ul li.selected ul li a {
	color: #433C36
}

#menu ul ul li ul li a:hover, #menu ul ul li ul li.current a {
	color: #DD0000;
}

/* STORECHANGER */

#storechanger {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 660px;
	height: 56px;
	color: #433C36;
	font-weight: bold;
	z-index: 45;
}
#storechanger form {
	position: absolute;
	top: 8px;
}
#storechanger form div {
	color: #dcc4ac;
}
#storechanger form.storechanger {
	right: 185px;
}
#storechanger form.searchform {
	right: 10px;
}

#storechanger select, #storechanger .text {
	font-size: 11px;
}
#storechanger select, #storechanger .text {
	color: #A39594;
	background-color: #F5EBE9;
	font-weight: bold;
	padding: 2px;
}
#storechanger .text {
	color: #A39594;
	text-align: center;
}
#storechanger select, #storechanger .text.focus {
	color: #A39594;
}
#storechanger select {
	margin-left: 5px;
}
#storechanger .button {
	vertical-align: bottom;
}

.floating-storechanger {
	background-color: #FFFFFF;
	padding: 10px;
	z-index: 100;
	top: 250px;
	font-size: 11px;
}

.floating-storechanger select {
	margin-left: 5px;
}

/* FOOTER */

#footer, #branding, #footer_other_links {
	position: absolute;
	top: 725px !important;
}

#footer_other_links {
	top: 737px;
	text-align: center;
}
#branding {
	right: 10px;
}
#footer, #footer_other_links {
	list-style: none;
	padding:0;
	margin: 0;
	text-align: center;
	display: block;
	left: 25px;
	width: 966px;
}

#footer li {
	display: inline-block;
}

#branding, #branding a, #footer, #footer a {
	color: #645A51;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#footer a, #footer_other_links a {
	border-right: 1px solid #433C36;
	padding-left: 5px;
	padding-right: 5px;
}

#footer_other_links a {
	float: none;
	color: #8e7c66;
	border-color: #8e7c66;
}

#branding a:hover, #footer a:hover, #footer a.selected, #footer_other_links a:hover, #footer_other_links a.selected {
	color: #FFFFFF;
}
#footer a.last, #footer_other_links a.last {
	border-right: none;
}

/* Scrollbars */

.scroll-content {
	overflow: hidden;
}

.ngcms-edit-mode .scroll-content {
	overflow: visible;
}

.scroll-bar {
	background-image: url(/designs/thomasdux09/scroll-background.gif);
	position: absolute;
	width: 13px;
	cursor: pointer;
	display: none;
}
.scroll-bar .arrow-up {
	background-image: url(/designs/thomasdux09/scroll-arrow-up.gif);
	background-position: center top;
	background-repeat: no-repeat;
	top: 0;
	width: 13px;
	height: 9px;
	position: absolute;
}
.scroll-bar .arrow-down {
	background-image: url(/designs/thomasdux09/scroll-arrow-down.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 13px;
	height: 10px;
	position: absolute;
	bottom: 0;
}
.scroll-bar .scroll-nodule {
	background-image: url(/designs/thomasdux09/scroll-nodule.gif);
	background-position: center middle;
	background-repeat: no-repeat;
	width: 14px;
	height: 7px;
	position: absolute;
	margin-top: 10px;
	margin-bottom: 10px;
}

.scroll-stretch {
	float: left;
	clear: both;
}

/* Product Listing */

.product-list ul ul {
	list-style-type: none;
	list-style-image: none;
}

.product-list li, .product-list li a {
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}

.product-list ul ul li a {
	font-weight: normal;
}

.product-list a:hover {
	color: #778745;
}

.product-features .product {
	clear: both;
	margin-bottom: 10px;
}

.product-features .product img {
	padding: 10px;
	float: right;
}

.product-features .alternate img {
	float: left;
}

#didyouknow {
	top: 150px;
	right: 230px;
}

#didyouknow .inner {
	background-image: url(/designs/thomasdux09/didyouknow.png);
	height: 207px;
	position: absolute;
	width: 217px;
}

#didyouknow ul {
	position: absolute;
	list-style: none;
	list-style-image: none;
	height: 140px;
	width: 150px;
	top: 30px;
}

#didyouknow ul li, #didyouknow p {
	color: #EDEDED;
}

#didyouknow a {
	color: #D3BF7D;
}

/* Recipe Listing */

.category-list {
	margin-left: auto;
	margin-right: auto;
}

.category {
	text-align: center;
}

.recipe .process {
	margin-left: 20px;
}

.recipe .ingredients {
	list-style: none;
	font-weight: bold;
}

.recipe .details {
	padding-left: 20px;
}

.recipe-photo {
	left: 650px;
	top: 100px;
}

.chefssecret {
	padding: 15px;
	position: absolute;
	z-index: 55;
}

.chefssecret .inner {
	background-image: url(/designs/thomasdux09/chefssecret.png);
	position: absolute;
	z-index: 50;
	width: 246px;
	height: 205px;
}

.chefssecret .text {
	padding-top:60px;
	left: 25px;
	position: relative;
	z-index: 60;
	color: #FFFFCC;
	width: 180px;
	font-size: 11px;
}

.tools {
	left:580px;
	top:695px;
	z-index: auto;
}

.tools img {
	vertical-align: middle;
}

.tools .button {
	cursor: pointer;
	position:relative;
	z-index: 100;
}

.tools .left {
	margin-right: 3px;
}

.tools .right {
	margin-left: 3px;
}

.tools .inner {
	background-image: url(/designs/thomasdux09/tools.png);
	width: 153px;
	height: 80px;
	position: absolute;
	z-index: 0;
}

.tools .toolbar {
	top: 40px;
	padding-left: 25px;
	position: relative;
	z-index: 20;
}

.tools .toolbar a {
	margin-right: 30px;
	position: relative;
	z-index: 50;
}

/* SEARCH RESULTS */

.search-results ul {
	list-style: none;
	list-style-image: none;
}

.search-results li {
	padding-bottom: 5px;
}

.search-results a {
	display: block;
}

.search-results .term {
	font-weight: bold;
}

#search-tools .toolbar {
	text-align: center;
	width: 100px;
}

#search-tools .button {
	position: absolute;
	width: 28px;
	height: 22px;
}

#search-tools .previous {
	background-image: url(/designs/thomasdux09/photogallery-button-left.gif);
	top: 0;
	left: 25px;
}

#search-tools .next {
	background-image: url(/designs/thomasdux09/photogallery-button-right.gif);
	top: 0;
	right: 0;
}

/* For editing */

iframe {
	position: relative;
	z-index: 100;
}

.ngcms-edit-mode .rocky {
	display: none;
}

.ngcms-edit-mode .scroll-stretch {
	display: none;
}


/* STORE LIST */
#store-location {
	position: absolute;
	left: 788px;
	top: 132px;
	min-height: 100px;
	width: 230px;

}

#ngcms-region-interactive-col {
	background: url(/designs/thomasdux09/stores-list-body.png) repeat-y;
	width: 201px;
	padding-left: 13px;
	padding-right: 10px;
}

#store-location .store-location-header {
	background: url(/designs/thomasdux09/stores-list-header.png) no-repeat;
	width: 230px;
	height: 35px;
}

#store-location .store-location-footer {
	background: url(/designs/thomasdux09/stores-list-footer.png) no-repeat;
	width: 230px;
	height: 35px;
}

#store-location p {
	margin-top: 5px;
	margin-bottom: 0;
}

#store-location .store-list p {
	margin: 0;
}

#store-location .store-list a {
	color: #000000;
}

#store-location .store-list a:hover {
	color: #778745;
}

#store-location .store-list h2 {
	padding-top: 8px;
}

.backlink {
	bottom: 35px;
	left: 30px;
}

.product-image {
	left: 740px;
	top: 100px;
}

table.atthedux {
    width: 100%;
}

table.atthedux tr td {
    padding-right: 10px;
}

table.NewAtTheDux tr td {
    text-align: center;
}

