/* ------------------------------------------------
OmniMount Pro
master.css
Global styles for OmniMount Pro
------------------------------------------------ */

/* ----{ Reset }-------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/* ----{ Fixes }-------------------------------- */

.clearfix:after, #main-content.home #finder:after, fieldset li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* ------------------------------------------------
=Universal
------------------------------------------------ */

html, body {
    height: 100%;
}

body {
    background: #333 url(../images/background_image.jpg) 50% 0 no-repeat;
    color: #333;
    font: normal 12px/1.25em "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

strong, em, b, i {
    font-family: "Lucida Sans" , "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, address {
    font-family: "Lucida Sans" , "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
}

p {
    margin-bottom: 10px;
}

a {
    color: #fdb813;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: underline;
}


h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 7px 7px;
    margin: 10px 0;
    clear: both;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 7px 7px;
    margin: 0 0 10px 0;
}

strong {
    font-weight: bold !important;
}

em {
    font-style: italic;
}

#container1 {
    background-image: url(../images/background_pattern.gif);
    min-height: 100%;
    padding: 0;
}

#container2 {
    margin: 0 auto;
    padding: 0;
    width: 990px;
}

.submit-btn {
    text-transform: uppercase;
    background-color: #fdb813;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 10px;
    display: inline-block;
    border: 1px solid #c0aa78;
    width: auto;
    overflow: visible;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.submit-btn:hover {
    background-color: #666;
    border: 1px solid #333;
    color: #fff;
    text-decoration: none;
}

/* ------------------------------------------------
=Header
------------------------------------------------ */

#header {
    position: relative;
}

#header h1 a {
    text-indent: -9999px;
    background: url(../images/omnimount_logo.png) 50% 50% no-repeat;
    height: 137px;
    width: 137px;
    display: block;
    position: absolute;
    top: 30px;
    left: 80px;
    z-index: 1000;
}

/* ----{ Top-Nav }------------------------------ */

#top-nav {
    margin: 0 0 24px 239px;
}

#top-nav li {
    float: left;
    margin-left: 12px;
}

#top-nav li.first {
    margin-left: 0 !important;
}

#top-nav li a {
    color: #fff;
    line-height: 33px;
    vertical-align: middle;
    font-size: 11px;
}

#top-nav li a:hover {
    color: #fdb813;
}

#top-nav .tagline {
    margin-left: 0;
}

#header h4 {
    text-indent: -9999px;
    background: url(../images/professional_industrial_commercial.gif) top left no-repeat;
    display: block;
    height: 33px;
    width: 250px;
    margin-right: 51px;
    padding: 0;
    border-bottom: none;
}

/* ----{ Main-Nav }------------------------------ */

.sm-tab, .md-tab {
    line-height: 33px;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #ccc;
    text-transform: uppercase;
    display: block;
    margin-right: 12px;
}

.sm-tab {
    background: url(../images/nav_tab_small.gif) bottom left no-repeat;
    height: 33px;
    width: 98px;
    overflow: auto;
}

.md-tab {
    background: url(../images/nav_tab_med.gif) bottom left no-repeat;
    height: 33px;
    width: 131px;
}

.main-nav li:hover .sm-tab, .main-nav li:hover .md-tab, .sm-tab:hover, .md-tab:hover, .sm-tab.on:hover, .md-tab.on:hover {
    background-position: center left;
    color: #333;
    text-decoration: none;
}

.sm-tab.on, .md-tab.on {
    background-position: top left;
    color: #333;
    text-decoration: none;
}

.sm-tab span, .md-tab span {
    padding-left: 10px;
    background: url(../images/nav_down_arrow.gif) 0 5px no-repeat;
}

.sm-tab:hover span, .md-tab:hover span, .sm-tab.on span, .md-tab.on span {
    background: url(../images/nav_down_arrow_on.gif) 0 5px no-repeat !important;
}

.searchbar {
    display: inline;
    padding-top: 2px;
}

.searchbar .lg {
    background: url(../images/searchbar_bg.gif) top left repeat-x;
    border: none;
    padding: 2px;
    margin-right: 5px;
    height: 21px;
    height: /**/ /**/ 17px;
    width: 185px;
    width: /**/ /**/ 181px;
    color: #666;
}

.searchbar .submit-btn {
    background-color: #333;
    border: 1px solid #666;
    text-transform: uppercase;
    color: #ccc;
    font: 11px "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, sans-serif;
    cursor: pointer;
    padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.searchbar .submit-btn:hover {
    background-color: #000;
    color: #999;
}

/* ----{ Drop-Nav }----------------------------- */

#main-nav {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    margin: 0 0 0 239px;
    z-index: 100;
    overflow: visible;
}

#main-nav ul {
    position: absolute;
    top: 33px;
    left: 0;
    padding: 8px 5px 8px 5px !important;
    margin: 0;
    opacity: 0.92;
    width: 169px;
    width: /**/ /**/ 155px;
    background-color: #fdb813;
    z-index: 100;
    display: none;
}

#main-nav ul.company {
    left: 110px;
}

#main-nav li {
    padding: 0;
    float: left;
}

#main-nav li.first {
    margin-left: 0 !important x;
}

#main-nav ul ul {
    position: absolute;
    top: 0;
    left: 165px !important;
    opacity: 1;
}

#main-nav li ul li {
    display: block;
    float: none;
    border-bottom: 1px solid #d59d19;
}

#main-nav li ul li a {
    padding: 5px 3px 5px 10px;
    color: #333;
    display: block;
    text-decoration: none;
}

#main-nav li ul li a.sub {
    background-image: url(../images/bg-arrow.gif);
    background-position: right;
    background-repeat: no-repeat;
}

#main-nav li ul li a.sub:hover, .main-nav li ul li.active {
    background-image: url(../images/bg-arrow-over.gif);
    background-position: right;
    background-repeat: no-repeat;
    color: #fff !important;
}

#main-nav li ul li a.active {
    color: #fff !important;
    background-image: none;
    background-color: #333;
    background-position: right;
    background-repeat: no-repeat;
}

#main-nav li ul li a:hover {
    color: #fff !important;
    background: #333;
}

/* ------------------------------------------------
=Left Sidebar
------------------------------------------------ */

#sidebar {
    float: left;
    width: 150px;
    margin: 80px 0 0 0;
}

.module {
    background: url(../images/sidebar_round_top.png) top left no-repeat;
    margin-bottom: 20px;
}

#sidebar h3 {
    margin: 0;
    padding: 0;
    border: none;
}

#sidebar h3 a {
    color: #ccc;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    display: block;
    padding: 10px 10px 8px 10px;
    border-bottom: 1px solid #404040;
}

#sidebar h3 a:hover {
    color: #fdb813;
}

#sidebar h4 {
    text-indent: -9999px;
    display: inline-block;
    background: url(../images/ttl_finder_sidebar.gif) 10px 20px no-repeat;
    width: 105px;
    padding: 20px 0 0 10px;
    margin: 0;
    border-bottom: none;
}

#sidebar p {
    color: #ccc;
    display: block;
    padding: 5px 10px;
}

#sidebar ul {
    background: url(../images/sidebar_round_bottom.png) bottom left no-repeat;
}

/* ------------------------------------------------
=Finder
------------------------------------------------ */

/* ----{ Homepage }----------------------------- */

#main-content.home #finder {
    background: #fdb813 url(../images/hp_finder_bg.gif) 210px 5px no-repeat;
    height: 75px;
    position: relative;
    margin-bottom: 0;
}

#main-content.home #finder h4 {
    display: block;
    text-indent: -9999px;
    height: 22px;
    width: 162px;
    background: url(../images/ttl_finder_hp.gif) 19px 20px no-repeat;
    border: none;
    padding: 20px 0 0 19px;
    margin: 0;
}

#main-content.home #finder p {
    margin: 0 0 0 19px;
    padding: 0;
    display: inline;
}

#main-content.home #finder ul {
    text-align: left;
    width: 607px;
    position: absolute;
    top: 25px;
    left: 237px;
}

#main-content.home #finder li {
    float: left;
    display: inline;
    margin-right: 23px;
}

#main-content.home #finder .md {
    border: 1px solid #c0c0c0;
    background-color: #fff;
    padding: 3px;
    width: 185px;
    width: /**/ /**/ 179px;
}

#main-content.home #finder .submit-btn {
    background-color: #d19f27;
    color: #fff;
    border: 1px solid #a07f32;
}

#main-content.home #finder .submit-btn:hover {
    background-color: #666;
    border: 1px solid #333;
}

#main-content.home #finder li a {
    width: 60px;
    display: block;
    color: #333;
    font-size: 11px;
    line-height: 120%;
}

/* ----{ Sidebar }----------------------------- */

#sidebar #finder ul {
    padding-bottom: 15px;
}

#sidebar li {
    border-top: 1px solid #4c4c4c;
    border-bottom: 1px solid #404040;
}

#sidebar #finder li {
    border: none;
    padding: 7px 10px;
}

#sidebar li a {
    color: #ccc;
    text-decoration: none;
    display: block;
    padding: 7px 10px;
}

#sidebar li a:hover {
    color: #fdb813;
}

#sidebar #finder li a {
    padding: 0;
}

#sidebar .md {
    border: 1px solid #c0c0c0;
    background-color: #ccc;
    color: #666;
    padding: 3px;
    width: 130px;
    width: /**/ /**/ 124px;
}

#sidebar .submit-btn {
    background-color: #333;
    border: 1px solid #999;
    color: #ccc;
}

#sidebar .submit-btn:hover {
    background-color: #000;
    color: #999;
    cursor: pointer;
}

/* ------------------------------------------------
=Content
------------------------------------------------ */

#main-content {
    float: left;
    padding: 10px 10px 25px 10px;
    width: 840px;
    width: /**/ /**/ 820px;
    background-color: #fff;
}

#main-content.home {
    padding: 0 0 25px 0;
    width: 840px;
}

.column {
    padding: 0 10px;
    float: left;
    display: inline !important;
    width: 252px;
}
.column.span2 {
   padding: 0;
   width: 544px;
}

.column h4 {
    padding: 15px 0;
    margin: 13px 0 20px 0;
    border: 1px solid #666;
    border-bottom: none;
    text-indent: -9999px;
    display: block;
}

#main-content .column img {
    margin: 10px 0;
    float: none;
}

#main-content .column li {
    margin-bottom: 10px;
}

.column p {
    line-height: 1.5em;
}

.info {
    background: #fff url(../images/content_fade.gif) top left repeat-x;
    padding: 10px;
}

.info p.description {
    height: 90px;
}

.related {
    font-size: 11px;
    color: #999;
    line-height: 100%;
    width: 75px;
    margin-left: 5px;
    padding-top: 5px;
    display: inline-block;
}

.last {
    border-bottom: none !important;
}

.disclaimer {
    color: #666;
    font-style: italic;
}

/* ----{ Homepage }----------------------------- */

#brand {
    height: 420px;
    width: 840px;
}

#brand h2 {
    z-index: 0;
    height: 420px;
}

#brand h2#rotator {
    background: url(../images/loading.gif)  no-repeat 50% 50%;
    position:relative;
}

#brand h2#rotator img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#brand h2 a {
    background-position: top left;
    background-repeat: no-repeat;
    display: none;
    outline: none;
    text-indent: -9999px;
    height: 420px;
    width: 840px;
    margin: 0;
    padding: 0;
}

#brand h2 a#prohdcart {
    background-image: url(../images/hp_hero01.jpg);
}

#feat-prod {
    position: relative;
}

.home #feat-prod {
    background: #fff url(../images/featured_products_bg.gif) top left repeat-x;
}

#prod-list, #hp-prod {
    float: left;
}

#hp-prod {
    margin-right: 10px;
}

.home #feat-prod .column {
    margin: 0 0 0 10px;
    padding: 0;
    width: 200px;
}

.home #feat-prod h3 {
    border: none;
    margin: 0 0 13px 0;
    padding: 17px 0 0 23px;
    text-indent: -9999px;
    display: block;
    background: url(../images/ttl_featured_products.gif) 23px 17px no-repeat;
    height: 20px;
    width: 170px;
}

.home #feat-prod img {
    float: none;
}

.home #feat-prod h5 a {
    text-transform: uppercase;
    color: #fff;
    display: block;
    border: 1px solid #666;
    border-bottom: none;
    margin: 0;
    padding: 8px 15px;
}

#updates {
    background: url(../images/updates_round_top.gif) top left no-repeat;
    width: 210px;
    margin: 10px 0 0 0 !important;
    height: 390px;
}

#updates h4 {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    padding: 12px 0 12px 20px;
    text-indent: -9999px;
    display: block;
    background: url(../images/ttl_updates.gif) 20px 12px no-repeat;
}

#updates ul {
    background: url(../images/updates_round_bottom.gif) bottom left no-repeat;
}

#updates li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 20px;
    margin: 0 !important;
    font-size: 11px;
    line-height: 135%;
}

#updates li strong {
    text-transform: uppercase;
}

#updates li a {
    color: #cc6600;
    font-weight: bold;
}

#dyk {
    margin: 0 0 0 160px;
    padding: 25px 0;
    clear: both;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    width: 820px;
}

#dyk #rotator {
    margin-top: 6px;
}
#dyk h4 {
    display: block;
    text-indent: -9999px;
    height: 35px;
    width: 162px;
    float: left;
    border: none;
    background: url(../images/ttl_dyk.gif) top left no-repeat;
    margin: 5px 40px 0 0;
    padding: 0;
}

#dyk ul {
    float: left;
    color: #fff;
}

#dyk li {
    height: 38px;
}

/* ----{ Interior }----------------------------- */

#main-content img {
    margin-bottom: 10px;
    float: none;
}

#titlebar {
    padding: 18px 20px 18px 78px;
    background: #333 url(../images/titlebar_bg.gif) top left repeat-x;
}

#titlebar h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
    line-height:20px;
}

.breadcrumb {
    color: #fff;
    font-size: 11px;
    margin-bottom: 0;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
    color: #ccc;
}

.promo {
    float: right;
    width: 200px;
    margin: 0 0 20px 0;
    border-left: 20px solid #fff;
}

.promo img {
    margin: 10px 0;
}

.promo h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    color: #666;
    background-color: #ddd;
    padding: 5px 10px;
}

/* ----{ Category Overview }---------------------- */

.category.tier h3
{
    background-color:#FDB813
}
.category.tier #overview li {
    width: auto !important;
    margin: 0 !important;
    border:none;
    height:inherit;
}

.category.tier #overview li div {
    float: left;
    margin: 0 0 0 5px;
}

.category.tier #overview li div {
    padding: 10px;
    display: inline;
    width: 195px;
    width: /**/ /**/ 175px;
}

.category.tier #overview div p {
    padding: 0;
    margin-bottom: 8px;
}

.category.tier #overview div h4 {
    color: #333;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.category.tier #overview div li {
    padding-bottom: 5px;
    border:none;
    height:inherit;
}

.category.tier #overview .intro {
    width: 400px;
}

.category.tier #overview li div.featured {
    padding: 10px 0;
}

/* ----{ Category Tier }-------------------------- */

.category.tier.first {
    clear: both;
}

.category.tier li {
    width: 195px;
    border:1px solid #CDCDCD;
    height:324px;
    margin:4px !important;
    padding: 0;
}

#main-content .category.tier img {
    float: none;
}

.category.tier p {
    margin: 0 0;
    padding: 5px;
}

.category.tier p strong a {
    text-transform: uppercase;
    color: #666;
}

.category.tier input[type=checkbox], .category.tier p label {
    margin-left: 5px;
}

/* ----{ Product Tier 1 }------------------------- */

.product.tier.one {
    height: 300px;
    position: relative;
    margin-bottom: 15px;
}

#main-content .product.tier.one img {
    float: left;
    display: inline;
}

/***** LIFESTYLE PHOTO SLIDER *****/
.stripViewer .panelContainer .panel ul {
    margin: 0 15px 0 30px;
    text-align: left;
}
.stripViewer .panelContainer {
    left: 0;
    position: relative;
    top: 0;
}
.stripNavL, .stripNavR, .stripNav {
    display: none;
}
.nav-thumb {
    border: 1px solid #CCCCCC;
}
.movers-row {
    left: 414px;
    margin: 3px 0;
    position: relative;
    top: -226px;
    width: 200px;
}
#lifestyle {
    position: relative;
    top: 3px;
}
#lifestyle .slider-wrap {
    position: relative;
    width: 409px; /* width: = image width		*/
    float:left;
}

#lifestyle .stripViewer {
    height: 293px;
    overflow: hidden;
    position: relative;
    width: 409px; /* width: = image width, height: = image height     */
}

#lifestyle .panelContainer {
    height: 293px; /* height: = image height     */
    overflow: hidden;
}

#lifestyle .stripViewer .panelContainer .panel {
    float: left;
    height: 100%;
    width: 409px; /* width: = image width     */
}

#lifestyle .movers-row div {
    padding-left: 1px;
}
#lifestyle .movers-row div div {
    margin: 4px;
    width: 71px; /* width: = thumbnail image width (blows up in IE if ommitted)     */
    height: 69px;
    float: left;
}

#gallery {
    float: left;
    display: inline;
    padding: 34px 20px 0 0;
    width: 210px;
    width: /**/ /**/ 190px;
}

#lifestyle h4 {
    background: url("../images/ttl_gallery.gif") no-repeat scroll 15px 0 transparent;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    height: 19px;
    left: 414px;
    margin-bottom: 12px;
    padding: 0 0 12px;
    position: relative;
    text-indent: -9999px;
    top: 32px;
    width: 190px;
}

#main-content #gallery li {
    padding: 0 5px 10px 5px;
    margin: 0;
    float: left;
    display: inline;
    width: 71px;
}

#gallery img {
    float: none;
    margin: 0;
    padding: 0;
}

#downloads {
    background: url("../images/download_round_top.gif") no-repeat scroll left top transparent;
    left: 620px;
    margin: 15px -10px 15px 0;
    position: absolute;
    width: 210px;
}

#downloads h4 {
    display: block;
    background: url(../images/ttl_downloads.gif) 12px 6px no-repeat;
    border-bottom: 1px solid #e8e8e8;
    text-indent: -9999px;
    height: 19px;
    padding: 0 0 15px 0;
    margin: 17px 0 0 0;
}

#downloads ul {
    border-top: 1px solid #fff;
    padding: 12px 0;
    background: url(../images/download_round_bottom.gif) bottom left no-repeat;
}

#downloads li {
    padding: 7px 0;
    margin-left: 12px;
}

#downloads li a {
    color: #333;
    background: url(../images/button_download.gif) 0 4px no-repeat;
    padding: 7px 5px 7px 26px;
}

/* ----{ Product Tier 2 }------------------------- */

.product.tier.two {
    background: url(../images/titlebar_bg.gif) top left repeat-x;
    padding-top: 10px;
}

.product.tier.two .column {
    margin: 0;
    display: inline;
    overflow: hidden;
}

.product.tier.two .column li {
    margin-bottom: 10px !important;
    white-space: normal;
}

#description h4 {
    background: url(../images/ttl_description.gif) 15px 10px no-repeat;
}
#specs h4 {
    background: url(../images/ttl_specs.gif) 15px 10px no-repeat;
}
#benefits h4 {
    background: url(../images/ttl_benefits.gif) 15px 10px no-repeat;
}
#accessories  
{
   clear: both;
   width: 524px;
   margin-top: 15px;
   background: url("../images/titlebar_bg.gif") repeat-x scroll left top transparent;
}
#accessories .accessory {
   float: left;
   width: 252px;
   margin-right: 10px;
}
#accessories .accessory:nth-of-type(2n+1) { /* odd */
   margin-right: 20px;
}
#accessories .accessory:nth-of-type(2n) { /* even */
   margin-right: 0;
}

#accessories h4 {
    background: url(../images/ttl_accessories.gif) 15px 10px no-repeat;
    margin-top:22px;
}

#benefits li {
    background: url(../images/bullet_yellow.gif) 0 6px no-repeat;
    padding-left: 15px;
}

#accessories .intro {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

/* ----{ Contact Form }------------------------- */

fieldset {
    background: url(../images/content_fade.gif) top left repeat-x;
    border: 1px solid #ddd;
    padding: 20px 20px 10px 20px;
}

fieldset li {
    padding-bottom: 10px;
    line-height: 22px;
    vertical-align: middle;
}

fieldset label {
    float: left;
    width: 200px;
}

fieldset input.lg, fieldset select.lg, fieldset textarea.lg {
    float: left;
    padding: 2px 3px;
    width: 300px;
    width: /**/ /**/ 294px;
    border: 1px solid #ccc;
}

fieldset select.lg {
    width: 307px;
    width: /**/ /**/ 301px;
}

.btn-row {
    margin-left: 200px;
}

/* ------------------------------------------------
=Footer
------------------------------------------------ */

#footer {
    margin: 0 0 35px 160px;
    padding: 30px 0 0 0;
    clear: both;
}

#footer p, #footer li {
    color: #ccc;
    font-size: 11px;
}

#footer li {
    margin-bottom: 2px;
}

#footer li a {
    color: #ccc;
}

#footer li a:hover {
    color: #fff;
}

.icons li {
    float: left;
    margin-right: 7px;
}

a.facebook {
    background: url(../images/icon_facebook.gif) top left no-repeat;
    text-indent: -9999px;
    display: block;
    height: 26px;
    width: 26px;
}

a.twitter {
    background: url(../images/icon_twitter.gif) top left no-repeat;
    text-indent: -9999px;
    display: block;
    height: 28px;
    width: 31px;
}

/**** DOWNLOADS ****/
#supportContainer {
    padding: 20px;
}
#supportContainer #supportHeader {
    margin-bottom: 10px;
}
#supportContainer #supportCategories {
    float: left;
    clear: left;
    margin-right: 20px;
}
#supportContainer #supportCategories select {
    width: 210px;
}
#supportContainer #supportProducts {
    float: left;
}
#supportContainer #supportProducts div {
    position: relative;
}
#supportContainer #supportProducts div img {
    display: none;
    position: absolute;
    top: 76px;
    left: 90px;
}
#supportContainer #supportProducts select {
    width: 210px;
}
#supportContainer .supportDownloadList {
    clear: left;
}
#supportContainer .supportDownloadList .downloadContainer h3 {
    margin: 0;
    padding: 0;
}
#supportContainer .supportDownloadList .downloadContainer p {
    margin-top: 0px;
}
#supportContainer .supportDownloadList p {
    padding-top: 12px;
}


/***** DEALER SEARCH *****/
.productSearchFields {
    padding-left: 10px;
}
.productSearchFields div p {
    margin: 0;
    padding: 0;
}
.productSearchFields div {
    float: left;
    padding: 5px;
    padding-right: 8px;
}
.productSearchFields div input {
}
.dealerSearchBtn {
    margin-top: 15px;
}
.CallForAvailability {
    clear: both;
}
.CallForAvailability p {
    color: #d70000;
    padding: 5px 16px;
    margin: 0;
}
.dealerListContainer {
    clear: both;
    width: 602px;
}
.dealerListContainer h4 {
    margin: 0;
    padding: 8px 0 3px 0;
    text-transform: uppercase;
    float: left;
    border: none;
}
.dealerLocationInfo {
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    text-transform: uppercase;
    clear: both;
}
.dealerContactInfo {
    float: right;
    text-align: right;
    margin: 0;
    padding-right: 15px;
    padding-top: 10px;
}
.mapMarker {
    padding: 10px;
    width: 25px;
    float: left;
}
#map_canvas h3 {
    border: none;
    padding: 7px 0;
}


/**** ADVANCED SEARCH ****/
#boxes .window {
  position:absolute;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
#advSearchLink { position:relative; top:4px; left:2px}
#boxes #advancedSearch { width: 680px; height: 560px; background-color: white; margin: 0 auto; display:none; position:fixed; }
#boxes #advancedDiagram { margin: 0 auto; display:block; }
#boxes #advancedTitle { background-color: #f6f6f6; border-bottom: solid 1px #cccccc; vertical-align: middle; }
#boxes #advancedTitle p { font: 20px Arial, Helvetica, sans-serif; color: #4c4c4c; padding: 13px 0 13px 28px; margin: 0; }
#boxes .instructions { font: 19px Arial, Helvetica, sans-serif; color: #7D7E82; padding:0 4px 0 28px; }
#boxes #advancedInputs { margin: 20px auto; width: 617px; }
#boxes #advancedInputs div { width: 25%; }
#boxes #advancedInputs p { margin: 0; padding: 5px 0; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #4c4c4c; }
#boxes input.advancedInput { height: 28px; }
#boxes .close { float:right; position:relative; top:-33px; left:-16px; }
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}

/***** COMPARE PAGE *****/
.comparisonMatrix { padding:0; margin:0; width: 100%; font-size: 80%; text-align: center; border-collapse:separate; border-spacing:2px; }
.comparisonMatrix img { margin: 0 auto; padding: 3px 2px; display:block; }
.comparisonMatrix th { text-align:center;font-size: 110%;  }
.comparisonMatrix td { border: 1px solid #f4f4f4; }
.comparisonMatrix h3 { text-transform: uppercase; font-size: 110%; font-weight: bold; padding: 0 5px; border:none; }
.comparisonMatrix td:hover { border: 1px solid #cdcdcd; }
.alternatingRow { background-color: #f4f4f4; }


/******* PAGES *********/

.pressrelease #main-content h4 {
    border-bottom: none;
    border-top: 1px solid #ccc;
    padding: 7px 0;
}

.pressrelease #main-content p {
    padding: 0 0 10px;
}


