/* Minification failed. Returning unminified contents.
(1391,1): run-time error CSS1019: Unexpected token, found '<'
(1391,2): run-time error CSS1019: Unexpected token, found '<'
(1391,3): run-time error CSS1019: Unexpected token, found '<'
(1391,4): run-time error CSS1019: Unexpected token, found '<'
(1391,5): run-time error CSS1019: Unexpected token, found '<'
(1391,6): run-time error CSS1019: Unexpected token, found '<'
(1391,7): run-time error CSS1019: Unexpected token, found '<'
(1549,2): run-time error CSS1019: Unexpected token, found '='
(1549,3): run-time error CSS1019: Unexpected token, found '='
(1549,4): run-time error CSS1019: Unexpected token, found '='
(1549,5): run-time error CSS1019: Unexpected token, found '='
(1549,6): run-time error CSS1019: Unexpected token, found '='
(1549,7): run-time error CSS1019: Unexpected token, found '='
(1549,8): run-time error CSS1019: Unexpected token, found '='
 */
/* "Simpliste" template. Renat Rafikov. http://cssr.ru/simpliste/ */

@import url('reset.css');
@import url('skin.css');


/* Columns 
-------
.col_33 | .col_33 | .col_33
.clearfix
-------
.col_75 | .col_25
.clearfix
-------
.col_66 | .col_33
.clearfix
-------
.col_50 | .col_50
.clearfix
-------
.col_100
-------
*/
.col_25 {
  width:23%;
  margin:0 2% 0 0;
  float:left;
}
.col_33 {
  width:31%;
  margin:0 2% 0 0;
  float:left;
}
.col_50 {
  width:48%;
  margin:0 2% 0 0;
  float:left;
}

.col_50.link {
  width:50%;
  margin:0 0 0 0;
  padding:0 0 0 0;
  float:left;
}
.col_66 {
  width:64%;
  margin:0 2% 0 0;
  float:left;
}
.col_75 {
  width:73%;
  margin:0 2% 0 0;
  float:left;
}
.col_100 {
  width:98%;
  margin:0 2% 0 0;
}

.col_25.wrap { width:25%; margin:0;}
.col_33.wrap { width:33%; margin:0;}
.col_50.wrap { width:50%; margin:0;}
.col_50.link { float: left; width:50%; margin:0;}
.col_66.wrap { width:66%; margin:0;}
.col_75.wrap { width:75%; margin:0;}
.col_100.wrap { width:100%; margin:0;}
/* End columns */


/* Helper classes */
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

.img_floatleft {float:left; margin:0 10px 5px 0;}
.img_floatright {float:right; margin:0 0 5px 10px;}

.img {max-width:100%;}
/* End helper classes */

a.button { color:auto; }

@media only screen and (max-width:480px) { /* Smartphone */
  .header {
    margin-bottom:0;
  }

  .logo{
    display:block;
    float:none;
    text-align:center;
  }
  
  .menu_main {
    width:100%;
    text-align:center;
    float:none;
    padding:0;
    margin:1em 0 0 0;
  }
  
  .menu_main a {
    display:inline-block;
    padding:7px;
  }
  
  .copyright {
    width:100%;
    float:none;
    text-align:center;
  }

  .footer  {
    padding-bottom:0;
  }
  
  .menu_bottom {
    width:100%;
    float:none;
    text-align:center;
    margin:1em 0 0 0;
    padding:0;
  }  
  .menu_bottom a {
    display:inline-block;
    padding:6px;
  }
  
  .form textarea {
    width:100%;
  }  
  .form label {
    padding:10px 0 8px 0;
  }
}


@media only screen and (max-width:768px) { /* Tablet */
  .col_25,
  .col_33,
  .col_66,
  .col_50 ,
  .col_75  {
    width:98%;
    float:none;
  } 
  
  .col_50.link {
  	width:96%;margin-left:2%;margin-right:2%;
  
  }
  
  
  .form label {
    padding:10px 0 8px 0;
  }
}


@media print { /* Printer */
  * { background:transparent !important; color:black !important; text-shadow:none !important; filter:none !important; -ms-filter:none !important; }
  a, a:visited { color:#444 !important; text-decoration:underline; }
  a[href]:after { content:" (" attr(href) ")"; }
  abbr[title]:after { content:" (" attr(title) ")"; }
  pre, blockquote { border:1px solid #999; page-break-inside:avoid; }
  thead { display:table-header-group; }
  tr, img { page-break-inside:avoid; }
  img { max-width:100% !important; }
  @page { margin:0.5cm; }
  p, h2, h3 { orphans:3; widows:3; }
  h2, h3{ page-break-after:avoid; }
  
  .header, .footer, .form {display:none;}
  .col_33, .col_66, .col_50  { width:98%; float:none; } 
}



#simplemodal-container a.modalCloseImg {
	background:url(/Images/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
#tabbed_box_1 {
	max-width: 1200px;
	margin: 0px auto 0px auto;
	width: 100%;
}
.tabbed_box h4 {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color: #d90400;
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}
.tabbed_area {	
	display: block;	
	z-index: 0;	
}

ul.tabs {
	height: 48px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: block; padding:0px;
	margin-top: 0px;
	
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	padding-bottom: 9px;
	padding-top: 9px;
	height: 36px;
	line-height: 36px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #e2e2e2;
	color: black;
	text-decoration:none;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	background-repeat:repeat-x;	 
	background-position: left top;
		border-radius: 6px 6px 6px 6px; 
-moz-border-radius: 6px 6px 6px 6px; 
-webkit-border-radius: 6px 6px 6px 6px;
		transition: background .35s ease-in-out;
   -moz-transition: background .35s ease-in-out;
   -webkit-transition: background .35s ease-in-out;
}
ul.tabs li a:hover {
	margin-top: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: white;
	color: #3b3b3b;
		transition: background .35s ease-in-out;
   -moz-transition: background .35s ease-in-out;
   -webkit-transition: background .35s ease-in-out;

}
ul.tabs li a.active {
	border-bottom-color: #ff0500;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	height: 52px;
	line-height: 52px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 10px;
	padding-top: 14px;
	font-size: 14px;
	color: white;
	top: -1px;
	background-color: #ff0200;
	background-image: url(images/side_vign_a.png);
	background-repeat:no-repeat;
	background-position: left top;
	border-radius: 10px 10px 0px 0px; 
-moz-border-radius: 10px 10px 0px 0px; 
-webkit-border-radius: 10px 10px 0px 0px;
	
}
.tab_content {
	min-height: 300px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 5px;
	padding-bottom: 24px;
	padding-top: 24px;
	padding-right: 3%;
	padding-left: 3%;
	width: 94%;
	z-index: 0;
	background-color: white;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-color: #ececec;
	border-bottom-color: #788392;
	border-right-color: #788392;
	border-top-color: #ec0000; 	
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 0px 0px 12px 12px; 
-moz-border-radius: 0px 0px 12px 12px; 
-webkit-border-radius: 0px 0px 12px 12px; 
	overflow: hidden;
}
#content_2, #content_3, #content_4, #content_5, #content_6 { display:none; }

.tab_content ul {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin:0px;
}
.tab_content ul li {
	border-bottom-width: 0px;
	list-style:none;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.tab_content ul li:last-child {
	border-bottom:none;
}
.tab_content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.tab_content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.tab_content ul li a:hover {
	color:#a59c83;
}
.tab_content ul li a:hover small {
	color:#baae8e;
}
.tab_content table {
	line-height: 13px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.tab_content h4 {
	margin-right: 0px;
	border-bottom-color: #b30200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #b30200;
	margin-left: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.tab_content tr {
	line-height: 24px;
	height: 24px;
}
.banner { position: relative; overflow: auto; }
    .banner li { padding-left: 0px; margin-left: 0px; list-style: none; }
        .banner ul li { padding-left: 0px; margin-left: 0px; float: left; }
        
.modal ul li{
	list-style: disc !important;
	padding-top: 0 !important;
	padding-bottom: 6px !important;
	margin-left: 35px !important;
}

.modal h2 {
	color: #EC2024 !important;
	margin-top:50px !important;
	padding-bottom: 15px !important;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #EC2024 !important;
	font-family: 'Roboto', sans-serif !important;
}

.modal h4 {
	color: #787878 !important;
	border-bottom-width: 0px !important;
	font-family: 'Roboto', sans-serif !important; 
}



.indy {
	background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding: 24px;
	border-radius: 14px; 
	-moz-border-radius: 14px; 
	-webkit-border-radius: 14px;
	
	
}

.stripes {
	background-image: url('/Images/MLB/MLB_03.jpg');
	background-repeat: repeat-y;
	background-position: center top;

	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-left: 8%;
  padding-right: 8%;

	
	
}

.btn {
  background: #e02020;
  background-image: -webkit-linear-gradient(top, #e02020, #b82b2b);
  background-image: -moz-linear-gradient(top, #e02020, #b82b2b);
  background-image: -ms-linear-gradient(top, #e02020, #b82b2b);
  background-image: -o-linear-gradient(top, #e02020, #b82b2b);
  background-image: linear-gradient(to bottom, #e02020, #b82b2b);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  width:100%;
  text-align: center;
  display: block;
}

.btn:hover {
  background: #ff0f0f;
  background-image: -webkit-linear-gradient(top, #ff0f0f, #b83737);
  background-image: -moz-linear-gradient(top, #ff0f0f, #b83737);
  background-image: -ms-linear-gradient(top, #ff0f0f, #b83737);
  background-image: -o-linear-gradient(top, #ff0f0f, #b83737);
  background-image: linear-gradient(to bottom, #ff0f0f, #b83737);
  text-decoration: none;
  color: #e0dcdc;
}

.half {
	width:48%;
	padding-right: 2%;
	float:left;
	
	
}

body {
	background-color: white;
	padding-top: 0px;
	margin-top: 0px;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(/Images/bgvign.jpg);
}

header {
	padding-top: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

.header {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #bc0100;
}

nav {
	margin-top: 0px;
	line-height: 48px;
	height: 48px;
	width: 100%;
}


.headerwrap {
	width: 100%;
}

article {
	width: 100%;
	overflow: hidden;
}

footer {
	color: #3a3a3a;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	display: block;
}

.headsummary {
	border-color: #777777;
	border-width: 1px;
	border-style: solid;
	font-size: 14px;
	background-image: url(/Images/wh_65.png);
	background-position: left top;
	background-repeat: repeat;
	margin-top: 25px;
	width: 100%;
}

.training_table tr td {
	padding-left:10px;
}

.headsummary tr {
	margin: 2px;
}

.topnav, a:link.topnav, a:visited.topnav {
	color: #d00100;
	padding-right: 24px;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	line-height: 48px;
	height: 48px;
	float: left;
	display: block;
}

.topnav, a:hover.topnav {
	color: #c0bcb7;
}

.brand {
	background-image: url(/Images/fcac/fcac_clr.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

.tirespiff, a:link.tirespiff, a:visited.tirespiff {
	text-shadow: 0px 0px 10px black;
	color: white;
	background-image: url(/Images/tire_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-bottom: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	display: block;
	background-color: #e30000;
	font-size: 28px;
	width: 100%;
				border-radius: 12px 12px 12px 12px; 
-moz-border-radius: 12px 12px 12px 12px; 
-webkit-border-radius: 12px 12px 12px 12px; 
}

.tirespiff, a:hover.tirespiff{


	color: #ffa101;


	background-color: #a30000;


}

.tirespiffcontainer {
	width: 100%;
	display: block;
	border-color: #c6c6c6;
	border-width: 1px;
	border-style: solid;
					border-radius: 12px 12px 12px 12px; 
-moz-border-radius: 12px 12px 12px 12px; 
-webkit-border-radius: 12px 12px 12px 12px; 
}


.tabbed_area h1 {
	margin-bottom: 0px;
	padding-bottom: 4px;
	padding-top: 10px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #424142;
	text-align: left;
	font-size: 21px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.cfna_brand {
	padding-left: 2%;
	margin-bottom: 24px;
	width: 98%;
	display: block;
	background-color: #06669b;
}

.cfna_brand table {
	border-color: white;
	border-width: 1px;
	font-style: normal;
	font-weight: normal;
	color: white;
	line-height: 14px;
	font-size: 14px;
	width:90%;float:right;
}

.clearfix {
	clear: both;
}

.user {
	color: black;
	font-size: 12px;
	height: 48px;
	display: block;
	float: right;
	line-height: 48px;
}

.userlink, a:link.userlink, a:visited.userlink {
	text-decoration: none;
	background-color: #c9c9c9;
	margin-left: 12px;
	margin-bottom: 12px;
	margin-top: 12px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 12px;
	line-height: 24px;
	display: inline;
}

.top400 {
	background-color: #f3f3f3;
	line-height: 18px;
	top: -6px;
	padding-top: 8px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: #7f7f7f;
	border-style: solid;
	display: block;
	margin-bottom: 24px;
	font-size: 12px;
	padding-right: 10%;
	padding-left: 10%;
	width: 80%;
		border-radius: 12px 12px 12px 12px; 
-moz-border-radius: 12px 12px 12px 12px; 
-webkit-border-radius: 12px 12px 12px 12px; 
}

.service_collapse_headers, a:link.service_collapse_headers, a:visited.service_collapse_headers {
	color: white;
	
	text-decoration: none;
	text-align: center;
	margin-bottom: 6px;
	height: 48px;
	clear: right;
	display: block;
	line-height: 48px;
	background-color: #ea2300;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
			border-radius: 12px 12px 12px 12px; 
-moz-border-radius: 12px 12px 12px 12px; 
-webkit-border-radius: 12px 12px 12px 12px; 
}

.servicecollapse {
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	line-height: 18px;
	top: -6px;
	padding-top: 8px;
	border-bottom-width: 4px;
	display: block;
	margin-bottom: 24px;
	font-size: 12px;
	padding-right: 0%;
	padding-left: 0%;
	width: 100%;

}

footer p {
	color: #545454;
	line-height: 15px;
	font-size: 11px;
}

.people {
	border-bottom-width: 8px;
	border-bottom-color: #0079c2;
	border-bottom-style: solid;
	padding-bottom: 48px;
	border-top-color: #0079c2;
	border-top-width: 8px;
	border-top-style: solid;
	background-image: url(/Images/People.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.leagues {
	margin-top: 50px;
	float: right;
}

.summary_seperator table tr {
	padding-bottom: 4px;
	padding-top: 4px;
}

.summary_seperator a {
	float: left;
	display: block;
	color: #f3f3f3;
	background-color: #ca0000;
	height: 18px;
	width: 75px;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.ldrlinks, a:link.ldrlinks, a:visited.ldrlinks {
	background-image: url(~/images/link_flag.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	margin-bottom: 6px;
	height: 48px;
	clear: right;
	display: block;
	line-height: 48px;
	color: white;
	background-color: #b81c00;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
			border-radius: 12px 12px 12px 12px; 
-moz-border-radius: 12px 12px 12px 12px; 
-webkit-border-radius: 12px 12px 12px 12px; 
}

.close_container, a:link.close_container, a:visited.close_container {
	display: block;
	width: 20%;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	margin-right: 40%;
	margin-left: 40%;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	background-color: #9c9c9c;
					border-radius: 6px 6px 0px 0px; 
-moz-border-radius: 6px 6px 0px 0px; 
-webkit-border-radius: 6px 6px 0px 0px; 
}

.tab_content h1 {
	border-bottom-color: #4e4e4e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #353535;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: bold;
}

.tab_content h2 {
	font-size: 18px;
	line-height: 1px;
	font-weight: bold;
	color: #787878;
}

.cfnasummary {
	margin-bottom: 8px;
	margin-top: 8px;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	line-height: 16px;
	text-align: left;
	font-size: 14px;
}

.cfnasummary th {
	line-height: 16px;
	font-size: 14px;
	color: white;
	background-color: #052651;
}

.cfnasummary td {
	text-align: left;
	line-height: 16px;
	font-size: 14px;
}

.servicereport {
	width: 100%;
}

.service_rept h2 {
	padding-right: 2%;
	padding-left: 2%;
	line-height: 48px;
	height: 48px;
	background-color: #d2d2d2;
	color: #444040;
	width: 96%;
border-radius: 12px 12px 12px 12px; 
-moz-border-radius: 12px 12px 12px 12px; 
-webkit-border-radius: 12px 12px 12px 12px; 
}

.service_rept h2 a {
	float: right;
	margin-right: 6px;
	margin-left: 6px;
	font-weight: bold;
	display: block;
	color: #ff0400;
	margin-bottom: 12px;
	margin-top: 12px;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
}

.category_srvc_group {
	margin-top: 12px;
	background-color: #e8e8e8;
	display: block;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 2%;
	padding-left: 2%;
	width: 96%;
}

.summaryside h2 {
	color: #4a4a4a;
}

.summaryside h3 {
	margin-bottom: 8px;
	margin-top: 8px;
	color: #bb0300;
}

.summaryside h3 {
	font-size: 12px;
	text-shadow: 0px 0px 7px black;
	background-color: #d00300;
	margin-bottom: 0px;
	line-height: 48px;
	height: 48px;
	color: white;
	text-align: center;
	margin-top: 12px;
	border-radius: 12px 12px 0px 0px; 
-moz-border-radius: 12px 12px 0px 0px; 
-webkit-border-radius: 12px 12px 0px 0px;
}

.summary_seperator {
	padding-bottom: 12px;
	margin-bottom: 24px;
	margin-top: 0px;
	background-color: white;
	border-color: #d00300;
	border-width: 1px;
	border-style: solid;
	padding-right: 4%;
	padding-left: 4%;
	display: block;
	border-radius: 0px 0px 12px 12px; 
-moz-border-radius: 0px 0px 12px 12px; 
-webkit-border-radius: 0px 0px 12px 12px; 
}

.sales, a:link.sales, a:visited.sales {
	margin-top: 6px;
	text-decoration: none;
	color: white;
	background-color: #ff0400;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	text-align: center;
	display: block;
	border-radius: 8px 8px 8px 8px; 
-moz-border-radius: 8px 8px 8px 8px; 
-webkit-border-radius: 8px 8px 8px 8px; 
}

.sales, a:hover.sales {
	color: white;
	background-color: #7f0400;
}

table.store_summary_table {
	margin-bottom: 12px;
	margin-top: 12px;
	margin-right: 5%;
	margin-left: 5%;
	width: 90%;
}

.login_wrapper {
	width: 96%;
	max-width: 350px;
	text-shadow: 0px 0px;
	margin-bottom: 48px;
	background-color: #f1f0ef;
	margin-top: 12px;
	padding-left: 2%;
	padding-bottom: 12px;
	padding-right: 2%;
	padding-top: 6px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border-color: #cc0920;
	border-width: 2px;
	border-style: solid;
					border-radius: 12px 12px 12px 12px; 
-moz-border-radius: 12px 12px 12px 12px; 
-webkit-border-radius: 12px 12px 12px 12px; 
}

header.login_header {
	height: 48px;
	padding-top: 0px;
}

.plogin {
	border-bottom-color: #cc0920;
	border-top-color: #cc0920;
}

.login_wrapper input {
	text-align: center;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 100%;
	font-size: 16px;
}

.login_wrapper lable {
	color: #777876;
	font-size: 16px;
}

footer.logintxt {
	color: #505150;
}

.logintable2 {
	width: 100%;
}

.spiff {
	color: #444444;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

table.spiff th {
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: white;
}

.serviceSpiff {
	background-color: #fbffeb;
	display: block;
	margin-bottom: 24px;
	border-color: #ff0300;
	border-width: 1px;
	border-style: solid;
	padding-right: 2%;
	padding-left: 2%;
	width: 95%;
	overflow:hidden;
			border-radius: 12px 12px 12px 12px; 
-moz-border-radius: 12px 12px 12px 12px; 
-webkit-border-radius: 12px 12px 12px 12px; 
-moz-box-shadow: 0 0 12px #888;
-webkit-box-shadow: 0 0 12px#888;
box-shadow: 0 0 12px #888;

}

.serviceConsumerOffers {
	margin-top: 12px;
	background-color: #fbffeb;
	display: block;
	margin-bottom: 12px;
	border-color: #ff0300;
	border-width: 1px;
	border-style: solid;
	padding-right: 2%;
	padding-left: 2%;
	width: 95%;
	overflow:hidden;
			border-radius: 12px 12px 12px 12px; 
-moz-border-radius: 12px 12px 12px 12px; 
-webkit-border-radius: 12px 12px 12px 12px; 
-moz-box-shadow: 0 0 12px #888;
-webkit-box-shadow: 0 0 12px#888;
box-shadow: 0 0 12px #888;

}

.serviceSpiffValue {
	margin-bottom: 12px;
	margin-top: 12px;
	padding-left: 18px;
	padding-bottom: 8px;
	padding-right: 18px;
	padding-top: 8px;
	margin-left: 12px;
	font-weight: bold;
	float: right;
	display: block;
	background-color: red;
	color: white;
	font-size: 36px;
			border-radius: 8px 8px 8px 8px; 
-moz-border-radius: 8px 8px 8px 8px; 
-webkit-border-radius: 8px 8px 8px 8px; 
}

.serviceSpiffValue sup {
	font-weight: bold;
	font-size: 21px;
}

.serviceSpiff h1 {
	border-bottom-color: #d4d4d4;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #bf0000;
}

.serviceSpiff p {
	margin-top: 0px;
	padding-top: 2px;
	border-bottom-color: #d4d4d4;
	color: #72706a;
}

.disclaimers p {
	line-height: 14px;
	font-size: 12px;
}

.tiresuper {
	text-decoration: underline;
	color: white;
	line-height: 18px;
	font-size: 15px;
	text-align: center;
}

.input {
    width: 150px;
}

.announce {
	padding: 24px;
	background-color: #e8bd2f;
	border-color: rgba(237, 229, 202, 1);
	border-width: 1px;
	border-style: solid;
	width: 92%;
	box-shadow: 0px 0px 12px #8f8f8f
}

.announce-big {
	color: #cf0000;
	line-height: 21px;
	font-size: 18px;
	text-align: center;
	padding: 24px;
	background-color: #e7bb2e;
	border-color: #ff0200;
	border-width: 2px;
	border-style: solid;
	width: 92%;
}

.announce-winners {
	color: #484848;
	line-height: 21px;
	font-size: 16px;
	text-align: left;
	padding: 24px;
	background-color: #f4f4f4;
	border-color: #ff0200;
	border-width: 2px;
	border-style: solid;
	width: 92%;
					border-radius: 12px 12px 12px 12px; 
-moz-border-radius: 12px 12px 12px 12px; 
-webkit-border-radius: 12px 12px 12px 12px; 
}

.announce-important {
	margin-bottom: 12px;
	padding-left: 24px;
	padding-bottom: 12px;
	padding-right: 24px;
	padding-top: 12px;
	background-color: #fffd99;
	border-color: #1eb847;
	border-width: 2px;
	border-style: solid;
	width: 92%;
}

h1.mainhd {
	margin-bottom: 5px;
}

.requirements ul {
	margin-left: 24px;
}

.requirements ul li {
	padding-bottom: 0px;
	padding-top: 0px;
	list-style-position: outside;
	margin-left: 8px;
	list-style-type: circle;
}

.storemenu, a:link.storemenu, a:visited.storemenu {
	margin-bottom: 12px;
	color: white;
	background-color: #7f787c;
	text-decoration: none;
	margin-right: 5%;
	text-align: center;
	width: 45%;
	height: 48px;
	line-height: 48px;
	float: left;
	display: block;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.consumerserviceoffers {
	padding-right: 5%;
	padding-left: 5%;
	width: 90%;
}

.consumerserviceoffers ul {
	padding-left: 24px;
}

.consumerserviceoffers ul li {
	padding-bottom: 2px;
	padding-top: 1px;
	list-style-position: outside;
	list-style-type: circle;
}

.consumerserviceoffers h4 {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-top: 10px;
}

.-consumerserviceoffers h2 {
	margin-top: 12px;
	margin-bottom: 6px;
	line-height: 72px;
	color: #888888;
	border-bottom-width: 0px;
	border-bottom-style: none;
	text-transform: uppercase;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 72px;
}

.consumerserviceoffers h3 {
	margin-top: 12px;
	margin-bottom: 6px;
	line-height: 18px;
	color: #888888;
	border-bottom-width: 0px;
	border-bottom-style: none;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

.consumerserviceoffers .date {
	color: #9c121d;
}

.consumerHeader {
	line-height: 48px;
	height: 48px;
	color: white;
	background-color: #a81321;
	display: block;
	font-size: 24px;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

.service_announcement {
	margin: 12px;
	border-color: #ff0f00;
	border-width: 1px;
	border-style: solid;
	padding: 18px;
	width: auto;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	
}

.service_announcement p {
	text-align: left;
	line-height: 18px;
	font-size: 14px;
}

.service_announcement h1 {
	color: #ff0f00;
	text-align: center;
	line-height: 28px;
	font-size: 24px;
}

.lft_content_tbl_col tr {
	border-bottom-color: #c5c5c5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.servicereport tr {
	border-bottom-color: #808080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.servicereport th {
	color: white;
	background-color: #818181;
}

.lead {
	font-size: 18px;
	text-align: left;
}

.contestLdrBd, a:link.contestLdrBd, a:visited.contestLdrBd {
	border-color: #ffb800;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	margin: 8px;
	padding-bottom: 24px;
	padding-top: 24px;
	float: right;
	display: block;
	color: #ffe31a;
	background-color: #ca0200;
	width: 150px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.75);
}

.contestLdrBd, a:hover.contestLdrBd {
	border-color: #e00d00;
	background-color: #ffc108;
	color: #ff0f00;
}

h3 a {
	text-decoration: none;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-top: 4px;
	margin-left: 4px;
	color: #ffc500;
	background-color: #dc0f00;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	
}

h3 a:hover {
	background-color: #ffd303;
	color: #e42300;
}

<<<<<<< .mine
.servicePromoCont{
	clear: both;
	margin-top: 6px;
	font-size: 12px;
	display:block;
	padding-bottom: 18px;
}
.mixBlock {
	
	margin-bottom: 12px;
	
	padding-left: 2%;
	
	padding-bottom: 8px;
	
	padding-right: 2%;
	
	padding-top: 6px;
	
	float: left;
	
	margin-right: 2%;
	display: block;
	width: 64%;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
}

.mixBlockYellow {
    background-color: #ffb400;
}

.mixBlockGreen {
    background-color: green;
}

.qualifierBlock {
	
	margin-bottom: 12px;
	
	padding-bottom: 8px;
	
	width: 30%;
	float: left;
	display: block;
}

.mixBlock h2, qualifierBlock h2 {
	line-height: 21px;
	font-size: 18px;
	font-weight: bold;
}

.mixBlock .title{
	font-size: 18px;
	line-height: 19px;
	text-align: right;
	font-weight: bold;
	display:block;
	float:left;
	width: 30%;
	margin-right: 5%;
	padding-top:14px;
	color: white;

}

.mixBlock .mixpercent{
	
	float:left;
	width: 65%; 
	font-size: 84px;
	text-align: center;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	color: white;
}

.qualifierBlock .numbers{
	font-size: 13px;
	font-weight: bold;
	width: 100%;
}

.qualifierBlock .qualifierPer{
	padding-top:8px;
	padding-bottom:8px;
	width: 100%;
	text-align: center;
	color:white;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	font-size:14px;
	font-weight:bold;

}
.qualifierBlock .figure{
	font-size:28px;

}
.det, a:link.det, a:visited.det{
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-top: 4px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #e60a00;
	text-decoration: none;
	display:block;
	float:right;
	margin-bottom:6px;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	
	

}
#details{
	display: block;
	border-color: #bf0600;
	border-width: 1px;
	border-style: solid;
	padding: 5%;
	width: 90%;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.75);
}

table.promostats{
		font-style: normal;
		font-weight: normal;
		width: 100%;
		font-size: 16px;


}

.qHead{
	font-size:15px;
	line-height:16px;
	color:black;
	margin-top:0px;
	margin-bottom:4px;


}=======
.servicePromoCont{
	clear: both;
	margin-top: 6px;
	font-size: 12px;
	display:block;
	padding-bottom: 18px;
}
.mixBlock {
	
	margin-bottom: 12px;
	
	padding-left: 2%;
	
	padding-bottom: 8px;
	
	padding-right: 2%;
	
	padding-top: 6px;
	
	float: left;
	
	margin-right: 2%;
	display: block;
	width: 64%;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
}

.mixBlockYellow {
    background-color: #ffb400;
}

.mixBlockGreen {
    margin-bottom: 12px;
    background-color: green;
}

.qualifierBlock {
	
	padding-bottom: 8px;
	
	width: 30%;
	float: left;
	display: block;
}

.mixBlock h2, qualifierBlock h2 {
	line-height: 21px;
	font-size: 18px;
	font-weight: bold;
}

.mixBlock .title{
	font-size: 18px;
	line-height: 19px;
	text-align: right;
	font-weight: bold;
	display:block;
	float:left;
	width: 30%;
	margin-right: 5%;
	padding-top:14px;
	color: white;

}

.mixBlock .mixpercent{
	
	float:left;
	width: 65%; 
	font-size: 84px;
	text-align: center;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	color: white;
}

.qualifierBlock .numbers{
	font-size: 13px;
	font-weight: bold;
	width: 100%;
}

.qualifierBlock .qualifierPer{
	padding-top:8px;
	padding-bottom:8px;
	width: 100%;
	text-align: center;
	color:white;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	font-size:14px;
	font-weight:bold;

}
.qualifierBlock .figure{
	font-size:28px;

}
.det, a:link.det, a:visited.det{
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-top: 4px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #e60a00;
	text-decoration: none;
	display:block;
	float:right;
	margin-bottom:6px;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	
	

}
#details{
	display: block;
	border-color: #bf0600;
	border-width: 1px;
	border-style: solid;
	padding: 5%;
	width: 90%;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.75);
}

table.promostats{
		font-style: normal;
		font-weight: normal;
		width: 100%;
		font-size: 16px;


}

.qHead{
	font-size:15px;
	line-height:16px;
	color:black;
	margin-top:0px;
	margin-bottom:4px;


}

.servicenote{
	border-color: #979797;
	border-width: 1px;
	border-style: solid;
	padding: 2%;
	width: 95%;
	margin-bottom: 24px;
	display: block;
	overflow: hidden;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.75);
}

.rt{
	margin-left: 3%;
	width: 57%;
	display: block;
	float: left;
}

.lft{
	float: left;
	display: block;
	width: 40%;
}

.img-scaled{
	width: auto;
}

.servicenote h2{
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: #ff0900;
	line-height: 34px;
	font-size: 32px;
}

h2.qmiheadline{
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	color: #ff0900 !important;
	line-height: 34px !important;
	font-size: 32px !important;
}

.cfna_program ul{
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 48px;
}

.bulletfix ul{
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 36px;
}

.bulletfix ul li{
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 14px !important;
	list-style-position: outside;
	list-style-type: square;
	font-size: 12px !important;
}

.cfna_program ul li{
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 16px;
	list-style-position: outside;
	list-style-type: square;
}

.cfna_program{
	background-color: #f0f0f0;
	display: block;
	padding: 48px;
	margin: 24px;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	
}

.monthlyOffers {
	width:90%;
	padding-left:5%;
	padding-right:5%;
	
}

.monthlyOffers p {
	
	font-size: 16px;
	line-height: 21px;
	
}

.monthlyOffers th {
	background-color: #d30000;
	color:white;
	text-align: center;
	
}

.monthlyOffers td {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	font-style: normal;
	font-weight: normal; 	
}

.monthlyOffers h2 {
	font-size: 24px !important;
	padding-bottom: 6px !important;
	color:#c70000 !important;
	
	
}

.monthlyOffers h3 {
	font-size: 21px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	color:#c70000 !important;
	
	
}

/* Premium OIl Change Payout Sweepstakes */


.pocs_wrapper {
	border: 1px solid #ff0404;display:block;width:575px;overflow: hidden;
	
}

.pocs_headwrapper {
	display:block;width:575px;background-color:#cf0404;padding-top:1px;padding-bottom:1px;	
}

.pocs_displaybox {
	display:block;width:150px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf0404+0,ff3019+100 */
background: rgb(207,4,4); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(207,4,4,1) 0%, rgba(255,48,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,4,4,1)), color-stop(100%,rgba(255,48,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 ); /* IE6-9 */
float:right;top:0;
height:230px;
	
}

.pocs_rules_btn {
	width:90%;margin:5%;background-color: black;color:white !important;display:block;text-align: center;padding-top:8px;padding-bottom:8px; bottom:6px;border-radius: 7px;
	
}

.pocs_points_box, a:link.pocs_points_box, a:visited.pocs_points_box{
	text-align: center;color:white;top:0px;height:auto;
	
}

.pocs_points {
	font-size: 60px;
	
}

.pocs_subhead {
	padding:0;margin:0;padding-top:12px;margin-left:16px;margin-right:16px;font-size: 24px;
	
}

.pocs_copy {
	font-size: 14px;line-height:18px;margin-left:16px;margin-right:24px;margin-bottom:0px;
	
}

.pocs_bullets { padding-top:0px;padding-bottom:6px; }

