<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Website Name: A-1 Auto and Truck Recyclers
	Designed by: Katherine Leonard, Car-Part.com
	Last updated: 23 May 2016
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* "Beat THAT ClearFix!" by Thierry Koblentz - http://www.cssmojo.com/ */
.btcf:after{content:"";display:table;clear:both}

/* "Frustration Fixes" by Katherine Leonard - http://www.kat-and-mouse.com/ */
html,body{height:100%;overflow-x:hidden;overflow-y:auto}a{color:inherit}strong,b,bold{font-weight:700}em,i,italic{font-style:italic}.left{float:left;text-align:left}.center{float:none;margin:0auto;text-align:center}.right{float:right;text-align:right}.noU{text-decoration:none}.showU{text-decoration:underline}

body {
	background-color: #003;
	color: #fff;
	font-family: "Alegreya Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 16px;
	position: relative;
}
#bg {
	background-attachment: fixed;
	background-image: url("graphics/road.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
}
header {
	color: #003;
	position: relative;
	text-align: center;
}
#logo {
	display: inline-block;
		max-width: 300px;
		vertical-align: middle;
	margin: 1rem;
}
#logo img {
	display: block;
		width: 100%;
		height: auto;
}
header address, #contact {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2em;
	position: absolute;
		top: 120px;
}
header address {
	left: 1rem;
	text-align: left;
}
header address .block {
	display: block;
}
header address .divider {
	display: none;
}
#contact {
	right: 1rem;
	text-align: right;
}
#contact a {
	text-decoration: none;
}
#contact li.em:hover {
	text-decoration: underline;
}
#mainMenu {
	background-color: #003;
	font-family: "Alegreya Sans SC", "Alegreya Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	position: relative;
	text-align: center;
}
#menuBtn {
	display: inline-block;
		width: 100%;
		vertical-align: middle;
	display: none;
	text-align: left;
}
#menuBtn:before {
	background-image: url("graphics/menuBtn.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	display: inline-block;
		width: 32px;
		height: 32px;
		vertical-align: middle;
}
#menuBtn:hover, #menuBtn.active {
	background-color: #ccf;
	color: #003;
}
#menuBtn:hover:before, #menuBtn.active:before {
	background-position: 0 -32px;
}
#mainMenu a {
	text-decoration: none;
}
#mainMenu ul {
	display: inline-block;
}
#mainMenu ul li {
	display: inline-block;
	padding: .75rem 1.25rem .5rem 1.25rem;
}
#mainMenu ul li:hover {
	background-color: #b00;
}
#content {
}
#content .container {
	background-color: rgba(255,255,255,0.6);
	color: #003;
	padding: 1.5rem 1rem;
}
aside {
	display: block;
		width: 250px;
	float: right;
	margin-left: 1rem;
	padding-bottom: 1rem;
	text-align: center;
}
aside .btn {
	display: inline-block;
}
#hours {
	display: block;
		width: 175px;
	margin: auto;
	margin-bottom: 1rem;
}
#hours h1 {
	font-weight: 700;
}
ul.assoc {
	margin-bottom: 1rem;
}
ul.assoc li {
	display: block;
		max-width: 200px;
	margin: auto;
}
ul.assoc li img {
	display: block;
		width: 100%;
		height: auto;
}
main {
	font-size: 17px;
}
main h1 {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 1em;
}
main p {
	display: block;
	max-width: 65ch;
	margin: auto;
	margin-bottom: 1em;
}
.home main {
	display: block;
		max-width: 750px;
}
#slides {
	display: block;
		max-width: 600px;
	margin: 2em auto;
	text-align: center;
}
#slides figure {
	display: block;
		max-width: 600px;
		max-height: 400px;
	margin: auto;
	position: relative;
}
#slides figure img {
	display: block;
		width: 100%;
		height: auto;
}
#slides figcaption {
	background-color: rgba(255,255,255,0.75);
	display: block;
		width: calc(100% - 1em);
	font-size: 16px;
	padding: .5em;
	position: absolute;
		bottom: 0;
		z-index: 100;
	text-align: left;
}

ul.directions {
	list-style-type: none;
}
ul.directions li {
	font-weight: 700;
}
ul.directions ul {
	list-style-type: square;
	margin: .25em 1em 1em 3em;
}
ul.directions ul li {
	font-weight: 400;
}
#map {
	display: block;
		max-width: 800px;
	margin: 2em auto;
}
#map iframe {
	display: block;
		width: 100%;
		height: 600px;
}
#mapLink {
	display: none;
}

footer {
	font-size: .9em;
	padding: 1rem;
	padding-bottom: 2rem;
}
footer a:hover {
	color: #9cf;
}


ul.btn li, div.btn {
	background-color: #003;
	border-radius: .5rem;
	color: #fff;
	font-weight: 700;
	margin: 1rem;
	padding: 1em;
	text-align: center;
}
a.btn {
	text-decoration: none;
}
.btn .line1, .btn .line2 {
	display: block;
}
.btn .line2 {
	font-size: 18px;
}
ul.btn li:hover, div.btn:hover {
	background-color: #b00;
}
ul.pymt {
	text-align: center;
}
ul.pymt li {
	display: inline-block;
		vertical-align: middle;
	margin: .2rem .1rem;
}
ul.pymt .cc {
	background-size: auto 100%;
	background-image: url("graphics/payments.png");
	background-repeat: no-repeat;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: 2px 2px 0 #999;
	color: rgba(0,0,0,0);
	display: block;
		width: 3em;
		height: 2em;
	font-size: 20px;
}
ul.pymt .visa {background-position: 0 0}
ul.pymt .mc {background-position: -3em 0}
ul.pymt .disc {background-position: -6em 0}
ul.pymt .paypal {background-position: -9em 0}
ul.pymt .amex {background-position: -12em 0}
ul.pymt .debit {background-position: -15em 0}
ul.pymt .dc {background-position: -18em 0}
ul.pymt .bc {background-position: -21em 0}
.container {
	margin: 0 auto;
	max-width: 1000px;
}
a.noU:hover {
	color: inherit;
	cursor: text;
	text-decoration: none;
}

@media screen and (max-width: 999px) {
	#menuBtn {
		display: inline-block;
	}
	#mainMenu ul {
		background-color: #003;
		display: block;
			width: 100%;
		display: none;
		position: absolute;
			z-index: 1000;
	}
	#mainMenu ul li {
		color: #fff;
		display: block;
		padding-left: 32px;
		text-align: left;
	}
	#mainMenu ul li:hover {
		background-color: #b00;
	}
}
@media screen and (max-width: 799px) {
	.home aside {
		display: block;
			width: auto;
			max-width: 100%;
		float: none;
		margin: auto;
		margin-bottom: 1rem;
	}
	.map aside {
		display: none;
	}
	.home main, .map main {
	}
}
@media screen and (max-width: 649px) {
	header address, #contact {
		margin: .5em auto;
		position: relative;
			top: auto;
			left: auto;
			right: auto;
		text-align: center;
	}
	#contact {
		line-height: 2em;
	}
	footer .left, footer .right {
		display: block;
		float: none;
		margin: auto;
		text-align: center;
	}
	footer .block {
		display: block;
		line-height: 1.25em;
		margin: auto;
	}
	footer .divider {
		display: none;
	}
}
@media screen and (max-width: 499px) {
	ul.pymt .cc {
		background-size: auto 100%;
		border-radius: 3px;
		font-size: 10px;
	}
}
@media screen and (max-width: 399px) {
	#map iframe {
		display: none;
	}
	#mapLink {
		display: block;
	}
}</pre></body></html>