@import url("debug.css");
@import url("elements.css");
@import url("footer.css");
@import url("forms.css");
@import url("header.css");
@import url("headings.css");
@import url("lists.css");
@import url("locator.css");
@import url("navigation.css");
@import url("photogallery.css");
@import url("rightcolumn.css");
@import url("photoSection.css");
/* Page header section in top middle of page is in */
/* separate style sheet during development     */

/* CSS Document */
@media all
{

.float 
{
	float: left;
}

span.radioButtonHorizontal
{
    margin-right: 10px;
}

/* begin - rendering <select> as something more stylable   */
/* 
	NOTE: apply "turnintodropdown" class to <select> tag 
		  see: tamingselect.js
*/

.trigger{
	border:1px solid #ccc;
	color:green;
	width:150px;
	padding-right:1em;
	/* background:url(arrow.gif) top right no-repeat #fff; */
	display:block;
}
.activetrigger{
	border:1px solid #ccc;
	color:green;
	width:150px;
	padding-right:1em;
	display:block;
	background:#ccc;
}
.dealerListHeadingCell
{

	/*height:140px;*/
	Margin-BOTTOM: 0px;
	Margin-TOP: 0px;
	height:30px;
	
}
.dealerListHeading
{
	/*font-size:16px;*/
	font-size:11pt;
	font-weight:bold;
	background-color: #baab6f;
	background-color: #4B81E0;
	width:250px;
	color:White;
	height:18px;
	padding-top:9px;
	padding-left:10px;
	padding-bottom:5px;
	margin-top:15px;
} 



/* style of the UL */
.dropcontainer ul{
	background:#fff;
	border:1px solid #999;
	border-bottom:none;
	list-style-type:none;
	padding:0;
	margin:0;
	position:absolute;
}
.dropdownhidden{
	top:0;
	left:-999em;
}
.dropdownvisible{
	top:0;
	left:0;
	height: 200px;
	overflow:auto;
}
.dropcontainer ul a{
	padding:0 .5em;
	display:block;
	width:15em;
	text-decoration:none;
	color:#666;
	/*border-bottom:1px solid #999;*/
}
.dropcontainer ul a:hover{
	background:#ccc;
}
.dropcontainer{
	position:relative;	
}
/*end - rendering <select> as something more stylable*/
 
/* begin - just for architects */
.rightcol_25 #MarvinArchRepSearch
{
	margin: 0px 5px 8px 5px;
	padding: 8px 8px 8px 8px;
	background-color: #544E37;
}

.rightcol_25 #MarvinArchRepSearchQuestion
{
	margin: 0px 5px 5px 5px;
	padding: 8px 8px 8px 8px;
	background-color: Silver;
	text-align:left;
	font-size: 11px;
}

#MarvinArchRepSearch .dropdownvisible
{
	/* width:185px; */
	width: 170px;
}

#MarvinArchRepSearch .trigger{
	border:none;
	color:#000000;
	width:143px;
	width: 165px;
	padding-right:1em;
	padding-right: 2px;
	/* background:url(arrow.gif) top right no-repeat #fff; */
	display:block;
	padding-left:2px;
}
#MarvinArchRepSearch .activetrigger{
	border:none;
	color:#000000;
	width:143px;
	width: 165px;
	padding-right:1em;
	padding-right: 2px;
	display:block;
	background:#ffffff;
	padding-left:2px;
}

#MarvinArchRepSearch .dropdownvisible{
	height: 260px; 
}
#MarvinArchRepSearch .dropdownvisible a 
{
	color:Black;
	margin-left:2px;
}
#MarvinArchRepSearch .dropcontainer ul a{
	width:150px;
}

#MarvinArchRepSearch td table 
{
	width:100%;
}

#MarvinArchRepSearch input,
#MarvinArchRepSearch select
{
	border: none;
}

#MarvinArchRepSearch select
{
  font-family: Arial;
  font-size: 11px; 
}

#MarvinArchRepSearch .errorText
, #MarvinArchRepSearch span
, #MarvinArchRepSearch a
{
	font-size:11px;
}

#MarvinArchRepSearch span
, #MarvinArchRepSearch a
{
	color: #ffffff;
}

#MarvinArchRepSearch .errorText
{
	color: #00aa00; 
}

#MarvinArchRepSearch a,
#MarvinArchRepSearch div
{
	margin: 0px	0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* end - just for architects */

 UL
 {
  padding-left: 15px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #373737;
 }
 #visitor-center
 {
  width: 600px;
 }
 
 LI
 {
  margin: 0px;
  padding-left: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #373737;
 }
 #visitor-center LI
 {
  margin-bottom: 17px;
 }

 TD
 {
 }

IMG {
	border: 0px;
}
#visitor-center IMG
{
	margin: 0px 10px 10px 10px;
}

#content-main p, #content-main ul
{
	margin-left: 16px;
	margin-right: 16px;
}

#content-center .leftcol {
	width: 306px;
	margin: 0px 18px 0 0;
	float: left;
	padding-right: 18px;
	border-right: solid 1px #ececec;
	}
	
#content-center .rightcol {
	width: 306px;
	float: left;
	}
	
#content-center .leftcol_75 {
	/* width: 450px; */
	width: 440px;
	margin: 0px 12px 0px 0px;
	float: left;
	}
	
#content-center .rightcol_25 {
	/* width: 195px; */
	width: 205px;
	float: left;
	text-align: center;
	}

 /* Layout Containers * Layout Containers * Layout Containers * Layout Containers */
 #wrapper
 {
  float: none;
  width: 967px;
  margin: auto;
  padding: 10px 10px 10px 10px;
  min-height: 450px;
 }
 #content
 {
  float: left;
  width: 966px;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
 }

 /* #content-left, #content-top, #content-center, #content-head, #content-main, #content-right */
 #content-top, #content-head, #content-main 
 {
  float: left;
 }

 #content-left, #content-left-cell
 {
  vertical-align: top;
  width: 140px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #aba37f;
  background-image: url(images/leftbg.jpg);
  background-repeat: repeat-x;
  background-position: 0px -21px;
  overflow: hidden;
 }
 #content-center-cell
 {
  vertical-align: top;
  width: 660px;
  background-color: #ffffff; 
  border-left: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9; 
 }
 #content-center
 {
  vertical-align: top;
  width: 660px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  background-color: #ffffff; 
 }
 #content-head
 {
  width: 660px;
 }
 #content-main
 {
  width: 660px;
  padding: 0px;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  background-color: #ffffff;
 }

 #content-main ul
 {
  margin-top: 10px;
  margin-bottom: 10px;
 }

 #content-main .content-main, .content-main
 {
  margin: 0px 20px 0px 20px;
 }
 #content-main .content-main-pad-top, #content-main .wood-disclaimer
 {
  padding: 20px 20px 0px 20px;
 }
 #content-main .content-main-pad-bottom
 {
  padding: 0px 20px 20px 20px;
 }
 #content-main .wood-disclaimer
 {
  padding: 0px 20px 0px 20px;
 }
 #content-main .floating-content
 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  overflow:hidden;
 }
 #content-main .float-image, #content-main .float-text
 {
  float: left;
 }
 #content-main .float-text
 {
  padding-left:20px;
  padding-right:40px;
 }
 #content-main .copy-40per
 {
  float: left;
  padding-left:20px;
  width: 270px;
}
 #content-main .exterior-casings
 {
  float: left;
  width: 150px;
  height: 280px;
  text-align: center;
  margin-left: 40px;
 }
 #content-main .exterior-subsills
 {
  float: left;
  width: 150px;
  height: 200px;
  text-align: center;
  margin-left: 40px;
 }

 #content-main .urca_3_container
 {
  float: left;
  width: 645px;
  height: 360px;
  text-align: center;
  padding-left: 15px;
 }
 #content-main .urca_3
 {
  float: left;
  width: 200px;
  height: 360px;
  text-align: center;
  margin-right: 15px;
 }
 
/* begin - documentBrowser.ascx */
 #content-main .documentbrowsertable
 {
  width: 625px;
 }
.documentBrowserCell 
{
  padding-left: 4px; 
  padding-right: 4px; 
  padding-top: 2px; 
  padding-bottom: 2px; 
  font-size: 12px;
}
.drawingWood
{
	background-color: #d8d0a4;
}
.drawingClad
{
	background-color: #f2f1ef;
}
.drawingUltrex
{
	background-color: #f2efe3; /* stone white */
}
/* end - documentBrowser.ascx */

.dividedliteoptions TD
{
    padding-bottom:7px;
}

.dividedliteoptions TR
{
    vertical-align:top
}

 #content-right, #content-right-cell
 {
  float: none;
  vertical-align: top;
  width: 140px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #aba37f;
  background-image: url(images/leftbg.jpg);
  background-repeat: repeat-x;
  overflow: hidden;
 }
.content-spacer-between-columns
{
 width: 9px;
}
 /* begin - for exterior wood options beside the image on product pages */
 .copy-40per .floating-content, .copy-40per h3, .copy-40per .wood-disclaimer
 {
	margin-left: -30px;
 }
 .copy-40per .grayline
 {
	display: none;
 }
 /* end - for exterior wood options beside the image on product pages */
 
 /* begin - sill guard section */
 .copy-half
 {
	float: left;
	width:50%;
 }
 .copy-half .gray-border
 {
 	margin-left:30px;
 	margin-top:30px;
 	padding:5px;
 	width:75%;
	border: solid 2px #cccccc;
 }
 /* end - sill guard section */

 /* begin - documentList.ascx */
 .documentListLine 
 {
	width:100%;
	margin-top:10px;
	border-bottom:solid 1px #bbbbbb;
 }
 /* end - documentList.ascx */
 
#hardware-finishes {
 margin-left: 20px;
 margin-right: 20px;
 margin-bottom: 20px;
 margin-top: 10px;
 border-bottom: solid 1px #58544b;
 border-right: solid 1px #58544b;
}
#hardware-finishes th, #hardware-finishes td {
 padding: 5px 5px 5px 5px;
 font-size: 10px;
 text-align: center;
 width: 50px;
 border-left: solid 1px #58544b;
 border-top: solid 1px #58544b;
}
#hardware-finishes td.hardware-image {
 width: 175px;
 font-weight: bold;
}
#hardware-finishes td {
 padding-bottom: 20px;
}
#hardware-finishes th {
 font-weight: bold;
}

#show-calendar
{
 margin-left: 20px;
 margin-right: 20px;
 border-left: solid 1px #58544b;
 border-top: solid 1px #58544b;
 border-bottom: solid 1px #58544b;
}
#show-calendar th, #show-calendar td
{
 padding: 10px 5px 10px 5px;
 border-right: solid 1px #58544b;
 font-size: 10px;
 text-align: left;
 vertical-align:top;
}
#show-calendar th
{
 font-size: 12px;
 font-weight: bold;
}

 .linkheading
 {
  margin-top: 20px;
 }

 .contentarea
 {
  border-left: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
  height: 830px;
  background-color: #ffffff;
  padding-top: 5px;
 }

 /* Specific Elements */

 .productgrid
 {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
 }

 .productgridcopy
 {
  padding-bottom: 20px;
  padding-right: 10px;
  width: 141px;
 }


 .thumb80Z
 {
  background-color: Green;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #373737;
  text-decoration: none;
  width: 80px;
 }

 .thumb, .float-thumb
 {
  padding-left: 4px;
  padding-right: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #373737;
  text-decoration: none;
 }
.float-thumb 
{
	float:left;
}
 a.thumblink
 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #314370;
  text-decoration: none;
  font-size: 10px;
 }

 a.thumblink:hover
 {
  text-decoration: underline;
 }

 .thumb200Z
 {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #373737;
  text-decoration: none;
  width: 200px;
  padding-right: 8px;
 }

 a.thumb200Z
 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #314370;
  text-decoration: none;
  font-size: 12px;
 }

 a.thumb200:hover
 {
  text-decoration: underline;
 }

 .inpageheadline
 {
  background-image: url(images/320_headline.jpg);
  background-repeat: no-repeat;
  height: 90px;
  width: 320px;
 }

 /* Body Items*/

 .bodybold
 {
	font-weight:bold;
	}

 .copy
 {
  margin-top: 15px;
  width: 620px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
 }

 .bodyoverview
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #373737;
 }


 .thumbset
 {
  width: 640px;
  padding-top: 15px;
 }
   
   .wood80
 {
  height: 90px;
  float: left;
  width: 80px;
  text-align: center;
  padding-right: 10px;
  padding-bottom: 17px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #314370;
  text-decoration: none;
  font-size: 10px;
 }
 
 
    .wood80_1
 {
  height: 90px;
  float: left;
  width: 80px;
  text-align: center;
  padding-right: 25px;
  padding-bottom: 17px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #314370;
  text-decoration: none;
  font-size: 10px;
 }
 
 
    .wood80_2
 {
  height: 90px;
  float: left;
  width: 80px;
  text-align: center;
  padding-right: 0px;
  padding-bottom: 17px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #314370;
  text-decoration: none;
  font-size: 10px;
 }
 
    .wood80_100
 {
  height: 100px;
  float: left;
  width: 80px;
  text-align: center;
  padding-right: 0px;
  padding-bottom: 17px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #314370;
  text-decoration: none;
  font-size: 10px;
 }
 
  .thumb80-3
 {
  height: 115px;
  float: left;
  width: 80px;
  text-align: center;
  padding-right: 10px;
  padding-bottom: 17px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #314370;
  text-decoration: none;
  font-size: 10px;
 }

 .thumb80-3_wood
 {
  height: 100px;
  float: left;
  width: 80px;
  text-align: center;
  padding-right: 10px;
  padding-bottom: 17px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #314370;
  text-decoration: none;
  font-size: 10px;
 }
 
  .wood_thumb_80
 {
  height: 108px;
  float: left;
  width: 80px;
  text-align: center;
  padding-right: 10px;
  padding-bottom: 17px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #314370;
  text-decoration: none;
  font-size: 10px;
 }


 .thumb80, .swatch, .swatch2line
 {
  float: left;
  width: 80px;
  text-align: center;
  padding-right: 10px;
  padding-bottom: 17px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #314370;
  text-decoration: none;
  font-size: 10px;
 }
 .copy40per .thumb80, .floating-content .thumb80
 {
	height:110px;
 }
 
 .thumb116
 {
  text-align: center;
  padding-right: 11px;
 }

 .thumb200
 {
  padding-right: 12px;
  text-align: left;
  width: 200px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
 }

 .thumb200 a
 {
  margin: 0px 1px 0px 0px;
  font-weight: bold;
  text-decoration: none;
 }

 .thumb200 a:hover
 {
  font-weight: bold;
  text-decoration: underline;
 }
 
 .thumbDoorHardwareFinish 
 {
  /* table cell */
  text-align: center;
  vertical-align: top;
  width: 44px; /* 40 + 2 left + 2 right */
  padding: 0px;
  border-color: #ededed;
  border-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: none;
  border-bottom-style: none;
  font-size: 10px;
  line-height: normal;
  font-weight: bold;
 }
 .thumbDoorHardwareFinish img
 {
  /* Any text is displayed below image in table cell */
  margin-top: 60px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: auto;
 }
 .thumbDoorHardwareFinish a
 {
  text-decoration: none;
  color: #4d4d4d;
 }
 .thumbDoorHardwareFinish a:hover, .thumbDoorHardwareFinish a:active
 {
  text-decoration: underline;
  color: #333333;
 }
 .thumbDoorHardwareFinish img a,
 .thumbDoorHardwareFinish img a:hover, .thumbDoorHardwareFinish img a:active
 {
  text-decoration: none;
 }

 .grayline, .fullwidthdividerline
 {
  /* Use class for a div within the content */
  float: none;
  clear: both;
  border-top: 1px solid #d9d9d9;
  height: 20px;
  width: 100%;
  margin-top:20px;
 }

 /* End of designer's styles */



 /* BEGIN MarvinNET Classes */

 /* BEGIN - THESE WERE MISSING FROM THE NEW CSS BUT STILL EXIST ON THE SITE */

 /* Specific Items */

 .swatchline
 {
  border-left: 1px dotted #646464;
  height: 20px;
 }

 /*
.swatch
 {
  font: 11px/1.4em Arial, Helvetica, sans-serif;
  color: #565247;
  line-height: 14px;
  width: 88px;
  padding-right: 10px;
  padding-bottom: 10px;
 }
 .swatch2line
 {
  font: 11px/1.4em Arial, Helvetica, sans-serif;
  color: #565247;
  line-height: 14px;
  padding-top: 5px;
  width: 80px;
 }
*/
/*
.swatch, .swatch2line
{
  float: left;
  width: 80px;
  text-align: center;
  padding-right: 10px;
  padding-bottom: 17px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #314370;
  text-decoration: none;
  font-size: 10px;
 }
*/

 .swatchtxt
 {
  font: 11px/1.4em Arial, Helvetica, sans-serif;
  color: #565247;
  line-height: 14px;
  margin-top: 2px;
  border-left: 1px dotted #646464;
  border-right: 1px dotted #646464;
  width: 80px;
 }

 .fineprint
 {
  font: 11px/1.4em Arial, Helvetica, sans-serif;
  color: #565247;
  line-height: 14px;
  padding-right: 10px;
 }

 .midphoto
 {
  font: 11px/1.4em Arial, Helvetica, sans-serif;
  color: #565247;
  line-height: 14px;
  width: 175px;
  padding-right: 10px;
  padding-bottom: 10px;
 }

 /* subnav is replaced by tab
 .subnav
 {
 	padding-left: 20px;
 }

 .subnavon
 {
 	padding-left: 20px;
 	background-color: #DFDCD8;
 }
 */

 .productlist
 {
  padding-bottom: 5px;
  padding-top: 15px;
  border-bottom: 1px solid #A9A8A7;
 }

 a.sublinks
 {
  font: 11px/1.4em Arial, Helvetica, sans-serif;
  color: #596890;
  text-decoration: underline;
  line-height: 16px;
 }

 a.producttitle
 {
  font: 11px/1.4em Arial, Helvetica, sans-serif;
  color: #596890;
  font-weight: bold;
  text-decoration: underline;
 }

 .newproduct
 {
  padding-top: 10px;
 }

 .caption
 {
  font: 11px/1.4em Arial, Helvetica, sans-serif;
  color: #565247;
  font-style: oblique;
  line-height: 13px;
 }

 .tablehead
 {
  font: 11px/1.4em Arial, Helvetica, sans-serif;
  color: #565247;
  line-height: 13px;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
 }

 .tablecopy
 {
  font: 11px/1.4em Arial, Helvetica, sans-serif;
  color: #565247;
  line-height: 13px;
  border-bottom: 1px solid #A9A8A7;
  padding: 5px;
 }

 a.tablelink
 {
  font: 11px/1.4em Arial, Helvetica, sans-serif;
  color: #596890;
  line-height: 13px;
  text-decoration: none;
 }

 .pressdate
 {
  font: 12px/1.4em Arial, Helvetica, sans-serif;
  color: #565247;
  font-weight: bold;
 }

 .presssig
 {
  font: 11px/1.4em Arial, Helvetica, sans-serif;
  color: #565247;
  padding-top: 10px;
 }

 /* END - THESE WERE MISSING FROM THE NEW CSS BUT STILL EXIST ON THE SITE */

 #content-main .legacytable 
 {
	MARGIN-LEFT: 20px; 
	WIDTH: 620px; 
	MARGIN-RIGHT: 20px;
 }
 #content-main .legacytable td
 {
	vertical-align: top;
 }
 
/* legacytable15 is used by pages with three 200px wide     */
/* images horizontally across the center column of the page */
 #content-main .legacytable15 
 {
	MARGIN-LEFT: 15px; 
	WIDTH: 630px; 
	MARGIN-RIGHT: 15px;
 }
 #content-main .legacytable15 td
 {
	vertical-align: top;
 }
 #content-main .legacytable15 h2, #content-main .legacytable15 h3, #content-main .legacytable15 p
 {
	padding-left: 0px;
 }
 #content-main .legacytable15 h3, #content-main .legacytable15 img
 {
	padding-bottom: 5px;
 }
 .legacytable15 td
 {
	vertical-align:top;
	padding-right:9px;
 }
 #content-main .legacytable15 .floating-content
 {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  overflow:hidden;
 }

/* LEED */
.LEED_EA_background
{
    background-color: #A1AE9A;
    width: 10px;
}
.LEED_MR_background
{
    background-color: #BFCBB6;
    width: 10px;
}
.LEED_EQ_background
{
    background-color: #D2DEC7;
    width: 10px;
}
.LEED_ID_background
{
    background-color: #E6E7C8;
    width: 10px;
}
/* end of LEED section */

.leftcol #CommercialDealers
{
    margin-left: 15px; 
    margin-right: 10px;
}

 .bodysmall
 {
  font: 12px/1.4em Arial, Helvetica, sans-serif;
  color: #565247;
  letter-spacing: 0px;
  line-height: 14px;
 }
 .bodysmaller, .wood-disclaimer
 {
	font: 9px/1.4em Arial, Helvetica, sans-serif;
	color: #565247;
	letter-spacing: 0px;
	line-height: 12px;
 }

 
 body.editBody
 {
  background: white;
 }

 .definition
 {
  color: Green;
 }

 .errorText, .requiredText
 {
  font-size: 10pt;
  font-weight: bold;
  color: Red;
 }

 .debugText
 {
  font-size: 8pt;
  color: Red;
 }

 .visible
 {
  display: inline;
 }
 .fullwidth
 {
  width: 100%;
  /* float: left;
  clear: both; */
 }
 .fullwidthcentered
 {
  width: 100%;
  text-align: center;
  clear: both;
 }
 
 .nopadding
 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
 }
 .copy
 {
  margin-top: 15px;
  width: 450px;
 }
 .thumb
 {
  white-space: nowrap;
  text-align: center;
 }

 /* popup.aspx *popup.aspx *popup.aspx *popup.aspx *popup.aspx *popup.aspx */
 #popBody
 {
  color: #373737;
  background-color: #ffffff;
 }
 #popHead
 {
  width: 100%;
  height: 30px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-image: url(images/headerbg.jpg);
 }
 #popCaption
 {
  width: 100%;
  height: 30px;
  margin-top: -2px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  text-align: center;
  line-height: normal;
  color: #000000; /* override H1 values */
  font-size: 20px;
  padding-right: 0px;
 }
 #popContainer
 {
  width: 100%;
  height: 100%; /* padding-top:5px; 	padding-left:9px;	*/
  text-align: center;
  vertical-align: middle;
 }
 #popContent
 {
  /* The image or whatever is displayed */
 }
 /* Not used ?? - Ron 24 August 2007
 .pophead
 {
 	background-image: url(images/pop_headbg.gif);
 	font: 15px/1.4em Arial, Helvetica, sans-serif;
 	color: #ffffff;
 }

 .popcopy
 {
 	font: 11px/1.4em Arial, Helvetica, sans-serif;
 	color: #565247;
 }
 */

 #popClose
 {
  font-family: "Arial Narrow" , Arial, "Helvetica Narrow" , Helvetica;
  font-size: 14px;
  font-weight: bold;
  float: right;
 }

 /* pageBodyPopup.ascx */
 #popup-container
 {
  width: 525px;
  position: relative;
  top: -10px;
  left: -10px;
  overflow: hidden;
 }
 #popup-head
 {
  height: 30px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  /*background-image: url(images/popheaderbg2.jpg);*/
  background-color: #aea57e;
 }
 #popup-content-main
 {
  padding:10px;
  /*width:500px;*/
  overflow: hidden;
  background-color: #ffffff;
 }
 #popup-content-left
 {
  padding: 5px 5px 5px 10px;
  float:left;
  width:240px;
  overflow: hidden;
  background-color: #ffffff;
 }
 #popup-content-right
 {
  padding: 5px 10px 5px 5px;
  float:right;
  width:240px;
  overflow: hidden;
  background-color: #ffffff;
 }

 #bottom
 {
  clear: both;
  text-align: right;
 }



 .captionText
 {
  font-weight: bold;
 }


 /* Headings within the body that should be H3 */
 .bodySectionHead
 {
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #373737;
  font-weight: bold;
 }
 .bodySectionHeading
 {
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #373737;
  font-weight: bold;
 }
 .bodyHeading
 {
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #373737;
  font-weight: bold;
 }
 /* End of H3 equivalents */

 .bodysection
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
 }

 .bodycopy
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
 }

 .bodyoverviewZ
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #373737;
 }

.clear { 
	clear: both; 
}

#content-main .marvinphotosection .aiaclasssection
{
	margin: 0px 0px 0px 0px;
	width: 600px;
}

/* begin - marvinphotosection.ascx */
	#content-main .marvinfeaturesection
	{
		float:left;
		width: 24%;
	}	
	
	#content-main .marvinphotosection H2,
	#content-main .marvinfeaturesection H2, 
	#content-center .marvinphotosection H2
	{
		font-size: 9pt;
		padding: 0px;
		margin: 8px 0px 0px 0px;
	}
	#content-main .marvinphotosection P,
	#content-main .marvinfeaturesection P,
	.marvinphotosection P,
	.marvinphotosection P
		{
		padding: 0px;
		margin: 0px auto auto auto;
	}
	#content-main .marvinphotosection LI,
	#content-main .marvinfeaturesection LI
	{
		font-size: 9pt;
	}
	#content-main .marvinphotosection div,
	#content-main .marvinfeaturesection div
	{
		margin-left: 18px;
	}
	#content-center .leftcol .marvinphotosection div, 
	#content-center .leftcol_75 .marvinphotosection div
	{
		margin-left: 18px;
	}
	
/* end - marvinphotosection.ascx */

/* begin - left/right photosection controls */
#content-main .photo_x
{
 float: left;
 margin-left: 8px;
 margin-right: 10px;
 margin-top: 3px;
 text-align:center;
}
#content-main .photo_x img
{
	margin-top: 13px;
}
#content-main .photo_x_right
{
 float: right;
 margin-left: 10px;
 margin-right: 10px;
 margin-top: 0px;
 width:170px;
 text-align:center;
}
#content-main .photo_x p.caption, 
#content-main .photo_x_right p.caption 
{
 text-align: center;
 color: #ee2e24;
}
#content-main .width_afterx {
 float: left;
 width: 440px;
}
#content-main .width_afterx H1, 
#content-main .width_afterx H2, 
#content-main .width_afterx UL
{
	margin-top: 16px;
	padding-left: 16px;
}
/* Flush left version to minimize space between image and text */
/* Used on MarvinInspired_Judging_Panel                        */
#content-main .photo_x_140
{
 float: left;
 margin-left: 8px;
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 25px;
 text-align:center;
}
#content-main .photo_x_140 img
{
	margin-top: 13px;
	margin-top: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #a39c80;
}

#content-main .width_after_140 {
 float: left;
 width: 496px;
 margin-bottom: 25px;
}
#content-main .width_after_140 H1, 
#content-main .width_after_140 H2, 
#content-main .width_after_140 H3, 
#content-main .width_after_140 p, 
#content-main .width_after_140 UL
{
	margin-left: 0px;
	padding-left: 0px;
}
#content-main .width_after_140 H1, 
#content-main .width_after_140 H2, 
#content-main .width_after_140 H3 
{
	padding-top: 15px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* end - left/right photosection controls */

#content-main H2.marvinReplacementHeading
{
	font-size: 36px;
	line-height: 32px;
	margin: 8px auto auto -4px;
	padding: auto auto auto auto;
}

/* Commercial Products page */

#content-main div.commercial-product
{
    float:right;
    /* photos on left use 220px wide */
    /* width: 450px; */
    /* bottom photos are a combined 417px wide + 3px white space */
    width: 420px;
    padding-left: 0px;
    padding-right: 16px;
    border-style: none;
    border-width: 1px;
}
#content-main div.commercial-product h1, 
#content-main div.commercial-product h2, 
#content-main div.commercial-product h3, 
#content-main div.commercial-product h4, 
#content-main div.commercial-product p, 
#content-main div.commercial-product ul, 
#content-main div.commercial-product ol
{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#content-main div.commercial-product h3
{
    /* instead of 20px padding-top */
    padding-top: 10px; 
}
#content-main div.commercial-product p
{
    margin-top: 10px;
    /* 
    margin-bottom: 0px;
    */
    /* 
    padding-top: 15px;
    padding-bottom: 0px;
    */
}

#content-main div.commercial-product ul, 
#content-main div.commercial-product ol
{
    margin-left: 15px;
}

a.commercial-product-link
{
padding-left: 10px;
background-image: url(images/nav_on.gif);
background-repeat: no-repeat;
background-position: 0px 2px;
}

a.view3d_link, a.view3d_link:visited, a.view3d_link:link
{
text-decoration: none;
color: #000000;
font-size: 12px;
font-weight: bold;
padding-left: 12px;
padding-right: 12px;
padding-top: 6px;
padding-bottom: 6px;
background-color: #c9bfa6;
background-image: url(images/view3D.jpg);
}
a.view3d_link:hover, a.view3d_link:active
{
text-decoration: none;
color: #000000;
font-size: 10px;
font-weight: bold;
padding-left: 15px;
padding-right: 15px;
padding-top: 8px;
padding-bottom: 8px;
background-color: #c9bfa6;
background-image: url(images/view3D_hover.jpg);
}

/* Display file type icon to left of link */
a.file-link-pdf, a.file-link-word, a.file-link-dwg, a.file-link-dxf, a.file-link-exe, 
.file-link-pdf a, .file-link-word a, .file-link-dwg a, .file-link-dxf a, .file-link-exe a
{
  line-height: 24px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
a.file-link-pdf, a.file-link-word, a.file-link-dwg, a.file-link-dxf, a.file-link-exe
{
  /* color: #202020; */
  text-decoration: underline;
}
a.file-link-pdf:hover, a.file-link-word:hover, 
a.file-link-dwg:hover, a.file-link-dxf:hover, a.file-link-exe:hover
{
  /* color: #373737; */
  text-decoration: underline;
}
a.file-link-pdf, .file-link-pdf a
{
  background-image: url(images/documentIcons/pdf-small.gif);
}
a.file-link-word, .file-link-word a
{
  background-image: url(images/documentIcons/doc-small.gif);
}
a.file-link-dwg, .file-link-dwg a
{
  background-image: url(images/documentIcons/dwg16.gif);
}
a.file-link-dxf, .file-link-dxf a
{
  background-image: url(images/documentIcons/dxf16.gif);
}
a.file-link-exe, .file-link-exe a
{
  background-image: url(images/documentIcons/exe-small.gif);
}

#content-main div.commercial-product-specs
{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
#content-main div.commercial-product-column-separator
{
    float: left;
    width: 1px;
    height: 500px;
     /* background-color: Transparent;   for debugging */
}
/* end - Commercial Products page */

 /* END @media all */
}


/* PRINT PRINT PRINT PRINT PRINT PRINT PRINT PRINT PRINT PRINT PRINT PRINT PRINT PRINT */

@media print
{
 /* moved to elements.css */
 /*
 body
 {
  background-image: none;
  background-color: #ffffff;
 }
 */
 #wrapper, #content
 {
  width: 660px;
  padding: 0px;
  margin: 0px;
  float: none;
  display: inline;
 }
 #content-center, #content-center-cell
 {
  border-left-style: none;
  border-right-style: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  float: none;
  display:inline;
}
 
 #content-main 
 {
  float: none;
  display:inline-block; 
  clear:both;
  overflow: visible;
 }
 .content-main
 {
  float:none;
  clear: both;
  display:inline-block;
 }
 
#content-main .legacytable, 
#content-main .legacytable15 
 {
	margin-left: 0px; 
	width: 100%; 
	margin-right: 0px;
 }
 #content-main .floating-content
 {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  overflow:visible;
 }

 #content-head
 {
  min-height: 0px;
  border-left-style: none;
  border-right-style: none;
  /* float: none; */
  clear:both;
  display:inline-block; 
}
 #content-left, #content-left-cell
 {
  visibility: hidden;
  display: none;
  min-height: 0px;
  width: 0px;
  height: 0px;
  margin-right: 0px;
  padding: 0px 0px 0px 0px;
 }
 #content-right, #content-right-cell
 {
  visibility: hidden;
  display: none;
  min-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
 }
 .content-spacer-between-columns
 {
  visibility: hidden;
  display: none;
  width: 0px;
 }
 /* */
 #content-left #Navigation, #content-left input, #content-left #logo-container, #content-left div
 {
  visibility: hidden;
  display: none;
  width: 0px;
  /* height: 0px; */
 }
 
 /* moved to footer.css */
 /*
 #footer
 {
  width: auto;
 }
 #footerlinkscontainer
 {
  visibility: hidden;
  display: none;
  width: 0px;
 }
 */
 
 .wood80_1, .wood80_2, .wood80_100
 {
  padding-bottom: 7px; /* Instead of 17px for screen */
 }

.noborder
{
	border: none;
	padding-bottom: 0px;
}
 
 /* END @media print */
}