/*
	Website Name: HWY 101 AUTO SALVAGE - Domestic Car Advanced Site Template
	Designed by: Katherine Leonard, Car-Part.com
	Edited by: GAIL RIDER
	Last updated: 03 JUN 2025
*/

/* 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:0 auto;text-align:center}.right{float:right;text-align:right}a[href^="tel"],.noU{text-decoration:none}.showU{text-decoration:underline}.hover:hover{cursor:pointer}

body {
	background: #1e71b8;
	background-image: repeating-linear-gradient( 45deg, transparent, transparent 1rem, rgba( 255,255,255,.1 ) 1rem, rgba( 255,255,255,.1 ) 1.1rem );
	color: #fff;
	font-family: "Noto Sans", Helvetica, Verdana, sans-serif;
	font-size: 18px;
}

a:hover, a:active {
	color: #999;
}

#content {
	background-color: #fff;
	color: #333;
	display: block;
		min-height: 100%;
		width: 1100px;
	margin: 0 auto;
}
#pgHdr {
	display: block;
	padding-top: 40px;
	position: relative;
	text-align: center;
}
#pgHdr h1 {
	color: #1e71b8;
	display: block;
	font-family: Oswald, "Noto Sans", Helvetica, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: .25em;
	text-align: center;
	text-transform: uppercase;
}
#pgHdr .contactInfo {
	display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: flex-start;
	padding: 2rem 1rem;
	text-align: center;
}
.contactInfo address {
	margin-right: 2rem;
}
.contactInfo .phones, ul.hours li {
	text-align: right;
}

ul.phones li:before, ul.hours li .label {
	float: left;
	padding-right: 1rem;
	text-align: left;
}
ul.phones li.phone:before {
	content: "Phone: ";
}
ul.phones li.tollfree:before {
	content: "Toll-Free: ";
}
ul.phones li.text:before {
	content: "Text Only: ";
}
ul.phones li.local:before {
	content: "Local: ";
}
ul.phones li.fax:before {
	content: "Fax: ";
}



#mainNav {
	background-color: #666;
	font-family: Oswald, "Noto Sans", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
}
#mainNav a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: .5em 1em;
}
#mainNav a:hover, #mainNav a:active {
	background-color: #1e71b8;
	color: #fff;
}
#mainNav ul {
	display: inline;
}
#mainNav ul li {
	display: inline;
}

.contentarea {
	position: relative;
}


.sidebar {
	display: block;
		width: 450px;
	float: right;
	padding: 0 1rem;
	text-align: center;
}
.sidebar img {
	display: block;
		width: 380px;
		height: auto;
	margin: 20px auto;
}
.content {
	display: block;
		width: calc( 1100px - 450px - 4rem );
	padding: 1rem;
	position: relative;
	text-align: left;
}
.content p {
	margin-bottom: 1em;
}
.content ul.features {
	list-style-type: square;
	margin-left: 5em;
	margin-bottom: 1.5em;
}

div.bizhours {
	display: block;
		width: 320px;
	margin: 3em auto;
}
div.bizhours h1 {
	border-bottom: 1px solid #666;
	font-weight: 700;
	font-size: 1.125em;
	margin-bottom: .25rem;
	text-align: center;
}
.nydmv {
	font-size: .9rem;
	padding-top: .5rem;
	text-align: center;
}

ul.assoc, ul.pymt {
	text-align: center;
}
ul.assoc li, ul.pymt li {
	display: inline-block;
		vertical-align: middle;
	margin: .2rem .1rem;
}
ul.assoc li img {
	display: block;
		max-height: 90px;
		width: auto;
}

ul.pymt .cc {
	background-size: auto 100%;
	background-image: url( "https://templates.car-part.com/assets/graphics/payments.png" );
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #000;
	color: rgba( 0,0,0,0 );
	display: block;
		width: 3em;
		height: 2em;
	font-size: 20px;
}
ul.pymt .label { font-size: 0; }
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}
ul.pymt .apple {background-position: -24em 0}
ul.pymt .google {background-position: -27em 0}
ul.pymt .android {background-position: -30em 0}
ul.pymt .cash {background-position: -33em 0}
ul.pymt .interac {background-position: -36em 0}
ul.pymt .zelle {background-position: -39em 0}
ul.pymt .eft {background-position: -42em 0}
ul.pymt .venmo {background-position: -45em 0}
ul.pymt .cashapp {background-position: -48em 0}

ul.social {
	display: block;
	font-size: 40px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
ul.social .label {
	color: rgba( 0,0,0,0 );
	font-size: 0;
}
ul.social li {
	background-image: url( "https://templates.car-part.com/assets/graphics/social.png" );
	background-repeat: no-repeat;
	background-size: auto 300%;
	display: inline-block;
		width: 1em;
		height: 1em;
		vertical-align: top;
	margin: 1px;
	overflow: hidden;
	padding: 0;
}

/* Rounded Corners */
ul.rnd li {
	border-radius: .125em;
}
	
/* Circles */
ul.cir li {
	border-radius: 50%;
}

/* Full Color */
ul.social .fb { background-position: 0 -2em; }
ul.social .tw { background-position: -1em -2em; }
ul.social .yt { background-position: -2em -2em; }
ul.social .li { background-position: -3em -2em; }
ul.social .pt { background-position: -4em -2em; }
ul.social .eb { background-position: -5em -2em; }
ul.social .yl { background-position: -6em -2em; }
ul.social .em { background-position: -7em -2em; }
ul.social .tx { background-position: -8em -2em; }
ul.social .ph { background-position: -9em -2em; }
ul.social .sk { background-position: -10em -2em; }
ul.social .ig { background-position: -11em -2em; }
	
/* Black */
ul.social .fb:hover { background-position: 0 -1em; }
ul.social .tw:hover { background-position: -1em -1em; }
ul.social .yt:hover { background-position: -2em -1em; }
ul.social .li:hover { background-position: -3em -1em; }
ul.social .pt:hover { background-position: -4em -1em; }
ul.social .eb:hover { background-position: -5em -1em; }
ul.social .yl:hover { background-position: -6em -1em; }
ul.social .em:hover { background-position: -7em -1em; }
ul.social .tx:hover { background-position: -8em -2em; }
ul.social .ph:hover { background-position: -9em -1em; }
ul.social .sk:hover { background-position: -10em -1em; }
ul.social .ig:hover { background-position: -11em -1em; }
	
/* White */
/* ul.social .fb:active { background-position: 0 0; }
ul.social .tw:active { background-position: -1em 0; }
ul.social .yt:active { background-position: -2em 0; }
ul.social .li:active { background-position: -3em 0; }
ul.social .pt:active { background-position: -4em 0; }
ul.social .eb:active { background-position: -5em 0; }
ul.social .yl:active { background-position: -6em 0; }
ul.social .em:active { background-position: -7em 0; }
ul.social .tx:active { background-position: -8em 0; }
ul.social .ph:active { background-position: -9em 0; }
ul.social .sk:active { background-position: -10em 0; }
ul.social .ig:active { background-position: -11em 0; }
*/

#pgFtr {
	font-size: .8em;
	padding-top: 2rem;
	text-align: center;
}