@import url(https://fonts.googleapis.com/css?family=Oswald);
body {
	margin: 0px;
	font-family:  Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background-image: url(../App_Themes/waller-sales/images/bg.png);
}
.clear {
	clear: both;
}
a {
	color: #2e3d8b;
}
a:hover {
	text-decoration: none;
}
p, ul, ol {
	margin-top: 0px;
	margin-bottom: 10px;
}
h1, h2, h3 {
	margin-top: 0px;
	line-height: normal;
}
h1 {
	font-size: 20px;
	color: #2e3d8b;
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
	color: #2e3d8b;
	font-style: italic;
	margin-bottom: 10px;
}
h3 {
}
.site-container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#header {
	padding-top: 25px;
	padding-bottom: 10px;
}
#header h1 {
	margin-bottom: 0px;
}
#header h1 a {
	text-indent: -9999px;
	display: block;
	background-image: url(../App_Themes/waller-sales/images/logo.png);
	float: left;
	height: 84px;
	width: 300px;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin-right: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2e3d8b;
}
#header h2 {
	float: left;
	color: #abaaab;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
	font-style: normal;

}
#header h2 span {
	color: #2e3d8b;
	font-size: 40px;
	display: block;
	line-height: 40px;
	font-family: Arial;
	font-weight: bold;
}
#header p {
	float: right;
	color: #abaaab;
	font-size: 18px;
	text-align: right;
	padding-top: 30px;
}
#header p span {
	color: #2e3d8b;
	display: block;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
}
#navigation {
	background-color: #2e3d8b;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .25);
}
#navigation ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	text-align: center;
}
#navigation li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#navigation li a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
}
#navigation li a:hover {
	color: #ccc;
}
#main {
	padding-top: 25px;
	padding-bottom: 25px;
}
#main.home {
	background: #000;
	background: -moz-linear-gradient(top, #444, #000);
	background: -webkit-linear-gradient(top, #444, #000);
	padding-top: 40px;
	padding-bottom: 40px;
}
.home ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.home li {
	float: left;
	width: 160px;
	margin-right: 5px;
}
.home li a {
	display: block;
	padding-top: 300px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.home li a:hover {
	background-position: 15% bottom;
}
a.filters {
	background-image: url(../App_Themes/waller-sales/images/filters.jpg);
}
a.fittings {
	background-image: url(../App_Themes/waller-sales/images/fittings.jpg);
}
a.hoses {
	background-image: url(../App_Themes/waller-sales/images/hoses.jpg);
}
a.ductwork {
	background-image: url(../App_Themes/waller-sales/images/ductwork.jpg);
}
a.belts {
	background-image: url(../App_Themes/waller-sales/images/belts.jpg);
}
a.supplies {
	background-image: url(../App_Themes/waller-sales/images/supplies.jpg);
}
.home li a span  {
	color: #FFF;
	background-color: #2e3d8b;
	display: block;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0 0 10px 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.home li a:hover span  {
	color: #ccc;
}
.home li a span:after {
	content: "▶";
	color: #00b0ef;
	display: inline-block;
	float: right;
	font-size: 20px;
	vertical-align: middle;
	line-height: 14px;
}
.subnav {
	background-color: #abaaab;
	overflow: hidden;
	border-radius: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 25px;
}
.subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.subnav li, .subnav li a.CMSListMenuLinkHighlighted {
	display: none;
}
.subnav li.CMSListMenuHighlightedLI, .subnav li.CMSListMenuHighlightedLI li, .subnav li li a.CMSListMenuLinkHighlighted  {
	display: block;
}
.subnav li li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
}
.subnav li.CMSListMenuLIlast {
	border-right-style: none;
	}
.subnav li a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	display: block;
	line-height: 11px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.subnav li a:hover {
	color: #eee;
}
.col1 {
	float: left;
	width: 540px;
	margin-right: 50px;
}
.col2 {
	float: left;
	width: 400px;
	padding-top: 40px;
}
#main img {
	height: auto!important;
	width: 100%!important;
	border-radius: 10px;
}
#feature li.last {
	margin-right: 0px;
}
#feature {
	background: #000;
	background: -moz-linear-gradient(top, #444, #000);
	background: -webkit-linear-gradient(top, #444, #000);
	color: #abaaab;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#feature ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#feature li {
	float: left;
	width: 316px;
	height: 80px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}
.counter {
	background-color: #FFF;
	color: #2e3d8b;
	background-image: url(../App_Themes/waller-sales/images/counter.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.counter p {
	padding-top: 15px;
	padding-right: 120px;
	padding-left: 15px;
	font-size: 16px;
	font-style: italic;
}
.card {
	background-color: #2e3d8b;
	font-family: Arial;
	font-size: 15px;
	color: #FFF;
	text-align: center;
}
.card p {
	font-weight: bold;
	font-size: 18px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.sale {
	background-color: #00b0ef;
	background: -moz-linear-gradient(45deg, #fff, #00b0ef);
	background: -webkit-linear-gradient(45deg, #fff, #00b0ef);
	font-family: Arial;
	color: #2e3d8b;
	text-align: center;
	display: none;
}
.sale p {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
.sale a {
	text-decoration: none;
}
.sale a:hover {
	color: #000;
}
#group {
	clear: both;
	color: #abaaab;
	font-family: 'Oswald', sans-serif;
	font-size: 12px
}
.left {
	float: left;
}
.right {
	float: right;
	font-style: italic;
}
#footer {
	padding-top: 10px;
	padding-bottom: 25px;
	color: #abaaab;
	font-size: 12px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#footer li {
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
}