/* 
COMPUTROLS.COM
CSS DOCUMENT
2009.01.05
VERSION 1.0
GLOBAL STYLES
AUTHOR: VDT / RWH
*/

/* BASE
----------------------------- */

body {
  font-size: 62.5%;
  font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
  color: #444;
  text-align: center;
  background: #fff url(/images/site/bg-body.gif) repeat-x top center;
}
img { border: none; }
.hide, .flash-replaced { display: none; }
strong { font-weight: bold; }

/* LISTS
----------------------------- */

li {
	font-size: 1.2em;
    line-height: 1.5em;
    margin: 0 0 .5em;
}
.content ul li {
	background: transparent url(/images/site/icon-bullet.gif) no-repeat 0 4px;
    padding: 0 0 0 12px;
    margin: 0 0 .5em 1em;
}
.content ul, #content-two-thirds-content ol {
	margin: 0 0 1.25em;
}
#content-two-thirds-content li {
	margin-bottom: .5em;
}
#content-two-thirds-content li ul li {
	font-size: 1em;
    margin: .5em 0 .25em 0;
}
ol {
	list-style: decimal; 
    list-style-position: outside;
}
ol li {
	background: none;
    margin: 0 0 0 25px;
    padding: 0;
}
ol li ol {
	list-style: lower-alpha;
    padding-left: 40px;
    margin: .25em 0 .25em;
}
ol li ol li {
	font-size: 12px;
}
li.file-description {
	margin-bottom: .5em;
}
li.file-description.promos {
	margin-bottom: .5em;
}
div.sidebar-module ol.file-download-list {
	margin: 0 0 .5em;
}
div.sidebar-module ol li {
	margin: 0 0 .66em 25px;
    padding: 0;
}
div.five-col.bordered {
	float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #c7c7c7;
    padding: 5px;
    width: 157px;
    height: 55px;
    font-size: 1.1em;
    line-height: 1.2em;
}
div.five-col.bordered span {
	float: left;
    margin-right: 8px;
}
div.five-col.bordered h4 {
	font-size: 1em;
    width: 110px;
    height: auto;
    font-weight: normal;
}
ul.five-col {
	margin: 20px 0;
}
ul.five-col li {
	float: left;
    margin: 0 10px 10px 0;
    width: 157px;
    height: 45px;
    font-size: 1.1em;
    line-height: 1.2em;
}
ul.five-col.bordered li {
	border: 1px solid #c7c7c7;
    padding: 5px;
}
ul.five-col.bordered p.clietele-description {
	font-size: 1.1em;
}
div.five-col.bordered p.client-thumb-desc {
	float: left;
    font-size: 1em;
    width: 115px;
    line-height: 1.1em;
    white-space: normal;
    text-align: left;
}
ul.link-bar {
	clear: left;
    width: 680px;
    float: left;
    list-style: none;
    margin-bottom: 5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c7c7c7;
}
ul.link-bar li {
    float: left;
    width: auto;
    background: none;
    margin: 0 12px 0 0;
    padding: 0;
}
ul.link-bar li a {
	display: block;
 	background: none;
    padding: 0 12px 0 0;
}
form#jumpform.link-bar {
	width: 210px;
    float: left;
    margin: 0 0 10px 0;
}
ul.checkmarks {
	margin-bottom: 10px;
    width: 320px;
}
ul.checkmarks li {
	padding-left: 18px;
    background: transparent url(/images/site/icon-checkmark.png) no-repeat 0 0;
}
ul.checkmarks.full {
	width: auto;
}
ul.video {
	margin-bottom: 10px;
    width: 320px;
}
ul.video li {
	padding-left: 25px;
    background: transparent url(/images/site/icon-video-sm-2.png) no-repeat 0 0;
    height: 20px;
    margin-bottom: 4px;
}
ul.video li.no-video {
    background-image: none;
}

/* RATINGS */

ul.wlk_helpfulrater {
	list-style: none;
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #c7c7c7;
    margin-top: 20px;
    clear: both;
    -moz-border-radius: 4px;
}
ul.wlk_helpfulrater li {
	background: none;
    padding: 0;
}
ul.wlk_helpfulrater li.helpful {
	font-weight: bold;
}
ul.wlk_helpfulrater li.plus {
	padding-left: 20px;
    background: transparent url(/images/site/icon-thumb-up.png) no-repeat 0 0;
}
ul.wlk_helpfulrater li.minus {
	padding-left: 20px;
    background: transparent url(/images/site/icon-thumb-down.png) no-repeat 0 0;
}
ul.wlk_helpfulrater li.contact {
	padding-left: 20px;
    background: transparent url(/images/site/icon-email-go.png) no-repeat 0 0;
}
a.wlk_helpfulplus, a.wlk_helpfulminus {
	width: 23px;
    padding-right: 5px;
    margin-right: 8px;
    border-right: 1px solid #c7c7c7;
    display: block;
}
span.thecount {
	margin-right: 5px;
}

/* LAYOUT
----------------------------- */

#wrapper { 
	width: 980px; 
    text-align: left;
    margin: 0 auto; 
    /*position: relative;*/
    min-height: 400px;
}
.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
#header {
	width: 100%;
    position: relative;
}
#logo {
	float: left;
    position: relative;
    width: 130px;
}
#nav {
	position: relative;
	float: left;
    width: 625px;
    height: 110px;
}
#nav ul li {
	display: block;
    position: relative;
    float: left;
    width: 125px;
    height: 110px;
    line-height: 1em;
}
#nav ul li a {
    float: left;
    height: 110px;
    width: 125px;
}
#nav ul li a span {
	display: none;
}

#nav li a#products {
    background: transparent url(/images/site/nav.png) no-repeat 0 100%;
}
#nav ul li:hover a#products, #nav ul li.hover a#products {
	background: transparent url(/images/site/nav.png) no-repeat 0 0;
}
#nav ul li.current a#products {
	background: transparent url(/images/site/nav.png) no-repeat 0 50%;
}
#nav li a#industries {
    background: transparent url(/images/site/nav.png) no-repeat -125px 100%;
}
#nav ul li:hover a#industries, #nav ul li.hover a#industries {
	background: transparent url(/images/site/nav.png) no-repeat -125px 0;
}
#nav ul li.current a#industries {
	background: transparent url(/images/site/nav.png) no-repeat -125px 50%;
}
#nav li a#dealers {
    background: transparent url(/images/site/nav.png) no-repeat -250px 100%;
}
#nav ul li:hover a#dealers, #nav ul li.hover a#dealers {
	background: transparent url(/images/site/nav.png) no-repeat -250px 0;
}
#nav ul li.current a#dealers {
	background: transparent url(/images/site/nav.png) no-repeat -250px 50%;
}
#nav li a#support {
    background: transparent url(/images/site/nav.png) no-repeat -375px 100%;
}
#nav ul li:hover a#support, #nav ul li.hover a#support {
	background: transparent url(/images/site/nav.png) no-repeat -375px 0;
}
#nav ul li.current a#support {
	background: transparent url(/images/site/nav.png) no-repeat -375px 50%;
}
#nav li a#explore {
    background: transparent url(/images/site/nav.png) no-repeat -500px 100%;
}
#nav ul li:hover a#explore, #nav ul li.hover a#explore {
	background: transparent url(/images/site/nav.png) no-repeat -500px 0;
}
#nav ul li.current a#explore {
	background: transparent url(/images/site/nav.png) no-repeat -500px 50%;
}

/* SPECIAL XMAS NAV */

/*#nav li a#products {
    background: transparent url(/images/site/nav-holidays.png) no-repeat 0 100%;
}
#nav ul li:hover a#products, #nav ul li.hover a#products {
	background: transparent url(/images/site/nav-holidays.png) no-repeat 0 0;
}
#nav ul li.current a#products {
	background: transparent url(/images/site/nav-holidays.png) no-repeat 0 50%;
}
#nav li a#industries {
    background: transparent url(/images/site/nav-holidays.png) no-repeat -125px 100%;
}
#nav ul li:hover a#industries, #nav ul li.hover a#industries {
	background: transparent url(/images/site/nav-holidays.png) no-repeat -125px 0;
}
#nav ul li.current a#industries {
	background: transparent url(/images/site/nav-holidays.png) no-repeat -125px 50%;
}
#nav li a#dealers {
    background: transparent url(/images/site/nav-holidays.png) no-repeat -250px 100%;
}
#nav ul li:hover a#dealers, #nav ul li.hover a#dealers {
	background: transparent url(/images/site/nav-holidays.png) no-repeat -250px 0;
}
#nav ul li.current a#dealers {
	background: transparent url(/images/site/nav-holidays.png) no-repeat -250px 50%;
}
#nav li a#support {
    background: transparent url(/images/site/nav-holidays.png) no-repeat -375px 100%;
}
#nav ul li:hover a#support, #nav ul li.hover a#support {
	background: transparent url(/images/site/nav-holidays.png) no-repeat -375px 0;
}
#nav ul li.current a#support {
	background: transparent url(/images/site/nav-holidays.png) no-repeat -375px 50%;
}
#nav li a#explore {
    background: transparent url(/images/site/nav-holidays.png) no-repeat -500px 100%;
}
#nav ul li:hover a#explore, #nav ul li.hover a#explore {
	background: transparent url(/images/site/nav-holidays.png) no-repeat -500px 0;
}
#nav ul li.current a#explore {
	background: transparent url(/images/site/nav-holidays.png) no-repeat -500px 50%;
}*/

/* END XMAS NAV */

#nav li div.subnav {
    position: absolute; 
    top: 70px; 
    left: -10px;  
    width: 220px; 
    background: transparent url(/images/site/bg-nav.png) no-repeat top left;
    padding: 6px 0 0 0;
    z-index: 400;
    opacity: 0.93;
    -moz-opacity: 0.93;
}
#nav li div.subnav p {
    clear: left;
}
#nav li div.subnav ul {
    margin: 0;
    padding: 5px;
    background-color: #fff;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    float: left;
}
#nav li div.nav-footer {
	clear: both;
    float: left;
	background: transparent url(/images/site/bg-nav-footer.png) no-repeat bottom left;
    width: 220px;
    height: 6px;
}
#nav li div.subnav ul li {
	font-size: .95em;
    width: 100%;
}
#nav li div.subnav ul li, #nav li div.subnav ul li a {
    margin: 0;
    padding: 0;
    height: auto;
    background-color: #fff;
}
#nav li div.subnav ul li a {
	width: 198px;
	padding: 8px 5px 8px 5px;
}
#nav li div.subnav li.featured-belimo-actuators-and-valves a {
	padding-left: 55px;
    width: 148px;
    background: #fff url(/images/belimo/icon-nav.png) no-repeat 3px 4px;
}
#nav li div.subnav li.featured-8x-ddc-controller a {
	padding-left: 55px;
    width: 148px;
    background: #fff url(/images/8x/icon-nav.png) no-repeat 3px 4px;
}
#nav li div.subnav li.featured-16x-ddc-controller a {
	padding-left: 55px;
    width: 148px;
    background: #fff url(/images/16x/icon-nav.png) no-repeat 3px 4px;
}
#nav li div.subnav li.featured-32x-ddc-controller a {
	padding-left: 55px;
    width: 148px;
    background: #fff url(/images/32x/icon-nav.png) no-repeat 3px 4px;
}
#nav li div.subnav li.featured-64x-ddc-controller a {
	padding-left: 55px;
    width: 148px;
    background: #fff url(/images/64x/icon-nav.png) no-repeat 3px 4px;
}
#nav li div.subnav li a:hover, #nav li div.subnav li.featured a:hover {
	background-color: #e6e6e6;
}
.search {
	float: right;
    position: relative;
	width: 180px;
    padding: 23px 0 0 16px;
}
.search form {
	margin-bottom: 10px;
}
.search ul.search-links {
	width: 170px;
}
.search ul.search-links li {
	font-size: 1.1em;
	display: block;
    float: left;
    width: auto;
    padding: 0;
}
.search ul.search-links li a {
	display: block;
    padding: 0 9px 0 0;
	color: #fff;
}
.search ul.search-links li a.important {
	color: #c60202;
}
div.content ul.file-search li.file-name {
	background: none;
    padding-left: 0;
    font-size: 1.4em;
    margin-left: 0;
}
div.content ul.file-search li.file-description {
	background: none;
    padding: 0 0 1em 10px;
    font-size: 1.2em;
}
div.content p.entry-summary {
	padding-left: 10px;
}
div.search a.legacy-link {
	color: #c60202;
    font-size: 1.1em;
}

#content-full-header {
	position: relative;
    float: left;
	background: transparent url(/images/site/bg-content-full-header.png) no-repeat bottom center;
    margin: 0 auto;
    height: 6px;
    width: 940px;
}
#content-full-wrapper {
	position: relative;
    float: left;
	width: 908px;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    min-height: 500px;
}
#content-full-footer {
	clear: both;
	background: transparent url(/images/site/bg-content-full-footer.png) no-repeat bottom center;
    margin: 0 auto 15px auto;
    height: 6px;
    width: 940px;
}
#content-two-thirds {
	position: relative;
    float: left;
	width: 720px;
    margin-bottom: 15px;
    min-height: 412px;
}
#content-two-thirds-header {
	position: relative;
    float: left;
	background: transparent url(/images/site/bg-content-two-thirds-header.png) no-repeat top center;
    height: 6px;
    width: 720px;
}
#content-two-thirds-content {
	float: left;
	width: 678px;
	border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    min-height: 377px;
    padding: 10px 20px 20px 20px;
}
#content-two-thirds-footer {
	clear: both;
	position: relative;
    float: left;
	background: transparent url(/images/site/bg-content-two-thirds-footer.png) no-repeat bottom center;
    height: 6px;
    width: 720px;
}
#promo-tt-1 {
	position: relative;
    float: left;
	width: 720px;
    margin-bottom: 15px;
    min-height: 420px;
}
#promo-tt-1-content {
    width: 670px;
    position: absolute;
    top: 155px;
    left: 30px;
}
#promo-tt-1-content p {
	width: 320px;
}
#promo-tt-1-content .youtube-wrap {
	position: absolute;
    top: -70px;
    right: 0;
}
#promo-tt-2 {
	position: relative;
    float: left;
	width: 680px;
    margin-bottom: 15px;
    min-height: 400px;
    padding: 20px 20px 0 20px;
}
#promo-tt-2-content {
    width: 675px;
}
#promo-tt-2 #tt-col-1 {
	position: absolute;
    top: 220px;
    left: 180px;
    width: 290px;
}
#promo-tt-2 #tt-col-2 {
	position: relative;
    float: right;
    width: 210px;
}
/* here */
#promo-tt-3 {
	position: relative;
    float: left;
	width: 469px;
    margin-bottom: 15px;
    min-height: 400px;
    padding: 20px 20px 0 20px;
}
#promo-tt-3-content {
    width: 464px;
}
#promo-tt-3 #tt-col-1 {
	position: absolute;
    top: 220px;
    left: 180px;
    width: 290px;
}
/* here */
#col-1-content {
	width: 220px;
    float: left;
}
#col-2-content {
	width: 455px;
    float: left;
}

/* LIVE SEARCH
----------------------------- */

form input#livesearch {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
    padding: 1px 3px;
    color: #444;
    font-size: 1.1em;
    width: 150px;
}
#LSResult, #liveLinkRes  {
    position: absolute;
    top: 46px;
    left: -125px;
    background-color: #333;
    width: 300px;
    padding: 1px;
    z-index: 9000;
}
#LSShadow {
    border: 1px solid #c7c7c7;
    padding: 5px;
    background: #f2f2f2 url(/images/site/bg-search.png) repeat-x top left;
    color:#444;
    float: left;
    width: 288px;
}
#LSRes {
    background-color: #fff;
    float: left;
}
.LSRow {
    padding: 5px;
    float: left;
    width: 278px;
    border-bottom: 1px solid #e8e8e8;
}
.LSRow.file a {
    color: #52728c;
    float: left;
    width: 165px; /* 20px less than article bc icon */
    display: block;
    min-height: 22px;
    font-size: 1.1em;
}
.LSRow.article a {
    color: #52728c;
    float: left;
    width: 185px;
    display: block;
    line-height: 1.2em;
    text-transform: capitalize;
    font-size: 1.1em;
}
.LSViewAll {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    border-top: 1px solid #333;
    margin-top: 5px;
}
#LSHighlight  {
    background-color: #bfd9f1;
}
#LSHeader{
    padding: 2px 2px 8px;
    text-transform: capitalize;
    font-size: 1.1em;
}
.lsDate {
    display: block;
    color: #c7c7c7;
    font-size: 0.8em;
    padding: 5px 0 0;
}
span.lsSection {
	text-transform: uppercase;
    float: right;
    width: 80px;
    text-align: right;
}

/* BUTTON CONTROLS IN TIPS
----------------------------- */

.butt-close {
	position: absolute;
    top: 15px;
    right:15px;
}
.bt-wrapper {
	
}

/* IN PAGE SEARCH
----------------------------- */

form#quicksearch {
	margin: 0 0 15px 0;
}

/* ----------------------------- */

#main { 
	clear: both;
	width: 940px; 
    /*position: relative;*/
    text-align: left; 
    min-height: 300px;
    padding: 10px 20px 0 20px;
}
#hero {
	clear: both;
	position: relative;
    float: left;
    width: 360px;
    min-height: 200px;
}
#hero a.zoomable {
	margin-top: 80px; /* keep image away from slide show at the top */
}
#specs {
	position: relative;
	float: right;
	width: 520px;
    margin-left: 20px;
}
#content { 
	position: relative;
	clear: left;
    padding: 0 0 10px 0;
}
#content-glossary {
	font-size: 1.2em;
    line-height: 1.6em;
}
.content {
    position: relative;
}
#col-1 {
	float: left;
    position: relative;
	width: 200px;
    min-height: 400px;
}
.content#col-2 {
	float: left;
	width: 500px;
    padding: 0 20px;
}
div.col2-header {
	height: 10px;
    width: 500px;
    background: #fff url(/images/site/bg-col2-header.png) no-repeat 0 0;
}
div.col2-header.featured {
	min-height: 330px;
    width: 500px;
    background: none;
    position: relative;
}
div.col2-content {
	float: left;
    width: 468px;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    padding: 8px 15px 10px 15px;
}
div.col2-content.full {
	float: left;
    width: 498px;
    padding: 0;
    border: none;
}
div.col2-footer {
	clear: both;
	height: 13px;
    width: 500px;
    background: #fff url(/images/site/bg-col2-footer.png) no-repeat 0 0;
    position: relative;
    margin-bottom: 15px;
}
div.col2-content.featured {
    width: 470px;
    border: none;
    padding: 0;
    min-height: 170px;
    position: relative;
    padding: 200px 15px 0 15px;
    float: left;
}
div.col2-promo-content {
	width: 225px;
    position: relative;
}
div.col2-promo-links {
	width: 225px;
    position: relative;
}
div.col2-promo-content.right {
	border-left: 1px solid #dcdcdc;
    padding-left: 10px;
}
div.col2-promo.half {
	position: relative;
	background: transparent url(/images/site/bg-module-half.png) no-repeat top left;
    width: 211px;
    height: 126px;
    float: left;
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
}
div.promo-col2-small-wrapper {
	background: url(http://192.168.1.2/images/13.png) top right no-repeat;
    position: absolute;
	width: 211px;
    height: 120px;
    padding: 0;
}
div.col2-promo.half p {
	float: left;
	width: 150px;
    font-size: 1.1em;
    line-height: 1.7em;
}
div.col2-promo.half img.col2-promo-img {
	float: right;
}
#col-3 {
	float: right;
    position: relative;
	width: 200px;
    /*margin-bottom: 15px;*/
}
#col-4 {
	float: right;
    position: relative;
    width: 415px;
}

/* EXPLORE
----------------------------- */

div.grid3col {
    width: 100%;
    clear: both;
}

#main div.grid3col h1 {
	border-bottom: 1px solid #d5d5d5;
    margin-bottom: 15px;
}
#main div.grid3col h3 {
	margin: 0 0 3px 0;
    clear: left;
}
div.grid3col .column.first, div.grid3col .column.last {
	margin-left: 0 !important;
}
div.grid3col .column {
	float: left;
	width: 32%;
    margin-bottom: 20px;
}
div.grid3col .column.single {
	width: 100%;
}
div.grid3col .column.single ul {
	margin-bottom: 10px;
    float: left;
    width: 100%;
}
div.grid3col .column.single li {
	width: 32%;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 16px !important;
    margin: 0;
}
div.grid3col ul, div.grid3col ul li, div.grid3col ul li ul li {
	font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
    list-style: none;
}
div.grid3col ol li {
	font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
    width: 70%;
}
div.grid3col ul {
	margin-bottom: 8px;
}
div.grid3col ul li ul li {
	padding-left: 10px;
}

/* TABLES
----------------------------- */

table, table p, table th, table tr, table td, table ul, table li, table ol, table span {
	font-size: 12px !important;
}
table td {
    line-height: 1.4em;
    padding: 4px 0;
}

table.formulas { 
	width: 100%; 
    border: 1px solid #b8b8b8;
    border-bottom: 2px solid #b8b8b8;
    margin: 0 0 20px 0;
}
table.formulas th, table.formulas td {
	padding: 8px 6px;
}
table.formulas th.header {
	font-size: 1.4em;
	font-weight: bold;
    background-color: #dcdcdc;
    border-right: 1px solid #c7c7c7;
    min-width: 33%;
}
table.formulas th {
	font-size: 1.1em;
	font-weight: bold;
    width: 140px;
    line-height: 1.4em;
}
table.formulas th.subheader {
	border-top: 1px dotted #c7c7c7;
    border-bottom: 1px dotted #c7c7c7;
    padding-top: 10px;
    background-color: #ededed;
}
table.formulas tr {
	/*border-bottom: 1px dotted #666;*/
}
table.formulas td.variable {
	font-weight: bold;
    border-left: 1px dotted #c7c7c7;
    border-right: 1px dotted #c7c7c7;
    background-color: #f2f2f2;
    text-align: right;
    width: 70px;
}
table.formulas td {
	font-size: 1.1em;
    line-height: 1.2em;
}
table.standard {
	width: 100%; 
    border: 1px solid #b8b8b8;
    border-bottom: 2px solid #b8b8b8;
    margin: 0 0 10px 0;
}
table.standard p {
	line-height: 1.2em;
    margin: 0 0 .5em 0;
}
table.standard th, table.standard td {
	padding: 8px 6px;
}
table.standard thead th {
	font-size: 1.4em;
	font-weight: bold;
    background-color: #dcdcdc;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
table.standard tbody td {
	border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

/* BREADCRUMBS
----------------------------- */

.breadcrumbs.head {
	clear: both;
	background: none;
    margin: 0 auto;
    height: 21px;
    width: 940px;
    padding: 0;
    font-size: 1.2em;
    font-weight: normal;
    text-align: left;
}

/* SITE DIRECTORY OLD
----------------------------- */

.breadcrumbs {
	clear: both;
	background: transparent url(/images/site/bg-breadcrumbs.png) no-repeat top center;
    margin: 0 auto;
    height: 31px;
    width: 910px;
    padding: 14px 15px 0 15px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}
#site-directory { 
	background-color: #fff;
	clear: both; 
    margin: 0 auto;
    width: 898px;
    padding: 15px 20px;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7; 
    min-height: 150px;
    text-align: left;
}
#site-directory-footer {
	clear: both;
	background: transparent url(/images/site/bg-site-directory.png) no-repeat bottom center;
    margin: 0 auto;
    height: 6px;
    width: 940px;
    text-align: left;
}
#site-directory div.grouper {
	position: relative;
    width: 100%;
}
#site-directory div.one-col {
	float: left;
	width: 160px;
    min-height: 130px;
    margin-right: 20px;
}
#site-directory div.two-col {
    float: left;
    width: 530px;
}
#site-directory h3 {
	font-size: 1.2em;
    margin: 0 0 .5em;
}
#site-directory .one-col li, #site-directory .two-col li {
	font-size: 1.1em;
    margin: 0 0 .35em;
}
#site-directory .two-col li {
	float: left;
    margin-right: 20px;
    width: 155px;
}
#site-directory-permlinks {
	clear: left;
    width: 100%;
    border-top: 1px solid #e3e3e3;
}
#site-directory ul {
	margin-bottom: 10px;
}
#site-directory-permlinks ul {
    width: 100%;
    padding: 10px 0;
}
#site-directory-permlinks ul li, #site-directory-permlinks ul li a {
	display: block;
    float: left;
}
#site-directory-permlinks ul li a {
	font-weight: bold;
}

/* FOOTER SITEMAP
----------------------------- */

#footer-sitemap {
    clear: both;
    margin: 0 auto;
    width: 938px;
    padding: 0;
}
#footer-sitemap h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: .5em 0 .5em 0;
}
#footer-sitemap-content { 
	background-color: #fff;
	clear: both; 
    float: left;
    margin: 0 auto;
    width: 938px;
    padding: 0;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7; 
    min-height: 200px;
    text-align: left;
}
#footer-sitemap-footer {
	clear: both;
	background: transparent url(/images/site/bg-site-directory.png) no-repeat bottom center;
    margin: 0 auto;
    height: 6px;
    width: 940px;
    text-align: left;
}

#footer-sitemap .ui-tabs-selected { /* current tab */
	
}
#footer-sitemap .ui-tabs-deselectable { /* deselect selected upon click */
	
}
#footer-sitemap .ui-tabs-disabled { /* disabled tab */
	
}
#footer-sitemap .ui-tabs-panel { /* toggled panel */
	clear: both;
    border: none;
    padding: 0;
    background-color: #fff;
    float: left;
}
#footer-sitemap .ui-tabs-hide { /* REQUIRED - hides the tab panels */ display: none; }

/* ADDITIONAL STYLING
----------------------------- */

#footer-sitemap div#tabs-container-footer {
	position: relative;
    width: 100%;
    margin-bottom: 0;
}
#footer-sitemap div#tabs-container-footer .content {
	padding: 10px 10px 10px 10px;
    overflow: auto;
    width: 475px;
    height: 470px;
}
#footer-sitemap ul.ui-tabs-nav {
	background: transparent url(/images/site/footer-sitemap/bg-tabs-blue.png) no-repeat top right;
	width: 940px;
    height: 36px;
    border-bottom: 1px solid #c7c7c7;
}
#footer-sitemap .ui-tabs-nav li {
	text-align: center;
    font-size: 1.2em;
    font-weight: bold;
	display: block;
	float: left;
    height: 36px;
    border-right: 1px solid #4d6175;
    padding-left: 1px;
    line-height: 1em;
    margin: 0;
}
#footer-sitemap .ui-tabs-nav .first.ui-state-default {
	background: transparent url(/images/site/footer-sitemap/bg-tabs-first-off-blue.png) no-repeat top left;
}
#footer-sitemap .ui-tabs-nav .first.ui-state-active {
	background: transparent url(/images/site/footer-sitemap/bg-tabs-first-on.png) no-repeat top left;
}
#footer-sitemap .ui-tabs-nav .first.ui-state-active.ui-state-hover {
	background: transparent url(/images/site/footer-sitemap/bg-tabs-first-on.png) no-repeat top left;
}
#footer-sitemap .ui-tabs-nav .first.ui-state-hover {
	background: transparent url(/images/site/footer-sitemap/bg-tabs-first-over-blue.png) no-repeat top left;
}
#footer-sitemap .ui-tabs-nav .ui-state-active {
	background: transparent url(/images/site/footer-sitemap/bg-tabs-on.png) repeat-x top left;
}
#footer-sitemap .ui-tabs-nav .ui-state-active.ui-state-hover {
	background: transparent url(/images/site/footer-sitemap/bg-tabs-on.png) repeat-x top left;
}
#footer-sitemap .ui-tabs-nav .ui-state-hover {
	background: transparent url(/images/site/footer-sitemap/bg-tabs-over-blue.png) repeat-x top left;
}
#footer-sitemap .ui-tabs-nav li.ui-state-active a, #footer-sitemap .ui-tabs-nav li.first.ui-state-active a {
	border-bottom: 1px solid white;
    margin-top: -1px;
    color: #444;
}
#footer-sitemap .ui-tabs-nav li.ui-state-default a {
    color: #fff;
}
#footer-sitemap .ui-tabs-nav li a, #footer-sitemap .ui-tabs-nav li a:visited {
	display: block;
    width: auto;
    height: 27px;
    color: #fff;
    text-decoration: none;
    padding: 10px 8px 0 8px;
}
#footer-sitemap ul.ui-tabs-nav.full li a, #footer-sitemap ul.ui-tabs-nav.full li a:visited {
	width: 95px;
}
#footer-sitemap .ui-tabs-nav li a:hover {
    text-decoration: none;
}

#footer-sitemap-content .grouper {
	position: relative;
	padding: 15px 20px;
    width: 896px;
}
#footer-sitemap div.one-col {
	float: left;
	width: 200px;
    min-height: 130px;
    margin-right: 15px;
}
#footer-sitemap div.one-col.narrow {
	float: left;
	width: 120px;
    min-height: 130px;
    margin-right: 15px;
}
#footer-sitemap h3 {
	font-size: 1.2em;
    margin: 0 0 .5em;
}
#footer-sitemap .one-col li, #footer-sitemap .two-col li {
	font-size: 1.1em;
    margin: 0 0 .35em;
}
#footer-sitemap div.two-col {
    float: left;
    width: 550px;
    min-height: 130px;
}
#footer-sitemap div.two-col.narrow {
    float: left;
    width: 450px;
}
#footer-sitemap .two-col li {
	float: left;
    margin: 0 20px .5em 0;
    width: 210px;
    line-height: 1.3em;
}
#footer-sitemap .two-col.narrow li {
	float: left;
    margin-right: 15px;
    width: 130px;
}

/*div#about-computrols {
	background: #fff url(/images/site/footer-sitemap/bg-about-computrols.jpg) no-repeat top right;
    min-height: 200px;
    width: 938px;
}
div#get-support {
	background: #fff url(/images/site/footer-sitemap/bg-download.jpg) no-repeat top right;
    min-height: 200px;
    width: 938px;
}
div#view-products {
	background: #fff url(/images/site/footer-sitemap/bg-view-products.jpg) no-repeat top right;
    min-height: 200px;
    width: 938px;
}
div#download {
	background: #fff url(/images/site/footer-sitemap/bg-download.jpg) no-repeat top right;
    min-height: 200px;
    width: 938px;
}
div#watch-videos {
	background: #fff url(/images/site/footer-sitemap/bg-watch-videos.jpg) no-repeat top right;
    min-height: 200px;
    width: 938px;
}
div#energy-saving-strategies {
	background: #fff url(/images/site/footer-sitemap/bg-energy-saving.jpg) no-repeat top right;
    min-height: 200px;
    width: 938px;
}*/

div#about-computrols {
	background: #fff url(/images/site/footer-sitemap/bg-generic.jpg) no-repeat top right;
    min-height: 200px;
    width: 938px;
}
div#get-support {
	background: #fff url(/images/site/footer-sitemap/bg-generic.jpg) no-repeat top right;
    min-height: 200px;
    width: 938px;
}
div#view-products {
	background: #fff url(/images/site/footer-sitemap/bg-generic.jpg) no-repeat top right;
    min-height: 200px;
    width: 938px;
}
div#download {
	background: #fff url(/images/site/footer-sitemap/bg-generic.jpg) no-repeat top right;
    min-height: 200px;
    width: 938px;
}
div#watch-videos {
	background: #fff url(/images/site/footer-sitemap/bg-generic.jpg) no-repeat top right;
    min-height: 200px;
    width: 938px;
}
div#energy-saving-strategies {
	background: #fff url(/images/site/footer-sitemap/bg-generic.jpg) no-repeat top right;
    min-height: 200px;
    width: 938px;
}

/* FOOTER
----------------------------- */

#footer { 
	clear: both; 
    margin: 18px auto;
    width: 940px;
    padding: 0 20px;
}
#footer p {
	font-size: 1.1em;
}

/* SIDEBARS
----------------------------- */

.sidebar-module {
	width: 200px;
}
.sidebar-module h3 {
	height: 22px;
    padding: 8px 15px 0 15px;
    margin: 0;
	background: #fff url(/images/site/bg-sidebar-module-h3.png) no-repeat 0 0;
    font-weight: normal;
    font-size: 1.3em;
}
.sidebar-module.nohead h3 {
	height: 29px;
    padding: 12px 15px 8px 15px;
    margin: 0;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.1em;
    background: #fff url(/images/site/bg-sidebar-module-nohead.png) no-repeat 0 0;
    vertical-align: text-bottom;
}
.sidebar-module.nohead p {
	margin: 0 0 .75em 0;
    line-height: 1.4em;
}
.sidebar-module-content {
	width: 168px;
    padding: 10px 15px 5px 15px;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
}
.sidebar-module-footer {
	width: 200px;
    height: 10px;
    background: #fff url(/images/site/bg-sidebar-module-footer.png) no-repeat bottom left;
    margin-bottom: 15px;
    clear: both;
}
.sidebar-module-content ol {
	width: 100%;
    overflow: hidden;
}
.sidebar-module-content li {
	margin: 0 0 .5em 0;
    line-height: 1.1em;
    font-size: 1.2em;
}
.sidebar-module-2-header {
	width: 200px;
    height: 6px;
    background: #fff url(/images/site/bg-sidebar-module-2-header.png) no-repeat bottom left;
}
.sidebar-module-2 {
	padding: 10px;
	width: 178px;
    background: #fff url(/images/site/bg-sidebar-module-2-content.png) no-repeat top left;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    min-height: 384px;
    float: left;
}
.sidebar-module-3 {
	padding: 10px;
	width: 178px;
    background: #fff url(/images/site/bg-sidebar-module-2-content.png) no-repeat top left;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    float: left;
    height: 209px;
}
div.sidebar-module-2 h3 {
	font-size: 1.4em;
    line-height: 1.2em;
    margin-bottom: .5em;
}
div.sidebar-module-2 p {
	line-height: 1.4em;
    margin-bottom: .5em;
    text-align: left;
}
div.sidebar-module-3 p {
	line-height: 1.4em;
    margin-bottom: .5em;
}
div.sidebar-group {
	clear: both;
    width: 170px;
    display: block;
    padding: 5px 0 5px 0;
    float: left;
    border-bottom: 1px solid #e5e5e5;
}
div.sidebar-group p {
	margin: 0;
}
div.sidebar-group form#jumpform select {
    width: 120px;
}
div.sidebar-group.last {
	border: none;
    padding-bottom: 0;
}
.sidebar-group h3.promo-link {
	font-size: 1.3em;
    padding: 5px 0 0 0;
}
.sidebar-group h3.promo-link a {
	display: block;
    background: transparent url(/images/site/icon-right-caret.gif) no-repeat right center;
}

/* TYPOGRAPHY
----------------------------- */

p { 
	line-height: 1.8em;
    font-size: 1.2em;
    margin: 0 0 1em 0;
    text-align: justify;
}
#main h1 {
	padding-top: 36px;
    height: 1px;
    overflow: hidden;
    margin-bottom: 10px;
}
#main h1.text {
    font-size: 2.3em;
    font-weight: normal;
    margin-bottom: .5em;
    letter-spacing: -.04em;
    font-weight: bold;
    color: #40444D;
    overflow: visible;
    padding-top: 0;
    height: auto;
}
h2 {
    color: #6a6e77;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -.03em;
    margin: 0 0 .5em 0;
    line-height: 1.2em;
}
h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 1em 0;
}
.content h3 {
    margin: 1.25em 0 1em 0;
    line-height: 1.6em;
}
#specs .content h3 {
	margin: 0 0 .75em 0;
    line-height: 1.6em;
}
#main #content-two-thirds h3 {
	/* margin: 1em 0 .75em 0; I DON'T KNOW WHY I PUT THIS HERE? */
}
h3.col2-promo-h3 {
	padding-top: 20px;
    height: 1px;
    overflow: hidden;
    width: 145px;
    margin-bottom: 5px;
}
h3.full-h3 {
	padding-top: 20px;
    height: 1px;
    overflow: hidden;
    width: 400px;
    margin-bottom: 8px;
}
h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 1em;
}
blockquote {
	border: 1px solid #aee783;
    background-color: #e8fdd9;
    padding: 10px 15px;
    margin: 0 0 1em;
    -moz-border-radius: 4px;
}
blockquote p {
	margin: 0 0 .5em 0;
    padding: 0;
}
.note {
	background-color: #fffbd8;
    padding: 2px 8px 4px 8px;
    border: 1px solid #dfd9a9;
    -moz-border-radius: 4px;
    display: none;
}
.disclaimer {
	background-color: #ebebeb;
    padding: 10px 15px;
    -moz-border-radius: 4px;
    border: 1px solid #c7c7c7;
    font-size: 1em;
}
.phone {
	background: transparent url(/images/site/icon-telephone.png) no-repeat 0 0;
    padding-left: 20px;
}
.zoom-in {
	background: transparent url(/images/site/icon-zoom-in.png) no-repeat 0 0;
    padding-left: 20px;
}
.zoom-out {
	background: transparent url(/images/site/icon-zoom-out.png) no-repeat 0 0;
    padding-left: 20px;
}

/* CALLOUT BOXES
----------------------------- */

.callout {
	width: 240px;
    padding: 0;
    outline: #c7c7c7;
    background: transparent url(/images/site/bg-callout-footer.jpg) no-repeat bottom center;
}
.callout h4 {
    width: 200px;
	margin: 0 0 .75em 0;
    line-height: 1.2em;
    padding: 20px 20px 0 20px;
    background: transparent url(/images/site/bg-callout-header.jpg) no-repeat top center;
}
.callout p {
    width: 200px;
	margin: 0 0 1.5em 0;
    line-height: 1.4em;
    padding: 0 20px 0 20px;
    text-align: left;
}
.callout ul {
	list-style: none;
    width: 200px;
    padding: 0 20px 5px 20px;
}
.callout li {
	background: transparent url(/images/site/icon-bullet.gif) no-repeat 0 4px;
    padding: 0 0 0 12px;
	font-size: 1.1em;
	line-height: 1.3em;
    margin: 0 0 .35em 0;
}
.callout.right {
	margin: 0 0 20px 15px;
}
#flash-video {
    margin-bottom: 15px;
}

/* LINKS
----------------------------- */

a:link, a:visited { 
	color: #124779;
	text-decoration: none;
}
a:hover { 
	color: #126279;
	text-decoration: underline;
}
#content-two-thirds a:link {
	font-weight: bold;
}
#content-two-thirds h4 a:link {
	font-weight: normal;
}
#content-two-thirds p.client-thumb-desc a:link {
	font-weight: normal;
}
a[href$=".pdf"], a.pdf {
	background: transparent url(/images/site/icon-pdf.gif) no-repeat top left;
	padding: 0 0 0 20px;
}
a[href^="http:"] img {
	background: none !important;
	padding: 0 !important;
}
a[href$=".pdf"].no-icon, a[href$=".zip"].no-icon {
	background: none !important;
	padding: 0 !important;
}
a[href$=".dwg"], a.dwg {
	background: transparent url(/images/site/icon-dwg.gif) no-repeat top left;
	padding: 0 0 0 20px;
}
/*div.sidebar-module li {
    margin: 0 0 5px 22px;
    line-height: 1.4em;
}*/
div.sidebar-module li a[href$=".pdf"] {
	background: none;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 1.4em;
}
a[href$=".zip"], a.zip {
	background: transparent url(/images/site/icon-zip.gif) no-repeat top left;
	padding: 0 0 0 20px;
}
a[href$=".zip"].no-icon {
	background: none !important;
	padding: 0 !important;
}
a[href$=".doc"], a.doc {
	background: transparent url(/images/site/icon-doc.gif) no-repeat top left;
	padding: 0 0 0 20px;
}
a[href$=".vss"], a.vss {
	background: transparent url(/images/site/icon-vss.gif) no-repeat top left;
	padding: 0 0 0 20px;
}
a[href$=".vsd"], a.vsd {
	background: transparent url(/images/site/icon-vsd.gif) no-repeat top left;
	padding: 0 0 0 20px;
}
.file-download-list a[href$=".jpg"], .file-download-list a.jpg {
	background: transparent url(/images/site/icon-jpg.gif) no-repeat top left;
	padding: 0 0 0 20px;
}
.callout a[href$=".pdf"], .callout a.pdf {
	background: transparent url(/images/site/icon-pdf.gif) no-repeat top right;
	padding: 1px 20px 0 0;
}
/* #content a[href$=".xls"], #content a.xls {
	background: transparent url(/images/site/bg_xls.gif) no-repeat top left;
	padding: 3px 20px 3px 0;
}
#content a[href$=".doc"], #content a.doc {
	background: transparent url(/images/site/bg_doc.gif) no-repeat top left;
	padding: 3px 20px 3px 0;
} */
a.more {
  background: transparent url(/images/site/icon-more.gif) no-repeat right center;
  padding: 0 12px 0 0;
}
a.more:hover {
	background: transparent url(/images/site/icon-more.gif) no-repeat right center;
	padding: 0 12px 0 0;
}
div.composite-header {
	border-top: 1px solid #c7c7c7;
    border-bottom: 1px dotted #c7c7c7;
    clear: both;
    float: left;
    width: 100%;
    height: 30px;
    padding: 10px 0;
    margin: 15px 0 15px 0;
}
div.composite-header h2 {
	float: left;
    width: 400px;
}
span.top-link {
	display: block;
    float: right;
    text-align: right;
    padding: 5px 0 0 0;
}
.top-link a {
	display: block;
    font-size: 1.2em;
    padding: 0 25px 5px 0;
    height: 20px;
    background: transparent url(/images/site/butt-top.png) no-repeat top right;
}
a.glossary {
	background: transparent url(/images/site/butt-information.png) no-repeat top left;
	padding: 0 0 0 20px;
}
a.promo-hidden-link {
	display: block;
    position: absolute;
    height: 40px;
    width: 43px;
    overflow: hidden;
    margin-top: -15px;
    left: 225px;
    background-color: #fff;
    -moz-opacity: 0.0;
    opacity: 0.0;
    filter: alpha(opacity = 0);
}
a.promo-hidden-link:hover {
	text-decoration: none;
    background-color: #fff;
    -moz-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity = 20);
}
a.promo-hidden-link span {
	visibility: hidden;
}

/* YOUTUBE
----------------------------- */

.youtube-wrap {
	display: block;
    width: 320px;
    padding: 10px;
    border: 1px solid #c7c7c7;
    text-align: center;
    background-color: #fff;
}
.youtube-wrap.left {
	margin: 5px 15px 15px 0;
}
.youtube-wrap.right {
	margin: 5px 0 15px 15px;
}
.youtube-wrap span.youtube-caption {
	display: block;
	width: 320px;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: .75em 0 0 0;
}

/* FORMS
----------------------------- */

form#jumpform select {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
    font-size: 11px;
    width: 190px;
}
form table {
	font-size: 10px;
}
form table td {
    vertical-align: top;
    padding: 8px 0;
}
form br { clear: both; }
#wrapper * input[type="hidden"] { /* hidden field fix for Firefox */ display: none; }
#main label, 
#main input, 
#main select, 
#main textarea {
	font: 1.2em "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
}
#main label {
	display: block;
    color: #3c4049;
    font-weight: normal;
    margin-bottom: 6px;
    font-size: 1em;
}
#main input, #main select, #main textarea {
	display: block;
    padding: 4px 3px;
    font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
    font-weight: normal;
    color: #555;
    font-size: 1.3em;
    border-top: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
#main input.button {
	/*background: #7891c6 url(/images/site/bg_button_lg.gif) repeat-x bottom left;*/
    font-size: 1.2em;
    font-weight: bold;
    color: #3c4049;
    padding: 8px 25px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #999;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
}
#main select {
	padding: 0;
}
#main option {
	padding: 2px 3px;
}
#main div.buttonrow {
	margin: 12px 0;
	padding: 0 15px 0 0;
}

/* ZEM ELEMENTS */

div.sidebar-module form.zemContactForm {
	font-size: 11px;
    margin-bottom: 15px;
}
#main label.zemRequirederrorElement, #main span.zemRequired, #main label.zemRequired, #main p.required {
	color: #8c0c0c;
}
#main input.zemSubmit, #main input.submit {
	/*background: #7891c6 url(/images/site/bg_button_lg.gif) repeat-x bottom left;*/
    font-size: 1em;
    font-weight: bold;
    color: #3c4049;
    padding: 8px 25px;
    border-top: 1px solid #c7c7c7;
    border-right: 1px solid #999;
    border-left: 1px solid #c7c7c7;
    border-bottom: 1px solid #999;
    cursor: pointer;
    margin-top: 10px;
}
#main form th {
	font-weight: bold;
    font-size: 1.2em !important;
    padding: 5px 0;
}
#main input.zemRadio, #main input.radio {
	float: left;
    margin-right: 5px;
    border: none;
}
#main label.zemRadio, #main label.radio {
	float: left;
    width: 120px;
}
#main input.zemCheckbox {
	float: left;
    margin-right: 5px;
    border: none;
}
#main label.zemCheckbox {
	float: left;
}
#main ul.zemError {
	margin: 0 0 0 95px;
	padding: 0;
	list-style: none;
}
#main ul.zemError li {
	height: 18px;
	padding-left: 20px;
}
#main ul.zemError li strong {
	color: #e55100;
}
#main form.zemContactForm p {
	padding-top: 10px;
}
#main textarea {
	width: 95%;
}

/* PRODUCTS DISPLAY
----------------------------- */

div#specs-wrapper {
	clear: both;
	position: relative;
    width: 100%;
	width: 498px;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    padding: 10px;
    background-color: #fff;
}
div#specs-wrapper {
	clear: both;
	padding: 10px 10px 10px 10px;
    overflow: auto;
    width: 498px;
    height: 470px;
}
div#specs-wrapper div.content {
	padding: 0 10px;
}
div#specs-wrapper h3.specs-header {
	background-color: #ccc;
    height: auto;
    padding: 10px 8px;
}
div#specs .specs-top {
	width: auto;
    background: transparent url(/images/site/bg-specs-header.png) no-repeat bottom left;
    height: 6px;
}
div#specs .specs-bottom {
	clear: both;
	width: auto;
    background: transparent url(/images/site/bg-specs-footer.png) no-repeat bottom left;
    height: 6px;
}


/* TESTIMONIALS
----------------------------- */

div.testimonial {
	width: 270px;
    margin: 5px 0 15px 15px;
    float: right;
    border: 1px solid #c7c7c7;
    padding: 15px 20px;
    background-color: #e9e9e9;
}

/* GOOGLE MAP
----------------------------- */

div#map-wrapper {
	clear: both;
	position: relative;
	background: #fff;
    height: 500px;
    width: 887px;
    border: 8px solid #c7c7c7;
    padding: 2px 2px 2px 2px;
}
div#mapDiv {
	float: left;
	width: 656px;
    height: 500px;
}
h3.google-map {
    font-size: 1.3em;
    font-weight: bold;
    margin: .5em 0 .35em 0;
}
#side_bar {
	background: #fff url(/images/site/bg-map-sidebar.png) repeat-y top left;
	width: 210px; 
    height: 495px; 
    overflow: auto; 
    float: left;
    padding: 0 10px 5px 10px;
}
div#side_bar ul {
	list-style: none;
}
div#side_bar li {
	line-height: 1.3em;
    font-size: 1.1em;
    margin: 0 0 .5em;
    background-image: none;
    padding: 0;
}
div#side_bar li.header {
	font-weight: bold;
    font-size: 1.2em;
    margin: 1em 0 .75em 0;
    color: #2c2c2c;
}
div#side_bar li.subheader {
	font-weight: bold;
    font-size: 1.1em;
    margin: .75em 0;
    color: #575757;
}

/* SLIDESHOW
----------------------------- */

#main #slideshow { 
	clear: left;
	float: left;
    position: relative;
}
#main #nav-slideshow { width: 100%; margin: 0 0 5px; position: relative; z-index: 300; float: left; }
#main #nav-slideshow li { width: 25px; float: left; margin: 0 6px 6px 6px; list-style: none; }
#main #nav-slideshow a { width: 25px; padding: 3px; display: block; border: 1px solid #ccc; }
#main #nav-slideshow a:hover { background: #3f8b07; }
#main #nav-slideshow a.activeSlide { background: #424242; }
#main #nav-slideshow a:focus { outline: none; }
#main #nav-slideshow img { border: none; display: block; }

/* FILE DOWNLOADS IN PRODUCTS
----------------------------- */

.content ul.file-download-list li {
	list-style: none;
    background-image: none;
}
.content ul.file-download-list li.file-name {
	margin: 0 0 .5em 0;
    padding: 0;
}
.content ul.file-download-list li.file-description {
	line-height: 1.4em;
    margin: 0 0 1.25em 0;
    padding-left: 20px;
}
li.file-description.featured {
    padding: 0;
}
.content ul.file-download-list li.file-category {
	padding-bottom: 1.25em;
    border-bottom: 1px dotted #666;
}
.ui-tabs-panel { /* toggled panel */
	width: 918px;
    padding: 10px;
}
div#specs .ui-tabs-panel { /* toggled panel */
    width: auto;
}
.ui-tabs-panel-footer {
	width: 940px;
    background: transparent url(/images/site/bg-tabs-panel-wide.png) no-repeat bottom left;
}
div#specs .ui-tabs-panel-footer {
	width: auto;
    background: transparent url(/images/site/bg-tabs-panel.png) no-repeat bottom left;
}
div#tabs-container .content {
    width: 100%;
    height: auto;
}
div#specs div#tabs-container .content {
    width: 475px;
    height: 370px;
    overflow: auto;
    padding: 10px;
}

/* FILE DOWNLOADS IN DOWNLOADS
----------------------------- */

div.panel {
	margin-bottom: 15px;
    height: 100%;
}
div.panel .wrapper h2 {
    width: 368px;
    float: left;
    margin: 10px 0 25px 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #bbb;
}
div.panel .wrapper h2.first {
    border: none;
    margin: 0 0 25px 0;
    padding: 0;
}
div.panel .wrapper h3 {
	clear: both;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.8em;
}
div.panel .wrapper ul.file-download-list {
	clear: both;
    margin-bottom: 20px;
}
div.panel .wrapper ul.file-download-list li.file-category {
    border: none;
}

/* PRODUCT SPECS
----------------------------- */

table.table-tech-specs { width: 100%; }
table.table-tech-specs th, table.table-tech-specs td {
	padding: 6px 4px;
}
table.table-tech-specs th {
	font-size: 1.1em;
	font-weight: bold;
    width: 140px;
    line-height: 1.4em;
}
table.table-tech-specs tr {
	border-bottom: 1px dotted #666;
}
table.table-tech-specs td {
	font-size: 1.1em;
    line-height: 1.2em;
}

/* PARTS & ACCESSORIES
----------------------------- */

table.table-parts-accessories { width: 100%; }
table.table-parts-accessories th, table.table-parts-accessories td {
	padding: 6px 4px;
}
table.table-parts-accessories th.header {
	font-size: 1.4em;
	font-weight: bold;
}
table.table-parts-accessories th {
	font-size: 1.1em;
	font-weight: bold;
    width: 140px;
    line-height: 1.4em;
}
table.table-parts-accessories tr {
	border-bottom: 1px dotted #666;
}
table.table-parts-accessories td {
	font-size: 1.1em;
    line-height: 1.2em;
}

/* PROMOS
----------------------------- */

#home-promo {
	margin-bottom: 15px;
    min-height: 368px;
}
div.full-width-promo {
	clear: both;
    padding: 1px;
    margin: 0 auto 15px auto;
    width: 938px;
    height: 432px;
    background: #fff url(/images/site/bg-full-width-promo.png) no-repeat top left;
}
div.full-width-promo-left {
	float: left;
}
div.full-width-promo-right {
	position: relative;
	float: right;
    height: 415px;
    width: 510px;
    padding: 15px 0 0 0;
}
div.dealer-main-promo {
	/*position: relative;*/
	background: #fff url(/images/promos/dealers/dealer-promo-main.jpg) top right no-repeat; 
    min-height: 412px; 
    width: 720px; 
    float: left; 
    margin-bottom: 15px;
}
div.dealer-main-promo div.dealer-main-promo-content {
    padding-top: 100px;
    padding-left: 30px;
    width: 300px;
    height: 200px;
}
div.dealer-main-promo div.dealer-main-promo-content p {
	line-height: 1.4em;
}
div.dealer-main-promo-content ul.video a {
    text-decoration: underline;
    color: #124779;
}
div.explore-main-promo {
	position: relative;
	background: #fff url(/images/promos/explore/explore-promo-main.jpg) top right no-repeat; 
    min-height: 412px; 
    width: 720px; 
    position: relative; 
    float: left; 
    margin-bottom: 15px;
}
div.explore-main-promo div.explore-main-promo-content {
	position: absolute;
    top: 140px;
    left: 28px;
    width: 230px;
    height: 200px;
}
div.explore-main-promo div.explore-main-promo-content p {
	line-height: 1.4em;
}

/* TICKER
----------------------------- */

#ticker-area {
    background: #fff url(/images/site/bg-rss-home.png) no-repeat top left;
    padding: 0 15px 0 0;
    margin: 0 auto 15px auto;
    font-size: 1.5em;
    font-weight: normal;
    -moz-border-radius: 4px;
    clear: both;
    width: 925px;
    height: 33px;
    font-size: 1em;
}
#ticker-area img#rss-feed {
	float: left;
    margin-right: 10px;
}
#ticker-area ul#news, #ticker-area ul#news li {
	margin: 0;
    padding: 0;
}
#ticker-area ul#news {
	float: left;
    padding: 6px 15px 0 0;
}
#ticker-area ul#news li {
	width: 850px;
    overflow: hidden;
    height: 20px;
}
img.rss-feed-inpage {
	position: absolute;
    top: 10px;
    right: 10px;
}
a img.rss-feed-inpage {
	display: block;
	width: 34px;
    height: 33px;
    z-index: 5000;
}

/* TYPOGRAPHY
----------------------------- */

.highlight {
	border: 2px solid #c7c7c7;
    background-color: #feffb4;
}

/* VARIABLES
----------------------------- */

img.right {
    float: right !important;
    margin: 2px 0 16px 20px !important;
}
img.left {
    float: left !important;
    margin: 2px 20px 16px 0 !important;
}
.image-right {
	float: right !important;
    margin: 0 0 10px 15px !important;
}
.image-left {
	float: left !important;
    margin: 0 15px 10px 0 !important;
}
.bt { clear: both; border-top: 1px solid #c7c7c7 !important; }
.bb { border-bottom: 1px solid #c7c7c7 !important; }
.inline { display: inline !important; }
.right { float: right !important; }
.left { float: left !important; }
.cl { clear: left !important; }
.cr { clear: right !important; }
.cb { clear: both !important; }
.cn { clear: none !important; }
.disi { display: inline !important; }
.disb { display: block !important; }
.fl { float: left !important; }
.fr { float: right !important; }
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mr5 { margin-right: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mr10 { margin-right: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mr15 { margin-right: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb200 { margin-bottom: 200px !important; }
.ml20 { margin-left: 20px !important; }
.pt10 { padding-top: 10px !important; }
.pr10 { padding-right: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pr15 { padding-right: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pl15 { padding-left: 15px !important; }
.pl25 { padding-left: 25px !important; }
.pl35 { padding-left: 35px !important; }
.pl50 { padding-left: 50px !important; }
.pl75 { padding-left: 75px !important; }
.pl100 { padding-left: 100px !important; }
.hrt { border-top: 1px solid #c7cdd1; }
.hrb { border-bottom: 1px solid #c7cdd1; }
.w25 { width: 25px !important; }
.w50 { width: 50px !important; }
.w75 { width: 75px !important; }
.w100 { width: 100px !important; }
.w125 { width: 125px !important; }
.w150 { width: 150px !important; }
.w175 { width: 175px !important; }
.w200 { width: 200px !important; }
.w225 { width: 225px !important; }
.w250 { width: 250px !important; }
.w275 { width: 275px !important; }
.w300 { width: 300px !important; }
.w400 { width: 400px !important; }
.w500 { width: 500px !important; }
.w100p { width: 100% !important; }
.h100p { height: 100px !important; }
.h150p { height: 150px !important; }
.h200p { height: 200px !important; }
.em { font-style: italic !important; }
.strong { font-weight: bold !important; }
.em09 { font-size: .9em !important; }
.em10 { font-size: 1.0em !important; }
.em11 { font-size: 1.1em !important; }
.em12 { font-size: 1.2em !important; }
.em13 { font-size: 1.3em !important; }
.em14 { font-size: 1.4em !important; }
.lh05 { line-height: .5em !important; }
.lh10 { line-height: 1em !important; }
.lh15 { line-height: 1.5em !important; }
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.pa { position: absolute; }

