/* Basic formatting */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-attachment: scroll;
	background-color: #f6f2ea;
	background-image: url(images/map_bg.jpg);
	background-repeat: repeat;
	overflow-x: hidden;
	list-style-position: inside;
	list-style-type: square;
	line-height: 16px;
}

ul, li {
	list-style-position: outside;
	list-style-type: square;
	margin-left:0 0 0 -10;
}

/* Center site box, set background */
#container { 
	position: absolute; 
	top: 50%; 
	width: 100%; 
	height: 1px; 
	overflow: visible;
}
#centerBody {
	position: absolute; 
	left: 50%; 
	width: 840px; 
	margin-left: -420px; 
	height: 638px; 
	top: -319px;
}
#bg {
	width:840px;
	height:638px;
	position:relative;
	z-index:1;
	background-image: url(images/collection/ct_collectionbg.png);
	background-repeat: no-repeat;
}
/* END Center site box, set background */

/* Header Logo/Title Positioning/Styling */
#headerLogo {
	width:91px;
	height:88px;
	position:absolute;
	top:0px;
	left:4px;
}
#headerDocktoDine {
	width:645px;
	height:68px;
	position:absolute;
	top:12px;
	left:98px;
}
#headerBG {
	width:745px;
	height:90px;
	position:absolute;
	top:29px;
	left:47px;
	background-color:fff;
	z-index:1;
}
/* END Header Logo/Title Positioning/Styling */

/* Center Content Product Flash/Details/Slideshow Positioning */
#productShowcase {
	width:522px;
	height:auto;
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
}
#productDetails {
	width:215px;
	height:auto;
	position:absolute;
	top:2px;
	left:527px;
	background-color:#fff;
	z-index:500;
	line-height:15px;
}
#slideshow {
	width:210px;
	height:215px;
	position:absolute;
	bottom:3px;
	left:532px;
	z-index:500;
}
#centercontentBG {
	width:745px;
	height:413px;
	position:absolute;
	top:132px;
	left:47px;
	background-color:#fff;
	z-index:1;
}
/* END Center Content Product Flash/Details/Slideshow Positioning */

/* Footer Positioning/Styling */
table.footerContainer {
	width:745px;
	height:43px;
	position:absolute;
	bottom:29px;
	background-color:#fff;
	border:none;
	padding:0px;
	left: 47px;
}
td.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color:# 000000;
	height: 43px;
	background-color: #fff;
	vertical-align: middle;
	text-align:center;
	border: none;
}
td.footerNav {
	height:43px;
	background-color:#fff;
	vertical-align:middle;
	text-align:right;
	border:none;
}
/* END Footer Positioning/Styling */

/* OLD */
td.flashcorner {
	width: 210px;
	height: 230px;
	vertical-align: bottom;
}
