/* ---------------------------------------------------------------
	SITE-SPECIFIC THEME STYLES
----------------------------------------------------------------*/

/* Color Swatches
Burgundy: #6e0101
Blue: #46909d
Gray: #f5f5f5
*/
@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('fonts/PTN57F-webfont.eot');
    src: url('fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTN57F-webfont.woff') format('woff'),
         url('fonts/PTN57F-webfont.ttf') format('truetype'),
         url('fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('fonts/PTN77F-webfont.eot');
    src: url('fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTN77F-webfont.woff') format('woff'),
         url('fonts/PTN77F-webfont.ttf') format('truetype'),
         url('fonts/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'PTSansRegular';
		src: url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');	
	}
	@font-face {
		font-family: 'PTSansNarrowRegular';
		src: url('fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');	
	}
	@font-face {
		font-family: 'PTSansNarrowBold';
		src: url('fonts/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');	
	}
}

body {
	font-family: 'PTSansRegular', Arial, Helvetica, "Helvetica Neue", sans-serif;
	color: #3e3e3e;
	background: #fff;
	font-size: 1.6em; /* Base Font Size: 16px */
}

/* Content wrapper */
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#main-content .row {
	margin-bottom: 15px;
}

/* Vertical divider */
.v-divider {	
	border-right: 1px solid #cacaca;
}

/* Horizontal  divider */
.h-divider {	
	border-bottom: 1px solid #cacaca;
	margin-bottom: 1.5em;
}

/* ---------------------------------------------------------------
TYPOGRAPHY
----------------------------------------------------------------*/

/* -------- Links --------*/
a {
	color: #46909d;
	text-decoration: underline;
}
a:hover {
	color: #46909d;
	text-decoration: none;
}

p {
	margin-bottom: 1.125em;
}
ul, ol {
	margin: 1.125em 0 1.125em 1.6em;
	padding-left: 0;
}
ol {
	padding-left: 1.6em;
}
	ul li,
	ol li {
		padding: 0 0 0 1.125em;
		margin: 0;
	}
	ul li {
		background: url(../images/bullet.png) no-repeat 0 6px;
	}
	li li {
		font-size: inherit;
	}
	ol li {
		background: none;
		padding-left: 0;
	}
	
/* -------- Headers --------*/
h1, h2, h3, h4 {
	font-family: 'PTSansNarrowBold', Arial, Helvetica, "Helvetica Neue", sans-serif;
	margin-top: 0;
	margin-bottom: .5em;
	color: #333;
	line-height: 1;
}
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.45em;
	}
	h4 {
		font-size: 1.2em;
	}
	
	/* Subheadings */
	.subhead {
		margin-top: -.5em;
	}
	
	/* Aside */
	aside h2 {
		font-size: 1.4em;
	}
	aside h3 {
		font-size: 1.2em;
	}
	aside h4 {
		font-size: 1em;
	}
	aside p,
	aside li {
		font-size: .875em;
	}

/* Abbreviations */
abbr,
acronym {
	color: #222222;
	border-bottom: 1px dotted #dddddd;
}

/* Block quote */
blockquote {
	margin: 1.4em a2em20px;
	background-color: #ecede7;
}
	blockquote cite {
		display: block;
		font-size: 1.3em;
		color: #555555;
		font-style: normal;
		text-align: right;
		font-weight: bold;
	}
	blockquote cite:before {
		content: "\2014 \0020";
	}
	blockquote cite a,
	blockquote cite a:visited {
		color: #555555;
	}
	blockquote,
	blockquote p {
		line-height: 1.9em;
		color: #6f6f6f;
		font-style: italic;
	}

	
/* ---------------------------------------------------------------
HEADER
----------------------------------------------------------------*/
.header-container {
	background-color: #46909d;
	border-bottom: 1px solid #888;
	min-width: 960px;
}
header {
	position: relative;
	width: 100%;
	z-index: 99;
}
header a {
	border: none;
}
#logo { /* Apply to surrounding <a> */
	padding: 10px 0;
	margin: 0;
	display: block;
}
.phone {
	font-family: 'PTSansNarrowBold', Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 1.75em;
	color: #fff;
	text-align: right;
	margin: .7em 0 .175em;
}

/* ---------------------------------------------------------------
MAIN NAVIGATION MENU - Horizontal
----------------------------------------------------------------*/
#main-nav {
	font-family: 'PTSansNarrowRegular', Arial, Helvetica, "Helvetica Neue", sans-serif;
	margin-top: 20px;
	padding: 0;
	z-index: 10;
	position: relative;
	float: right;
}
#main-nav > ul {
	list-style: none;
	margin: 0 -.625em 0 0;
	padding: 0;
	zoom: 1; /* IE7 or < fix */
	z-index: 10;
}
#main-nav > ul li {
	background-image: none;
	float: left;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	zoom: 1; /* IE7 or < fix */
}
#main-nav > ul li a {
	color: #fff;
	font-size: 1.18em;
	text-decoration: none;
	display: block;
	text-align: right;
	padding-right: .625em;
	padding-left: .625em;
}
#main-nav > ul li a:hover {
	color: #f5f5f5;
}
/* Dropdown menu */
#main-nav > ul li ul {
	display: none;
	float: none;
	width: 240px;
	height: auto;
	margin: 0;
	position: absolute;
	top: 100%;
	left: -1px;
	background-color: #fff;
	border: 1px solid #46909d;
	z-index: 99;
}
#main-nav > ul li:hover ul { display: block; }
#main-nav > ul li ul li {
	float: none;
	display: block;
	height: auto;
	padding: 0;
	margin: 0;
	width: 240px;
}
#main-nav > ul li ul a {
	color: #333;
	display: block;
	font-size: 1em;
	padding: .5em 1em;
	line-height: normal;
	text-align: left;
}
#main-nav > ul li ul a:hover {
	color: #46909d;
}

/* ---------------------------------------------------------------
TABLES
----------------------------------------------------------------*/	
table {
	border: 1px solid #333;
	margin: 10px 0 20px;
	font-size: .8em;
}
table.part-table {
	font-size: .75em;
}
table.zebra-stripe tr:nth-of-type(odd) { 
	background: #eee; 
}
th,td {
	border: 1px solid #333;
	padding: .7em;
}
th {
	color: #fff;
	background: #333;
	font-weight: bold;
}
caption {
	padding-bottom: 1em;
}
table.product-table th {
	font-weight: bold;
	color: #333;
	background-color: #f4f4f4;
}
table.product-table thead th,
table.product-table tbody td {
	text-align: center;
}
	
/* ---------------------------------------------------------------
FORMS
----------------------------------------------------------------*/
fieldset {
	border: 1px solid #000;
}
fieldset h2 {
	color: #fff;
	background-color: #000;
	font-size: 2em;
}
label {
	color: #6e0101;
	font-size: 1.3em;
	font-weight: bold;
}
  
input[type="text"],
input[type="password"],
textarea,
select {
	background-color: #fff;
	border: 1px solid #a7946b;
	color: #333;
}
	input[type="text"]:focus,
	input[type="password"]:focus,
	textarea:focus {
		background: #fafafa;
		outline: none;
		-webkit-box-shadow: 0 0 5px #a7946b;
		-moz-box-shadow: 0 0 5px #a7946b;
		box-shadow: 0 0 5px #a7946b;
	}


/* Buttons */
.button {
	font-family: 'PTSansNarrowBold', Arial, Helvetica, sans-serif;
	border: none;
	background-color: #46909d;
	color: #fff;
	font-size: 1.1em;
	font-weight: 700;
}
	.button-small {
		font-size: .73em;
	}
	.button-large {
		font-size: 1.18em;
	}
	.button:hover {
		background-color: #5ab1c0;
		color: #fff;
	}
	

/* ---------------------------------------------------------------
CONTENT
----------------------------------------------------------------*/

.welcome-container {
	background: #f5f5f5;
	border-bottom: 1px solid #c1c1c1;
	padding: 20px 0;
}
	.welcome-container h1 {
		color: #46909d;
		font-size: 3em;
	}
	.welcome-container h1 em {
		font-size: 80%;
		font-style: normal;
	}
	.welcome-container h1 strong {
		font-size: 1.18em;
	}
	.welcome-container p {
		font-size: 1.18em;
		color: #46909d;
	}
.inner-box {
	border: 1px solid #000;
	margin-bottom: 1.5em;
	padding: 1.5em;
}
.post-container {
	border-right: 1px solid #c1c1c1;
}

ul.rel-links {
	margin: 0;
	padding: 0;
}
ul.rel-links li {
	padding-left: 1.25em;
	padding-bottom: .75em;
	background: url(../images/bullet.png) no-repeat 0 6px;
}

.content-preview {
	margin-bottom: 2em;
	padding-top: 2em;
	overflow: hidden;
	border-top: 1px solid #c1c1c1;
}
	.content-preview .thumb {
		float: left;
		margin-right: 1em;
		width: 20%;
		height: auto;
	}
	.thumb-right {
		float: right;
		margin-left: 1em;
		width: 30%;
		height: auto;
	}
	.content-preview a:hover {
		border-bottom: 0;
	}
	.content-preview h3 a {
		border-bottom: 0;
	}
	.content-preview h3 {
		margin-bottom: 0;
		line-height: 1.125em;
	}	
	content-preview .pub-date {
		color: #888;
		font-size: 1.1em;
		padding: .2em 0;
		text-transform: uppercase;
	}

aside .content-preview {
	margin-bottom: 1em;
	padding: .5em;
	border: 1px solid #c1c1c1;
	background-color: #f3f3f3;
}	
aside .content-preview .thumb {
	float: none;
	margin-bottom: 6px;
	width: auto;
}
aside .content-preview h3 {
	margin-bottom: 1em;
}
aside .content-preview p {
	font-size: .875em;
	line-height: 1.125em;
}

.content-preview.product {
	border-top: none;
}
.content-summary {
	overflow: hidden;
}

figcaption {
	font-size: .6875em;
	font-style: normal;
}

/* Read More */
.read-more a,
.read-all a {
	font-weight: bold;
	text-decoration: none;
}

/* Products */
.breadcrumb {
	margin: 0 0 1.5em 0;
	padding: 0;
	color: #a1a1a1;
}
	.breadcrumb li {
		float: left;
		font-size: .75em;
		font-weight: normal;
		padding: 0;
		background-image: none;
	}
	.breadcrumb a {
		font-weight: bold;
		color: #46909d;
	}
	.breadcrumb li:before {
		content: '\00bb';
		padding-right: .6em;
		padding-left: .6em;
	}
	.breadcrumb li:first-child:before {
		content: '';
		padding-right: 0;
		padding-left: 0;
	}

/* Tool tip */
#tool-tip-container {
	position: relative;
}
#tool-tip-info {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #46909d;
}
#tool-tip-info li {
	margin: 0;
	padding: 0;
	width: 430px;
	background-image: none;
	font-size: .8125em;
}
#tool-tip-info span {
		display: inline-block;
		padding: 5px;
		vertical-align: top;
}
	#part-header span {
		background-color: #46909d;
		color: #fff;
	}
	#tool-tip-info li .part-no {
		width: 20%;
		text-align: center;
	}
	#tool-tip-info li .part-desc {
		width: 50%;
	}
	#tool-tip-info li .v-part-no {
		width: 30%;
		text-align: center;
	}
	.tool-tip-instr {
		padding: 5px;
		text-align: center;
	}
	.tool-tip-part {
		display: none;
	}
#tool-tip-container img {
	z-index: 1;
}
.tool-tip {
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	cursor: pointer;
}

.tool-tip:hover {
	background: #46909d;
	background: rgba(70,144,157,.6);
}
	
/* Pagination */
.pagination {
	color: #000;
	font-weight: bold;
}
	.pagination a {
		background-color: #eee;
		border: 1px solid #000;
		color: #000;
	}
	.pagination a:hover {
		background-color: #aaa;
		color: #000;
	}
	.pagination .current-page {
		background-color: #fff;
		color: #888;
		border: 1px solid #888;
	}


/* Image frame */
.image-frame {
	border: 1px solid #000;
	padding: 3px;
}

figure + figure {
	margin-bottom: 20px;
}

/* GOOGLE MAP */
#map {
	width: 100%;
	height: 360px;
	border: 1px solid #000;
	font-size: 12px;
}
#map img {
	max-width: none !important;
	background: none;
	border: none;
	padding: 0;
}

/* LOADING */
#loading {
	width: 220px;
	height: 80px;
	border: 2px solid #222;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	color: #222;
	font-weight: bold;
	font-size: 14px;
	line-height: 31px;
}

/* ---------------------------------------------------------------
FOOTER
----------------------------------------------------------------*/
#footer-content {
	border-top: 1px solid #c1c1c1;
}
footer {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
	footer a {
		text-decoration: underline;
		border-bottom: none;
	}
	footer a:hover {
		text-decoration: none;
	}
	footer p {
		font-size: 1.2em;
	}
	.footer-nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.footer-nav li {
		padding: 0 0 1.2em;
		margin-bottom: 0;
		line-height: 1.6em;
		font-size: 1.1em;
	}
	.footer-nav a {
		font-weight: normal;
	}
	.footer-nav a.top-level {
		font-size: 1.5em;
		text-transform: uppercase;
		font-weight: bold;
	}
	footer img {
		border: none;
		padding: 0;
		background: none;
	}
	footer address {
		font-size: 1.2em;
		font-style: normal;
	}
.copyright {
	font-size: .73em;
}

/* Coming soon page */

.inner-container {
	max-width: 960px;
	min-width: 768px;
	margin: 0 auto;
}

#page-top {
	background: #f1e9dc url(../images/bg_header.png);
	border-bottom: 1px solid #a7946b;
}
#page-bottom {
	background: #fff;
	margin-top: 20px;
}
#cs-logo {
	width: 80%;
}
.header-column {
	height: 340px;
}
.v-center {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.header-column h1 {
	text-align: center;
	width: 100%;
	margin-top: 26%;
	color: #a7946b;
}

form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
form li {
	margin: 0;
	padding: 0 0 10px;
	line-height: 1em;
	background-image: none;
}
#coming-soon label {
	font-size: .95em;
}
#coming-soon input[type=text],
#coming-soon textarea {
	font-size: 1em;
	padding: .25em;
}
#coming-soon textarea {
	font-size: .8em;
}
#coming-soon .copyright {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: center;
}