* {
	font-family: Verdana, Arial, sans-serif;
}
body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 9pt;
	background-color: #666666;
	min-width: 240px;
}
#header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 80px;
	overflow: hidden;
	z-index: 100;
}
#searchBar {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 50px;
	background-image: url("./images/bgSearchBar.png");
	background-repeat: repeat-x;
	background-position: center top;
	z-index: 100;
}
#searchBar .inside {
	margin: 0px;
	padding: 10px;
	position: relative;
}

#searchInput {
	border: 0px;
	margin: 0px;
	width: 100%;
	height: 25px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-image: url("./images/bgInputField.gif");
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px 8px;
	line-height: 25px;
	right: 0px;
	left: 0px;
}
#searchSubmit {
	display: block;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-indent: -9000px;
	overflow: hidden;
	width: 28px;
	height: 21px;
	background-color: transparent;
	background-image: url("./images/btnSearch.png");
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 12px;
}

#filters {
	position: relative;
	top: -150px;
	left: 0px;
	right: 0px;
	height: 180px;
	background-image: url("./images/bgFilters.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 90;
}
#filters .inside {
	position: relative;
	padding: 10px;
}
#filtersTab {
	position: absolute;
	bottom: -24px;
	right: 0px;
	width: 142px;
	height: 35px;
	background-image: url("./images/bgFiltersTab.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 90;
	text-align: center;
}
#filtersToggle {
	display: block;
	width: 100px;
	height: 33px;
	margin: -2px auto;
	overflow: hidden;
	text-indent: -9000px;
	background-image: url("./images/btnFiltersShow.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.open #filtersToggle {
	background-image: url("./images/btnFiltersHide.png");
}

#mapViewLink, #listViewLink {
	position: absolute;
	bottom: -9px;
	left: 10px;
	z-index: 90;
	text-align: left;
}
#mapViewLink a, #listViewLink a {
	display: inline-block;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: .9em;
	color: #333333;
}
#mapViewLink a {
	background-image: url("./images/iconMapView.png");
	background-position: 2px center;
}
#listViewLink a {
	background-image: url("./images/iconListView.png");
}
.map #mapViewLink {
	display: none;
}
.list #listViewLink {
	display: none;
}

#btnVIOC input, #btnEC input, #btnRetail input, #btnOther input {
	position: relative;
	margin: 0px 5px 0px 0px;
	top: 2px;
}

#btnVIOC, #btnEC, #btnRetail, #btnOther {
	cursor: pointer;
	display: block;
	height: 25px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-repeat: repeat-x;
	line-height: 25px;
	overflow: hidden;
	position: relative;
	color: #ffffff;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px -1px 1px rgba(0,0,0,.5);
	padding-left: 10px;
	margin-bottom: 10px;
}
#btnVIOC {
	background-image: url("./images/btnVIOC.png");
}
#btnEC {
	background-image: url("./images/btnExpressCare.png");
}
#btnRetail {
	background-image: url("./images/btnRetailOutlet.png");
}
#btnOther {
	background-image: url("./images/btnOtherServiceProvider.png");
}
#map {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 100%;
	bottom: 35px;
}
.list #map {
	display: none;
}
#locations {
	padding: 85px 10px 35px 10px;
	position: relative;
	z-index: 1;
	overflow: auto;
}
.map #locations {
	display: none;
}
#locations h3 {
	font-size: 1.3em;
	margin: 0px;
}
#locations .hours {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #d9d9d9;
	font-size: .9em;
	width: 100%;
	padding: 2px 0px;
	margin-top: 5px;
}
#locations .hours td {
	text-align: center;
	padding: 0px;
}
#locations .inside {
	background-image: url("./images/bgLocation.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #fbfbfb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	font-size: .9em;
}
#locations .bottom {
	padding: 4px 10px;
	text-align: right;
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(0,0,0,.5);
	font-size: .85em;
	font-weight: bold;
}
.locationVIOC, .locationEC, .locationRetail, .locationOther {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,.3);
	box-shadow: 0px 2px 2px rgba(0,0,0,.3);
	margin-bottom: 10px;
}
.locationVIOC {
	background-color: #ee4239;
}
.locationEC {
	background-color: #199dd3
}
.locationRetail {
	background-color: #efd337;
}
.locationOther {
	background-color: #35b435;
}

#footer {
	position: fixed;
	left: 0px;
	right: 0px;
	height: 40px;
	overflow: hidden;
	background-image: url("./images/bgFooter.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 90;
}
#logo {
	display: block;
	width: 91px;
	height: 22px;
	overflow: hidden;
	text-indent: -9000px;
	background-image: url("./images/logoValvoline.png");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 14px 0px 0px 8px;
}