/*
html { height: 100%; background-color: #ee9739; background-image: url(images/bg_bottom.jpg); background-position: bottom; background-repeat: repeat-x; }
*/
body { margin: 0; padding: 0; /*background-image: url(images/bg_body.jpg);*/background-image: url(images/bg_body_short.jpg); background-color: #ee9739; background-repeat: repeat-x; min-height: 100%;}
* html body {behavior: url("csshover.htc"); }
#main {
	position: relative;
	width: 100%;
	margin: auto;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#wrapper { margin: 0 auto; width: 978px;}
#inner { background-image: url(images/extender.jpg); background-position: 22px 0; background-repeat: repeat-y;/* z-index: 10;*/}
#header { background-image: url(images/header.jpg); background-repeat: no-repeat; width: 100%; height: 107px; padding: 1px 0; }
#nav { width: 100%; background-image: url(images/bg_nav.jpg); background-repeat: no-repeat; height: 19px;}
#storeNav {
	position: absolute;
	top: 135px;
	left: 810px;
}
* html #storeNav {left: 750px;}
#content { background-image: url(images/bg_content.jpg); background-repeat: no-repeat; height: auto; min-height: 560px; padding: 41px 55px 15px 55px; }
* html #content {height: 560px;}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	padding: 45px 35px 1px 0;
	clear: both;
}
* html #footer { background-color: #ffffff; background-image: url(images/footer.jpg);}
