body {
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
}

/* set all items on page to 0 padding, border and margin */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Universal styles */
.clearme {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/* AJAX response popup */
#ajax_popup_while_response {
	position: absolute;
	visibility: hidden;
	width: 60px;
	height: 60px;
	border: 1px #ffffff solid;
	left: 50%;
	top: 50%;
	padding: 0;
	margin: auto auto auto auto;
	background: #333333 url(../images/ajax_anim.gif) center center no-repeat;
	z-index: 100;
}

/* main site containers, holds everything */
#wrapper {
	width: 924px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0;
	position: relative;
}
/*******************************************/


/* HEAD */
#wrapper #header {
	position: relative;
	display: block;
	height: 100px;
	width: 100%;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}

/* HEAD - logos */
#wrapper #header #logo {
	margin: 0px 0px 0px -87px;
	padding: 0px;
	position: absolute;
	top: 12px;
	left: 50%;
	z-index: 1;
	width: 164px;
	height: 77px;
	background:url(../images/jd_logo.gif) 0 0 no-repeat;
	text-indent: -9000px;
}
#wrapper #header #logo a {
	display: block;
	width: 164px;
	height: 77px;
}

/* HEADER - mini cart */
#wrapper #header #mini_cart {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	width: auto;
	height: auto;
}
/*******************************************/




/* MIDDLE */
#wrapper #middle {
	position: relative;
	display: block;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
}
/* Minimum height hack to create min height on ALL browsers */
*>#wrapper #middle {
	padding-top: 0px;
	min-height: 343px;
}
* html #wrapper #middle {
	/* IE5Mac filter \*/
	height: 343px;
	/* end filter */
}

#wrapper #middle #main {
	
}

/*******************************************/


/* FOOTER */
#wrapper #footer {
	width: 100%;
	height: 112px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	position: relative;
	display: block;
}
/*******************************************/