html,
body,
#container {
	height: auto !important;
	float: none !important;
	overflow: visible !important;
}

.categorymenu {
	clear: both;
	height: 20px;
	margin: 0;
	padding: 0px /* Add gaps to top and bottom of menu bar */;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	top: 126px;
	z-index: 98;
}

.categorymenu ul {
	margin: 0;
	list-style-type: none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.categorymenu li {
	float: left;
}

.mainMenu {
	position: relative;
	height: 48px;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

.mainMenu li {
	float: left;
	height: 27px;
	padding: 0;
	list-style-type: none;
	background: none;
	border-left: 1px solid #fff;
}

.mainMenu .m1 {
	border-left: 0;
}

.mainMenu a {
	float: left;
	height: 16px;
	margin-top: 4px;
	padding: 5px 10px 0;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #000;
	outline: 0;
}

.mainMenu div {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 27px;
	width: 983px;
	height: 21px;
	background: #fff;
}

.mainMenu p {
	float: left;
	display: inline;
	width: 82px;
	margin: 5px -5px 0 10px;
	font: 11px/12px Georgia, Serif;
	text-transform: uppercase;
}
		
.mainMenu ul {
	margin: 0 0 0 -1px;
}

.mainMenu ul li {
	height: 20px;
	padding-left: 1px;
	background: url(images/menu_divider.png) no-repeat 0 7px;
	border: 0;
}

.mainMenu ul .first {
	background: none;
}

.mainMenu ul a {
	width: auto !important;
	height: 16px;
	margin: 0 !important;
	padding: 5px 8px 0 !important;
	line-height: 12px;
	color: #000;
	text-indent: 0 !important;
	background: #fff !important;
	border: 0 !important;
}

#header h1.logo a {
	height: 87px /* Logo Height */;
	top: 8px;
	left: 5px;
}

.ui-tabs .ui-tabs-hide {
	display: block !important;
}

h1.logo,
.sitesearch,
.breadcrumb,
#leftcolumn,
#flashcontent1 {
	display: none;
}

#print_logo {
	display: block;
}

#print_logo img {
	width: 121px;
}

.categorymenu,
#content,
.productresultarea,
.productlisting {
	float: none;
	width: 100%;
}

.producttile {
	width: 22%;
}

#footer {
	display: none;
}

#footer .grid_1 {
	display: none;
}

.red_btn {
	background: transparent !important;
}

.order {
	border: 1px solid #888888;
}

.image .thumbnail {
	display: block;
	visibility: visible;
}
