/**
 * 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, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
}
strong, b {font-weight:bold;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: arial;
	margin: 0;
	padding: 0;
	position: absolute;
	min-width: 100%;
	background-image: url(images/body-bg.png);
	background-size: cover;
}
/**
 * Typography
 */
a {
	text-decoration: none;
	color: #007ec6;
}
a:hover {
	color: #a93439 !important;
}
h1 {
	font-size: 2.1em;
	margin: 0.05em 0 0.6em;
	color: #626366;
	font-family: 'Roboto Condensed', arial, sans-serif;
}
h1.page-title {
	font-size: 2.6em;
	margin: 0 0 22px;
	padding-bottom: 22px;
	color: #818285;
	border-bottom: 1px solid #818285;
	font-weight: bold;
}
h2 {
	font-size: 2.85em;
	margin: 0.05em 0 0.2em;
	color: #626366;
	font-family: 'Roboto', arial, sans-serif;
}
h3 {
	font-size: 1.5em;
	margin: 0.06em 0 0.6em;
	color: #626366;
	font-family: 'Roboto', arial, sans-serif;
}
h4 {
	font-size: 1.3em;
	margin: 0.2em 0;
	color: #626366;
	font-family: 'Roboto', arial, sans-serif;
}
h5 {
	font-size: 1em;
	margin: 0.05em 0;
	color: #626366;
	font-family: 'Roboto', arial, sans-serif;
}
h6 {
	font-size: .5em;
	margin: 0.05em 0;
	color: #626366;
	font-family: 'Roboto', arial, sans-serif;
}
a, p, li, td, th, label, input, textarea, select, button {
	margin: 0 0 8px;
	padding: 2px 0;
	color: #626366;
	font-size: 14px;
	font-family: 'Roboto', arial, sans-serif;
}
li, li a {
	margin-bottom: 2px;
}
/**
 * Lists
 */
 ul {list-style:disc inside none;}
 li {padding:0;}
 ul.horizontal li {float:left;}
 /**
  * Forms
  *
  */
button {
	border: none;
	background-color: #4c4d4f;
	color: #fff;
	font-weight: bold;
	padding: 3px 12px;
}
input[type=text],
input[type=email],
select,
textarea {
	font-style: italic;
}
/**
 * Structure
 */
.clear {
	clear:both;
	height:0;
	line-height:0;
}
.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.align_left {
	float: left;
	margin: 0 15px 10px 0;
}
.align_right {
	float: right;
	margin: 0 0 10px 15px;
}

.span1 {width: 4.166%;}
.span2 {width: 8.333%;}
.span3 {width: 12.5%;}
.span4 {width: 16.66%;}
.span5 {width: 20.83%;}
.span6 {width: 25%;}
.span7 {width: 29.16%;}
.span8 {width: 33.33%;}
.span9 {width: 37.5%;}
.span10 {width: 41.66%;}
.span11 {width: 45.83%;}
.span12 {width: 50%;}
.span13 {width: 54.16%;}
.span14 {width: 58.33%;}
.span15 {width: 62.5%;}
.span16 {width: 66.66%;}
.span17 {width: 70.83%;}
.span18 {width: 75%;}
.span19 {width: 79.16%;}
.span20 {width: 83.33%;}
.span21 {width: 87.5%;}
.span22 {width: 91.66%;}
.span23 {width: 95.83%;}
.span24 {width: 100%;}

.indent12 {padding-left:12px; padding-right:12px;}
.indent24 {padding-left:24px; padding-right:24px;}
.indent12.last,
.indent24.last {padding-right:0;}

.indent {padding-left:30px; padding-right:30px;}

.pad2{padding-top:2px; padding-bottom:2px;}
.pad4{padding-top:4px; padding-bottom:4px;}
.pad8{padding-top:8px; padding-bottom:8px;}
.pad12{padding-top:12px; padding-bottom:12px;}
.pad24{padding-top:24px; padding-bottom:24px;}

.first {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.last {
	margin-right: 0 !important;
	border-bottom: 0 !important;
}

.left{float:left;}
.right{float:right;}

.nolist{list-style-type:none;}

.nobg {background-color: transparent !important; box-shadow:none !important; border:none !important;}
.noborder {border:none !important;}
.noborder > li {border:none !important;}
/**
 * Main Layout
 */
.wrapper {
	position: relative;
	width: 980px;
	max-width: 980px;
	margin: 0 auto;
}
/**
 * Header
 */
#header {
	padding-bottom: 0;
	min-width: 100%;
	height: 150px;
}
#header .header-nav {
	position: absolute;
	top: 120px;
	width: 100%;
	background-image: url(images/header-nav-bg.png);
	background-repeat: repeat-x;
}
#header .header-nav ul li {
	margin: 8px 24px;
	padding: 0;
	position: relative;
}
#header .header-nav ul li a {
	color: #000;
	font-family: 'Roboto', arial, sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 13px;
	padding: 6px 0;
}
#header .header-nav ul li ul {
	display: none;
	position: absolute;
	width: 200px;
	background-color: #fff;
	left: 0;
	top: 22px;
	padding: 12px 0;
	z-index: 999;
}
#header .header-nav ul li:hover ul {
	display: block;
}
#header .header-nav ul li ul li {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
}
#header .header-nav ul li ul li a {
	padding: 4px 12px;
	display: block;
}
#header #logo {
	position: absolute;
	top: 17px;
	left: 0px;
}
#header #search-form {
	position: relative;
	top: 50px;
	left: 760px;
}
#header .header-phone {
	position: absolute;
	top: 20px;
	right: 0;
}
#header .header-phone p {
	color: #a93439;
	font-size: 40px;
	font-family: Roboto, arial, sans-serif;
	font-weight: bold;
}
#header .header-phone span {
	font-size: 18px;
	font-weight: normal;
}
/**
 * Content
 */
#content {
	z-index: 50;
	position: relative;
}
.content .wrapper {
	min-height: 1px;
	background-color: #f3f6f6;
	z-index: 9999;
	margin-bottom: 30px;
	margin-top: 24px;
	border: 1px solid #c2d1d4;
}
.home .content .wrapper {
	margin-top:0;
}
#breadcrumbs {
	margin-bottom: 4px;
}
#breadcrumbs a,
#breadcrumbs span {
	margin: 0 0 8px;
	padding: 2px 0;
	color: #626366;
	font-size: 14px;
	font-family: arial, sans-serif;
}
/**
 * Footer
 */
#footer {
	background-color: #a7a9ac;
	padding-bottom: 9px;
}
#footer p {
	color: #000;
	font-size: 16px;
	margin-bottom: 16px;
	line-height: 16px;
}
#footer p b {
	font-size: 120%;
	font-weight: bold;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer .footer-top {
	padding:25px 0 9px;
	margin-bottom: 15px;
	border-bottom: 1px solid #acb8bf;
}
#footer .footer-top ul a {
	text-transform: uppercase;
}
#footer .footer-center p,
#footer .footer-center li a {
	font-family: 'Roboto', arial, sans-serif;
	font-size: 12px;
	color: #818285;
}
#footer .footer-bottom {
	padding-top: 15px;
}
#footer .footer-bottom a,
#footer .footer-bottom p {
	font-size: 11px;
	color: #666666;
	padding: 0;
	margin: 0;
	display: inline;
}
#footer .footer-bottom ul {padding-top:7px;}
#footer .footer-bottom ul li {
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #666666;
}
#footer .footer-bottom ul li.last {
	margin-right:0;
	padding-right:0;
	border-right: none;
}
/**
 * Template Specific
 */
.slideshow-container {
	position: relative;
}
.slideshow-container .slider-captions {
	z-index: 9999;
	position: absolute;
	top: 12px;
	right: 12px;
}

.section {
	padding: 19px 19px 11px;
	background-color: #fff;
	border: 1px solid #d5dde1;
	width: 272px;
	margin-right: 21px;
}

.section h3 {margin:12px 0 2px;}

.sidebar-image {
	position: relative;
}
.sidebar-image iframe,
.sidebar-image img {display:block;}

.sidebar-arrow {
	position: absolute;
	right: -1px;
	top: 6%;
}

.category-listing {
	display: block;
	margin-bottom: 24px;
	border: 1px solid #acb8bf;
	padding: 0;
}
.category-listing img {
	display: block;
}
.category-listing p {
	margin: 0;
}