/*-----------------------------------------------------------------------------------

	SUPERIOR ESSEX
	Description: General Screen Styles
	Authors: Aaron Danley & Andrew Currie

-------------------------------------------------------------------------------------

	00.	 CSS Reset & Clearfix
	01.  Scaffolding
	02.	 Header / Masthead / Nav
	03.  Breadcrumbs
	04.  Sidebar
	05.	 Main Content
	06.	 Footer
	07.  General Styles
	08.	 Margin / Padding
	09.	 Rounded Corners
	10.	 Forms
	13.  Buttons

-------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	00.	CSS Reset
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, 
small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, 
ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

img { vertical-align: top; } /* Removes the space below an image in a div */

a img { border:none; } /* Removes image link border in IE */

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

strong { font-weight: bold; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	01.	Scaffolding
/*-----------------------------------------------------------------------------------*/

html {
   overflow-y: scroll;
   height: 100%
}

body {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	color: #222222;
	position: relative;
	background-color: #FFF;
}

.row { width: 100%; }

.row div:last-child { margin-right: 0px; }

.row:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.container:after {
	content: "";
	display: table;
	clear: both;
}

.column-862 {
	float: left;
	width: 862px;
	margin-right: 20px;
}

.column-822 {
	float: left;
	width: 822px;
}

.column-568 {
	float: left;
	width: 568px;
	margin-right: 20px;
}

.column-470 {
	float: left;
	width: 470px;
	margin-right: 20px;
}

.column-372 {
	float: left;
	width: 372px;
	margin-right: 20px;
}

.column-421 {
	float: left;
	width: 421px;
	margin-right: 20px;
}

.column-401 {
	float: left;
	width: 401px;
	margin-right: 20px;
}

.column-274 {
	float: left;
	width: 274px;
	margin-right: 20px;
}

.column-202 {
	float: left;
	width: 202px;
	margin-right: 20px;
}

.column-200 {
	float: left;
	width: 200px;
	margin-right: 20px;
	padding-top: 5px;
}

.column-176 {
	float: left;
	width: 176px;
	margin-right: 20px;
}

.column-78 {
	float: left;
	width: 78px;
	margin-right: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	02.	Header / Masthead / Nav / Breadcrumbs
/*-----------------------------------------------------------------------------------*/

.header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background: url("../img/header-bg-shadow.png") bottom repeat-x,
				url("../img/header-bg-gradient-noise.jpg") center top repeat-y;
	background-color: #d7d7d7;	
}

.header:after {
	content: "";
	display: table;
	clear: both;
}

.masthead {
	float: left;
	width: 862px;
	position: relative;
}
.masthead .logo {
	margin-top: 11px;
	margin-left: -18px;
}

.masthead .tagline {
	position: absolute;
	z-index: 100;
	height: 44px;
	width: 178px;
	left: 228px;
	top: 28px;
}

.masthead input {
	font-family: "proxima-nova",Arial;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
	height: 35px;
	width: 309px;
	padding-left: 15px;
	color: #b5b5b5;
	position: absolute;
	top: 0px;
	right: 32px;
	margin-top: 30px;
	text-align: left;
	padding-top: 0px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}

.masthead .submit {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 30px;
}

.nav {
	float: left;
	width: 862px;
	height: 36px;
	background-image: url("../img/nav-tile.png");
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 6px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.nav .nav-main {
	font-family: "proxima-nova",Arial;
	font-style: normal;
	font-weight: 600;
	float: left;
	display: inline;
	color: #FFFFFF;
	margin-left: 20px;
	text-shadow: 0px -1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=-1);
	font-size: 16px;
}

.nav .nav-main li {
	display: block;
	float: left;
	background-image: url("../img/nav-pike.png");
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 17px;
	background-position: right;
}

.nav .nav-main li:first-child { padding-left: 0px; }

.nav-main li a:link {
	color: #c8c8c8;
	text-decoration: none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;	
}

.nav-main li a:visited {
	color: #c8c8c8;
	text-decoration: none;
}

.nav-main li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.nav-main li a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.nav .nav-sub {
	font-family: "proxima-nova",Arial;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	float: right;
	margin-right: 20px;
	color: #FFFFFF;
	text-shadow: 0px -1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=-1);
}

.nav .nav-sub li {
	display: block;
	float: left;
	background-image: url("../img/nav-pike.png");
	padding-right: 15px;
	padding-left: 17px;
	background-repeat: no-repeat;
	padding-top: 9px;
	height: 36px;
}

.nav .nav-sub li:last-child { padding-right: 0px; }

.nav-sub li a:link {
	color: #c8c8c8;
	text-decoration: none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;	
}

.nav-sub li a:visited {
	color: #c8c8c8;
	text-decoration: none;
}

.nav-sub li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.nav-sub li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.nav-main li a.selected, .nav-sub li a.selected {
    color: #FFFFFF;
}


.breadcrumbs {
	float: left;
	width: 862px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.breadcrumbs ul {
	font-family: "proxima-nova",Arial;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	color: #646464;
}

.breadcrumbs ul li {
	display: block;
	list-style-type: none;
	background-image: url("../img/breadcrumb-arrow.png");
	background-repeat: no-repeat;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	float: left;
	background-position: 0px 4px;
}

.breadcrumbs ul li:first-child {
	background-image: none;
	padding-left: 0px;
}


/*-----------------------------------------------------------------------------------*/
/*	03.	Header / Masthead / Nav / Breadcrumbs
/*-----------------------------------------------------------------------------------*/

.breadcrumbs ul li a:link {
	color: #afafaf;
	text-decoration: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.breadcrumbs ul li a:visited {
	color: #afafaf;
	text-decoration: none;
}

.breadcrumbs ul li a:hover {
	color: #646464;
	text-decoration: none;
}

.breadcrumbs ul li a:active {
	color: #646464;
	text-decoration: none;
}



/*-----------------------------------------------------------------------------------*/
/*	04.	Sidebar
/*-----------------------------------------------------------------------------------*/

.sidebar {
	float: left;
	width: 250px;
	margin-right: 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
	background-color: #FFF;
}

.sidebar h2 {
	font-family: "proxima-nova",Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	padding-left: 18px;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 15px;
	display: block;
	background-color: #e6e6e6;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	color: #646464;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
    text-decoration: none;
}

.sidebar ul {
	font-family: "proxima-nova",Arial;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	color: #646464;
	padding-bottom: 3px;
}

.sidebar ul li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 14px;
	line-height: 20px;
}

.sidebar ul li:first-child { border-top-style: none; }

.sidebar ul li a:link {
	color: #a0a0a0;
	text-decoration: none;
}

.sidebar ul li a:visited {
	color: #a0a0a0;
	text-decoration: none;
}

.sidebar ul li a:hover {
	color: #646464;
	text-decoration: none;
}

.sidebar ul li a:active {
	color: #646464;
	text-decoration: none;
}

.sidebar ul li a.selected {
	color: #646464;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/
/*	05.	Main Content
/*-----------------------------------------------------------------------------------*/

.main-content-full  {
	float: left;
	width: 862px;
	-webkit-border-radius: 5px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
	background-color: #FFF;
}

.main-content-full h1 {
	font-family: "proxima-nova",Arial;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	color: #646464;
	margin-bottom: 20px;
	margin-top: 10px;
}

.main-content-full h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #646464;
}

.main-content-full p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #828282;
}

.main-content {
	float: left;
	width: 582px;
	-webkit-border-radius: 5px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
	background-color: #FFF;
}

.main-content h1 {
	font-family: "proxima-nova",Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	color: #646464;
}

.c_container {
	float: left;
	width: 542px;
	margin-top: 15px;
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Footer
/*-----------------------------------------------------------------------------------*/

.footer-main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F5F5F3;
	margin-top: 80px;
	padding-top: 25px;
	padding-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebeb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	background-image: url("../img/footer-main-bg.gif");
}

.footer-main:after {
	content: "";
	display: table;
	clear: both;
}

.footer-main h6 {
	font-family: "proxima-nova",Arial;
	font-style: normal;
	font-weight: 700;
	color: #737373;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

.footer-main .column-200 ul {
	font-family: "proxima-nova",Arial;
	font-style: normal;
	font-weight: 300;
	margin-top: 25px;
	font-size: 16px;
}

.footer-main .column-200 ul li { margin-bottom: 15px; }

.footer-main .column-202 ul {
	font-family: "proxima-nova",Arial;
	font-style: normal;
	font-weight: 300;
	margin-top: 20px;
	margin-left: 15px;
	font-size: 16px;
}

.footer-main .column-202 ul li { margin-bottom: 14px; }

.footer-main ul li a:link {
	color: #a0a0a0;
	text-decoration: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.footer-main ul li a:visited {
	color: #a0a0a0;
	text-decoration: none;
}

.footer-main ul li a:hover {
	color: #646464;
	text-decoration: none;
}

.footer-main ul li a:active {
	color: #646464;
	text-decoration: none;
}

.footer-main select {
	width: 202px;
	height: 40px;
	margin: 0px;
	background-color: #3F0;
	border: 1px solid #969696;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0px;
}

.footer-main input {
	font-family: "proxima-nova",Arial;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	width: 202px;
	border: 1px solid #e1e1e1;
	height: 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 37px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 14px 11px;
	padding-right: 15px;
	color: #000000;
	margin-top: 5px;
	background-image: url("../img/search-button-footer.png");
}

.footer-sub {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 22px;
	padding-bottom: 26px;
}

.footer-sub:after {
	content: "";
	display: table;
	clear: both;
}

.footer-sub ul {
	font-family: "proxima-nova",Arial;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}

.footer-sub ul li {
	display: block;
	list-style-type: none;
	background-image: url("../img/footer-pike.gif");
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
	float: left;
	height: 20px;
}

.footer-sub ul li:first-child {
	display: inline;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-image: none;
}

.footer-sub p {
	font-family: "proxima-nova",Arial;
	text-align: right;
	font-style: normal;
	font-weight: 300;
	color: #afafaf;
	font-size: 13px;
}

.footer-sub ul li a:link {
	color: #afafaf;
	text-decoration: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.footer-sub ul li a:visited {
	color: #afafaf;
	text-decoration: none;
}

.footer-sub ul li a:hover {
	color: #646464;
	text-decoration: none;
}

.footer-sub ul li a:active {
	color: #646464;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/
/*	07.	General Styles
/*-----------------------------------------------------------------------------------*/

.sidekick {
	float: left;
	width: 274px;
	margin-right: 20px;
}

.sidekick a {
	text-decoration: none;
}

.sidekick-content {
	margin-top: 3px;
	background-color: #dfdfdf;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	position: relative; /* Fixes an IE7/8 bug */
}

.sidekick-content .link-span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url("../img/ie-span-fix.gif");  /* Fixes overlap error in IE7/8 */
} 

.sidekick-content h1 {
	font-family: "proxima-nova",Arial;
	font-style: normal;
	font-weight: 700;
	color: #646464;
	font-size: 14px;
}

.sidekick-content p {
	font-family: "proxima-nova",Arial;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	color: #646464;
	margin-top: 5px;
	font-size: 14px;
}

div.sidekick-content {
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

div.sidekick-content:hover { background-color: #f0f0f0; }

.all-caps { text-transform: uppercase; }

.newsletter {
	float: left;
	width: 582px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFF;
}

.form-warning {
	color: red;
}

/*-----------------------------------------------------------------------------------*/
/*	08.	Margin
/*-----------------------------------------------------------------------------------*/

.mar-top-10 { margin-top: 10px; }
.mar-top-15 { margin-top: 15px; }
.mar-top-20 { margin-top: 20px; }
.mar-rgt-10 { margin-right: 10px; }
.mar-rgt-15 { margin-right: 15px; }
.mar-btm-20 { margin-bottom: 20px; }


/*-----------------------------------------------------------------------------------*/
/*	09.	Rounded Corners
/*-----------------------------------------------------------------------------------*/

.rnd-all { 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}

.rnd-top { 
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}


/*-----------------------------------------------------------------------------------*/
/*	10.	Forms
/*-----------------------------------------------------------------------------------*/

.text-field {
	border: 1px solid #c8c8c8;
	margin: 0px;
	width: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #646464;
}

.text-area {
	border: 1px solid #c8c8c8;
	margin: 0px;
	width: 100%;
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	height: 150px;
	color: #646464;
}


/*-----------------------------------------------------------------------------------*/
/*	11.	Link Styles
/*-----------------------------------------------------------------------------------*/

.standard-link a:link {
	font-weight: bold;
	color: #C80000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-decoration: none;
	padding-bottom: 2px;
}

.standard-link a:visited {
	font-weight: bold;
	color: #C80000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-decoration: none;
	padding-bottom: 2px;
}

.standard-link a:hover {
	font-weight: bold;
	color: #8D8D8D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-decoration: none;
	padding-bottom: 2px;
}

.standard-link a:active {
	font-weight: bold;
	color: #8D8D8D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-decoration: none;
	padding-bottom: 2px;
}

.gray-dotted a:link {
	color: #afafaf;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #afafaf;
	text-decoration: none;
	padding-bottom: 2px;
}

.gray-dotted a:visited {
	color: #afafaf;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #afafaf;
	text-decoration: none;
	padding-bottom: 2px;
}

.gray-dotted a:hover {
	color: #d7d7d7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d7d7d7;
	text-decoration: none;
	padding-bottom: 2px;
}

.gray-dotted a:active {
	color: #d7d7d7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d7d7d7;
	text-decoration: none;
	padding-bottom: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*	12.	Search Results
/*-----------------------------------------------------------------------------------*/

.search-field {
	border: 1px solid #c8c8c8;
	width: 300px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #646464;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.search-results {
	float: left;
	width: 822px;
}

.search-results ul {
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 30px;
}

.search-results li { margin-bottom: 20px; }


/*-----------------------------------------------------------------------------------*/
/*	13.	Buttons
/*-----------------------------------------------------------------------------------*/

.large-btn-red {
	-moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
	box-shadow: inset 0px 1px 0px 0px #cf866c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);	
	background-color: #d0451b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #942911;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #854629;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 12px;
	padding-left: 40px;
}

.large-btn-red:hover {       
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);	
	background-color:#bc3315;
}

.large-btn-red:active {
	position:relative;
    top:1px;
}

.small-btn-white {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.small-btn-white:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}

.small-btn-white:active {
	position: relative;
	top: 1px;
}

.footer-sub ul li a.red-highlight {
	color: #C80000;
}