@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */


/* -----------------------
	Text
----------------------- */

body {
	background-color: #000;
	
	background: url('../images/diamondplate-lightning.jpg') no-repeat fixed; 
	background-position: center top;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;


	font-size: 1em;
	font-family: 'Arial', sans-serif;
	color: #000;
}

a {
	color:#ddd;
}

a:hover {
	color: #ff0;
}

a:active {
	color: #ddd;
}


.onwhite ul,
.onwhite ol,
.full ul,
.full ol {
	margin-left: 30px;
	color: #ccc;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ff0;
	font-family: 'Black Ops One', 'Oswald', sans-serif;
	font-weight: normal;
	text-align: left;
}

h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
}


p {
	color: #000;
	margin: 2% auto;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}
h1 {
	color: #e69134;
	font-size: 42px;
	margin: 2px 0px;
}
h2 {
	font-size: 36px;
	margin: 10px 0px 10px 0px;
}
h3 {
	font-size: 30px;
	margin: 10px 0px 10px 0px;
}
h4 {
	font-size: 26px;
	margin: 10px 0px 10px 0px;
}
h5 {
	font-size: 20px;
	
	margin: 10px 0px 8px 0px;
}
h6 {
	font-size: 16px;
	margin: 10px 0px 8px 0px;
}

.leftalign,
.centeredcol {
	margin: 0px auto;
}

.leftalign,
.leftalign p,
.leftalign h1,
.leftalign h2,
.leftalign h3,
.leftalign h4,
.leftalign h5,
.leftalign h6 {
	text-align: left;
}

.leftalign ul,
.leftalign ol {
	margin-left: 5%;
	color: #ccc;
}

.phoneonly {
	display: none !important;
}

.checklist {
	clear: both;
	list-style: none;
	margin-left: 0px !important;
	padding: 0px 0px;
}
.checklist li {
	border-top: 1px solid #ccc;
	background-image: url(../images/checkmark.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding: 0px 0px 0px 25px;
	margin: 0px;
}



.btn, a.btn, input.btn,
.btn-ce, a.btn-ce, input.btn-ce,
.btn-ag, a.btn-ag, input.btn-ag {
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	background-color: #c21734;
	border: 0px solid #000;
	padding: 6px 8px;
	margin: 4px auto;
	text-decoration: none !important;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	text-shadow: 2px 2px 2px #9d132a, 1px 1px 1px #9d132a;


	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
}

.btn:hover, a.btn:hover, input.btn:hover {
	color: #fff;
	background-color: #9d132a;
}

.btn:active, a.btn:active, input.btn:active {
	color: #fff;
	background-color: #333;
	text-shadow: 2px 2px 2px #000, 1px 1px 1px #000;
}

.imgbtn {
	position: relative;
	cursor: pointer;
}


.phonenum, .phonenum:hover, .phonenum:active {
	cursor: default;
	color: inherit;
	text-decoration: none;
}


.imgbtn:hover {
	left: 1px;
	top: 1px;
}

.imgbtn:active {
	top: 2px;
}


/* -----------------------
	Layout
----------------------- */

.wrap {
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
}

.clear {
	clear: both;
}

.noheightdesktop {
	height: 0px;
}

.full {
	width: 94%;
	padding: .5% 3%;
}

.wide {
	float: left;
	width: 60%;
	padding: .5% 3% .5% 0%;
}
.wide.second {
	padding: .5% 0% .5% 3%;
}
.narrow {
	float: left;
	width: 33%;
	padding: .5% 0% .5% 3%;
}
.narrow.first {
	padding: .5% 3% .5% 0%;
}

.half {
	width: 48%;
	padding-right: 2%;
	float: left;
}

.half .always {
	width: 48% !important;
	padding: 0px !important;
	padding-right: 2% !important;
	float: left !important;
	clear: none !important;
}

.sixth {
	float: left;
	width: 14%;
	padding: 1% 1.3%;
}

.sixth:nth-child(6n + 1) {
	clear: both;
}


.fifth {
	float: left;
	width: 17%;
	padding: 1% 1.5%;
}

.fifth:nth-child(5n + 1) {
	clear: both;
}

.fourth {
	float: left;
	width: 22%;
	padding: 1% 1.5%;
}

.fourth:nth-child(4n + 1) {
	clear: both;
}

.third {
	float: left;
	width: 30%;
	padding: 1% 1.5%;
}

.third:nth-child(3n + 1) {
	clear: both;
}


.sixth p,
.fifth p,
.fourth p {
	text-align: left;
	font-size: .8em;
}

.sixth h4,
.fifth h4,
.fourth h4 {
	text-align: left;
	margin: 5px 0px;
	text-transform: uppercase;
}

.headerimg {
	width: 100%;
}


.fullimg {
	width: 100%;
	height: auto;
}

.halfimg {
	max-width: 50%;
}

.thumbimg {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;

	zoom: 1;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
}

.smbtn {
	max-width: 200px !important;
}

.productbtn {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	zoom: 1;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;

}

.productbtn:hover img {
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.productbtn:active img {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.rounded {
	zoom: 1;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;

}

.box {
	padding: 3%;
	
	border: 1px solid #e7e7e7;


	zoom: 1;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;

	background: rgb(252,252,252);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(231,231,231,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(231,231,231,1)));
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(231,231,231,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(231,231,231,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(231,231,231,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(231,231,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e7e7e7',GradientType=0 );
}

.blackbox {

	padding: 9px 3%;
	
	margin: 15px auto;
	
	zoom: 1;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;

	background: #000000;
	background: -moz-linear-gradient(top,  #000000 0%, #151515 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#151515));
	background: -webkit-linear-gradient(top,  #000000 0%,#151515 100%);
	background: -o-linear-gradient(top,  #000000 0%,#151515 100%);
	background: -ms-linear-gradient(top,  #000000 0%,#151515 100%);
	background: linear-gradient(to bottom,  #000000 0%,#151515 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#151515',GradientType=0 );
}


.blackbox .title {
	width: 100%;
	padding: 0px 3% 0px 3%;
	
	position: relative;
	top: -15px;
	left: -3%;
	
	color: #fff;

	background-image: url(../images/red-stripes.jpg);
	background-position: center center;
	background-size: cover;

	-moz-border-radius: 9px 9px 0px 0px;
	-webkit-border-radius: 9px 9px 0px 0px;
	-khtml-border-radius: 9px 9px 0px 0px;
	border-radius: 9px 9px 0px 0px;

}

.blackbox,
.blackbox p,
.blackbox .title h1,
.blackbox .title h2,
.blackbox .title h3,
.blackbox .title h4,
.blackbox .title h5,
.blackbox .title h6 {
	color: #fff;
}

.blackbox .title * {
	margin: 0px;
}


.left {
	float: left;
	max-width: 33%;
	margin: 0px 2% 1% 0px;
}

.right {
	float: right;
	max-width: 33%;
	margin: 0px 0px 1% 2%;
}

.rightthumb {
	float: right;
	max-width: 15%;
	margin: 0px 0px 1% 2%;
}

.left img,
.right img,
.leftthumb img,
.rightthumb img {
	max-width: 100%;
}

.responsive_video {
	width: 100%;
}

.hr {
	clear: both;
	height: 1px;
	margin: 15px auto;
	background-color: #ccc;
}

.onwhite {
	width: 100%;
	background-color: #fff;
}

.clear {
	clear: both;
}

.onwhite ul p {
	text-align: left;
}

.datawidthcontainer {
	width: 100%;
	margin: 0px auto;
	background: #fff;
}

/* -----------------------
	Counter
----------------------- */
.counter {
	padding: 20px 0px;
	text-align: center;


	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000, 2px 2px 4px #000;


}

.counter_digit {
	display: inline-block;
	padding: 5px;
	margin: 2px;
	
	font-size: 36px;	
	font-family: 'Black Ops One', 'Oswald', sans-serif;


	background-image: url(../images/red-stripes.jpg);
	background-position: center center;
	background-size: cover;

	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius:9px 9px 9px 9px;
	-khtml-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
}


/* -----------------------
	Schedule
----------------------- */
.schedule {
	border-collapse: collapse;
}
.schedule tr td {
	padding: 10px 2%;
	vertical-align: top;
	border-bottom: 1px solid #555;
}

.schedule tr td:first-child {
	width: 33%;
}

.schedule .date {
	
	font-family: 'Black Ops One', 'Oswald', sans-serif;
	text-align: center;
	font-size: 22px;
	color: #fff;
	padding: 5%;

	zoom: 1;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;

	background: #c21734;
	background: -moz-linear-gradient(top,  #c21734 0%, #9d132a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c21734), color-stop(100%,#9d132a));
	background: -webkit-linear-gradient(top,  #c21734 0%,#9d132a 100%);
	background: -o-linear-gradient(top,  #c21734 0%,#9d132a 100%);
	background: -ms-linear-gradient(top,  #c21734 0%,#9d132a 100%);
	background: linear-gradient(to bottom,  #c21734 0%,#9d132a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c21734', endColorstr='#9d132a',GradientType=0 );
}

.schedule img {
	float: right;
	padding: 10px;
	width: 40%;
	max-width: 80px;
}


/* -----------------------
	Header
----------------------- */

.header {
	position: relative;
	z-index: 99999;
	padding-top: 15px;
	padding-bottom: 20px;
}

.header #logo {
	position: absolute;
	display: block;
	text-align: left;
	top: -10px;
	left: 15px;
	float: left;
	width: 23%;
}

#logo img {
	width: 100%;
	max-width: 200px;
}


.header .wrap {
	position: relative;
}

header .title {
	position: absolute;
	bottom: -10px;
	left: 1%;
	z-index: 3;
}

#header .gradientbar {
	height: 10px;
	margin-bottom: 30px;
}

/* -----------------------
	Nav
----------------------- */

#menubtn,
#phonebtn {
	display: none;
}


.navbar {
}

.nav {
	float: right;
	width: 80%;
	
	position: relative;
	font-family: 'Black Ops One', 'Oswald', sans-serif;
	text-transform: uppercase;
}

.nav ul {
	list-style: none;
	float: left;
	width: 100%;
}

.nav ul li {
	display: block;
	float: left;
	
	width: 13.5%;
	margin: .25%;

	background-image: url(../images/metal-plate.png);
	background-repeat: no-repeat;
	background-size: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../images/metal-plate.png',
	sizingMethod='scale');
	
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../images/metal-plate.png',
	sizingMethod='scale')";


}

.nav ul a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 19px;
	line-height: 16px;
	font-family: 'Racing Sans One', san-serif;
	text-align: center;
}

.nav .fblogo {
	display: block;
	width: 100%;
	padding: 3% 0%;
}

.nav ul a:hover {
	color: #c21734;
}

.nav ul a:active {
	background-color: #9d132a;
}

.nav ul li.selected  {
	color: #c21734;
}

.nav ul ul {
	background: #9d132a;
	background: -moz-linear-gradient(top,  #9d132a 0%, #c21734 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d132a), color-stop(100%,#c21734));
	background: -webkit-linear-gradient(top,  #9d132a 0%,#c21734 100%);
	background: -o-linear-gradient(top,  #9d132a 0%,#c21734 100%);
	background: -ms-linear-gradient(top,  #9d132a 0%,#c21734 100%);
	background: linear-gradient(to bottom,  #9d132a 0%,#c21734 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d132a', endColorstr='#c21734',GradientType=0 );


	color: #fff;
}

.nav ul ul li {
	background: none;
	float: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.nav ul ul a {
	color: #fff;
	text-transform: none;
	padding: 10px 5%;
	border-bottom: 1px solid #9d132a;
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	text-align: left;

}

.nav ul ul a:hover {
	background-color: #222;
	color: #fff;
	border-bottom: 1px solid #111;
}

.nav ul ul a:active {
	background-color: #000;
	color: #fff;
	border-bottom: 1px solid #000;
}

.nav .youtubelogo {
	float: left;
	width: 20%;
}


/* -----------------------
	Slideshows
----------------------- */
#slideshow {
	width: 100%;
	position: relative;
	background: #000;
}

#slideshow .cycle-slideshow {
	max-width: 1400px;
	margin: 0px auto;
}

.slide {
	width: 100%;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	display: none;
}

#slideshow img {
	width: 100%;
	height: auto;
}

#slideshow-pager {
	clear: both;
	text-align: center;
	width: 100%;
	margin: .5% auto;
}
#slideshow-pager div {
	cursor: pointer;
	display: inline-block;
	background-color: #ccc;
	width: 12px;
	height: 12px;
	margin: 2% 10px;
	zoom: 1;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
#slideshow-pager div:hover {
	background-color: #666;
}
#slideshow-pager div.cycle-pager-active {
	background-color: #999;
}

#slideshow .caption {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );


}

#slideshow .caption,
#slideshow .caption h1,
#slideshow .caption h2,
#slideshow .caption h3,
#slideshow .caption h4,
#slideshow .caption h5,
#slideshow .caption h6,
#slideshow .caption p {
	text-align: right;
	text-shadow: 1px 1px 1px #000, 2px 2px 4px #000;
	color: #fff;
	margin: 4px 0px;
}

#slideshow .caption h1 {
	color: #e69134;
}

#slideshow .caption a {
	color: #fff;
	text-decoration: underline;
}

#slideshow .caption a:hover {
	text-decoration: none;
}

#slideshow .caption a:active {
	text-decoration: underline;
}

.prev,
.next {
	z-index: 999;
	width: 10%;
	float: left;
	cursor: pointer;
	text-align: center;
	margin-bottom: 20px;

}

.slideshowprev,
.slideshownext {
	cursor: pointer;
	width: 6%;
	position: absolute;
	z-index: 99999;
	top: 35%;
	left: 3%;
}

.slideshownext {
	left: auto;
	right: 3%;
}

.slideshowprev img,
.slideshownext img {
	width: 100%;
	max-width: 90px;

	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

#slideshow:hover .slideshowprev img,
#slideshow:hover .slideshownext img {
	filter: alpha(opacity=35);
	opacity: 0.35;
}


#slideshow:hover .slideshowprev:hover img,
#slideshow:hover .slideshownext:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#slideshow:hover .slideshowprev:active img,
#slideshow:hover .slideshownext:actove img {
	filter: alpha(opacity=90);
	opacity: 0.90;
}


.prev img,
.next img,
#backbtn img {
	display: block;
	margin: 0% auto;
	
	padding-top: 25%;
	
	width: 80%;
	max-width: 90px;

	zoom: 1;
	filter: alpha(opacity=65);
	opacity: 0.65;
}

.prev:hover img,
.next:hover img,
#backbtn:hover img,
 {
	filter: alpha(opacity=8);
	opacity: 0.08;
}

.prev:active img,
.next:active img,
#backbtn:active img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#backbtn {
	display: none;
}

#backbtn {
	cursor: pointer;
	float: left;
	width: 5%;
}

#backbtn img {	
	width: 60%;
	padding-top: 20px;
}
	

#instructions {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-align: center;
}

#instructions img {
	height: 20px;
}

/* -----------------------
	Parts Store Iframes
----------------------- */

.fulliframe {
	width: 100%;
}



/* -----------------------
	Forms
----------------------- */

.form {
	width: 100%;
}

.form td {
	padding: 2px;
}
.form td:first-child {
	width: 30%;
}

.form td:first-child *{
	text-align: right;
}

.form input[type="text"],
.form input[type="email"],
.form textarea,
.form select {
	width: 97%;
	min-width: 25px;
	padding: 1%;
	color: #000;
	text-align: left;
	
	zoom: 1;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	behavior: url(/css/border-radius.htc);
	border-radius: 5px 5px 5px 5px;
	
	border: 1px solid #ccc;
}

input[type="text"].faded,
input[type="email"].faded {
	color: #999;
}

input[type="text"].filled,
input[type="email"].filled,
input[type="text"]:focus,
input[type="email"]:focus {
	color: #000;
}

.form td[colspan="2"] * {
	text-align: left;
}

.form td[colspan="2"] p {
	margin: 1% auto;
}


.form h2,
.form h6 {
	text-align: center !important;
}

.form label {
	cursor: pointer;
}


/* -----------------------
	Tables
----------------------- */

.chart {
	width: 100%;
	border-collapse: collapse;
}

.chart th {
	background-color: #aaa;
	color: #fff;
	padding: 2px 5px;
	text-align: left;
	font-weight: bold;
}

.chart td {
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
}

.chart tr:nth-child(odd) td {
	background-color: #eee;
}


/* -----------------------
	Footer
----------------------- */

#footer {
	clear: both;
	margin-top: 0px;
	background: url('../images/footer-bkg.jpg');
	padding: 20px 0px;
	text-align: center;

	background-size: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../images/footer-bkg.jpg',
	sizingMethod='scale');
	
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../images/footer-bkg.jpg',
	sizingMethod='scale')";
	
}

#footer img { 
	height: 50px;
	margin: 10px 20px;

}

#footer h2 {
	text-align: center;
}


.copyright {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	font-family: 'Oswald', san-serif;
	font-size: 10px;
}

.loc_name {
	display: block;
	width: 96%;
	padding: 2px 2%;
	margin: 0px auto;

	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	background-color: #e69134;
	border: 0px;

	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;

	box-shadow: 2px 2px 3px rgba(0,0,0,.2) !important;


/*
	text-shadow: 2px 2px 2px #c97f2d, 1px 1px 1px #c97f2d;
*/

	-webkit-border-radius: 10px 10px 0px 0px; 
	-moz-border-radius: 10px 10px 0px 0px; 
	border-radius: 10px 10px 0px 0px; 
}
.loc_name:hover {
	color: #fff;
	background-color: #c97f2d;
}
.loc_name:active {
	color: #fff;
	background-color: #333;
	text-shadow: 2px 2px 2px #000, 1px 1px 1px #000;
}

.loc_box {

	display: block;
	width: 96%;
	padding: 2px 2%;
	margin: 0px auto;

	text-align: center;
	font-weight: bold;
	color: #333;
	border: 0px;

	text-decoration: none;
	font-size: .7em;

	box-shadow: 2px 2px 3px rgba(0,0,0,.2) !important;


	-webkit-border-radius: 0px 0px 10px 10px; 
	-moz-border-radius: 0px 0px 10px 10px; 
	border-radius: 0px 0px 10px 10px; 


	background: rgb(252,252,252);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(231,231,231,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(231,231,231,1)));
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(231,231,231,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(231,231,231,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(231,231,231,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(231,231,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e7e7e7',GradientType=0 );

}

.loc_phone {
	font-family: 'Oswald', sans-serif;
	font-size: 1.8em;
	text-decoration: none;
	color: #333 !important;
	cursor:text;
}


/* -----------------------
	TABLET
----------------------- */

@media screen and (max-width: 1120px) {
	.nav ul a {
		font-size: 16px;
		line-height: 15px;
	}
	
}



@media screen and (max-width: 1024px) {
	
	.half .half {
		float: none;
		width: 94%;
		padding: 5px 3%;
	}

	.nav {
		width: 75%;
	}

	.nav ul a {
		font-size: 14px;
		line-height: 14px;
		font-family: 'Oswald', sans-serif;
		font-weight: bold;
	}

	.sixth,
	.fifth {
		float: left;
		width: 29%;
		padding: 1% 2%;
	}

	.sixth:nth-child(3n +1),
	.fifth:nth-child(3n + 1) {
		clear: both;
	}


}

@media screen and (max-width: 800px) {

	.schedule .date {	
		font-size: 18px;
	}


	.item {
		width: 46% !important;
		margin: 2% !important;
	}
	
	.nav ul a {
		font-size: 10px;
		line-height: 10px;
		font-weight: bold;
	}
	
	.full .wide .half {
		float: none;
		width: 94%;
		padding: 5px 3%;
	}

	.sixth,
	.fifth {
		float: left;
		width: 46%;
		padding: 1% 2%;
	}

	.sixth:nth-child(3n + 1),
	.sixth:nth-child(6n + 1),
	.fifth:nth-child(3n + 1),
	.fifth:nth-child(5n + 1)
	 {
		clear: none;
	}
	.sixth:nth-child(odd),
	.fifth:nth-child(odd)
	 {
		clear: both;
	}

		.mhalf {
			width: 48%;
			padding-right: 2%;
			float: left;
		}
		
		.mhalf:nth-child(2n + 1) {
			clear: both;
		}


}


/* -----------------------
	PHONE
----------------------- */

@media screen and (max-width: 600px) {
	
	.header {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	
	.header #logo {
		width: 30%;
		top: 5px;
	}
	
	#logo img {
		width: 100%;
		max-width: 240px;
	}
	
	#header .gradientbar {
		margin-bottom: 10px;
	}

	.phoneonly {
		display: block !important;
	}

	#backbtn {
		width: 10%;
	}
	
	#backbtn img {	
		width: 70%;
		padding-top: 20px;
	}
	
	.nav {
		width: 98%;
		padding-left: 2%;
		position: relative; 
		top: 0px;

	}	

	.nav ul {
		padding: 0px;
		display: none;
	}

	.nav ul ul {
		width: 98%;
	}
	
	.nav ul li {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	.nav ul a {
		padding: 4% 2%;
		
		font-family: 'Racing Sans One', san-serif;

		display: block;
		border: 0px;
		border-bottom: 1px solid #111;
		font-size: 24px;
		font-weight: normal;
		background-size: cover;
	}
	
	.nav ul a br {
		display: none;
	}
	
	#menubtn{
		display: block;
		float: right;
		cursor: pointer;
		padding: 0px;
		max-width: 125px;
		margin: 5%;

	}
	#menubtn img {
		width: 100%;
	}
	
	.nav .fblogo {
		max-width: 150px;
		margin: 0px auto;
		padding: 0px;
	}
	
	.nav .youtubelogo {
		float: none;
		height: 24px;
		margin-right: 5px;
		width: auto;
	}



	.nav ul li.selected  {
		background-color: transparent;
	}
	
	.nav ul li ul {
		background-color: #ccc !important;
	}
	
	.nav ul li ul li {
		float: none;
		top: auto;
		left: auto;
		white-space: normal !important;	 /* overwrite superfish */
		*white-space: normal !important;	 /* overwrite superfish */
	}
	
	.nav ul li ul li a {

	}
	
	.nav ul li ul li a:hover {

	}
	
	.sf-menu ul {
		box-shadow: 0px 0px 0px rgba(0,0,0,.2) !important;
		position: static !important;
	}

	.sf-menu li {
		-webkit-transition: background 0s !important;
		transition: background 0s !important;
	}
	
		
	/*** arrows (for all except IE7) **/
	.sf-arrows .sf-with-ul {
		padding-right: .5em;
		*padding-right: .5em; /* no CSS arrows for IE7 (lack pseudo-elements) */
	}
	
	/* styling for both css and generated arrows */
	.sf-arrows .sf-with-ul:after {
		right: 1.5em;
	}


	#slideshow {
		background: transparent;
	}

	#slideshow img {
		position: relative;
	}

	#slideshow .caption {
		position: relative;
	}


	.slideshowprev,
	.slideshownext {
		display: none;
	}


	#slideshow2 .cycle-slideshow {
		width: 100%;
		margin: 0px auto;
	}
	
	
	#slideshow2 .cycle-slideshow.gallerythumbs {
		width: 100%;
	}

	.prev,
	.next {
		display: none;
	}

	.smbtn {
		max-width: 100px !important;
	}


	.noheightdesktop {
		height: auto;
	}
	
	.phonehide {
		display: none !important;
	}
	


	.schedule .date {	
		font-size: 16px;
		font-family: 'Oswald', sans-serif;
	}


	
	/* portrait mode */
	@media screen and (orientation:portrait) {
	
		.half,
		.wide,
		.narrow,
		.sixth,
		.fifth,
		.fourth,
		.third,
		.full {
			clear: both;
			float: none;
			width: 94%;
			padding: 5px 3%;
		}
		
	
		.header #logo {
			width: 40%;
		}

	}
	
	
	.wrap {
		width: 100%;
	}
	
	#footer .wrap {
		padding-top: 0px;
	}

	#footer img { 
		height: 35px;
		margin: 5px 10px;
	
	}
	

	
	.footernav,
	.social {
		width: 94%;
		margin: 0px;
		padding: 0px 3%;
		padding-bottom: 10px;
		border-right: 0px solid #444;
	}
	
	.footernav.noborder {
		padding-bottom: 0px;
	}

	.footernav .blank {
		display: none;
	}
	
	.social p {
		display: inline-block;
		padding: 15px;
	}

	.phonenum{
		display: inline-block;
		font-weight: bold;
		cursor: pointer;
		color: #fff;
		background-color: #005825;
		border: 0px solid #000;
		padding: 4px 6px;
		text-decoration: none;
	
	
		-webkit-border-radius: 10px; 
		-moz-border-radius: 10px; 
		border-radius: 10px; 
	}
	
	.phonenum:hover{
		color: #fff;
		background-color: #666;
	}
	
	.phonenum:active {
		color: #fff;
		background-color: #333;
	}


}

@media screen and (min-width: 601px) {
	#nav {
		display: block !important;
	}
	
	#phonelist {
		display: none !important;
		
	}
	#instructions {
		dipslay: none !important;
		height: 0px !important;
		overflow: hidden !important;
	}
}

/* -----------------------
	Colors
----------------------- */

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}

.orange {
	color: #e69134 !important;
}

.orangedark {
	color:#c97f2d !important;
}

.red {
	color:#c21734 !important;
}

.reddark {
	color:#9d132a !important;
}

.white {
	color: #fff !important;
}

a.white:hover,
a.white:active {
	color: #fff;
}

.black {
	color: #000;
}

.gray {
	color: #999;
}

.graygradient {
	background: rgb(252,252,252);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(231,231,231,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(231,231,231,1)));
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(231,231,231,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(231,231,231,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(231,231,231,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(231,231,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e7e7e7',GradientType=0 );
}

.graygradientrev {
	background: rgb(231,231,231);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(231,231,231,1) 0%, rgba(252,252,252,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,231,231,1)), color-stop(100%,rgba(252,252,252,1)));
	background: -webkit-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(252,252,252,1) 100%);
	background: -o-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(252,252,252,1) 100%);
	background: -ms-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(252,252,252,1) 100%);
	background: linear-gradient(to bottom,  rgba(231,231,231,1) 0%,rgba(252,252,252,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#fcfcfc',GradientType=0 );
}

.darkgraygradient {
	background: rgb(99,99,99);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzNjM2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODM4MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(99,99,99,1) 0%, rgba(56,56,56,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,99,99,1)), color-stop(100%,rgba(56,56,56,1)));
	background: -webkit-linear-gradient(top,  rgba(99,99,99,1) 0%,rgba(56,56,56,1) 100%);
	background: -o-linear-gradient(top,  rgba(99,99,99,1) 0%,rgba(56,56,56,1) 100%);
	background: -ms-linear-gradient(top,  rgba(99,99,99,1) 0%,rgba(56,56,56,1) 100%);
	background: linear-gradient(to bottom,  rgba(99,99,99,1) 0%,rgba(56,56,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#383838',GradientType=0 );
}

.darkgraygradientrev {
	background: rgb(56,56,56);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4MzgzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzYzNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(56,56,56,1) 0%, rgba(99,99,99,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,56,56,1)), color-stop(100%,rgba(99,99,99,1)));
	background: -webkit-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(99,99,99,1) 100%);
	background: -o-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(99,99,99,1) 100%);
	background: -ms-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(99,99,99,1) 100%);
	background: linear-gradient(to bottom,  rgba(56,56,56,1) 0%,rgba(99,99,99,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#636363',GradientType=0 );
}

.blackgradient {
	background: #151515;
	background: -moz-linear-gradient(top,  #151515 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#151515), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #151515 0%,#000000 100%);
	background: -o-linear-gradient(top,  #151515 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #151515 0%,#000000 100%);
	background: linear-gradient(to bottom,  #151515 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#000000',GradientType=0 );
}

.blackgradientrev {
	background: #000000;
	background: -moz-linear-gradient(top,  #000000 0%, #151515 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#151515));
	background: -webkit-linear-gradient(top,  #000000 0%,#151515 100%);
	background: -o-linear-gradient(top,  #000000 0%,#151515 100%);
	background: -ms-linear-gradient(top,  #000000 0%,#151515 100%);
	background: linear-gradient(to bottom,  #000000 0%,#151515 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#151515',GradientType=0 );
}


.gradientbar {
	background-color: #e69134;
	background-image: url('../images/gradient-ltr.png');
	background-size: 100% 1px;
	background-repeat:repeat-y;
	background-position: center center;
}

.redgradient {
	background: #c21734;
	background: -moz-linear-gradient(top,  #c21734 0%, #9d132a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c21734), color-stop(100%,#9d132a));
	background: -webkit-linear-gradient(top,  #c21734 0%,#9d132a 100%);
	background: -o-linear-gradient(top,  #c21734 0%,#9d132a 100%);
	background: -ms-linear-gradient(top,  #c21734 0%,#9d132a 100%);
	background: linear-gradient(to bottom,  #c21734 0%,#9d132a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c21734', endColorstr='#9d132a',GradientType=0 );
}

.redgradientrev {
	background: #9d132a;
	background: -moz-linear-gradient(top,  #9d132a 0%, #c21734 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d132a), color-stop(100%,#c21734));
	background: -webkit-linear-gradient(top,  #9d132a 0%,#c21734 100%);
	background: -o-linear-gradient(top,  #9d132a 0%,#c21734 100%);
	background: -ms-linear-gradient(top,  #9d132a 0%,#c21734 100%);
	background: linear-gradient(to bottom,  #9d132a 0%,#c21734 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d132a', endColorstr='#c21734',GradientType=0 );
}

.ce {
	background-color: #e69134 !important;
	border-bottom: 1px solid #c97f2d !important;
}

.ag {
	background-color: #c21734 !important;
	border-bottom: 1px solid #9d132a !important;
}

.ce:hover {
	background-color: #c97f2d !important;
	border-bottom: 1px solid #c97f2d !important;
}

.ag:hover {
	background-color: #9d132a !important;
	border-bottom: 1px solid #9d132a !important;
}

.ce:active {
	background-color: #000 !important;
	border-bottom: 1px solid #c97f2d !important;
}

.ag:active {
	background-color: #000 !important;
	border-bottom: 1px solid #9d132a !important;
}