﻿/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: bold; color:#780000; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{text-decoration:none;color:#990000;}
a, a:active, a:visited { color: #780000; text-decoration:none; }
a:hover { color: #990000; text-decoration:underline; }


/**
 * Primary styles
 *
 * Author: Thomas Pietrosanti
 */

html, body
{
	min-height:100%;
}

body
{
	text-align:center;
}

#breadcrumb a
{
	color:inherit;
}

#breadcrumb a:hover
{
	text-decoration:underline;
	color:inherit;
}

#page
{
	width:1024px;
	text-align:left;
	margin:0 auto;
	border-width:0 1px 1px 1px;
	border-color:#666666;
	border-style:solid;
}

#main
{
	margin:0 auto;
	padding:1em;
}

#breadcrumb
{
	margin-bottom:1em;
}

#page>header
{
	background-color:#cccccc;
	height:60px;
	padding:20px 0 0 0;
	border-bottom:#780000 3px solid;
}

#page>footer
{
	background-color:#cccccc;
	height:26px;
	line-height:26px;
	padding:5px;
	border-top:#780000 3px solid;
	color:#333333;
	font-size:.9em;
	background: #cccccc url(../img/mestek-background.jpg) top right no-repeat;
}

#contact
{
	text-align:center;
}

#copyright
{
	float:left;
}

#copyright img
{
	vertical-align:middle;
}

#legal
{
	float:right;
}

#page>footer a
{
	color:#333333;
}

#logo
{
	background-color:#a2a2a2;
	height:40px;
	line-height:40px;
	position:relative;
	padding:0 1em 0 65px;
}

#logo span
{
	font-size:24px;
	color:#000000;
	font-weight:bold;
	/*text-shadow:#ffffff 1px 1px 0px;*/
}

#logo img
{
	position:absolute;
	top: -15px;
	left: 10px;
}

#logo a:hover
{
	text-decoration:none;
}

#search
{
	display:inline;
	float:right;
	height:40px;
	line-height:40px;
}

#search input[type=submit]
{
	background: #800;
	color:#ddd;
	border:none;
}
#search input[type=text]
{
	border:none;
	-moz-transition:all .25s;
	-o-transition:all .25s;
	-webkit-transition:all .25s;
	transition:all .25s;
	margin:0;
}
#search input[type=text]:focus
{
	box-shadow:0px 0px 10px #FFF;
}


#slideshow li a
{
	display: block;
	background-color:#e9e9e9;
	border-bottom:#8B8B8B 1px solid;
	margin-bottom:5px;
	padding:5px;
	color:#780000;
	font-size:25px;
	height:45px;
	line-height:45px;
}

#slideshow li a:hover
{
	text-decoration:none;
}

#slideshow li a:hover div.placeholder, .active div.placeholder
{
	background-color:#780000;
}

.placeholder
{
	-moz-transition: background .5s;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;

	width:45px;
	height:45px;
	background-color:#6c6c6c;
	float:left;
	margin-right:10px;
	box-shadow:inset 1px 1px 1px 1px #000000;
}

#slideshow nav
{
	float:left;
	width:400px;
	padding:10px;
}

#slides
{
	float:left;
	margin-left:10px;
}
.leftright
{
	display:block;
	float:left;
	line-height:260px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:50px;
	text-shadow:-1px -1px 0px #000000;
}
.leftright:hover
{
	text-decoration:none;
	color:#FFFFFF;
}

#slides>div
{
	width:500px;
	height: 240px;
	float:left;
	margin:10px;
}

#slides>div>div
{
	width:500px;
	height: 240px;
}

.news_item
{
	margin-top:1em;
}

aside table
{
	border-collapse:collapse;
	width:100%;
}

aside table tr:nth-child(odd), aside:not(.lit) li:nth-child(odd)
{
	background-color:#DCDCDC;
}

aside table tr:hover, aside li a:hover, aside:not(.lit) li:hover
{
	background-color:#FFF;
}

aside table td, aside li
{
	padding: .25em;
}

aside table th, aside table td
{
	vertical-align:middle;
	border-bottom:#666 1px solid;
}

aside table thead th
{
	text-align:center;
}
aside table th
{
	padding: 0 .5em;
}

aside table.centered td
{
	text-align:center;
}
aside table.centered td,
aside table.centered th
{
	border-right:#000 1px solid;
}

aside ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

aside.lit li
{
	float:left;
}

aside.lit li a
{
	display:block;
	text-align:center;
	height:175px;
}
aside li a:hover
{
	text-decoration:none;
}

.lit hr
{
	clear:both;
}

aside li a img
{
	display:block;
	width:113px;
	max-height:150px;
}

.salesRepList p
{
	clear:both;
}

aside, .salesRepCard
{
	margin: 0 0 1em 0;
	background-color:#efefef;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius: 10px;
	box-shadow:inset #999 -2px -2px 2px;
	padding:4px;
}

.salesRepCard
{
	width:45%;
	margin-right:2%;
	float:left;
}

aside header, .salesRepCard h2
{
	background-color:#ccc;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0 0;
	padding:.25em 1em;
	margin: -4px -4px 0 -4px;
	text-shadow:1px 1px #fff;
	box-shadow:inset #eee 2px 2px 2px, inset #999 -2px 0px 2px;
}

#center article aside
{
	min-width:450px;
}

#center article img
{
	max-width:260px;
}

.btn
{
	display:block;
	text-align:center;
	padding:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	-o-border-radius:.5em;
	border-radius:.5em;
	border:#D3D3D3 1px solid;
	text-shadow:1px 1px #FFF;
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(216,216,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(216,216,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(216,216,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(216,216,216,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(216,216,216,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(239,239,239,1) 0%,rgba(216,216,216,1) 100%); /* W3C */
	margin:0 0 1em 0;
}

.btn:hover
{
	text-decoration:none;
}

.drawings
{
	text-align:center;
}

.drawings img
{
	margin:.5em 0 0 .2em;
	padding:1px;
	border:#999 1px solid;
}

.drawings a:hover img
{
	box-shadow:.2em .2em .2em #333;
	margin: .3em .2em .2em 0;
}

.required
{
	font-weight:bold;
}

.required:before
{
	content:'*';
	display:inline;
	color:#990000;
}


::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder {
   color: #999;
}


/*Product Page Styles*/
.products
{
	clear:both;
}
.products a
{
	display:inline-block;
	text-align:center;
	vertical-align:top;
	padding:2%;
	width:20%;
	height:300px;
}
.products a:hover
{
	text-decoration:none;
	background:#eee;
}

.products img
{
	width:100%;
	max-height:250px;
}
/****/

/** Tooltips ********************************************/
.tooltip
{
	border-bottom:#999 1px dotted;
	cursor:help;
}
/********************************************************/


/**Column layout*****************************************/
body {
  min-width: 572px;      /* RC width + 311px: min width for center */
}
#container {
  padding-right: 271px;  /* RC width + padding+border + center padding */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
	border-right:#780000 1px solid;
	padding-right:10px;
}
#right {
  width: 250px;          /* RC width */
  margin-right: -272px;  /* RC width + padding+border + center padding+border */
	padding-left:10px;
	border-left:#780000 1px solid;
	left:-1px; /*Overlap borders*/
}
/********************************************************/

.ui-button-text{font-size:.7em;}

/** Color Chart *****************************************/
#color-chart{
	padding: .5em;
}
#color-chart img{
	border:#999 1px solid;
	box-shadow:2px 2px 2px #666;
	width:10%;
}

/*#color-preview*/
#tooltip
{
	position: absolute;
	z-index: 3000;
	width:auto;
	background:#fff;
	padding:5px;
	border:#000 1px solid;
	text-align:center;
}
/********************************************************/

figcaption{
	text-align:center;
}

.prodImg{
	float:left; margin-right:.5em; margin-bottom:1em;
}

#certifications{
	clear:both;
}

#certifications img{
	vertical-align:middle;
	margin:.5em;
}

.specs, .features{
	float:left; margin-top:1em;
}

.specs{
	max-width:450px;
}

.features>div{
	padding:.5em;
}

.gsc-completion-container{ z-index: 9000; }
.gsc-completion-container td { text-align:left; }


.models{float:left; width:25%; font-size:2.5em;}
#models{display:none;}

.note{
	font-style:italic;
	margin-top:1em;
}

#xtraPhotos a{
	padding:.5em;
	float:left;
}




.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
	img{ max-width:200px; }

	#slides{visibility:hidden;}

	#search{float:none;}

	#logo{padding-left:5px;}
	#logo img{position:static; vertical-align:middle;}

	.colmask,.colleft,.col1,.col2{float:none; position:static; width:auto; left:auto; right:auto;}
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
 /*a[href]:after { content: " (" attr(href) ")"; }*/
  abbr[title]:after { content: " (" attr(title) ")"; }
  .tooltip[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
#DigiCertClickID_wUavW2tr img{width: 80px !important}

