/*
	Website Name: West End Auto Parts, Inc. - Domestic Car Advanced Site Template
	Designed by: Katherine Leonard, Car-Part.com
	Edited by: Katherine Leonard
	Last updated: 20 Mar 2026
*/

/* 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;
}

#pgFtr {
	font-size: .8em;
	padding-top: 2rem;
	text-align: center;
}