.highlight-red {
	font-weight: bold;
	color: #C00;
}
/* GENERIC GLOBAL CLASSES 
--------------------------------------------------------------------------------------- */
.clear
	{ clear:both; }
.float-left
	{ float:left; 
	display:inline;}
.float-left-img  
{
	float: left;
	margin: 0 25px 25px 0;
	display:inline;
}

.float-right
	{ float:right; 
	display:inline;}

.float-right-img
{
	float: right;
	margin: 0 0 25px 25px;
	display:inline;
}

.dropcap 
	{
	float: left;
	color: #999999;
	padding-right: 5px;
	line-height: 50%;
	font-size:5em;
	display:inline;
}
.text-left
	{ text-align:left; }
.text-right
	{ text-align:right; }
.text-center
	{ text-align:center; }
.text-justify
	{ text-align:justify; }

.text-singlespace
	 { margin:0; padding:0;}
.text-highlight-outline
{
	background-color: #FFFF00;
	outline: solid #000000 1px;
}


.discreet 
	{ padding:0 0 8px 0; margin:0; color:#999999; font-size:10px; }
 
.bold
	{ font-weight:bold; }
.italic
	{ font-style:italic; }
.underline
	{ border-bottom:1px solid; }
.highlight
	{ background:#ffc; }
.nopadding
	{ padding:0; }
.noindent
	{ margin-left:0;padding-left:0; }
.nobullet
	{ list-style:none;list-style-image:none; }

.img-left, .img-right
	{ padding:10px; }
.img-left
	{ float:left; margin:4px 10px 4px 0;display:inline;}
.img-right 
	{
	float:right;
	margin:4px 0 4px 10px;
	display:inline;
}
.img-right p, .img-left p
	{
	padding:0 0 0 0;
	font-size:small;
	color:#333;
	font-style:italic;
}	
.img-with-caption, .image-box-caption
	{ width:190px; text-align:center; }	
.image-box-caption	
	{ border:1px solid #000099; }
	
.inline-right {
	display: inline;
	float: right;
	margin: 3px 0 10px 31px;
}
.inline-right img {
	margin-bottom: 4px;
}
.inline-left {
	display: inline;
	float: left;
	margin: 3px 31px 10px 0;
}
.inline-left img {
	margin-bottom: 0;
}	
.image-caption {
	color: #666;
	font: normal 11px Arial;
	margin:0 -1.5em 0 1.5em;
}
/* FORMS 
--------------------------------------------------------------------------------------- */
input.button {
	background-image:url(/images2/forms/submit-bg.gif);
	border: 1px solid #356aa0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	-moz-border-radius: 1em 4em 1em 4em;
	border-radius: 1em 4em 1em 4em;
}
input.button:hover {
	background-image:url(/images2/forms/submit-bg-hover.gif);
	color:#ffffff;

}
/*---------------------------------------------------------------------------------------
                        PSEUDO-CLASS SELECTORS & CORRESPONDING CLASSES
--------------------------------------------------------------------------------------- */

/* HEADER LAYOUT
--------------------------------------------------------------------------------------- */
 
#wrap {
	width:984px;
	overflow: hidden;
	text-align: left;
	/* for sticky footer*/
	margin:0 auto;
	background: url(/images2/global/wrap-bg.jpg) repeat-y center top;
}
.img-rotate {

-moz-transform: rotate(-2deg);
-webkit-transform: rotate(-2deg);

}
.img-shadow {
	margin: 22px 0;  
    -webkit-box-shadow: 3px 3px 7px #777;  
}

#header
	{
	width: 984px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	height: 109px;
	display:inline;
	background: #FFF url(/images2/global/header.jpg) no-repeat center top;
	position: relative;
}
.home-link {
	/*position: absolute;*/
	width: 200px;
	height: 100px;
	border: none;
	float: left;
	text-decoration: none;
	cursor: pointer;
	display:inline;
	clear: both;
	position: absolute;
	top: 20px;
}
.home-link a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  cursor: pointer;
}
#header .products {
	color: #001547;
	width: 984px;
	margin: 0 auto;
	position: absolute;
	font-size: 10px;
	text-align: center;
}
.header-company-info {
	color: #001547;
	text-align: left;
	float: left;
	display: inline;
	position: absolute;
	padding-top: 20px;
	width: 300px;
}
.header-company-name {
	font-size: 12px;
	font-style: italic;
	font-weight: 900;
	color: #035587;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 45px;
}

#header a , #header a:visited, #header a:hover{
	color: #001547;
	text-decoration: none;
}
#header .header-tagline{
	font-style: italic;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 500px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: 30px;
	left: 250px;
}
#header .since {
	text-align: center;
	margin: 3px auto;
	width: 100%;
	background: url(/images2/since.jpg) no-repeat center center;
	height: 28px;
}
.iso {
	font-size: 12px;
}



#header #markets {
	float: right;
	padding: 10px 0px 0px;
	clear: both;
	width: 380px;
	color: #BABAD1;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	display:inline;
}
/*#header-contact-info {
	width: 360px;
	text-align: right;
	padding: 15px 25px 0 0px;
	margin: 0;
	color: #001547;
	position: absolute;
	right: 25px;
	z-index: 999;
}*/

#header-contact-info {
	width: 260px;
	text-align: right;
	margin: 0;
	color: #001547;
	position: absolute;
	right: 25px;
	z-index: 999;
	top: 15px;
}
#header .call-today {
	font-style: normal;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #AC0F3E;
	font-size: 24px;
}
#header-contact-info p {
	padding: 0;
	margin: 0;
}
#header .header-phone{
	font-weight: bold;
	font-size: 28px;
	height: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #0E3463;
}
#header .header-fax {
	font-size: 20px;
	font-weight: bold;
}
#header .header-email a{
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;

}

.header-email img  {
	margin-bottom: -3px;
	padding-bottom: 0px;
}





/* MIDDLE LAYOUT
--------------------------------------------------------------------------------------- */
#main {
	text-align:left;
	width:984px;
	margin:0 auto;
	clear: both;
	padding: 0;
	position: relative;
	overflow: hidden;
	
}
#content 
	{
	width:710px;
	float: left;
	padding:30px 20px 20px 10px;
	overflow: hidden;
	display:inline;
	text-align: left;
}


.geo {
	display: none;
}

nav8.thanks  #wrap #content{
	background: url(/images2/thank-you.gif) no-repeat center center;
}
.cta {
	font-size: 16px;
	font-weight: bold;
	color: #035587;
}
.equipment {
	margin: 0;
	clear: both;
	overflow: hidden;
	border: solid #001547 thin;
}
.equipment-list {
	float: left;
	display: inline;
	width: 400px;
	padding-bottom: 10px;
}
.equipment-img  {
	float: left;
	padding-right: 15px;
	clear: top;
	width: 250px;
}
.equipment-list p {
	margin: 0;
	padding: 0;
}
.c2-1, .c2-2 {
	width: 47%;
	float: left;
	padding-bottom: 10px;
	display: inline;
}
.c2 {
	clear: both;
	width: 100%;
	text-align: center;
}

.c2-1
{
	padding-right: 2%;
	/*border-right: solid #999 1px;*/

}

.c2-2
{
	padding-left: 2%;

}
.google-maps-container {
	float: right;
	padding-left: 0px;
	width: 275px;
	text-align: right;
}
.hours p{
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-align: left;
	padding-left: 60px;
}
#main .c3 {
	width: 710px;
	clear: both;
	float: left;
	display: inline;
}

.rebates {
	width: 710px;
}

#main .c1-3 , .c2-3 , .c3-3 {
	width: 33%;
	float: left;
	padding-bottom: 10px;
	display:inline;
}
#main .c1-3
{
	padding-top: 5px;
}
#main .c2-3
{
	padding-top: 5px;
}
#main .c3-3 {
	padding-top: 5px;
}
.pdf-icon{
	margin-bottom: -5px;

}

.rounded-table {
	font-size: 12px;
	border-collapse:separate;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;
	margin:25px auto 25px auto;      
}
.rounded-table tr, .rounded-table td, .rounded-table th{
vertical-align: top;
}
.rounded-table tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.rounded-table td, .rounded-table th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
    text-align: left;
	vertical-align: top;
}

.rounded-table th {
	background-color: #E5E5E5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#E5E5E5));
	background-image: -webkit-linear-gradient(top, #ccc, #E5E5E5);
	background-image: -moz-linear-gradient(top, #ccc, #E5E5E5);
	background-image: -ms-linear-gradient(top, #ccc, #E5E5E5);
	background-image:  -o-linear-gradient(top, #ccc, #E5E5E5);
	background-image: linear-gradient(top, #ccc, #E5E5E5);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	text-align:center;
}

.rounded-table tr:nth-child(even) {background-color: #EBEBEB}
.rounded-table tr:nth-child(odd) {background-color: #FFF}
.rounded-table tr:hover      {
	background-color: #E8E8FF;
	color: #000;
}
.rounded-table tr:hover {
	color: #000;
	background-color: #CCC;
}
.rounded-table td:first-child, .rounded-table th:first-child {
    border-left: none;
}

.rounded-table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.rounded-table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.rounded-table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.rounded-table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.rounded-table td p {
	padding: 0;
	margin: 0;
	line-height:16px;
}

.rounded-table th , .rounded-table tr, .rounded-table td{
	font-size: 11px;
	border: solid #999 1px;
	border-collapse: collapse;
	
	color: #333;

}
.rounded-table td {
	color: #333;
}
.rounded-table caption{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
table .rounded-table {
	margin-bottom: 10px;
	width: 580px;
}
.rounded-table tfoot tr td , .rounded-table tfoot tr th{
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-color: #F5F4F9;
}
