@charset "UTF-8";

/* Layout Small Screens */
.page{
	background-color: #EEF3FB;
}

.ui-widget-content .phoneLink{
	color: #fff !important;
}

header{
	display: block;
	height: 32px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	margin-left:auto;
	margin-right:auto;
}

header a.logo { display: none; }

.QuoteSignDiv {
	display: block;
	position: absolute;
	top: 33px;
	left: 0px;
	height: 200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	border-bottom: #990000 2px solid;
	overflow: hidden;
}
#QuoteSign { 
	display: block;
	max-width: 100%;
	max-height: 220px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
}

.address{
	position: relative;
	top: 0px;
	left: 0px;
	width: 95%;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: center;
	padding: 4px 0px 0px 0px !important;
}
.address a{
	text-decoration: none;
	color: #ffffff;
	display: block;
	margin: 5px 15px 0px 15px;
	padding: 9px;
	border: 2px solid #777777;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: #b40000 url(/_images/mobile_link_arrow.png) no-repeat right center;
}
.address a:hover{ background-color: #D90000; }

.telephone{
	color: #ffffff;
	font-size: 1.0em;
	text-decoration: none;
	display: block;
	padding: 9px;
	border: 2px solid #CC6666;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-top: 5px !important;
}
.addrlink img{
	display: inline;
	float: left;
	padding: 7px 1px 4px 10px;
	vertical-align: middle;
}
.telephone img{
	display: inline;
	float: left;
	padding: 7px 1px 4px 10px;
	vertical-align: middle;
}

.slogan{
	position: fixed;
	display: block;
	top: 0px !important;
	left: 0px !important;
	color: #FFFFFF;
	background: #b40000;
	height: 35px;
	width: 100%;
	text-align: left;
	padding: 0px 10px 0px 20px;
	line-height: 35px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	overflow: hidden;
	z-index: 1000;
}

article {
	padding: 50px 20px 10px 20px;
}
article h1{
	border-bottom: 1px solid #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 28px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
article p {
	margin: 4px 0px 0px 0px;
	line-height: 1.3em;
	padding-bottom: 15px;
}
article video{ max-width:100%; }
article iframe{ position:relative; z-index: 1; }

#accordion .ui-accordion-header{
	padding: 6px 6px 6px 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}
#accordion .ui-accordion-content{
	line-height: 1.5em;
	padding: 8px 5px 8px 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.BlueLink{
	color: #0000CC !important;	
}


nav {
	position: fixed;
	top: 35px;
	right: 0px;
	width: 60%;
	padding: 10px 0px 10px 0px;
	background-color: #b40000;
	z-index: 2200;
	border-top: #CC6666 solid 2px;
	border-left: #CC6666 solid 3px;
	border-bottom: #CC6666 solid 3px;
	border-bottom-left-radius: 20px;
}

nav a {
	font-size: 1.1em;
	color: #ffffff;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 2px solid #CC6666;
	background:url(/_images/mobile_link_arrow.png) no-repeat right center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	vertical-align: middle;
	float:none;
}
nav a:hover { color:#fff; background-color: rgba(255,255,255,.15);}
nav img{ float: left; }
nav .menu_text_optional{
	display: inline;
	padding-left: 10px;
}
nav .menu_text{ display: inline; padding: 10px; }
#navButton{
	display: block;
	position: fixed;
	top: 2px;
	right: 12px;
	width: 32px;
	height: 32px;
	background: #b40000 url(/_images/icons/menu_icons.png) no-repeat 0px 0px;
	z-index: 1100;
	cursor: pointer;
}

#iconEmpty{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background: url(/_images/icons/maicons.png) no-repeat -280px -59px;
	cursor: pointer;
}

#iconHome{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background: url(/_images/icons/maicons.png) no-repeat 0px 0px;
	cursor: pointer;
}

#iconPhone{
	display: block;
	width: 35px;
	height: 35px;
	float: left;
	background: url(/_images/icons/maicons.png) no-repeat -35px -24px;
	cursor: pointer;
}

#iconMap{
	display: block;
	width: 35px;
	height: 35px;
	float: left;
	background: url(/_images/icons/maicons.png) no-repeat -70px -24px;
	cursor: pointer;
}

#iconSpecials{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background: url(/_images/icons/maicons.png) no-repeat -120px 0px;
	cursor: pointer;
}

#iconServices{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background: url(/_images/icons/maicons.png) no-repeat -96px 0px;
	cursor: pointer;
}

#iconInfo{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background: url(/_images/icons/maicons.png) no-repeat -144px 0px;
	cursor: pointer;
}

#iconLogin{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background: url(/_images/icons/maicons.png) no-repeat -288px 0px;
	cursor: pointer;
}

.promo_container { padding: 0px;}
.promo_container .promo {
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #ccc;
}
.promo_container .promo .content {
	padding: 0px 30px 5px 30px;
}
.promo_container .promo_dbl {
	width: 100%;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #ccc;
}
.promo_container .content{
	padding: 0px 30px 5px 30px;
}

.cycle-slideshow > * { 
    width: 100%;
	margin: auto;
    display: block;
}

.cycle-slideshow a{
	display: block;
	max-width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0px !important;
	border: 0px;
}
.cycle-slideshow img{
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100%;
	height: auto;
	border: 0px;
	padding: 5px 0px 5px 0px !important;
}


footer { padding-left: 15px;}

body { background-image: none; }

.HideWhenSmall { display: none; }

#RepairTextLink {
	background: none;
}
#ExpressTextLink {
	background: none;
}

/* Layout Specials Coupons */
.offers_container{
	padding: 5px 0px 10px 0px;
}
.offers_container .cpnbox{
	padding: 1px 0px 1px 0px;
	border: none;
}
.offers_container .cpnbox a{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	margin: 2px 15px 2px 15px;
	padding: 9px 25px 9px 9px;
	border: 2px solid #CC6666;
	background: #b40000 url(/_images/mobile_link_arrow.png) no-repeat right center;
	/*background: #084d7a url(/_images/mobile_link_arrow.png) no-repeat right center; */
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-decoration: none;
}
.offers_container .cpnbox a:hover{
	color: #ffffff;
	background-color: #D90000;
	/*background-color: #067ac7;*/
}
.offers_container .cpnbox img{
	display: none;
}


/* About page         */
.aboutContact{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.aboutContact img{ display:none; }
.hours{
	padding: 2px 5px 5px 5px;
	max-width: 100%;
}
.map img{ max-width: 100%; }
.testimonialreviews{
	border: none;
}
.aboutLocationsListBox{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}
.aboutLocations{
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	font-size: 0.7em;
	margin: 8px 5px 6px 5px;
	width: 90%;
	padding: 8px 3px 8px 3px;
}
.aboutLocationMarkerBox{
	width:8%;
	max-width:24px;
	float:left;
	padding:0px;"
}
.aboutWebsiteBox{ 
	clear:both;
	width:98%;
	text-align:center;
	font-size:3.2vw;
}
.aboutAddressBox{ 
	width:88%;
	float:left;
	text-align:center;
	font-size:3.5vw;
}
.aboutAddressBox p{ padding-top:4px; font-weight:bold; font-size: 1.2em; }
.aboutLocationsMap{ width: 100%;}

.aboutHistoryPic{
	width: 35%;
	float:right;
	margin:5px;"
}

/*  Services page */
.oilchange ul{
	color: #000000;
}
.vehiclelist ul{
	width: 80%;
}
.aselogo2{
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 80%;
}
.tireLogos{
	max-width: 100%;
	padding: 10px 15px 5px 15px;
}
.tirePromo img{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 98%;
	border: none;
	border-top: #999999 solid 3px;
	border-bottom: #999999 solid 3px;
}
.phoneLink{
	background-color:#b40000;
	max-width: 70%;
	color: #ffffff !important;
	font-size: 1.0em;
	display: block;
	padding: 9px;
	border: 2px solid #CC6666;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-top: 5px !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.phoneLink img{
	display: inline;
	float: left;
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
}
.towConame{
	display:block;
	text-align:center;"
}

.topicText{margin: 50px 5px 20px 5px;}


/*  CCTips   */
.cctip{ 
	max-width: 100%;
	float:left;
	margin: 12px;
}
.cctip img{
	width: 80%;
	max-width: 133px;
}

.cctip .cct_title{
	font-weight: bold;
	color:#000099;
}
.cctip .cct_text{
	padding: 5px;
	text-align:justify;
}
.readmore{ font-size: .7em; font-style:italic; }

.CCT_Search{
	background-color: #b40000;
	border: #CC6666 solid 2px;
	color: #fff;
	padding: 8px 0px 8px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}
.CCT_Menu select{ max-width: 240px; }
.nlbuttons{ 
	height: 35px;
	padding: 5px 4%;
	color: #ECECEC;
	background-color:#b40000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.1em;
}
.nlbuttons div{ 
	padding: 5px;
	float:left;
	text-align: center;
	background-color:#b40000;
}
.btnlast, .btnnext{
	width: 50px;
	cursor:pointer;
	visibility:hidden;
	border: 2px solid #CC6666;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.pagedisplay{
	width: auto;
	min-width: 115px;
}

.cctipFrame{ z-index: -5; height:250px; }
.CCT_List{
	width: 100%;
	padding: 5px 0px 5px 0px;
	position:relative;
	top:-80px;
	z-index: 10;
}
.CCTbox{
	width: 95%;
	float: left;
	margin-left:2%;
	margin-right:2%;
	padding: 0px 6px 0px 6px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-color: #EEF7F9;
	border-style: solid;
	border-width: 1%;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #fff;
}
.CCTbox img{
	float: none;
	max-width: 133px;
	padding: 12px 0px 5px 15px;
}
.CCTtitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000099;
	padding: 4px 5px 3px 15px;
}
.CCTarticle{
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 1em;
	padding: 15px 5px 15px 5px;
}
.CCTarticle video{max-width: 600px;}
.CCTarticle img{display:block; max-width:140px; float:right;}
.CCT_Search label,select,.pagedisplay{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1em;
}

#busy{
	height:80px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	z-index:9999;
}

.empsell-1 {
	padding: 40px 10px 0px 0px;
	float: left;
	width:100%;
	font-weight:bold;
	text-align:right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
.empsell-1 p{margin: 0px 60px 0px 0px;}
.empsell-2{
	padding:5px 0px 0px 30px;
	float: left;
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{


}
