#main_container {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -318px; /* the bottom margin is the negative value of the footer's height */
	min-width: 1200px;
}

.sticky-footer,
.push {
	height: 318px;
	min-width: 1200px;
}

div.wherebuy-container {
	display: block;
	float: left;
	width: 25%;
	min-width: 180px;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

div.wherebuy {
	display: block;
	background-position: left bottom !important;
}

div.wherebuy a {
	display: block;
	width: 180px;
	height: 80px;
	text-decoration: none;
}

div.wherebuy:hover {
	background-position: left top !important;
}

.item-page {
	max-width: 1020px;
	margin: 0 auto;
	padding-top: 15px;
}

.item-page p {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 8px;
}

.pages-blue-header {
	display: block;
	width: 100%;
	height: 38px;
	background: #526986;
}

.pages-blue-header h1 {
	font-family: "CompProMedium";
	text-transform: uppercase;
	line-height: 24px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
}

.pages-gray-menu {
	display: block;
	width: 100%;
	height: 46px;
	background: #959595;
}

.pages-gray-menu .menu { 
	display: table;  
	margin: 0 auto; 
}

.pages-gray-menu .menu li { 
	display: table-cell; 
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}
	
.pages-gray-menu .menu li:hover  { 
	background: #464646; 
}

.pages-gray-menu .menu li.active { 
	background: #464646; 
}

.pages-gray-menu .menu li a {
	display: block; 
	background: none; 
	text-decoration: none;
	position: relative;
	line-height: 46px;
	color: #ffffff;
}

.brands-page-item { 
	display: block; 
	width: 220px; 
	height: 230px; 
	float: left; 
	margin: 10px;
}

.page-header h1 {
	font-family: "CompProMedium";
	text-transform: uppercase;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 24px;
	color: #b3791b;
}