/* CSS Document */

/*#840f13 - dark red / #d92027 - red*/

html {
	text-align: center;
	background: #fff;
	font: 100 11pt 'Roboto', sans-serif;
}

html, body, ul, li {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 20px;
	background: #dedede; /* Old browsers */
	background: -moz-linear-gradient(top,  #dedede 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dedede 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dedede 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dedede 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dedede 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
img.flex {
	width: 100%;
}
ul {
	list-style-type: none;	
	text-align: left;
}
li { padding-bottom: 10px; }
a, span {
	-webkit-transition: all 0.2s ease;         
	   -moz-transition: all 0.2s ease;        
		-ms-transition: all 0.2s ease;
		 -o-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
a:active, a:focus {
    outline: none;
}

/***************NAV**************/

#nav {
	max-width: 1000px;
	margin: 0 auto;
}
#nav a {
	padding: 7px 0;
	width: 20%;
	margin: 0;
	display: inline-block;
	border-left: 1px solid #eef0f2;
	border-right: 1px solid #c2c3c6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 9pt;
	font-weight: bold;
	color: #555;
	text-transform: capitalize;
	text-shadow: -1px 1px 0 #ebebeb;
	background: #dedede;
	}
	
	#nav a.down, #nav a.down:hover {
		color: #555;
		background: #fff; /* Old browsers */
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		text-shadow: none;
		box-shadow: none;
		}
	
	#nav a:hover {
		color: #ebebeb;
		text-shadow: none;
		background: #d92027;
		-webkit-box-shadow: inset 0 5px 25px rgba(0,0,0,0.3);
		-moz-box-shadow: inset 0 5px 25px  rgba(0,0,0,0.3);
		-ms-box-shadow: inset 0 5px 25px  rgba(0,0,0,0.3);
		-o-box-shadow: inset 0 5px 25px  rgba(0,0,0,0.3);
		box-shadow: inset 0 5px 25px  rgba(0,0,0,0.3);
		border-left: 1px solid #840f13;
		border-right: 1px solid #840f13;
	}
	
/*SUBNAV*/

#subnav {
		
	}
	#subnav a {
		padding: 15px 30px;
		margin: 0;
		display: inline-block;
		border: 1px solid #e8e8e8;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-decoration: none;
		font-size: 10pt;
		color: #888;
		text-transform: uppercase;
		text-shadow: -1px 1px 0 #ebebeb;
		background: #ebebeb; /* Old browsers */
		background: -moz-linear-gradient(top,  #ebebeb 0%, #f4f4f4 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ebebeb 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ebebeb 0%,#f4f4f4 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ebebeb 0%,#f4f4f4 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ebebeb 0%,#f4f4f4 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	}
	#subnav a.down, #subnav a.down:hover {
		background: #fff;
		border: none;	
		border: 1px solid #fff;
	}
	#subnav a:hover {
		background: #ebebeb; /* Old browsers */
		background: -moz-linear-gradient(top,  #ebebeb 0%, #e2e2e2 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ebebeb 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ebebeb 0%,#e2e2e2 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ebebeb 0%,#e2e2e2 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ebebeb 0%,#e2e2e2 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
	}

/**********************START MAIN CSS***********************/

/*COLORS & FONT CLASSES*/
#container .darkbg { background-color: #222; color: #fff; }
#container .blackbg { background-color: #000; }
.highlight { font-weight: bold; letter-spacing: 0px; }
.super-highlight { 	background: #d92027; border-radius: 30px; color: #fff; padding:5px 20px; font-weight: bold; margin-bottom: 30px; border: 1px solid #9a0411; }
.underline { text-decoration: underline; }
.disclaimer { font-size: 70%; line-height: 95%;	}
.bold { font-weight: bold; }
.vert {	margin-top: 20px; }
.blue {	color: #7c8796; }
.red { color: #d92027; }
.gold { color: #af9576;	}
.yellow { color: #fbb040; }
.maroon { color: #7a0411; }
.gray { color: #222; }
.white { color: #fff; }
.smaller { font-size: 80%; }
.large { font-size: 140%; }
.larger { font-size: 220%; }
.cap { text-transform: uppercase; }
/*********END***********/

#container {
	width: 1000px;
	margin: 0 auto 50px;
	background: #fff;
	border: 1px solid #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1 {
	background: url(tfs-logo.png) 20px 15px no-repeat;
	font-weight: 300;
	font-size: 32pt;
	padding: 15px 50px 15px 0;
	margin: 0;
	text-align: right;
	color: #ccc;
	font-weight: 100;
	text-transform: uppercase;
}
h1.tst { background: url(tst-logo.jpg) 50px 15px no-repeat; }
h1.xpel { background: url(xpel-logo.jpg) 50px 20px no-repeat; }
h1.roadvantage { background: url(roadvantage-logo.jpg) 50px 20px no-repeat; }
h1.dealer { background: url(logo-bobby-rahal-toyota.png) 50px 10px no-repeat; padding: 30px 50px 30px 0;}

#subcontainer-bg {
	background: #f4f4f4;
	padding: 20px;
	text-align: left;
	}
	
#subcontainer {
	background: #fff;
	color: #444;
	padding: 30px;
	}
		
	#half-column {
		padding: 0;
		width: 50%;
		display: inline-block;
	}
	#qtr-column {
		padding: 0;
		width: 25%;
		display: inline-block;
	}
	ul.content {
		padding: 0 30px 30px;
		vertical-align: top;
		display: inline-block;
		}
	ul.pricing {
		display: block;
		background: #0f3f44;
		color: #fff;
		padding: 20px;
		margin: 10px 0;
		border-radius: 15px;
		text-align: center;
		}
	ul.xpel-pricing {
		display: block;
		background: #fbb040;
		color: #222;
		padding: 20px;
		margin: 10px 0;
		border-radius: 15px;
		text-align: center;	
	}
	ul.roadvantage-pricing {
		display: block;
		background: #7a0411;
		color: #fff;
		padding: 20px;
		margin: 10px 0;
		border-radius: 15px;
		text-align: center;	
	}
		li.price {
			font-size:150%;
		}
		li.sale-price {
			font-size:250%;
		}
	ul.coverage {
		font-size: 80%;	
		padding: 0 30px 30px;
		color: #444;
		vertical-align: top;
		display: inline-block;
	}
		li.title {
			text-transform: uppercase;
			font-size: 120%;
			display: block;
			letter-spacing: 1px;
			background: #840f13;
			color: #fff;
			margin-bottom: 30px;
			padding: 10px 20px;
			border-radius: 20px 20px 0 0;
		}
		li.bullet { 
			list-style-type: disc;
			margin-left: 15px;
		}
		li.graphic {
			text-align: center;	
		}
		li.graphic img {
			width: 100%;
			margin: 0 auto 30px;	
		}
		
		span.number {
			color: #fff;
			background: #d92027;
			border-radius: 20px;
			width: 20px;
			height: 20px;
			display: inline-block;
			text-align: center;
			margin-right: 10px;
		}
		.right {
			display: inline-block;
			float: right;	
		}
		
/*XPEL ICONS*/

li.sun { 
	background: url(xpel-icon-sun.png) no-repeat;
	padding: 10px 0 0 60px;
	min-height: 45px;
}
li.check {
	background: url(xpel-icon-check.png) no-repeat;
	padding: 10px 0 0 60px;
	min-height: 45px;
}
li.med {
	background: url(xpel-icon-med.png) no-repeat;
	padding: 10px 0 0 60px;
	min-height: 45px;
}
ul.xpel li.shield {
	background: url(xpel-icon-shield.png) 5px 5px no-repeat;
	border-top: 1px dotted #fbb040;
	border-bottom: 1px dotted #fbb040;
	padding: 10px 0 0 60px;
	min-height: 45px;
}
li.arrow {
	background: url(xpel-icon-arrow.png) no-repeat;
	padding: 10px 0 0 60px;
	min-height: 45px;
}

/*********END***********/

/*Styles for screen 62.5em and lower*/
@media screen and (max-width: 62.5em) {
	body { padding: 0; }
	#container {
		width: 100%;
		margin: 0;
	}
	#nav {
		width: 100%;
		margin: 0 auto;
	}
	
	#nav a {
		vertical-align: top;
		min-height: 40px;
		margin: 0;
		}

		#nav a:hover, #nav a.down, #nav a.down:hover {
			border: none;	
		}
		
		#nav a span {
			display: inline-block;
			width: 120px;	
		}
		
	#container h1 {
		text-align: left;
		padding-left: 30px;
		font-size: 18pt;
		background: #000;
		color: #fff;
	}
	

	ul.content {
		padding: 20px 15px;
	}
	#qtr-column {
		padding: 0;
		width: 50%;
		display: inline-block;
	}
	ul.coverage {
		font-size: 70%;	
		padding: 0 20px 30px;	
	}
}

/*Styles for screen 40em and lower*/
@media screen and (max-width: 40em) {
	#container {
		min-width: 320px;
		border: none;
	}
		
	#subcontainer {
		padding: 10px;
		}
	
	#nav {
		width: 100%;
		margin: 0;
	}
	
	#nav a {
		vertical-align: middle;
		height: auto;
		padding: 20px;
		font-size: 14pt;
		display: block;
		width: auto;
		text-align: left;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #fff;
	}
	
	#nav a:hover {
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;	
	}
	
	#nav a span {
		display: inline;
	}
	
	#nav a:hover span {
		padding-left: 10px;
	}
	
	#nav a.down:hover span {
		padding: 0;	
	}
	
	#subnav a {
		padding: 25px 0;
		width: 33.3333%;
		text-align: center;
	}
	
	h1 {
		font-size: 14pt;
		padding: 15px 20px;
		background: #203041;
		color: #fff;
	}
	#subcontainer-bg {
		padding: 0;
	}
	
	#half-column {
		padding: 0;
		min-width: 100%;
		display: block;
	}
	ul.content {
		padding: 10px 15px;
	}

	ul.coverage {
		font-size: 70%;	
		padding: 0 10px 30px;	
	}
}