/* --------------------------- */
/* Reset and base */
/* --------------------------- */

* { padding: 0; margin: 0; outline: none; text-decoration: none;}

html, body {
 height: 100%; 
}

body {
 font-family: 'Nobile', Arial, Helvetica, Verdana, sans-serif;
 font-size: 0.9em;
 color: #FFFFFF;
 width: 950px;
 margin: 0 auto;
 background: #3E3E3E;	/* Default if not webkit or moz */
 background: -webkit-gradient(
  linear,
  left bottom,
  right bottom,
  color-stop(0.49, rgb(62,62,62)),
  color-stop(0.77, rgb(84,84,84)),
  color-stop(0.94, rgb(97,97,97))
 );
 background: -moz-linear-gradient(
  left center,
  rgb(62,62,62) 49%,
  rgb(84,84,84) 77%,
  rgb(97,97,97) 94%
 );
}

img.block {
 display: block;
 border: 0;
}

img {
 border: 0;
}

blockquote {
 margin:0 0 7px 10px;
}

a img{
 border-style: none;
}

a, a:visited {
 color: #FFFFFF;
}

p {
 margin: 5px 0 10px 0;	
}

hr { 
 margin: 10px 0; 
}

h1, h2, h3, h4, h5, h6 {
 font-weight: bold;
 margin: 5px 0 10px 0;
}

h1 {
 font-size: 2.2em;
}

h1.slogan {
 font-size: 3.0em;
}

h2 {
 font-size: 1.8em;
}

h3 {
 font-size: 1.5em;
}

h4 {
 font-size: 1.1em;	
}

h5 {
 font-size: 0.9em;
}

h6 {
 font-size: 0.8em;
}


textarea {
 overflow: auto;
}

input {
 padding:2px;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 12px;
}

input[type="button"],input[type="submit"],input[type="reset"] {
 padding:4px;
}

select, textarea {
 background:none repeat scroll 0 0 #FFFFFF;
 border:1px solid #666666;
 padding:2px;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 12px;
}

input[type="checkbox"], input[type="radio"]{
 background: transparent;
 border: none;
}

.nowrap {
 white-space: nowrap;
}

.center {
 text-align: center;
}

.basicButton {
 float: left;
 border: solid 1px #FFFFFF;
 width: 125px;
 height: 30px;
 vertical-align: middle;
 line-height: 30px;
 padding: 0 5px;
 background-color: #585858;
 cursor: pointer;
 margin: 0 5px 0 0;
}

.show-70 {-khtml-opacity:.70; -moz-opacity:.70; -ms-filter:alpha(opacity=70); filter:alpha(opacity=70); opacity:.70;}
.show-80 {-khtml-opacity:.80; -moz-opacity:.80; -ms-filter:alpha(opacity=80); filter:alpha(opacity=80); opacity:.80;}

.basicButton a {
 display: block;
 text-align: center;
}

body div#wrapper{
 float: left;
 width: 950px;
 background: #A6A6A6 url("../img/bg_main.jpg") no-repeat scroll left top;
 position: relative;
}

body#home div#wrapper{
 background: #A6A6A6 url("../img/bg_home.jpg") no-repeat scroll left top;
}

body#home div#content {
 padding: 0;
}

div#content {
 font-size: 0.8em;
 padding: 0 10px;
 width: 755px;
 float: left;
 color: #000; 
 position: relative;
}

div#content ul {
 margin: 10px 0 10px 20px;
}

div#content ol {
 margin-left: 15px;
}

div#content ol li {
 list-style-type: decimal;
}

/* --------------------------- */
/* HEADER                      */
/* --------------------------- */
div#header {
 width: 100%;
 float: left;
 height: 110px;
}

div#logo {
 float: left;
 width: 175px;
}

div#navigation {
 float: left;
 width: 775px;
}

div#navigation a {
 color: #FFFFFF;
}

div#navigation div#top {
 float:left;
 width: 775px;
 background: url("../img/trans_bar.png") repeat scroll 0 0 transparent;
}
	
div#searchDiv {
 float:left;
 margin: 18px 0px 3px 35px;
 width: 225px;
 border: solid #7F8283;
 background-color: #FFFFFF;
 overflow: hidden;
}

div#searchDiv input {
 border: 0 none;
}

div#searchDiv input#search {
 padding: 4px 5px 2px 5px;
 width: 180px;
 float: left;
 font-family: Verdana, sans-serif;
 font-size: 0.9em;
 height: 20px;
}

input.blur {
 color: #999;
}

div#searchDiv input#submit {
 color: transparent;
 float:left;
 background: url('../img/icons/search.gif') no-repeat scroll 0 0 transparent;
 cursor: pointer;
 height: 24px;
 width: 24px;
 overflow: hidden;
 padding: 24px 0 0;
 margin: 2px 0 0 0;
}

div#searchDiv input#submit, div#searchDiv input#search {
 float:left;
}

div#navigation .sub li {
 font-size: 13px;
 padding: 2px;
}

div#navigation div#bottom {
 float:left;
 width: 775px;	
}

div#navigation div#bottom #breadCrumb {
 float: left;
 margin: 10px 0 0 20px;
 font-size: 0.8em;
}

div#navigation div#bottom #gallerySelect{
 float:right;
 margin: 10px 5px 0 0;
}

div#navigation div#bottom #gallerySelect select{
 float:right;
 width: 300px;
 margin-bottom: 5px;
 display: block;
}

div#navigation div#bottomv #gallerySelect #subHeading{
 float:right;
 clear:both;
 margin-right: 5px;
}
/* --------------------------- */
/* TOP DROP DOWN NAVIGATION   */
/* --------------------------- */
ul#dropNav {
 margin: 14px 0 0 10px; 
 padding: 0;
 float:left;
 list-style: none;
 font-size: 1.1em;
}

.topNavHover {
 background-color: #C6C6C6;
 font-weight: bolder;
}

.noDisplay {
 display: none;
}

ul#dropNav li {
 z-index: 101; /*IE z-index bug fix - Parent element higher zindex than element that is not working*/
 float: left;
 margin: 0; padding: 0;
 position: relative;
 -moz-border-radius-topright: 5px;
 -khtml-border-radius-topright: 5px;
 -webkit-border-top-right-radius: 5px;
 -moz-border-radius-topleft: 5px;
 -khtml-border-radius-topleft: 5px;
 -webkit-border-top-left-radius: 5px;	
}
ul#dropNav li a {
 float: left; 
 text-align: center;
 height: 44px;
 line-height: 44px;	
}

ul#dropNav li li a {
 line-height: 18px;
 text-align: left;
}

ul#dropNav  ul#dropNav li a:hover { background-color: #FFFFFF; opacity: 0.7; color:#FF0000; }

ul#dropNav li .sub {
 z-index: 100;
 position: absolute;
 top: 44px; left: 0;
 background: #C6C6C6;
 padding: 20px 20px 20px;
 float: left;
 -moz-border-radius-bottomright: 5px;
 -khtml-border-radius-bottomright: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -moz-border-radius-bottomleft: 5px;
 -khtml-border-radius-bottomleft: 5px;
 -webkit-border-bottom-left-radius: 5px;
 display: none;
}
ul#dropNav li .row {clear: both; float: left; width: 100%; z-index: 150;}
ul#dropNav li .sub ul{
 list-style: none;
 margin: 0; padding: 0;
 width: 150px;
 float: left;
}
ul#dropNav .sub ul li {
 width: 100%;
 color: #000;
}
ul#dropNav .sub ul li h2 {
 padding: 0;  margin: 0;
 font-size: 1.3em;
 font-weight: normal;
}
ul#dropNav .sub ul li h2 a {
 padding: 5px 0;
 color: #000;
}
ul#dropNav .sub ul li a {
 float: none; 
 text-indent: 0; /*--Reset text indent--*/
 height: auto;
 padding: 7px 5px 7px 15px;
 display: block;
 text-decoration: none;
 color: #000;
 font-weight: normal;
}
ul#dropNav .sub ul li a:hover {color: #FFF; background-color: transparent;}


/* --------------------------- */
/* LEFT NAVIGATION */
/* --------------------------- */
div#leftnav {
 float: left;
 width: 175px;
 height: 440px;
 background: url("../img/left_nav_trans.png") repeat scroll 0 0 transparent;
}

div#leftNavInner {
 width: 165px;
 margin: 5px auto 0px auto;
}

div#leftNavInner ul{
 margin: 7px 0;
 list-style-type: none;
}

div#leftNavInner ul.outline li{
 font-size: 0.8em;
 padding: 2px 0px 2px 5px;
 border-bottom: solid 1px #FFFFFF;
 opacity: 1;
 cursor: pointer;
 line-height: 18px;
}

div#leftNavInner li.first{
 border-top: solid 1px #FFFFFF;
}

div#leftNavInner ul.outline li:hover {
 -khtml-opacity:.70; -moz-opacity:.70; -ms-filter:alpha(opacity=70); filter:alpha(opacity=70); opacity:.70;
 color: #000000;
 background-color: #616161;
}

div#leftnav p { 
 padding: 10px;
 width: 155px;
 margin: 0 auto;
}

div#rotatingImg {
 float:left;
 width: 170px;
 height: 100px;
 padding: 1px;
 border: solid 1px #FFFFFF;
 position: absolute;
 bottom:0;
}

div#leftNavRotatingImgSpacer {
 height: 100px;
}

/* --------------------------- */
/* IMAGE GALLERY */
/* --------------------------- */

body#gallery div#footer {
 height: 85px;
}

body#gallery div#content {
 padding-top: 10px;
}

body#gallery .attrBackground {
 padding: 10px;
 background: #DFDFDF;
 display: inline-block;
}

div#gallerySelect div#subHeading {
 clear: right;
 float: right;
 text-align: right;
 width: 300px;
}

#galleryPhotoInfoContainer {
 width: 160px;
 float: left;
 margin: 0 0 0 10px;
}

body#gallery div#thumbnails {
 float:left;
 width: 950px;
 height: 85px;
}

body#gallery div#leftnav {
 height: 340px;
}

div#galleryMainImg img {
 display: block;
 margin: 0 auto;
}

div#photoTags span {
 display: block;
 font-weight: bold;
}

div#photoActions {
 float: right;
 margin: 15px 0 0 0;
}

div#photoActions div {
 text-align: center;
}

ul#photoAttributes {
 list-style-type: none;
 margin-top: 30px;
}

ul#photoAttributes, #photoTags {
 padding-top: 10px;
 font-size: 0.9em;
}

body#gallery div.actionButton {
 width: 40px;
 margin-left: 3px;
}

/* --------------------------- */
/* SCRAPBOOK */
/* --------------------------- */
body#scrapbook div#content{
 height: 380px;
 overflow-y: auto;
}

body#scrapbook div.entry {
 width: 730px; 
 padding:5px;
 margin: 5px 0;
 float:left;	
 background-color:#B2B2B2;
}

body#scrapbook div.entry img {
  cursor:pointer;
}

body#scrapbook div.entry a.imgLnk {
 float:left;
 margin-right:50px;	
}

body#scrapbook div.entry img {
 width: 75px;
 height: 75px;
}

body#scrapbook div#entry div.attr {
 float: left;
 width: 575px;
}

body#scrapbook a#clearAll {
 float: right;
 margin-bottom: 10px;
}

body#scrapbook a#emailScrapBook {
 float: left;
 margin-bottom: 10px;
}

body#scrapbook a.removeScrapLnk {
 float: right;
 display: block;
}

/* --------------------------- */
/* MAIN TEMPLATE PAGE */
/* --------------------------- */

div.jqDockWrap {
 float:right;
}

div.jqDockLabel{
 font-size: 0.7em;
 font-weight: bold;
 color:#000000;
 padding: 1px 2px;
 background: #C0C0C0;
 -khtml-opacity:.70; -moz-opacity:.70; -ms-filter:alpha(opacity=70); filter:alpha(opacity=70); opacity:.70;
}

body#mainTemplate div#thumbnails, body#scrapbook div#thumbnails, 
body#contactTemplate div#thumbnails, body#dealerLocator div#thumbnails,
body#cadDetails div#thumbnails {
 float:left;
 width: 775px;
 height: 50px;
 padding: 5px 0;
}

body#mainTemplate div#thumbnails img, body#scrapbook div#thumbnails img, 
body#contactTemplate div#thumbnails img, body#dealerLocator div#thumbnails img,
body#cadDetails div#thumbnails img {
 padding: 0 10px;
}

body#mainTemplate div#footer, body#scrapbook div#footer, 
body#contactTemplate div#footer, body#dealerLocator div#footer,
body#cadDetails div#footer{
 background: url(../img/trans_bar.png) repeat scroll 0 0 transparent;
 height: 60px;
 float: right;
 width: 775px;
}

body#mainTemplate #content, body#contactTemplate #content,
body#dealerLocator #content, body#cadDetails #content{
 overflow: auto;
 height: 380px;
}

/* --------------------------- */
/* DEALER LOCATOR TEMPLATE */
/* --------------------------- */
body#dealerLocator table.dlListingsContainer { width: 96%; }
body#dealerLocator table.dlListing { width: 96%; }
body#dealerLocator table.dlListing td.dlListingDistanceCol { width: 100px; }
body#dealerLocator table.dlListingContactTbl .col2 { width: 200px; }
body#dealerLocator th 			{ text-align:left; padding-right:0.5em; font-weight:bold; color:#666; }
body#dealerLocator img.logo     { display:none; }
body#dealerLocator .LWC img.logo{ display:block; float:left; margin:0 10px 1em 0; }
body#dealerLocator .dlListingInfoCol h2 { margin: 0 0 40px 0;}
body#dealerLocator .dlListingInfoCol div.LWC h2 {  margin: 0 0 40px 80px; }

/* --------------------------- */
/* INTRO PAGE */
/* --------------------------- */

body#home div#slogan h1 {
 font-size: 2.9em;
}

body#home div#dealerLocatorLink {
 width: 105px;
 margin: 10px 30px;
}

body#home div#slogan {
 margin-right: 20px;
 float: right;
}

body#home div#content {
 width:100%;
 background-color:transparent;
 min-height: 330px;
 height: 330px;
}

body#home div#content div#imgContainer  {
 background: none !important;
}

body#home #footer {
 height: 40px;
}

body#home #footer span {
 float: right;
 margin-right: 20px;
 line-height: 40px;
 font-weight: bolder;
}

#ie6Warning{
 display:none;
}

#hpCopyright {
 float: left; 
 font-size: 0.7em;
 margin: 2px 0pt 0pt 8px; 
}
/* --------------------------- */
/* FOOTER */
/* --------------------------- */

#footer {
 width: 100%;
 font-size: 16px;
 line-height: 16px;
 float: left;
 background: url("../img/trans_bar.png") repeat scroll 0 0 transparent;
 height: 60px;
}

/* --------------------------- */
/* POPUP STYLES */
/* --------------------------- */

.popup {
 color: #000;
}

/* --------------------------- */
/* SEARCH RESULTS */
/* --------------------------- */
div#searchHeader {
 margin: 0 0 20px 10px;
}
div#searchHeader a {
 margin-right: 10px;
}

div.searchResult {
 color: #000000;
 margin: 10px;
 width: 700px; /*IE7*/
}

div.searchResult img {
 float: left;
 margin-right: 20px;
}

div.searchResult div.info {
 float:left;
}

/* --------------------------- */
/* JOB/HR POSTINGS */
/* --------------------------- */
ul.jobPostings {
 list-style-type: none;
}

a.hrAction {
 margin-left: 10px;
}

/* --------------------------- */
/* Email Popup */
/* --------------------------- */
body#emailPopup{
 width: 450px;
}

body#emailPopup div#out{
 color: white;
}

body#emailPopup form input.txtFldMd{
 width:280px;
}

body#emailPopup form span.required{ margin-left: 5px; font-size: 1em; font-weight:bold; color:white;}

/* --------------------------- */
/* Performance Data            */
/* and other AJAX page styles  */
/* --------------------------- */
div.loadingContainer{
 display:none;
 height: 55px;
 width: 150px;
 background: #FFFFFF url(./images/loading_background.png) 50% 50% no-repeat;
 text-align: center;
 margin: 100px auto 0 auto;
}

div.loadingImg{
 background: transparent url(./images/loading.gif) 50% 50% no-repeat;
 height: 32px;
 width: 32px;
 margin: auto;
}

div.formParamsCont{
 float: right;
 margin: 10px 0px 20px 0;
}

listing td, th { text-align:left; }
listing th { width:150px; }

div#listing{
 clear: both;
}

body#nfrcInfo {
 background: none;
 background-color: #616161;
 margin: 0;
}
body#nfrcInfo div#content{
 width: 100%;
 height: 100%;
 padding-left: 20px;
}

body#nfrcInfo div.formParamsCont{
 float: left;
 margin-left: 20px;
}

div.perfData th {
 background-color: #3E3E3E;
 color: #FFFFFF;
}

div.perfData th, div.perfData td.data {
 text-align: center;
 white-space: nowrap;
}

.perfData table, .perfData th, .perfData td {
 border-collapse:collapse;
 padding: 2px;
 border: 1px solid #000000;
}

/* --------------------------- */
/* CAD DETAILS TEMPLATE  	   */
/* --------------------------- */
body#cadDetails th { text-align:left; padding-right:0.5em; font-weight:bold; color:#666; }

table#tblCADDetails {
 border-collapse:collapse;
}

table#tblCADDetails th, table#tblCADDetails td {
 width: 100px;
 text-align: center;
}
table#tblCADDetails th#dwId {
 width: 20px;
}
table#tblCADDetails th#um {
 width: 80px;
}
table#tblCADDetails th#style {
 width: 80px;
}
table#tblCADDetails th#operation {
 width: 80px;
}

table#tblCADDetails td.data {
 padding: 5px;
}

tr.oddrow{
 background-color: #C5C5C5;
}

tr.evenrow{
 background-color: #9A9A9A;
}

/* --------------------------- */
/* Contact Page Template	   */
/* --------------------------- */
body#contactTemplate iframe.contentIFrame{
 width: 730px;
}

/* --------------------------- */
/* Dynamic Image Styles		   */
/* --------------------------- */
.imgInfoTop{
 top:0;
}

.imgInfoBottom{
 bottom:0;
}

.imgInfoBase{
 position:absolute;
 background-color:#000;
 color:#FFF;
 padding:15px 10px;
 display:none;
 left:0;
}

.imgInfoBase h1{
 font-size: 1em;
 font-weight: bolder;
 margin: 0 0 5px 0; 
}

.imgInfoBase span{
 font-size: 0.9em;
}

#dynProductPhoto {
 margin: 10px;
 float: left;
 position: relative;
}

#dynProductPhoto a{
 position:absolute;
 background:transparent url(../img/interest.png) no-repeat scroll 0 0;
 height: 13px;
 width:13px;	
}

/* --------------------------- */
/* OCMS DIRECT EDIT OVERRIDES */
/* --------------------------- */

span.ocms_txt_en, a.ocms_txt, a.ocms_txt:link, a.ocms_txt:visited {
 font-size: 0.9em !important;
}

span.ocms_txt_en {
 margin-bottom: 10px !important;
 display: block;
}

