@charset "utf-8";

a.site-logo {
  position: absolute;
  z-index: 999;
  top: 20px;
}

html,
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../images/backgrounds/renew_bg_body_rebrand.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: 'MiloPro', sans-serif;
}
#container #header {
	clear: both;
	width: 960px;
	position:relative;
}
#container #header #top #phone {
	position: absolute;
	top: 34px;
	width:971px;
	padding-left:730px;
	font-weight:bold;
}
#container #header #top #logo {
	width: 215px;
	height: 60px;
	position: absolute;
	top: 30px;
}
#container #header #top {
}
#container #header #top #toptabs {
	position: absolute;
	top: 7px;
	right: 2px;
}

#container #header #searcharea {
	width: 971px;
	height: 52px;
	background-image: url(../images/backgrounds/blue_search_header.jpg);
	position: relative;
}
#auxnav {
	position: absolute;
	top: 127px;
	left: 93px;
	width: 591px;
	
	font-size: 10px;
	padding-left: 100px;
	z-index: 50;
}

#auxnav a {
	color: #2B4573;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: none;
}
#auxnav a:hover {
	text-decoration:underline;
	}
#container #header #searcharea #searchform {
	position: absolute;
	right: 0px;
	bottom: 5px;
	width: 170px;
	vertical-align: middle;
	height: 22px;
}
#container #header #searcharea #social {
	position: absolute;
	right: 0px;
	bottom: 28px;
	width: 138px;
	vertical-align: middle;
	height: 16px;
}
#container  #header  #searcharea  #searchform  input#query {
	font-family: Verdana, 'MiloPro', sans-serif;
	font-size: 10px;
	width: 125px;
	margin-right: 3px;
}
#container #header #searcharea #searchform input#searchbutton {
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}
#container #header #searcharea #searchform form {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#container #header #searcharea #auxnav a:hover {
	color: #FFFFFF;
}
#container #header #searcharea #auxnav {
	position: absolute;
	bottom: 5px;
	left: 190px;
	font-size: 10px;
	color: #2B4573;
	font-weight: bold;
}
#container #header #top #maintabs {
}
#container #content {
	width: 960px;
	position: relative;
	overflow: auto;
}
#container #content #left {
	height: 501px;
	width: 258px;
	position: relative;
	float: left;
	background-image: url(../images/backgrounds/home_left_column.jpg);
	background-position: 0px 0px;
}
#container #content #right #minheight {
	float: left;
	height: 360px;
	width: 2px;
}
#container #content #left #touchscreens {
	clear: both;
	float: left;
	width: 239px;
	margin-top: 30px;
	margin-left: 8px;
	position: relative;
}
#container #content #left #membraneswitches {
	width: 239px;
	position: relative;
	float: left;
	clear: both;
	margin-left: 8px;
}
#container #content #left #luckyslaboratory {
	width: 239px;
	margin-left: 8px;
	margin-top: 18px;
	position: relative;
	clear: both;
	float: left;
}
#container #content #right {
	float: right;
	width: 640px;
	padding: 20px;
	background-repeat: no-repeat;
	margin-top: 167px;
	overflow: auto;
}


#container #footer {
	clear: both;
	width: 960px;
}
#container #footer #top {
	display: none;
}

#secondarybottom {
	display: none;
}

#container {
	width: 960px;
	margin: 100px auto;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 5px 0 #A3A3A3; 
	box-shadow: 0 0 5px 0 #A3A3A3;
	-webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;
}

#container #flash {
	height: 384px;
	width: 971px;
	position: absolute;
	top: 145px;
	z-index: 500;
}



#container #content #left #membraneswitches a {
	color: #162552;
	font-family: Verdana, 'MiloPro', sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#container #content #right #specials {
	float: right;
	width: 265px;
	position: relative;
	overflow: hidden;
}
#container #content #right p {
	
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
#container #content #right h1 {
	
	font-size: 20px;
	color: #333;
}
#container #content #right #specials p {
	
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}
#container #content #right ul {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	list-style: disc;
}
#container #content #right li {
}
#container #footer #bottomlinks {
	height: 54px;
	width: 938px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333;
	background-image: none;
	padding: 10px;
	background: #f1f4f6;    background: -moz-linear-gradient(top, #f1f4f6 0%, #d8dfe5 100%);    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f4f6), color-stop(100%,#d8dfe5));    background: -webkit-linear-gradient(top, #f1f4f6 0%,#d8dfe5 100%);    background: -o-linear-gradient(top, #f1f4f6 0%,#d8dfe5 100%);    background: -ms-linear-gradient(top, #f1f4f6 0%,#d8dfe5 100%);    background: linear-gradient(to bottom, #f1f4f6 0%,#d8dfe5 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4f6', endColorstr='#d8dfe5',GradientType=0 );
	border: 1px solid #bdc3c7;
}
#container #footer #bottomlinks #links a {
	color: #3F5986;
	text-decoration: none;
}
#container #footer #bottomlinks #copyright {
    width: 33%;
    float: left;
}
#container #footer #bottomlinks #links {
    width: 33%;    float: left;
    font-size: 9px;
}
#container #content #right a {
	color: #1F3769;
}
#container #footer #bottomlinks #links a:hover {
	color: #000000;
	text-decoration: underline;
}
#container #footer #bottomlinks #contactinfo {
    width: 33%;    float: left;
    text-align: center;
}

#container #footer #bottomlinks #contactinfo #contactinfo {
    width: 100%;    float: left;
    text-align: center;
}

#container #footer #bottomlinks #contactinfo a {
	color: #3F5986;
	text-decoration: none;
}
#container #footer #bottomlinks #contactinfo a:hover {
	color: #000000;
	text-decoration: underline;
}

#secondaryphoto img {
	max-width: 100%;
}

#container #secondarycontent {
	width: 960px;
	position: relative;
}
#container #secondarycontent #left #special h6, #container #secondarycontent #left_blank #special h6 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	margin: 10px 0;
	padding-top: 2px;
	padding-bottom: 0px;
}
#container #secondarycontent #left #special p, #container #secondarycontent #left_blank #special p {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	padding-left: 10px;
	margin: 0px;
	padding-top: 4px;
}
#container #secondarycontent #left_blank {
	float: left;
	width: 250px;
	margin: 0 10px;
}
#container #secondarycontent #left {
	float: left;
	width: 250px;
	background-repeat: no-repeat;
	padding: 15px;
}

#container  #secondarycontent  #left a.nav, #container  #secondarycontent  #left_blank a.nav {
	
	font-size: 14px;
	color: #333;
	display: block;
	padding: 10px;
	text-decoration: none !important;
	border-bottom: 1px solid #d8dee4;
}

#container  #secondarycontent  #left  a:hover.nav {
    border-bottom: 1px solid #e3000f;
}
#container #secondarycontent #left #special {
    margin: 15px 0;
}
#container #secondarycontent #left_blank #special {
	width: 222px;
	margin: 15px 0;
}
#container #secondarycontent #right {
	width: 640px;
	padding: 0 20px;
	float: right; /*was right, changed nsupplee 7/12/2012*/
	background-repeat: no-repeat;
	padding-top: 15px;
	position: relative; 
	/*left:259px; /*new 7/12/2012 nsupplee*/
	/*position: absolute; /*was relative, changed nsupplee 7/12/2012*/
	padding-bottom: 20px; /* fix content shifting issue - Jason - 2010-10-25 */
}

#container #secondarycontent #right table {
	font-size: 16px;
	width: 440px;
	margin: 20px 0 !important;
}

#container #secondarycontent #right table td {
	width: auto;
}

#container #secondarycontent #right table table {
	font-size: 16px;
	width:596px;
}

#container #secondarycontent #right #solution p table {
	width: 647px;
	float: right;
	padding:15px 25px 0 40px;
	position: relative;
}

#container #secondarycontent #right #solution img {
	position: absolute;
	right: 56px; 
	width: 300px;
	font-size: 11px;
}

#container #secondarycontent #right #liquiddispense {
	overflow: hidden;
}
#container #secondarycontent #right #liquiddispense form {
	width: 348px;
	position: relative;
	overflow: hidden;
}
#container #secondarycontent #right p {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
#container #secondarycontent #right #rmd table {
	width: 430px;
	font-size: 14px;
	padding-left: 50px;
	margin-top: -10px;
	color:red;
	
}
#container #secondarycontent #right #rmd table a {
	font-size: 14px;
	color: #333333;
	
}
#container #secondarycontent #right h1 {
	font-size: 20px;
	color: #333;
}

#container #secondarycontent #right h2 {
	font-size: 18px;
	color: #333;
}

#container #secondarycontent #right h3 {
	font-size: 16px;
	color: #333;
}
#container  #secondarycontent  #right  ul {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
#container  #secondarycontent  #right #switchlist ul {
	width: 240px;
	font-size: 16px;
	color: #333333;
}
#container  #secondarycontent  #right #switchreason {
	width: 647px;
	font-size: 16px;
	color: #333333;
	top: 350px;
}
#container #secondarycontent #right li {
	margin-left: 20px;
}

#container #secondarycontent #right a {
	color: #333;
}
#container #secondarycontent #right #tabs {
	margin: 20px 0;
	clear: both;
}
#container #secondarycontent #right a:hover {
	font-weight: bold;
	color: #000000;
}
#container #secondarycontent #right hr {
	color: #02285D;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container #secondarycontent #right #tabs a {
	background: #788791;
	font-size: 12px;
	color: #fff;
	padding: 10px;
	margin-right: 1px;
	text-decoration: none;
	display: inline-block;
}
#container #secondarycontent #right #tabs a:hover,#container #secondarycontent #right #tabs a.selected {
	background: #394045;
}

/* series of 6 tabs */
#container #secondarycontent #right #tabs6 {
	margin-left: 20px;
	clear: both;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
#container #secondarycontent #right #tabs6 a {
	float: left;
	height: 38px;
	width: 90px;
	background-image: url(../images/backgrounds/sec_blue_tab_sm.jpg);
	font-size: 10px;
	font-weight: bold;
	color: #2B4573;
	line-height:15px;
	padding-top:3px;
	padding-left: 10px;
	margin-right: 1px;
	text-decoration: none;
	background-repeat:no-repeat;
}
#container #secondarycontent #right #tabs6 a:hover,#container #secondarycontent #right #tabs6 a.selected {
	background-image: url(../images/backgrounds/sec_blue_tab_over_sm.jpg);
}

/* series of 7 tabs */
#container #secondarycontent #right #tabs7 {
	margin-left: 20px;
	clear: both;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
#container #secondarycontent #right #tabs7 a {
	float: left;
	height: 26px;
	width: 80px;
	background-image: url(../images/backgrounds/sec_blue_tab_7.jpg);
	font-size: 9px;
	font-weight: bold;
	color: #2B4573;
	line-height:12px;
	padding-top:3px;
	padding-left: 10px;
	margin-right: 1px;
	text-decoration: none;
	background-repeat:no-repeat;
}
#container #secondarycontent #right #tabs7 a:hover,#container #secondarycontent #right #tabs7 a.selected {
	background-image: url(../images/backgrounds/sec_blue_tab_over_7.jpg);
}

#container #secondarycontent #right #tabs5 {
	margin-left: 20px;
	clear: both;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
#container #secondarycontent #right #tabs5 a {
	float: left;
	height: 38px;
	width: 116px;
	background-image: url(../images/backgrounds/sec_blue_tab_5.jpg);
	
	font-size: 10px;
	font-weight: bold;
	color: #2B4573;
	line-height:15px;
	padding-top:3px;
	padding-left: 10px;
	margin-right: 1px;
	text-decoration: none;
	background-repeat:no-repeat;
}
#container #secondarycontent #right #tabs5 a:hover,#container #secondarycontent #right #tabs5 a.selected {
	background-image: url(../images/backgrounds/sec_blue_tab_over_5.jpg);
}
#container #secondarycontent #right #tabs5 {
	margin-left: 20px;
	clear: both;
	float: left;
	position: relative;
	margin-bottom: 20px;
}


#container #secondarycontent #right #faq table {
	width: 50px;	
	font-size: 11px;
	color: #333333;
}
#container #secondarycontent #right #faq #colA p {
	width:10px;
	font-size: 11px;
	color: #333333;
	padding-left: 0px;
}
#container #secondarycontent #right #faq #colB p {
	width:490px;
	font-size: 16px;
	color: #333333;
	padding-left: 10px;

}
#container #secondarycontent #right #faq #colB ul {
	width:490px;
	font-size: 16px;
	color: #333333;
	padding-left: 10px;

}

#container #content #left  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.page-image {
	padding:2px;
	border:1px solid #c4c8cf;
	float: right;
	margin: 15px;
}
label {
	
	font-size: 12px;
	width: 120px;
	float: left;
	margin-left: 10px;
}
.form-row {
	clear: both;
	line-height: 23px;
}
.form-row input,.form-row textarea {
	
	font-size: 10px;
}
#container #secondarycontent #right #thermalchart {
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 20px;
}
#container #secondarycontent #right #part_number {
	
	font-size: 14px;
	width: 300px;
	border:#1F3769 1px solid;
	padding:2px;
	color:#1F3769;
	font-weight:bold;
	background-color:#CCCCCC;
}

blockquote {
	padding:0px;
	margin:0px;
}



.productContainer {
	padding:10px;
	border:1px solid #c9c9c9;
	background-color:#f6f6f6;
	margin: 0 !important;
}

.boldtext{
font-weight:bold;
}


.header-top {
	background-color:#ccd7f2;
	text-align:left;
}

.title-row {
	background-color:#b4b4b4;
}

.left-table-col {
	background-color:#d0d0d0;
}

.tableShift {
	margin-left:20px;
	float: left;
}


.product_category {
	background-color:#000000;
}

.first_row {
	background-color:#CCCCCC;
}

.second_row {
	background-color:#FFFFFF;
}

.productContainer ul{
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.productContainer table{
	font-size:11px;
}

.productContainer ul li{
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.sitemap {
	padding: 0;
	margin: 0;
	width: 300px;
}

ul .sitemap {
	padding: 0;
	margin: 0;
	width: 200px;
}

li .sitemap {
	padding: 0;
	margin: 0;
	width: 200px;
}
.page-image2 {
	padding:2px;
	border:1px solid #c4c8cf;
	float: right;
	margin: 15px;
	clear: both;
}
.page-image3 {
	padding:2px;
	border:0;
	right:20px;
	position:absolute;
}
.first_row_alternative {
	background-color:#e2e2e2;
}
.homeheader {
	margin-bottom: 241px;
}

.product-docs {   /*was 63, changed 7/12/2012 nsupplee*/
	width: 150px;
	   font-size: 14px;
   
	   line-height: 20px;
  float: right;
	   margin: 10px;
	   padding: 10px;
	   border: 1px solid #bdc3c7;
	   -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;
	   
  background-color: #FAFAFA;
}

.product-docs-switch img {
	position: absolute;
	top: 108px; 
	right: 56px; 
	width: 300px;
	font-size: 11px;
}

.product-docs fb {
	position: absolute;
	top: 108px; 
	right: 63px; 
	width: 150px;
	font-size: 11px;
}

.product-docs gplus {
	position: absolute;
	top: 108px; 
	right: 63px; 
	width: 150px;
	font-size: 11px;
}

.product-calls {
	margin-bottom: 10px; 
	float:right
}
div.jump-menu-backgroud {
	/* background-image:url(/images/dropback.gif); */
	background-repeat:repeat-x;
	background-color:#ececec;
	padding-right:5px;
}
div.interior-nav-aux {
	float:right;
	font-size:11px; 
	font-weight:bold; 
	padding-right:40px; 
	padding-top:30px;
}

#backdrop {
	position: relative;
}

.imgover {
	top: 80px !important
	;
}