.clear {
	height: 50px;
	display: block;
}
.1pxSpacer {
	height: 1px;
	display: block;
}
.static h1 {
	font-size: 39px;
}
.static h3 {
	border-top: none !important;
}
p {
	font-size: 15px;
	line-height: 26px;
}
div.content {
	margin-top: -65px;
}
#content {
	background: none;
}
div.contentspot {
	background: none;
}
.side .contentspot {
	background: #fff;
	padding-top: 35px;
}
.side-nav {
	margin-top: 15px;
}
.side-nav>li {
	border-bottom: 1px Solid #e7e7e7;
}
li.isCategory a {
	font-size: 17px;
	margin-left: -10px;
}
.side-nav>li>a {
	padding: 7px 5px 7px 22px;
}
figure.brand-image {
	background-color: #fff;
	margin: auto;
	width: 200px;  
	height: 150px;
	display: table-cell;
	vertical-align: middle;
}
figure.brand-image img {
	max-width:150px;
	height: auto;
}
#filters div.contentspot h3 {
	position: absolute;
	top: 250px;
	font-size: 17px;
	text-transform: uppercase;
	border-bottom: 1px Solid #e7e7e7;
	width: 100%;
	padding: 0 0 8px 21px;
	box-sizing: border-box;
}
#filters > .contentspot {
	padding: 0 !important;
}
#filters {
	background-color: #efefef;
	margin-top: -20px;
}
#filters div.select {
	margin: 12px 0;
}
#filters > .contentspot {
	padding: 35px 0 0 0;
}
div.brands-dropdown {
	margin: 10px 0 0 12px;
	width: 200px;
	height: 248px;
}
div.brands-dropdown h3 {
	font-size: 17px;
	text-transform: uppercase;
	margin: 12px 0;
}
#headerImage {
	left: -12px;
	height: 300px;
	width: 960px;
}
#headerImage img {
	height: 300px;
	width: 960px;
}
#brandSubtitle {
	border-bottom: 1px solid #ddd;
}
#brandSubtitle p {
	font-size: 23px;
	text-transform: uppercase;
	color: #333;
	font-family: 'MMTextProWebTT-Bold',Tahoma,Arial,Helvetica,sans-serif !important;
	margin: 0;
}
#brandSubtitle a {
	background: #333;
	padding: 5px 15px;
	color: #fff;
	border-radius: 3px;
	float: right;
}
#categoryDescription {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-top: 0px;
	margin-top: -12px;
	min-height: 250px;
}
#categoryDescription h3 {
	margin: 5px 0 10px 0;
	padding: 0 0 5px 0;
	font-family: 'MMTextProWebTT-Bold',Tahoma,Arial,Helvetica,sans-serif !important;
	font-size: 17px;
	border-bottom: 1px solid #ddd;
}
#categoryDescription p {
	margin: -5px 0 5px 0;
}
#categoryButton {
	width: 228px;
	background-color: #ddd;
	box-sizing: border-box;
	margin-top: -15px;
}
#categoryButton span {
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'MMTextProWebTT-Bold',Tahoma,Arial,Helvetica,sans-serif !important;
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#categoryButton p {
	margin:10px;
	border-right: 1px solid #555;
	width: 185px;
	height:25px;
	-webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
}
#categoryButton span::after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #555;
	position: absolute;
	top: 18px;
	right: 13px;
	-webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
}  
#brandCategories p {
	margin: 0;
}
#brandCategories article.static p:first-child {
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	height: 40px;
}
a.categoryLevel1 span {
	font-size: 17px;
	font-family: 'MMTextProWebTT-Bold',Tahoma,Arial,Helvetica,sans-serif !important;
	text-transform: uppercase;
	line-height: 60px;
}
a.categoryLevel2 span {
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'MMTextProWebTT-Bold',Tahoma,Arial,Helvetica,sans-serif !important;
}
a.categoryLevel3 span {
	font-size: 15px;
}
#categoryButton:hover span::after {
	border-color: transparent transparent transparent #fff;
    right: 10px;
}  
#categoryButton:hover p {
    border-right: 2px solid #fff;
}
#categoryButton:hover a {
    color: #fff;   
}