@charset "utf-8";
/* CSS Document */
header, footer, aside, figure, nav, article, section, hgroup {
	display: block;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url('/images/bg-row-invert.gif');
}
.emp-bio {
	width: 150px;
	height: 225px;
	overflow: hidden;
	float: left;
	position: relative;
}
.emp-bio article {
	display: none;
	margin-left: 155px;
}
.emp-bio img {
	float: left;
	margin: 0 10px 5px 0;
}
.emp-bio h3 {
	background: #AAA;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 5px 10px;
	margin: 0px 0px 15px 5px;
	-moz-box-shadow: 0 0 15px #777 inset;
	-webkit-box-shadow: 0 0 15px #777 inset;
	-o-box-shadow: 0 0 15px #777 inset;
	box-shadow: 0 0 15px #777 inset;
}
.emp-bio h4 {
	margin: 0;
	color: #FFF;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 150px;
	background: rgba(0, 0, 0, 0.3);
}
.emp-bio h5 {
	margin: 6px;
	font-size: 14px;
	font-style: italic;
	padding-left: 10px;
}
.emp-bio p {
	margin-right: 25px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	margin-top: 0;
}
section.container {
	position: relative;
	width: 960px;
	margin: 10px auto 0 auto;
	overflow: auto;
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 12px rgba(0,0,0,0.3);
	box-shadow: 0 0 12px rgba(0,0,0,0.3);
	clear: both;
}
section#repairs {
	background-color: #FFF;
	background-image: url(/images/service_vignette.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
section#register {
	background-color: #FFF;
	background-image: url(/images/regpage_vignette.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
section.container:last-child {
	margin-bottom: 10px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 30px;
}
a img {
	border: none;
}
.void {
	background: #FFF;
	background: rgba(255,255,255,0.8);
	clear: both;
}
header {
	height: 180px;
	background: url(/images/bg-row.gif);
	width: 100%;
}
header nav {
	width: 960px;
	margin: 0px auto;
}
header nav a img {
	margin-left: 25px;
}
header nav > ul {
	width: 641px;
	float: right;
}
header nav > ul > li {
	position: relative;
	padding: 0;
	text-align: center;
	float: left;
	border-left: 1px solid #333;
}
header nav > ul > li:last-child {
	border-right: 1px solid #333;
}
header nav li span {
	position: absolute;
	width: 100%;
	height: 7px;
	top: 0px;
	left: 0px;
}
header nav li span.current {
	height: 25px;
}
header nav > ul > li:first-child span {
	background: #FDE403;
}
header nav > ul > li:first-child p, header nav > ul > li:first-child ul li p {
	color: #FDE403;
}
header nav > ul > li:nth-child(2) span {
	background: #F8751B;
}
header nav > ul > li:nth-child(2) p, header nav > ul > li:nth-child(2) ul li p {
	color: #F8751B;
}
header nav > ul > li:nth-child(3) span {
	background: #EB472B;
}
header nav > ul > li:nth-child(3) p, header nav > ul > li:nth-child(3) ul li p {
	color: #EB472B;
}
header nav > ul > li:nth-child(4) span {
	background: #B90544;
}
header nav > ul > li:nth-child(4) p, header nav > ul > li:nth-child(4) ul li p {
	color: #B90544;
}
header nav > ul > li:last-child span {
	background: #9C0061;
}
header nav > ul > li:last-child p, header nav > ul > li:last-child ul li p {
	color: #9C0061;
}
header nav li a, header nav li p {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 95px 0 25px 0;
	width: 127px;
	text-transform: uppercase;
}
header nav li p {
	margin: 0;
}
header nav li ul {
	position: absolute;
	width: 100%;
	padding: 0 0 10px 0;
	background: url(/images/bg-row.gif);
	bottom: -55px;
	z-index: 9999;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	display: none;
}
header nav li li a, header nav li li p {
	display: inline-block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #888;
	padding: 0 0 10px 0;
	margin-bottom: 5px;
	border-bottom: 1px dotted #595959;
	position: relative;
	-moz-transition: .2s color linear;
	-webkit-transition: .2s color linear;
	-o-transition: .2s color linear;
	-ms-transition: .2s color linear;
	transition: .2s color linear;
}
header nav > ul li ul:after {
	position: absolute;
	border-width: 15px;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent transparent;
	content: "";
	border-style: solid;
	top: -35px;
	left: 48px;
	-webkit-transition: .2s border-color linear;
}
header nav > ul > li:hover > ul:after {
	border-color: #333 transparent transparent transparent;
	-webkit-transition: .2s border-color linear;
}
header nav li li:last-child a, header nav li li:last-child p {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
header nav li li a:hover {
	color: #FFFFFF;
	-moz-transition: .2s color linear;
	-webkit-transition: .2s color linear;
	-o-transition: .2s color linear;
	-ms-transition: .2s color linear;
	transition: .2s color linear;
}
footer {
	position: relative;
	clear: both;
	background: url(/images/bg-row.gif);
	padding-top: 25px;
	width: 100%;
}
footer nav img {
	float: right;
	margin: -20px 0px 0 0;
}
footer small {
	width: 100%;
	clear: both;
	color: #FFF;
	background: #000;
	display: block;
	padding: 15px 0px;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
}
footer nav {
	height: 150px;
	width: 960px;
	margin: 0px auto;
}
footer section.affiliate-container {
	clear: both;
	width: 100%;
	margin-top: 20px;
	padding: 10px 0;
	background-color: rgba(255,255,255,0.1);
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}
footer section article {
	position: relative;
	width: 925px;
	margin: 0px auto;
	padding: 15px 15px 13px 20px;
	background-image: url(/images/affiliates.png);
	background-repeat: no-repeat;
	background-position: 94% top;
}
footer section h4 {
	color: #777;
	font-style: italic;
	margin: 0;
}
footer section.affiliate-container a {
	position: absolute;
	top: 0;
	height: 50px;
}
a#aoi {
	left: 489px;
	width: 131px;
}
a#nari {
	left: 660px;
	width: 77px;
}
a#ora {
	left: 777px;
	width: 50px;
}
a#stafda {
	left: 866px;
	width: 63px;
}
footer nav > ul {
	width: 155px;
	float: left;
}
footer nav > ul > li {
	position: relative;
	padding: 4px 10px 4px 4px;
	margin: 0 0 3px 10px;
}
footer nav > ul > li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	-moz-transition: .2s color linear;
	-webkit-transition: .2s color linear;
	-o-transition: .2s color linear;
	-ms-transition: .2s color linear;
	transition: .2s color linear;
}
footer nav > ul > li a:hover {
	color: #a4a4a4;
	-moz-transition: .2s color linear;
	-webkit-transition: .2s color linear;
	-o-transition: .2s color linear;
	-ms-transition: .2s color linear;
	transition: .2s color linear;
}
footer nav > ul > li > ul {
	padding-top: 10px;
}
footer nav > ul > li li {
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #a4a4a4;
}
footer nav > ul > li li:last-child {
	border: none;
}
footer nav > ul > li li a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #888;
}
footer nav > ul > li li a:hover {
	color: #FFFFFF;
}
footer nav > ul:nth-child(2) li:first-child a.current {
	color: #FDE403;
}
footer nav > ul:nth-child(2) li:nth-child(2) a.current {
	color: #B90544;
}
footer nav > ul:nth-child(2) li:last-child a.current {
	color: #9C0061;
}
footer nav ul:nth-child(3) li a.current {
	color: #F8751B;
}
footer nav ul:last-child li a.current {
	color: #EB472B;
}
footer section.social img {
	float: left;
	margin: 8px 10px 8px 30px;
}
footer section.social a {
	display: inline;
}
footer section.social p {
	float: left;
	margin: 15px 0;
	color: #FFF;
	border-width: 1px 0 1px 0;
	border-color: #A4A4A4;
	border-style: dotted;
}
section.container div.image-block p {
	margin: 0;
}
section.container nav {
	height: 400px;
}
section.container nav a.big-fat-link {
	width: 320px;
	float: left;
	height: 420px;
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	background-image: url(/images/big-fat-link-bg.jpg);
	background-repeat: no-repeat;
}
section.container nav a.big-fat-link:first-child {
	background-position: top left;
}
section.container nav a.big-fat-link:nth-child(2) {
	background-position: -320px top;
}
section.container nav a.big-fat-link:last-child {
	background-position: top right;
}
section.container nav a.big-fat-link span:first-child {
	position: absolute;
	top: 13px;
	right: 20px;
	-moz-text-shadow: 0 0 8px black;
	-webkit-text-shadow: 0 0 8px black;
	-o-text-shadow: 0 0 8px black;
	text-shadow: 0 0 8px black;
	text-align: right;
}
.no-textshadow section.container nav a.big-fat-link span:first-child {
	zoom: 1;
	background: #000000;
	filter: progid:DXImageTransform.Microsoft.Chroma(color=#000000)
		progid:DXImageTransform.Microsoft.Glow(Color=#444444, Strength=5);
}
section.container article.short {
	width: 279px;
	height: 310px;
	padding: 20px;
	float: left;
	border-right: 1px solid #333;
	background: url(/images/bg-row.gif);
}
section.container article.short:last-child {
	border: none;
	width: 280px;
}
article.short h2 {
	color: #FFF;
	margin-bottom: 15px;
}
article.short h4 {
	color: #FDE403;
	font-size: 15px;
	font-style: italic;
	margin-top: 10px;
}
article.short p {
	color: #c1c1c1;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.4em;
}
article.short p a {
	color: #FFF;
}
section.container article.wide {
	width: 590px;
	padding: 20px 25px;
	float: left;
}
section.container article.wide.right {
	border-left: 1px solid #DDD;
	width: 589px;
}
section.container article.wide.left {
	width: 589px;
	border-right: 1px solid #DDD;
}
section.container article.full {
	width: 910px;
	padding: 20px 25px;
	position: relative;
	clear: both;
}
section.special-featured {
	width: 400px;
	margin: 0px 27px 10px 27px;
	float: left;
}
section.special-featured.wide {
	margin: 0px 27px 10px 27px;
	float: none;
	width: 875px;
}
section.container section.special-featured.wide h2 {
	border: none;
	color: black;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.5em;
}
section.special-featured-home {
	width: 565px;
	margin: 0px 19px 0 0;
	float: left;
	text-align: center;
}
section.special-featured-home p a {
	text-align: center;
	display: block;
}
section.special-featured-home.wide {
	width: 600px;
}
section.special-featured-home.wide img {
	float: left;
	margin: 15px 30px 20px 30px;
}
/*section.special-featured-home:last-child {
	margin: 0 0 0 19px;
	width: 250px;
}*/
section.special-featured-home img {
	-moz-box-shadow: 0 0 10px #4a4a4a;
	-webkit-box-shadow: 0 0 10px #4a4a4a;
	-o-box-shadow: 0 0 10px #4a4a4a;
	box-shadow: 0 0 10px #4a4a4a;
}
section.special-featured-home a {
	font-family: Arial, Helvetica, sans-serif;
}
section.container.void section.special-featured figure {
	text-align: center;
	margin: 0px auto;
    width: 800px;
	padding: 0 5px 5px 5px;
	position: relative;
}
section.container.void section.special-featured.wide article {
	float: right;
	margin-top: 60px;
}
section.container.void section.special-featured figure img {
	-moz-box-shadow: 0 0 10px #a4a4a4;
	-webkit-box-shadow: 0 0 10px #a4a4a4;
	-o-box-shadow: 0 0 10px #a4a4a4;
	box-shadow: 0 0 10px #a4a4a4;
}
section.special-featured article {
	margin-top: 35px;
	padding: 0 25px;
}
section.special-featured article small {
	text-align: center;
	display: block;
}
section.special-featured figure:after {
	width: 0px;
	height: 0px;
	border-width: 20px;
	border-style: solid;
	border-color: #CCCCCC transparent transparent transparent;
	bottom: -40px;
	left: 185px;
	position: absolute;
	content: '';
}
section.special-featured.wide figure:after {
	content: normal;
}
article.full section.special-featured p {
	text-align: center;
}
section.special-featured figcaption {
	margin-bottom: 12px;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
article.full p, aside p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
section.container article.full.clear {
	clear: both;
	overflow-y: hidden;
}
section.container aside {
	padding: 20px 25px 0 25px;
	width: 270px;
}
section.container aside.right {
	float: right;
}
section.container aside.left {
	float: left;
}
section.container aside.no-padding {
	padding: 0;
	width: 320px;
	border: none;
}
article.wide h2, article.full h2, aside h2 {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
	color: #666;
}
article.specials h2:nth-child(n+2) {
	border-top: 2px solid #CCC;
	padding: 8px 0;
}
article h2 span {
	font-size: 13px;
	font-weight: normal;
	float: right;
	font-style: italic;
	margin-top: 5px;
}
section.container article h2:first-child, section.container aside h2:first-child {
	margin-top: 0;
}
section.container.void figure {
	display: inline-block;
	padding: 5px;
	margin: 0px 15px 15px 0px;
}
#mc_embed_signup.mailing-list-form {
	background: url(/images/mail_icon.png);
	background-repeat: no-repeat;
	background-position: 3% 55%;
}
input:not([type="checkbox"]) {
	padding: 10px;
	font-size: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
	float: right;
}
#directions-form input:not([type="checkbox"]) {
	float: none;
}

input[type="submit"] {
	border: 1px solid #444444;
	background: #606060;
	background: linear-gradient(top, #606060 0%, #565656 46%, #4a4a4a 51%m #272727 100%);
	background: -moz-linear-gradient(top, #606060 0%, #565656 46%, #4a4a4a 51%, #272727 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #606060), color-stop(46%, #565656), color-stop(51%, #4a4a4a), color-stop(100%, #272727));
	background: -webkit-linear-gradient(top, #606060 0%, $565656 46%, #4a4a4a 51%, #272727 100%);
	background: -o-linear-gradient(top, #606060 0%, $565656 46%, #4a4a4a 51%, #272727 100%);
	background: -ms-linear-gradient(top, #606060 0%, $565656 46%, #4a4a4a 51%, #272727 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorStr='#272727',GradientType=0 );
	-moz-box-shadow: 0 2px 10px 0 rgba(200,200,200,0.2) inset;
	-webkit-box-shadow: 0 2px 10px 0 rgba(200,200,200,0.2) inset;
	-o-box-shadow: 0 2px 10px 0 rgba(200,200,200,0.2) inset;
	box-shadow: 0 2px 10px 0 rgba(200,200,200,0.2) inset;
	cursor: pointer;
	text-transform: uppercase;
	opacity: 0.7;
	-moz-transition: .2s opacity linear;
	-webkit-transition: .2s opacity linear;
	-o-transition: .2s opacity linear;
	-ms-transition: .2s opacity linear;
	transition: .2s opacity linear;
	padding: 8px 12px;
	margin:	10px 20px 20px 0px;
	clear: both;
	font-size: 13px;
	color: #EEE;
}
input[type="submit"]:hover {
	opacity: 1;
	-moz-transition: .3s opacity linear;
	-webkit-transition: .3s opacity linear;
	-o-transition: .3s opacity linear;
	-ms-transition: .3s opacity linear;
	transition: .3s opacity linear;
}
input:not([type="submit"]):not([type="checkbox"]) {
	width: 350px;
	border: none;
	background: url(/images/bg-row-invert.gif);
	box-shadow: 0 0 12px rgba(0,0,0,0.3) inset;
}
select {
	padding: 8px;
	width: 220px;
	font-size: 14px;
	border-radius: 5px;
	border-color: #a4a4a4;
}
#mailing-list-email, #mce-EMAIL {
	margin-top: 40px;
}
#mailing-list-email-confirm {
	clear: both;
	margin-top: 10px;
}
#mc_embed_signup.mailing-list-form hgroup {
	padding: 33px 20px 40px 160px;
}
#mc_embed_signup.mailing-list-form h1, #mc_embed_signup.mailing-list-form h3 {
	margin: 0;
}
#mc_embed_signup.mailing-list-form h3 {
	margin-top: 10px;
	font-style: italic;
	color: #666666;
}
#about-intro {
	width: 100%;
	height: 427px;
	background: #000;
	background: url(../images/bg-row.gif);
	color: #FFF;
}
#about-intro h2 {
	color: #B90544;
}
#about-intro p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	padding-right: 8px;
	text-align: justify;
}
#about-intro p:last-child {
	color: #CCC;
}
#about-slideshow {
	position: relative;
	height: 427px;
	float: left;
}
#about-slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}
#about-slideshow img.active {
	z-index: 10;
}
#about-slideshow img.last-active {
	z-index: 9;
}
section.container article.portraits h3 {
	margin-left: 5px;
	margin-bottom: 10px;
}
section.container article.portraits figure a {
	display: block;
}
section.container article.portraits div.portrait-container {
	display: inline-block;
	position: relative;
	padding: 9px;
	margin: 0px 5px 10px 5px;
	background: #EEEEEE;
	-webkit-box-shadow: 0 0 5px #CCC inset;
	-moz-box-shadow: 0 0 5px #CCC inset;
	-o-box-shadow: 0 0 5px #CCC inset;
	box-shadow: 0 0 5px #CCC inset;
	background-image: url(/images/magnify23.png);
	background-repeat: no-repeat;
	background-position: 60px 50%;
}
section.container article.portraits div.portrait-container.active-bio {
	-webkit-box-shadow: 0 0 10px #555, 0 0 5px #CCC inset;
	-moz-box-shadow: 0 0 10px #555, 0 0 5px #CCC inset;
	-o-box-shadow: 0 0 10px #555, 0 0 5px #CCC inset;
	box-shadow: 0 0 10px #555, 0 0 5px #CCC inset;
}
li.product-display {
	position: relative;
	display: inline-block;
	width: 290px;
	margin: 0px 10px 20px 0px;
	-webkit-box-shadow: 3px 3px 13px #BBB;
	-moz-box-shadow: 3px 3px 13px #BBB;
	-o-box-shadow: 3px 3px 13px #BBB;
	box-shadow: 3px 3px 13px #BBB;
	-moz-border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
	height: 58px;
	overflow: hidden;
	background: #FFF  url('/images/arrow-right.png');
	background-repeat: no-repeat;
	background-position: 96% 42%;
	-moz-transition: .2s box-shadow linear;
	-webkit-transition: .2s box-shadow linear;
	-o-transition: .2s box-shadow linear;
	-ms-transition: .2s box-shadow linear;
	transition: .2s box-shadow linear;
}
li.product-display a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 272px;
	padding: 10px;
	color: transparent;
	height: 39px;
}
li.product-display span {
	position: absolute;
	top: 4px;
	left: 4px;
	height: 100%;
	background: url('/images/logo-sprite.gif');
	background-repeat: no-repeat;
}
li.product-display:hover {
	-webkit-box-shadow: 3px 3px 20px #888;
	-moz-box-shadow: 3px 3px 20px #888;
	-o-box-shadow: 3px 3px 20px #888;
	box-shadow: 3px 3px 20px #888;
	-moz-transition: .2s box-shadow linear;
	-webkit-transition: .2s box-shadow linear;
	-o-transition: .2s box-shadow linear;
	-ms-transition: .2s box-shadow linear;
	transition: .2s box-shadow linear;
}
article.contact h3 {
	font-style: italic;
	margin-top: 0;
}
article.contact h4 {
	display: inline-block;
	margin: 0 35px 15px 0;
}
article.contact h4:nth-of-type(odd) {
	width: 115px;
	color: #666;
	vertical-align: top;
}
#map_container {
	position: absolute;
	top: 25px;
	right: 25px;
	padding: 9px;
	z-index: 100;
	width: 450px;
	height: 440px;
	background: #EEE;
	-webkit-box-shadow: 0 0 5px #CCC inset;
	-moz-box-shadow: 0 0 5px #CCC inset;
	-o-box-shadow: 0 0 5px #CCC inset;
	box-shadow: 0 0 5px #CCC inset;
}
#directions-form input {
	padding: 8px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#directions-form input[type="text"] {
	padding: 8px 10px;
	border: none;
	background: url(/images/bg-row-invert.gif);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.3) inset;
	-o-box-shadow: 0 0 12px rgba(0,0,0,0.3) inset;
	box-shadow: 0 0 12px rgba(0,0,0,0.3) inset;
	width: 195px;
}
#directions-form input[type="submit"] {
	font-size: 12px;
}
/* LISTNAV */
.listNav {
	margin: 25px 0;
	position: relative;
}
.ln-letters {
	overflow: hidden;
}
.ln-letters a {
	font-size: 1.4em;
	display: block;
	float: left;
	padding: 2px 8px;
	border: 1px solid silver;
	border-right: none;
	text-decoration: none;
	color: #666;
}
.ln-letters a.ln-last {
	border-right: 1px solid silver;
}
.ln-letters a:hover, .ln-letters a.ln-selected {
	background: #EAEAEA;
}
.ln-letters a.ln-selected {
	padding: 2px 21px;
}
.ie9 .ln-letters a.ln-selected {
	padding: 2px 18px;
}
.ln-letters a.ln-disabled {
	color: #CCC;
}
.ln-letter-count {
	text-align: center;
	font-size: 0.8em;
	line-height: 1;
	margin-bottom: 3px;
	color: #666;
}
.loading {
	display: none;
	position: absolute;
	top: 141px;
	right: 106px;
	width: 265px;
	padding: 8px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
#reg-form-container .loading {
	top: 280px;
	width: 100%;
	padding: 0;
	height: 32px;
	right: 50%;
	margin-right: -50%;
}
#success {
	display: none;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -50%;
	width: 100%;
}
ul.team-contacts {
	list-style-type: disc;
	margin: 0 20px;
}
ul.team-contacts:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
ul.team-contacts li {
	float: left;
	width: 380px;
	margin: 0 10px 7px 20px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
ul.team-contacts li a {
	font-weight: bold;
	font-style: normal;
}
#history-slides-container {
	float: right;
	width: 308px;
	height: 340px;
	margin: 7px 10px 15px 30px;
}
#history-slideshow {
	position: relative;
	float: right;
	height: 340px;
	width: 308px;
	-moz-box-shadow: 0 0 10px #595959;
	-webkit-box-shadow: 0 0 10px #595959;
	-o-box-shadow: 0 0 10px #595959;
	box-shadow: 0 0 10px #595959;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: url(/images/history_slides.jpg);
}
#history-slideshow a {
	display: block;
	width: 308px;
	height: 340px;
}
#history-slides-container figcaption {
	text-align: center;
	font-size: 13px;
	margin-top: 350px;
	color: #595959;
}
ul.repair-policy {
	list-style: disc;
	padding: 0px 40px 0px 18px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
ul.repair-policy li {
	margin-top: 20px;
}
article.tools h3 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: white;
	background: black;
	background: url(/images/bg-row.gif);
	clear: both;
	padding: 5px 0;
	border-radius: 10px 10px 0 0;
}
div.toolbox {
	width: 395px;
	float: left;
	padding: 0 20px 10px 20px;
	height: 200px;
	background: url(/images/bg-row-invert.gif);
	box-shadow: 0 0 12px rgba(0,0,0,0.3) inset;
	margin: 10px;
}
div.toolbox h4 {
	border-bottom: 1px solid #BBB;
	padding-bottom: 8px;
	margin-bottom: 10px;
	margin-top: 15px;
}
div.toolbox li {
	font-family: Arial, Helvetica, sans-serif;
	width: 50%;
	float: left;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.3em;
	color: #666;
}
div.toolbox.shortish {
	height: 155px;
	margin-bottom: 30px;
}
div.toolbox.short {
	height: 130px;
}
div.toolbox ul.noat li {
	float: none;
}
#reg-form-container {
	position: relative;
	width: 490px;
	height: 460px;
	margin: 10px;
	background: #EEE;
	border: 1px dashed #A4A4A4;
	padding: 20px 5px 5px 25px;
}
#reg-form-table th {
	height: 50px;
}
#reg-sub-table td {
	vertical-align: top;
	height: 30px;
}
#reg-sub-table tr:first-child td:last-child {
	vertical-align: middle;
}
#reg-form-table th:nth-of-type(odd) {
	padding-right: 12px;
	text-align: left;
}
input[type="checkbox"]+label {
	width: 130px;
	display: inline-block;
	vertical-align: top;
}
#specials-shortcut {
	margin: 0 auto;
	width: 960px;
	font-style: italic;
	text-align: center;
}
h3.lookyme {
	width: 100%;
	/*height: 591px;*/
	color: white;
	/*padding: 10px 0 15px 0;*/
	background-color: ##EB472B;
	-moz-box-shadow: 0 0 12px #555 inset;
	-webkit-box-shadow: 0 0 12px #555 inset;
	-o-box-shadow: 0 0 12px #555 inset;
	box-shadow: 0 0 12px #555 inset;
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 12px rgba(0,0,0,0.3);
	box-shadow: 0 0 12px rgba(0,0,0,0.3);
	float: left;
	background: url(/images/bg-row.gif);
	position: relative;
}

h3.wtf {
	width: 100%;
	color: white;
	padding: 10px 0 15px 0;
	background-color: ##EB472B;
	-moz-box-shadow: 0 0 12px #555 inset;
	-webkit-box-shadow: 0 0 12px #555 inset;
	-o-box-shadow: 0 0 12px #555 inset;
	box-shadow: 0 0 12px #555 inset;
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 12px rgba(0,0,0,0.3);
	box-shadow: 0 0 12px rgba(0,0,0,0.3);
	float: left;
	background: url(/images/bg-row.gif);
	position: relative;
	margin-bottom: 0;
	height: 25px;
}
/*h3.lookyme:last-child {
	float: right;
}*/
h3.lookyme a.specials-link, h3.wtf a.specials-link {
	padding: 13px 0px;
	color: #EEE;
	text-shadow: 0px 0px 15px #555;
	display: inline-block;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
}
h3.lookyme a.specials-link:link, h3.lookyme a.specials-link:visited, h3.wtf a.specials-link:link, h3.wtf a.specials-link:visited {
	text-decoration: none;
}
h3.lookyme a.specials-link:hover, h3.wtf a.specials-link:hover {
	text-decoration: underline;
}
div.color-below {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color:#EB472B;
}
div#container2 {
	display: none;
}
section.social {
	float: left;
	margin-left: 30px;
}
/* Colorbox Styles */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(../images/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(../images/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(../images/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../images/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(../images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(../images/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(../images/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(../images/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(../images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
