@charset "utf-8";
/* --- reset all of these elements ----*/
html,body,div,span,object,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,img,ol,ul,li,
fieldset,form,label,legend,
table,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
}
/* ---- define focus styles ----- */
:focus{
outline:0;
}
/* ------ set base font size,and force scrollbar on non IE browsers to avoid page jump ------- */
/* ------ Note: using 62.5%, 1em = 10px   (1.2em = 12px, 1.4em = 14px, etc) -------*/
html{
font-size:62.5%;
margin-bottom:.01px;
min-height:100.2%;
}
/* ---------define body - set base fonts 
* note: text align center maintains older IE centering ---*/
body{
text-align:center;
line-height:1;
background-color:#ededed;
/* setup: set font, background image */
font-family: Tahoma, Verdana, Geneva, sans-serif;
background-image: url(../img/DEKMAX_vert_bgrd_10x760.jpg);
background-repeat:repeat-x;
background-color:#605543;
}

/* ------ define wrapper, center with auto margins, set base page width
* note: text align left fixes text within body which is centered------- */
#wrapper{
margin:0 auto;
text-align:left;
/* setup: set width */
width:969px;
}

/*---------------------------------------
 *           PAGE  ELEMENTS
 * ------------------------------------ */

#mainCol div.dealer-listings {
	text-indent: 0!important;
	font: 12px/1.5em Tahoma, Verdana, Geneva, sans-serif;
	margin: 5px 0 5px 23px;
}

#mainCol div.dealer-listings h2 {
	font-weight: bold;
	margin-left:0 !important;
	color:#BF7110 !important;
	margin-top:12px;
}

#mainCol div.dealer-listings strong {
	font-weight: bold;
}

/* ------------ LINKS --------------- */

a:visited,a:active,a:link{
color:#216BAA;
outline: none;
text-decoration:underline;
}
a:hover{
outline: none;
color:#CF9200;
text-decoration:none;
}
/* -- no hover attributes on linked images --*/
a:visited img, a:link img, a:active img, a img, a:hover img{
background: none !important;
border:none !important;
text-decoration:none;
}
/* -- nohover.js adds the nohover class --*/
a.nohover, a.nohover:link, a.nohover:visited, a.nohover:hover, a.nohover:active{
background:none !important;
text-decoration:none;
}
/* ---------- STANDARD ELEMENTS -------- */
/* --- setup: set header font --- */
h1, h2, h3, h4, h5, h6{
font-family: Georgia, "Times New Roman", Times, serif;
}
h1{
font-size:1.6em;
font-weight:900;
text-align:center;
}
#mainCol h1{
font-size: 20px;
color:#216BAA;
text-align:left;
line-height:1.8em;
}
#rightCol h1{
color:#232323;
line-height:1.2em;
}
h2{
font-size:1.2em;
font-weight:900;
text-align:center;
}
#mainCol h2{
font-size: 15px;
color:#4C4C4C;
text-align:left;
line-height: 1.3em;
}
#mainCol > h2{
margin-top:17px;
}
#mainCol h2 a{
color:#4C4C4C !important;
}
#rightCol h2{
color:#232323;
line-height:1.2em;
}
#leftCol h2{
	font-size:15px;
	background-color:#37556F;
line-height:1.3em;
padding:7px 11px 9px;
margin:0 4px 11px 25px;
	}
	
#leftCol h2 a{
	color:#FFDC11;
line-height:1.5em;
}
#leftCol h2 a:hover{
color:#FFF;
	}
h3{
font-size:1.4em;
font-weight:900;
text-align:center;
}
#mainCol h3{
color:#232323;
text-align:left;
line-height:1.4em;
}
#mainCol ul + h3{
margin-top:34px;	
}
#mainCol h3 + img,
#mainCol h3 + a{
	margin-top:15px;
}
#rightCol h3{
color:#232323;
line-height:1.2em;
}
h4{
font-size:1.2em;
font-weight:900;
text-align:center;
}
#rightCol h4{
color:#232323;
text-align:left;
}
h5{
font-size:1.2em;
font-weight:100;
text-align:left;
}
h6{
font-style:oblique;
font-weight:100;
text-align:center;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active{
	text-decoration:none;
}
p{
font: 12px/1.5em Tahoma, Verdana, Geneva, sans-serif;
text-indent:0;
}
#leftCol p{
margin:0 5px 0 0;
text-align:left;
}
#mainCol p{
margin-bottom:10px;
font: 12px/1.5em Tahoma, Verdana, Geneva, sans-serif;
}
#mainCol h1+p,
#mainCol h2+p{
	margin-top:10px;
}
#rightCol p{
text-align:left;
}
#rightCol p.testBy{
	text-align:right;
	font-style:italic;
	padding-right:8px;
}
#mainCol ul, #mainCol ol {
margin: 1em 0 10px 3em;
font: 12px/1.5em Tahoma, Verdana, Geneva, sans-serif;
}

#mainCol h1,
#mainCol h1 + div,
#mainCol h2,
#mainCol h2 + div,
#mainCol h3,
#mainCol h3 + div,
#mainCol h4,
#mainCol h4 + div,
#mainCol p{
	margin-left:14px;
}


/* -----------TABLES---------*/
table{
border-collapse:collapse;
border-spacing: 0; 
margin:10px auto;
font-size:12px;
}
th{
font-weight:900;
text-align:center;
background-color:#000040;
color:#FFF;
padding:6px 0 2px 0;
border-bottom:2px solid #004EA0;
}
td{
text-align:left;
padding:5px 2px 3px 12px;
}
table#searchResults{
margin:6px 0;
}
body#product-colors table td{
padding:5px 2px;
}

/* --------- FORM ELEMENTS ----------------- */ 
fieldset{
padding:3px;
width:500px;
margin:8px 20px;
border:2px solid #eee;
}
label{
width:120px;
float:left;
text-align:right;
margin:8px 6px 0 6px;
font-size:12px;
line-height:1.4em;
color:#232323;
}
label.checkbox{
	width:340px;
	text-align:center;
	float:none;
	}
form div.error, form div.warning{
color:#990000;
float:none;
clear:both;
padding:5px 0 5px 134px;
text-align:left;
font-size:1.2em;
font-style:italic;
}
input.error, input.warning, textarea.error, textarea.warning, select.error, select.warning{
border:1px solid #990000;
}
label.required{
font-weight:900;
}
legend{
padding:3px 8px;
margin:2px 67px;
border:none;
color:#232323;
font-weight:900;
font-size:14px;
}
input,textarea,select{
margin:10px 6px 0 6px;
padding:1px;
border:1px solid #bfbfbf;
color:#232323;
background-color:#FFFFFF;
font-family:sans-serif;
}
select{
cursor:pointer;
}
td input,td textarea,td select{
margin:0 6px 6px 6px;	
}
textarea{
font-size:12px;
}
input[type=checkbox]{
border:none;
}
input.submitButton{
padding:4px 5px;
border:1px solid #bfbfbf;
color:#232323;
font-weight:100;
cursor:pointer;
background-color:#EEE;
margin:12px 0 12px 0;
}
#searchForm input.submitButton{
margin:0;
}
.formResponse{
padding:45px;
height:240px;
font-size:1.4em;
}
.formResponse a{
text-decoration:none;
}
.formResponse a:hover{
text-decoration:underline;
}
.scroller {
height:223px;
margin:7px 0 23px 0;
overflow-y:scroll;
}
/* ---------- TOP NAVIGATION MENU ---------- */
ul.topNav{
z-index:10000;
padding:0 0 0 212px;
font-size:13px;
}
ul.topNav li{
list-style-type:none;
text-indent:0;
margin:0;
padding:0;
float:left;
display:block;
}
ul.topNav li a{
padding:5px 15px 5px;
line-height:2.05em;
height:27px;
text-decoration:none;
border-right:1px solid #5E5643;
}
ul.topNav li a:link,ul.topNav li a:visited,ul.topNav li a:active{
color:#E4E5E7;
}
ul.topNav li a:hover,ul.topNav li a.currentLink:hover{
background-color:#777060;
color:#FFFFFF;
}
ul.topNav li a.currentLink{
color:#FFDC11;
}
ul.sideNav li.currentItem > a{
color:#FFDC11 !important;
}
ul.topNav li a.firstLink{
border-left:1px solid #5E5643;
}

/* ---------- SIDE NAVIGATION MENU ---------- */
ul.sideNav{
z-index:10000;
margin:4px 0 0 11px;
font: 14px Tahoma, Geneva, sans-serif;
}
ul.sideNav li{
list-style-type:none;
text-indent:0;
margin:0;
}
ul.sideNav li a{
display:block;
margin:0 0 0 4px;
padding:5px 12px 5px 25px;
line-height:1;
text-decoration:none;
font-weight:100;
width:144px;

}
ul.sideNav li a:link,ul.sideNav li a:visited,ul.sideNav li a:active{
color:#FFF;
}
ul.sideNav li a:hover,ul.sideNav li a.currentLink:hover{
	color:#fff;
	background-color:#326084;
	background-image:none;
	border-right: 3px solid #1F63A0;
}
ul.sideNav li a.currentLink{
background: url(../img/nav_current_marker.jpg) 0 50% no-repeat;
color:#FFF;
border-right: 3px solid #fff;
}

ul.sideNav li ul {
font: 13px Tahoma, Geneva, sans-serif;
}

ul.sideNav li ul li a{
padding-left: 33px;
width:136px;
}

/*--------------------------------------------- 
 *                           LAYOUT 
 * ---------------------------------------------- */

/* ----------- HEADER ----------*/
#header{
/* setup: set header height, bgrd image, bgrd color */
background-image: url(../img/DEKMAX_head_970x110.jpg);
height:110px;
background-color:#fff;
}
#header a{
text-decoration:none;
}
#header #logoLink{
/* setup: set width and height of linked blank img in header */
width:560px;
height:108px;
}
#header #headProducts{
	width:265px;
	height:60px;
	float:right;
	margin:39px 45px 0 0;
}
#header #headProducts a img{
	height:60px;
	width:125px;
	margin:0 5px 0 0;
	
	}
/* --------- turn off print header for screen pages ---------*/
#printHeader{
display:none;
}

#header, #navBar, #footer{
	background-repeat:no-repeat;
}
/*------------ navigation menu bar -------------*/
#navBar{
/* setup: navbar height, bgrd image, color, etc */
height:27px;
background-image:url(../img/DEKMAX_topnav_970x30.jpg);
	background-repeat:no-repeat;
background-color:#777060;
}
/* --------- CONTENT (contains all columns) --------- */
#content{
background-image: url(../img/DEKMAX_pagebgrd_970x10.jpg);
background-repeat:repeat-y;
/* setup: set background color here as needed */
background-color:#FFF;
clear:both;
}
/* -----  clear prop (div class="clearProp") makes content div clear the columns it contains --- */
#content .clearProp{
clear:both;
height:.01px;
width:100%;
}
/*----------- COLUMN DEFAULTS: 
 * specific widths set below according to body class 
 * --------- */
#leftCol, #mainCol, #rightCol{
float:left;
}

/* ------- COLUMN LAYOUTS: 
 * note: padding is applied to 'inside' divs, not columns directly
 * ------- */

/* setup: set column widths as needed for each page layout */

/* -------- ONE COLUMN page layout (oneCol) ----------*/
.oneCol #mainCol{
width:960px;
}
.oneCol #mainCol .inside{
padding: 10px;
}
.oneCol #leftCol{
display:none;
}
.oneCol #rightCol{
display:none;
}

/* -------- TWO COLUMN LEFT page layout (twoCol OR twoColLeft) ----------*/
.twoCol #mainCol, 
.twoColLeft #mainCol{
	width:780px;
}
.twoCol #mainCol .inside,
.twoColLeft #mainCol .inside
{
padding:10px;
}
.twoCol #leftCol, 
.twoColLeft #leftCol{
	width:180px;
}
.twoCol #leftCol .inside,
.twoColLeft #leftCol .inside
{
padding:0 10px;
}
.twoCol #rightCol,
.twoColLeft #rightCol{
display:none;
}

/* -------- TWO COLUMN RIGHT page layout (twoColRight) ----------*/
.twoColRight #mainCol{
	width:780px;
}
.twoColRight #mainCol .inside
{
padding:10px;
}
.twoColRight #leftCol{
display:none;
}
.twoColRight #rightCol{
	width:180px;
}
.twoColRight #rightCol .inside
{
padding:0 10px;
}

/* -------- THREE COLUMN page layout ----------*/
.threeCol #mainCol{
width:570px;
}
.threeCol #mainCol .inside{
padding: 10px 15px 10px 12px;
}
.threeCol #leftCol{
width:199px;
	background-image:url(../img/DEKMAX_leftbgrd_190x480.jpg);
	background-repeat:no-repeat;
	background-position:14px top;
}
.threeCol #leftCol .inside{
padding:10px 0 0 0;
}
.threeCol #rightCol{
width:194px;
}
.threeCol #rightCol .inside{
margin-top:12px;
border-left:1px solid #EAE9E7;
padding:0px 10px 0 0;
}

/* ---------- FOOTER ----------*/
#footer{
/* setup: set footer height, background image, color */
height:45px;
clear:both;
padding: 0;
/*background-image: url(../img/DEKMAX_Foot_970x45.jpg);*/
background: #fff url(../img/DEKMAX_Foot_970x45.jpg) no-repeat left bottom;
}
#footer p{
text-align:center;
}
/* --------- footLinks -------- */
/* setup: padding, position, size, color, etc */
#footLinks{
padding:3px 0 0 0;
/*
font: 12px/1em Georgia, "Times New Roman", Times, serif;
*/
font-size:12px;
text-align:center;
/*border-top: 1px solid #000;
border-bottom: 1px solid #000;*/
}
#footLinks .footLinksList{
margin: 0 0 10px 230px;
}
#footLinks .footLinksList li{
list-style-type:none;
display:block;
float: left;
}
#footLinks a{
margin:0 0 0 29px;
text-decoration:none;
}
#footLinks a:link,#footLinks a:visited,#footLinks a:active{
color:#A7A09A;
text-decoration:none;
}
#footLinks a:hover{
color:#CF9200;
text-decoration:underline;
}
/*----------- CREDITS ----------*/
/* setup: padding, position, size, color, etc */
#credits{
	margin:12px 0;
}
#credits .smallPrint{
color:#333;
font-size:10px;
}
#credits .smallPrint a{
color:#333;
text-decoration:none;
}
#credits .smallPrint a:hover{
color:#333;
text-decoration:underline;
}


/*----------- MISC. CLASSES ----------*/
.alignleft{
text-align:left;
}
.alignright{
text-align:right;
}
.boldText{
font-weight:bold;
}
.centered{
	text-align:center;
}
.clear{
clear:both;
}
.dropCap{
float:left;
padding:4px 1px 4px 0;
font:34px/20px Verdana,Arial,Helvetica,sans-serif;
}
.dropCapFollow{
padding:0 2px 0 0;
font:900 1.2em/1em Verdana,Arial,Helvetica,sans-serif;
}
.errorMessage, #content p.errorMessage{
font-weight:900;
text-align:center;
padding:22px 8px;
}
.floatLeft{
float:left;
}
.floatRight{
float:right;
}
img.floatLeft{
margin-right:12px;
}
img.floatRight{
margin-left:12px;
}
.halfLeft{
float:left;
width:48%;
}
.halfRight{
float:right;
width:48%;
}
.qtrLeft{
float:left;
width:24%;
}
.qtrRight{
float:right;
width:24%;
}
select.goList{
float:right;
margin:8px 12px;
clear:both;
}
.hr{
border-bottom:1px solid #004080;
clear:both;
}
.mapBox{
margin:18px;
border:1px solid #eee;
}
.mapControls{
text-align:center;
padding:8px;
font-size:1.2em;
}
.mapControls a{
margin:0 8px;
}
#mainCol p.pullQuote{
display:block;
padding:8px 12px;
margin:24px 12px 11px;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
font-size:13px;
font-weight:900;
text-align:center;
}
#mainCol #pageFoot p.caption{
border-top:1px solid #eee;
display:block;
color:#98988E;
padding:18px 12px;
margin:34px 0 11px;
font-size:13px;
font-weight:900;
text-align:center;
}
.searchMatch{
background-color:#FFFFCC;
}
.searchRenew, a.searchRenew{
float:right;
width:140px;
font-weight:900;
font-size:1.2em;
}
.searchTitle, a.searchTitle{
font-weight:900;
}
.searchURL, a.searchURL{
text-decoration:none;
padding-left:8px;
}
.seoText,p.seoText,#content p.seoText{
font-size:1em;
line-height:1em;
color:#EEEEEE;
}
.seoText a,#content .seoText a,
#content .seoText a:visited,
#content .seoText a:hover{
color:#EEEEEE;
text-decoration:none;
}
.smallPrint{
font-size:10px;
padding:0 12px;
text-indent:0;
}
.standOut{
padding:12px;
border:1px solid #232323;
background-color:#F0F0F0;
margin:7px 0;
text-align:center;
font-size:14px;
font-weight:900;
line-height:1.4em;
}
.topSpace{
margin-top:10px;
}

.tagline, #mainCol h2.tagline {
	color: #BF7110!important;
	text-indent: 0!important;
	margin-top: 1em;
	margin-bottom: 1em;
}
#mainCol .blogEntry h2.tagline a{
	color: #BF7110!important;
}
#mainCol .blogEntry h2 .subHead{
	color:#A7A09A;
} 
/* ---- side boxes ---- */
.sideBox{
margin:4px;
padding:5px 0;
background-color:#FFF;
}
.sideInside{
margin:3px;
background-color:#FFF;
padding:4px;
}
/*
#rightCol .sideAlt{
background-color:#F4F4F4;
}
*/
.sideBox ul li{
list-style:none;
font-size:1em;
line-height:1.3em;
margin-bottom:3px;
font-weight:100;
}

/* ---- additional elements --- */
img,#header a img,body #content a img{
border:none;
}
img.pagePic{
	margin:11px 0 13px 13px;
	border:3px solid #eee !important;
}
#credits, #credits p.centered,#content p.centered{
text-align:center;
}
/* elements hidden when css is in use, shown otherwise */
.hideField, #mainContentLinks{
display:none;
}

.blogEntry{
	width:510px;
	margin:0 0 10px;
	}
.caption{
	padding:7px 14px;
	font-size:12px;
	font-weight:900;
	color:#777060;
}
img + .caption{
	padding-top:0;
	padding-bottom:19px;
	text-align:center;
}
#mainCol table p.caption{
	margin:0;
	font-weight:900;
 
}
#mainCol .blogEntry img, 
#contact #mainCol img.floatLeft{
	margin:17px 12px 7px 7px !important;
	border:2px solid #eee !important;
	float:left;
	}
#mainCol .blogPreview img{
	margin:12px 12px 6px 0 !important; 
	width:180px !important;
	float:left;
}


.blogEntry, .blogEntry p, .blogEntry div, .blogEntry span{
	font-size:13px !important;
	line-height:1.5em;
	}
#mainCol .blogEntry p{
	margin:0;
}

#mainCol .blogEntry p,
#mainCol .blogEntry h1,
#mainCol .blogEntry h2,
#mainCol .blogEntry h3,
#mainCol .blogEntry div,
#mainCol .blogEntry span{
	margin-left:0 !important;
}
#mainCol .blogEntry{
	margin-left:20px;
	}
#mainCol .blogPreview{
	max-height:230px;
	overflow:hidden;
}
#mainCol p.articleLink{
	text-align:center;
	margin:12px 0 37px;
	width:490px;
	clear:both;
}
p.articleLink a{
	font-size:14px;
	margin-right:19px;
}
a.blogHomeLink{
	font-size:14px;
	float:right;
	width:100px;
	text-align:left;
	}

.affiliates{
	padding:8px 0 23px 0;
}	
.affiliates img{
	float:left;
	margin:8px 13px 7px 0;	
	}
.pageLinks{
		padding:12px;
		text-align:center;
		font-size:12px;
		font-weight:900;
	}
.pageLinks a{
margin:0 13px;
	}
	
	
.faq{
font-family:Tahoma,Verdana,Geneva,sans-serif;
font-size:12px;
line-height:1.5em;
margin-bottom:10px;
margin-top:20px;
}
	.faq dl {
	margin:0 0 10px 0;	
}

.faq dt {
color:#232323;
line-height:1.4em;
text-align:left;
margin: 6px 30px 10px 20px;
padding: 0;
font-weight:900;
font-family:Georgia,"Times New Roman",Times,serif;
}

.faq dd {
	margin: 0 30px 12px 35px;
	padding: 0;
}

.faq dt.closed {
	/*background: url(../images/east.gif) left center no-repeat;
	padding-left: 20px;*/
}

.faq dt:hover {
	cursor: pointer;
	/*color: rgb(142,40,0);
	background: url(../images/south.gif) left center no-repeat;*/
}

.faq dt.open {
	/*background: url(../images/south.gif) left center no-repeat;
	padding-left: 20px;*/
}