body {
	/*
	background: url(../images/dirt_background.jpg) no-repeat top left #fff;
	background: url(../images/fall_background.jpg) no-repeat top left #fff;
	background: url(../images/winter_background.jpg) no-repeat top left #fff;
    background: url(../images/2010_fall_site_bg.png) no-repeat top left #000;
    background: url(../images/spring_background.jpg) no-repeat top left #fff;
	*/
    background: url(../images/2011_fall_site_bg.png) no-repeat top left #000;
}

#header {
	height: 80px;
	width: 880px !important;
}

#header #logo {
	height: 71px;
	width: 180px;
	margin-top: 10px;
	background: url(../images/dirt_logo.png) no-repeat top left transparent;
	background-position: -8px 0;
}

* html #content {
	margin-top: -10px;
}

#header #logo a {
	position: relative;
	display: block;
	height: 71px;
	width: 180px;
}

* html #header #logo {
	margin-left: -8px;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image', src='images/dirt_logo.png');
}

#header #howToBuy{
	float: left;
}

#header #searchForm{
	float: right;
	padding-top: 1px;
}

#header #searchValue {
	width: 128px;
	margin-left: -10px;
}

#header #searchSubmit {
	left: 157px;
}

#content {
	width: 880px !important;
	margin-top: 1px;
	margin-left: 1px;
	padding-top: 0px;
	border-top: 0px;
	/*
	background: url(../images/dirt_content_background.jpg) no-repeat top left #fff;
	background: url(../images/fall_content_background.jpg) no-repeat top left #fff;
	background: url(../images/snow_content_background.jpg) no-repeat top left #fff;
	*/
	background: url(../images/2010_fall_content_background.jpg) no-repeat top left #fff;
}

#productListing {
	width: 840px !important;
}

#side_link {
	clear: both;
	width: 105px; /*120px*/ /* SAME AS #side_link a */
	height: 180px;
	position: absolute;
	z-index: 9999;
	top: 485px;
	left: 0px;
}

#side_link_bg {
	background: url(../images/dirt_catalog.png) no-repeat top left transparent;
	width: 118px; /*120px*/
	height: 180px;
}

* html #side_link_bg {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image', src='images/dirt_catalog.png');
}

#side_link a {
	display: block;
	position: relative;
	width: 105px; /*120px*/ /* SAME AS #side_link */
	height: 180px;
	background-color: transparent;
	top: -180px;
}

#side_link a span {
	display: none;
}

.contentSleeve {
	margin-top: 0px !important;
	padding-top: 17px;
}

.verticalBar {
	background-image: none;
	background-color: transparent;
}

.horizontalBar {
	background-image: none;
	background-color: transparent;
}

.floatRight {
	width: 300px;
}