/* ---- TAKEFORM GLOBAL STYLES --- */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image:url(../images/header-bg.png);
	background-repeat: repeat-x;
	behavior: url(/includes/hover.htc); /* This allows css hover effects to work in ie6. Needed for tabs and drop-downs */
}

a:link, a:visited {
	color: #CE8C15;
	text-decoration: none; 
}
	
a:hover {
	color: #CE8C15;
	text-decoration: underline; 
}

img a:link, img a:visited, img{
text-decoration: none;
}

p {
	line-height: 16px;
	margin: 12px 0px;
	padding: 0px; 
	color: #666666;
}
	
h1 {
	font-size: 18px;
	color: #666666;	
	line-height: 30px;
	margin: 16px 0px 10px 0px;
	font-weight: normal;
	}

h2 {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	margin: 14px 0px 8px 0px;
	line-height: 24px;
}
h3 {
	font-size: 14px;
	color: #666666;
	margin: 12px 0px 4px 0px;
	font-weight: normal;
	line-height: 24px;
}
form {
padding: 0px;
margin: 0px;
}

li {
	line-height: 16px;
	margin: 12px 0px;
	padding: 0px; 
	color: #666666;
}

/* V3 Layout */

#page-wrapper {
	width: 980px; 
	margin: 0px auto;
	position: relative;
}
#main-content {
overflow: hidden;
margin: 10px 0px 10px 4px;
width: 972px;
}
#header {
min-height: 120px;
}
#header-left {
	width: 200px;
	float: left;
}
#header-left img#logo {
	margin: 15px 15px 15px 0px;
}
#header-right #header-right-top {
height: 76px;
}
#header-right #header-right-bottom {
overflow: hidden;
}
#header-right {
position: relative;
	width: 770px;
	float: left;	
}
/* -----------   Top Navigation (tabs)  -----------  */
#header-right #top-nav {
	position: absolute;
	width: 242px;
	right: 0px;
	border-left: 6px solid #CE8C15;
overflow: hidden;
	}
#header-right #top-nav-inner {
margin: 10px 0px 0px 30px;	overflow: hidden;
	}
#header-right #top-nav a {
	padding: 2px  14px  2px  4px;
	text-decoration: none;
	display: inline-block;
	background: url(../images/nav-arrow.png) no-repeat right;
}
#main-nav ul {
    margin:0;
    padding:0;
    list-style:none;
	overflow: hidden;
}
#main-nav li {
      float:left;
      background:url("/images/nav-tabs-left.png") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
}
#main-nav a {
	font-size: 13px;
    float:left;
    display:block;
    background:url("/images/nav-tabs-right.png") no-repeat right top;
    padding: 8px 9px 0px 0px;
	text-align: center; 
	height: 23px;
    text-decoration:none;
	white-space: nowrap;
	color: #666666;
}
#main-nav a a  { width: auto; border: 1px solid red; text-align: left;}
    #main-nav > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #main-nav a {float:none;}
    /* End IE5-Mac hack */
    #main-nav a:hover {
      color:#CE8C15;
      }

    #main-nav li.selected, #header li.selected a {
      background-position:0% -150px;
      color:#CE8C15;
    }
    #main-nav li.selected a {
      background-position:100% -150px;
      }
#main-nav li.current {
border-bottom: 3px solid #CE8C15;
	}
#nav-home { width: 90px;	}
#nav-products { width: 105px; }
#nav-company { width: 105px; }
#nav-resources { width: 110px; }
#nav-howtobuy { width: 120px; }
#nav-designtools { width: 122px; }

/*  -----------  Mega Drop Downs -----------  */ 
.mega-menu-wrapper {
position: absolute;
left: 0em;
height: auto;
font-weight: normal;
width: 700px;
border-width: 3px;
z-index: 2000;
}
.mega-menu-wrapper-products {
position: absolute;
left: 0em;
height: auto;
font-weight: normal;
width:875px;
border-width: 3px;
z-index: 2000;
}
#mega-products {
display: none; 
width: 990px !important;
margin-left: -205px;
}
#mega-company {
 display: none;	
}
#mega-resources {
 display: none;	
}
#mega-howtobuy {
 display: none;	
}
#mega-designtools {
 display: none;	
}
.mega-menu {
	background-color: #FFFFFF;
	border: 3px solid #CCCCCC;
	width: 100%;
	overflow: hidden;
	color: #333333;
}	

#main-nav .mega-menu a:link, #main-nav .mega-menu a:visited {
	height: auto; 
	background-image: none;
	padding: 0px;
}
#mega-products .hidebottom { 
	position: absolute; 
	background-color: #FFFFFF;
	height: 5px; width: 108px; left: 307px; top: -1px;
}
#mega-company  .hidebottom { 
	position: absolute; 
	background-color: #FFFFFF;
	height: 5px; width: 108px; left: 216px; top: -1px;
}
#mega-resources  .hidebottom { 
	position: absolute; 
	background-color: #FFFFFF;
	height: 5px; width: 113px; left: 330px; top: -1px;
}
#mega-howtobuy  .hidebottom { 
	position: absolute; 
	background-color: #FFFFFF;
	height: 5px; width: 123px; left: 449px; top: -1px;
}
#mega-designtools  .hidebottom { 
	position: absolute; 
	background-color: #FFFFFF;
	height: 5px; width: 125px; left: 578px; top: -1px; 
}

.mega-menu-column {
	width: 165px;
	float: left; 
	overflow: hidden;
}
#main-nav li .mega-menu-column a:link,#main-nav li  .mega-menu-column a:visited {
display: block;
color: #666666;

}
#main-nav li .mega-menu-column a:hover {
color: #CE8C15;
}
.mega-products-image {
text-align: center;
display: block;
margin: 0px;
}
.mega-products-image img {
	margin: 10px;
}

.mega-products-logo {
text-align: center;
height: 25px;
margin: 10px 0px 0px 0px;
display: block;
width: 165px;
}
.mega-products-byline {
text-align: center;
height: 25px;
margin: 0px 0px 20px 0px;
display: block;
font-size: 11px; 
}
.mega-products-links {
	background-image: url(../images/menu/mega-products-bg.png);
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	overflow: hidden;
	height: 100%;
	display: block;
}
.mega-products-links ul {
	list-style-type: none;
	padding: 0px; 
	margin: 10px 0px 10px 0px;
}
#main-nav  .mega-products-links ul li {
	margin: 0;
	background-image: none; clear: left;
	width: 100%;
}
#main-nav .mega-products-links ul li a:link, #main-nav .mega-products-links ul li a:visited {
	text-decoration: none; 
	padding: 3px 2px 3px 10px;
	display: block;
	background-image: none;
	font-size: 11px; 
	height: auto;
	white-space: normal;
	width: auto;
}
#mega-company .column-left, 
#mega-resources .column-left, 
#mega-howtobuy .column-left, 
#mega-designtools .column-left {
	margin: 0px;
	width: 230px; 
	height: 213px;
	float: left; 
}
#mega-company .column-right, 
#mega-resources .column-right, 
#mega-howtobuy .column-right {
	float: left; 
	width: 230px; 
	overflow: hidden;
	margin: 20px 0px;
}
#mega-company .column-center, 
#mega-resources .column-center, 
#mega-howtobuy .column-center {
	border-right: 1px solid #CE8C15;
	float: left; 
	width: 230px; 
	overflow: hidden;
	margin: 20px 0px;
	min-height: 193px; 
}
	
#mega-company a:link, #mega-company a:visited, 
#mega-resources a:link, #mega-resources a:visited, 
#mega-howtobuy a:link, #mega-howtobuy a:visited, 
#mega-designtools a:link, #mega-designtools a:visited {
white-space: normal;
font-size: 11px;
}
#mega-company ul.sub-arrow li a:link, #mega-company ul.sub-arrow li a:visited, 
#mega-resources ul.sub-arrow li a:link, #mega-resources ul.sub-arrow li a:visited, 
#mega-howtobuy ul.sub-arrow li a:link, #mega-howtobuy ul.sub-arrow li a:visited, 
#mega-designtools ul.sub-arrow li a:link, #mega-designtools ul.sub-arrow li a:visited{
	white-space: normal;
	background: transparent url(/images/menu/sub-arrow.png) no-repeat; 
	background-position: right;
	padding-right: 15px;
	display: inline; 
}
#main-nav h2{
	font-weight: normal;
	margin: 4px 4px 4px 20px;
	font-size: 16px;
}
#mega-company ul, 
#mega-resources ul, 
#mega-howtobuy ul, 
#mega-company ul, 
#mega-designtools ul {
	list-style-type: none;
	margin: 0px 20px 0px 20px;
}
#mega-company li, 
#mega-resources li, 
#mega-howtobuy li {
	display: block;
	float: none;
	margin: 12px 0px 12px 0px;
	padding: 0px;
}
#main-nav p {
	margin: 4px 20px 4px 20px;
	line-height: 14px;
	color: #666666;
}
#mega-company .date, 
#mega-resources .date {
	display: block; 
	font-size: 10px;
	color: #666666;
}
#mega-resources .inner {
	margin: 30px 0px 0px 0px; padding: 0; 
}
#mega-howtobuy .graphic {
	margin-left: 20px;
	border: 0px;
}

#mega-designtools .column-right {
	float: left; 
	width: 235px; 
	overflow: hidden;
	margin: 10px 0px 0px 0px;
}
#mega-designtools .column-center {
	float: left; 
	width: 235px; 
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	min-height: 203px; 
}
#mega-designtools .top .inner {
border-right: 1px solid #CE8C15;
margin: 0px; padding: 0px;
}
#mega-designtools li {
	display: block;
	float: none;
	margin: 4px 0px 4px 0px;
	padding: 0px;
}
#mega-designtools .top {
	height: 153px;
	overflow: hidden;
}
#mega-designtools .bottom .inner {
border-right: 1px solid #CE8C15;
margin: 10px 0px 0px 0px; padding: 0px;
}
#mega-designtools .bottom {
	background-image: url(../images/menu/mega-products-bg.png);
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	background-color: #e4e4e4;
	height: 70px;
}

/*  -----------  Footer  -----------  */

.footer-wrapper {
	width: 100%;
	clear: both;
	border-top: 1px solid #CE8C15;
}
.footer {
	width: 980px;
	margin: 20px auto;
	overflow: hidden;
}

.footer-left {
	width: 120px;
	float: left; 
}
.footer-center {
	width: 730px;
	float: left; 
}
.footer-right {
	width: 120px;
	float: left; 
	text-align: center;
}

/* ---- Page Layout ---- */

.title-box {
	margin: 5px;
	background-color: #EDEDED;
	overflow: hidden;
}
.title-box .inner {
margin: 10px;
}
/* -------  Grids  --------*/

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, .span-2-adjust{float:left ;margin-right: 20px; position: relative;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 228px;}
.span-2  { width: 476px;}
.span-2-adjust  { width: 496px; margin-left: -20px;}
.span-3  { width: 724px;}
.span-4 { width: 972px; margin: 0; }

/* Add these to a column to append empty cols. */
.append-1  { padding-right: 248px;}
.append-2  { padding-right: 496px;}
.append-3  { padding-right: 744px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 248px;}
.prepend-2  { padding-left: 496px;}
.prepend-3  { padding-left: 744px;}



/* Border on right hand side of a column. */
div.border {
  padding-right:9px;
  margin-right:10px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:221px;
  margin-right:218px;
  border-right: 1px solid #eee;
}

/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -248px;}
.pull-2 { margin-left: -496px;}
.pull-3 { margin-left: -744px;}
.pull-4 { margin-left: -992px;}

.pull-1, .pull-2, .pull-3, .pull-4 {float:left;position:relative;}


.push-1 { margin: 0 -248px 1.5em 248px;}
.push-2 { margin: 0 -496px 1.5em 496px;}
.push-3 { margin: 0 -744px 1.5em 744px;}
.push-4 { margin: 0 -992px 1.5em 992px;}

.push-1, .push-2, .push-3, .push-4 {float:right;position:relative;}

div.span-1 .inner, div.span-2 .inner, div.span-3 .inner, div.span-4 .inner, .span-2-adjust .inner {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.grid-border {	border: 1px solid #CCCCCC; }
.grid-border h3 {  font-size: 12px; line-height: 18px; font-weight: bold; color: #999; padding: 4px 15px 4px 15px; margin: 0px; background-color: #EDEDED; background-image: url(../images/grid-title.png); background-repeat: repeat-x;}
.grid-border h2 { font-size: 16px; padding: 4px 15px 4px 15px }

.grid-border p {
	padding: 8px 15px 8px 15px; margin: 0px; line-height: 22px;
}

.grid-border ol { margin: 10px 10px 10px 0px ; }

.append-bottom { margin-bottom: 20px; }
.prepend-top { margin-top: 20px; }
.clearfix {clear: both; }

.span-2-adjust .grid-border {
	border-top: 1px solid #CCC;
	border-left: none;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

/* Inner page navigation */
.innerpage-nav {  
	height: 360px; 
	background-color: #f5f5f5;
	overflow: hidden;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.innerpage-nav ul { 
	list-style-type: none;
	padding: 0px 0px 0px 15px; 
	margin: 20px 0px 0px 0px;
	position: absolute;
	width: 212px;
}
.innerpage-nav ul li {

}
.innerpage-nav ul li a:link, .innerpage-nav ul li a:visited {
	display: block; 
	font-size: 12px; 
	padding: 8px 10px 8px 15px; 
	text-decoration: none; 
} 
.innerpage-nav ul li a.current  {
	background-color: #FFFFFF; 
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #FFF;
}	
.link-arrow {
	white-space: normal;
	background: transparent url(/images/menu/sub-arrow.png) no-repeat; 
	background-position: right;
	padding-right: 15px;
	display: inline; 
}


/* -----------------------------------------  OLD LAYOUT --------------------------------------- */
table.shadow {
	width: 980px;
}

table.shadow td.left {
	width: 8px;
	background-image: url(../images/bgLeft.gif);
	background-position: right;
	background-repeat: repeat-y;
}

table.shadow td.center {
	width: 965px;
	padding: 0px 12px 0px 12px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

table.shadow td.right {
	width: 8px;
	background-image: url(../images/bgRight.gif);
	background-position: left;
	background-repeat: repeat-y;
}

table.header {
	width: 964px;
	border-left: 15px solid #CE8C15;
	margin: 10px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
}

table.header  td.headerRight {
	width: 174px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table.header  td.headerLeft {
	
}

div.headerLogo {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

 /* TOOLBAR MENUS */
div.toolbarMain {
	margin: 8px;
}

div.toolbarMain a:link, div.toolbarMain a:visited {
	display: block;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 8px 0px;
	line-height: 13px;
}

div.toolbarMain a:hover {
	color: #CE8C15;
}

div.toolbarMainSub {
text-align: right;
	margin: 0px 6px 0px 6px;
	
	}
	
div.toolbarMainSub a:link, div.toolbarMainSub a:visited {
	color: #666666;
	text-decoration: none;
	margin: 1px 6px 1px 6px;
}

div.toolbarMainSub a:hover {
	color: #CE8C15;
}

div.menuContainer {
	border-right: 1px solid #CCCCCC; 
	padding-right: 12px;
}


/* SLIDE MENUS */
		.menuActuator a { 
			color:#666666;
			font-weight:bold;
			font-size:12px;
			font-family:arial;
		}

		.menu {
			font-family:verdana;
			color:#666666;
			font-size:10px;
			background-color:#cccccc;
			layer-background-color:#cccccc;
		}
		
		table.menuTable {
			margin:0px;
			padding: 0px;
		}
 td.headerLeft div  {
      /* this makes TDs a container with their own coordinate system.
         absolutely-positioned elements will be offset relative to them */
      width: 97%;
	  position:relative;
      }
	  
/* HOMEPAGE LAYOUT */

table.bodyTable {
	width: 744px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	}
	
table.bodyTable td {
	margin: 0px;
	padding: 0px;
}

table.bodyTable td.bodyLeft {
	width: 175px;
}

table.bodyTable td.bodyCenter {
	width: 391px;
}

table.bodyTable td.bodyRight {
	width: 178px;
}

table.bodyTableSub {
	width: 100%;
	padding: 0px;
}

table.bodyTableSub td.rightCol {
	width: 175px;
}



div.homeText p {
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 10px;
	margin: 0px;
}

/* FOOTER */ 	
table.footer {
	margin: 8px 0px 0px 0px;
	width: 100%;
	clear: both;
	border-top: 1px solid #CCCCCC;
	font-size: 9px;

	}	
	
table.footer td {
	padding: 6px 0px 6px 0px;
	}
	
span.grey {
	color: #CCCCCC;
}  

/* SECONDARY PAGE */ 

div.subNavRight {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 20px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}

div.subNavRight a:link, div.subNavRight a:visited	{
	display: block;
	padding: 4px 15px 4px 0px;
	text-decoration: none;
	font-size: 12px; 
	font-weight: normal;
}

div.subNavRight a.selected:link, div.subNavRight a.selected:visited {
	background-image: url(../images/subnav_arrow.png);
	background-repeat: no-repeat;
	background-position: 4px;
	color: #CE8C15;
}

div.subNavLeft {
	height: 48px;
	margin: 16px 6px 0px 12px;
	text-align: center;
	font-size: 14px;
	float: left;
}

div.subNavLeft a:link, div.subNavLeft a:visited  {
	padding: 0px 20px 0px 20px;
	float: left;
	border-left: 1px solid #CCCCCC;
	text-align: center;
	text-decoration: none;
}

span.subNavLeftSelected a {
	color: #CE8C15;
	padding: 0px 20px 0px 20px;
	float: left;
	text-decoration: none;
}

table.bodyTable1 td p {
	padding: 20px 10px 10px 10px;
}

div.fusionBox {
	border-left: 1px solid #CCCCCC;
	
}

div.fusionBox p {
	padding: 10px;
	}


div.beigeBox {
	clear: left; 
	background-color: #F6F8E5; 
	margin-bottom: 20px;
	margin-top: 30px;
	height: 86px;
	}
	
div.beigeBox h1 {
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 8px;
	color: #CE8C15;
}
	
div.beigeBox p {
	padding: 4px;
	margin: 4px;
	}
	
div.blueBox {
	clear: left; 
	background-color: #DEE8ED; 
	height: 78px;
	margin: 6px 0px 16px 0px;
	}

div.blueBox div a:link, div.blueBox div a:visited {
	text-decoration: none;
	}
	
div.blueBox p {
	padding: 4px 0px 0px 8px;
	margin: 0px;
	}
	
div.blueBox h1 {
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 0px 8px;
	color: #4A5B67;
}

div.blueBox1 {
	clear: left; 
	background-color: #DEE8ED; 
	height: 66px;
	margin: 30px 0px 16px 0px;
	}
	
div.blueBox1 p {
	padding: 4px 0px 0px 8px;
	margin: 0px;
	}
	
div.blueBox1 h1 {
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 8px;
	color: #4A5B67;
}

div.purpleBox {
	clear: left; 
	background-color: #E1DCE0; 
	height: 96px;
	margin: 10px 0px 20px 0px;
	}
	
div.purpleBox p {
	padding: 4px 0px 0px 8px;
	margin: 0px;
	}
	
div.purpleBox h1 {
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 8px;
	color: #41002D;
}

div.purpleBox h1 a {
	color: #41002D;
	text-decoration: none;
}

div.greenBox {
	clear: left; 
	background-color: #EEF8E0; 
	margin-bottom: 20px;
	margin-top: 40px;
	height: 76px;
	}
	
div.greenBox h1 {
	padding: 4px 0px 0px 0px;
	margin: 4px 0px 0px 8px;
	color: #5B7245;
	line-height: 20px;
}
	
div.greenBox p {
	padding: 4px;
	margin: 4px;
	}
	
div.greyBox {
	clear: left; 
	background-color: #EDEDED; 
	margin-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
	}
	
div.greyBox h1 {
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 8px;
	color: #666666;
}
	
div.greyBox p {
	padding: 4px;
	margin: 4px;
}
	

div.lineSeparator {
	width: 1px;
	height: 15px;
	background-color: #CCCCCC;
	float: left;
}
	
table.fusionCollectionNav {
	
	}
	


.fusion-details h4 {
	font-size: 12px;
	margin: 0px 0px 0px 11px;
	padding:  0px 0px 0px 4px;
	border-left: 2px solid #CCCCCC;
}

.fusion-details p {
	margin: 0px 0px 0px 11px;
	padding:  0px 0px 0px 4px;
	line-height: 12px;
	border-left: 2px solid #CCCCCC;
}

.fusion-details div.fusionDetailType {
	margin: 6px 6px 6px 0px;
	padding: 4px;
	float: left;
}

.fusion-details div.fusionDetailType img {
	margin: 12px 6px 6px 0px;
}

.fusion-details div.fusionDetailTypeRoomid {
	margin: 6px 6px 6px 0px;
	padding: 4px;
	float: left;
	width: 45%;
	text-align: center;
}

.fusion-details div.fusionDetailTypeRoomid img {
	margin: 6px;
}

table.fusionDirectories {
	width: 100%;
	margin: 8px 0px 8px 0px;
}

table.fusionDirectories td {
	width: 25%;
	padding: 8px;
}

table.fusionRoomid {
	width: 100%;
	margin: 8px 0px 8px 0px;
}

table.fusionRoomid td {
	width: 25%;
	padding: 8px;
}

span.fusionDetailsTitle {
	font-size: 12px;
	font-weight: bold;
}

table.fusion4up {
	width: 100%;
	margin: 8px 0px 8px 0px;
	height: 270px;
}
table.fusion2up {
	height: 474px;
}
table.fusion2up td {
	padding: 8px;
}

table.fusion4up td {
	padding: 8px;
}

table.fusion4upContainer {
	width: 100%;
		
}

table.fusion4upContainer td {
	width: 25%;
}

div.imageFloatLeft {
	border-right: 1px solid #CCCCCC; 
	float: left; 
	padding-right: 10px; 
	margin-right: 10px;
}

div.imageFloatRight {
	border-left: 1px solid #CCCCCC; 
	float: right; 
	padding-left: 10px; 
	margin-left: 10px;
}

div.subNavLeft2 {
	padding: 0px;
	margin: 6px 0px 10px 0px;
	background-color: #DEE8ED;
	height: 96px;
	clear: left;
	display: block;
}

div.subNavLeft2 h1 {
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 6px 8px;
	color: #666666;
}

div.subNavLeft2 p{
	margin:  4px 0px 4px 8px;
	padding: 0px;
}

div.subNavLeft2 h1 a{
	text-decoration: none;
}
	
div.subNavLeft2 p a:link, div.subNavLeft2 p a:visited {
	color: #666666;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
	border-left: 1px solid #FFFFFF;
}
	
div.subNavLeft2 p a:hover {
	color: #CE8C15;
}

div.subNavLeft3 {
	margin: 6px 6px 6px 6px;
	
}

div.subNavLeft3 a:link, div.subNavLeft3 a:visited {
	padding: 2px 10px 2px 10px;
	margin: 2px 0px 2px 0px;
	float: left;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	display: block;
	text-decoration: none;
}

div.subNavLeft3 a:hover {
	color: #CE8C15;
}

div.subNavLeft4 {
	padding: 0px;
	margin: 10px 0px 28px 0px;
	background-color: #E1DCE0; 
	height: 96px;
	clear: left;
	display: block;
}

div.subNavLeft4 h1 {
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 6px 8px;
	color: #41002D;
}

div.subNavLeft4 h1 a{
	color: #41002D;
	text-decoration: none;
}

div.subNavLeft4 p{
	margin:  4px 0px 4px 8px;
	padding: 0px;
}
	
div.subNavLeft4 p a:link, div.subNavLeft4 p a:visited {
	color: #666666;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
	border-left: 1px solid #FFFFFF;
}
	
div.subNavLeft4 p a:hover {
	color: #CE8C15;
}



div.portfolioSubNavLeft {
	height: 30px;
	margin: 8px 6px 0px 16px;
	text-align: left;
	float: left;
	width: 730px;
}

div.portfolioSubNavLeft img {
	float: left;
}

div.portfolioSubNavLeft p  {
	float: left;
	margin-top: 7px;
	font-size: 14px;
}

div.portfolioSubNavLeft a:link, div.portfolioSubNavLeft a:visited  {
	padding: 0px 20px 0px 20px;
	float: left;
	border-left: 1px solid #CCCCCC;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 30px;
}

span.portfolioSubNavLeftSelected a {
	color: #CE8C15;
	padding: 0px 10px 10px 10px;
	float: left;
	text-decoration: none;
}

span.h2title {
	padding: 7px;
	float: left;
	border-left: 1px solid #CCCCCC;
	text-align: center;
	font-size: 16px;
	color: #999999;
}

h3.tanTitle{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #CE8C15;
	border-left: 6px solid #CE8C15;
	padding: 2px 2px 2px 6px;
	background-color: #F6F8E5;
	margin: 0px 8px 0px 0px;
}

span.finishesSelected {
	color: #CE8C15;
	padding: 0px 6px 0px 6px;
	border-left: 1px solid #FFFFFF;
}

p.footnote {
	font-size: 9px;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	line-height: 11px;
}

p.caption {
	font-size: 9px;
	padding: 4px 0px 4px 6px;
	margin: 0px;
	line-height: 11px;
}

table.bodyTable2 {
	 width: 100%;
}

table.bodyTable2 td.rightColumn {
	width: 250px;

	padding-bottom: 8px;
}

table.bodyTable2 td.leftColumn {
	width: 700px;
}

div.adaptComponentContainer {
	width: 570px;
	height: 160px;
	overflow: auto;
	margin: 10px 0px 40px 0px;
	scrollbar-base-color: #F7F5DA;
}

table.border {
	border-collapse: collapse;
}

table.border td {
	border: 1px solid #CCCCCC;
	padding: 3px;
	text-align: center;
}

div.contentLeft {
	width: 550px;
}

div.borderBottom {
	border-bottom: 1px solid #CCCCCC;
	}
	
ul li {
	margin-bottom: 6px;
}

.orangeText {
color: #CE8C15;
}
.subText {
	font-size: 7px;
}
table.loginPopup {
	width: 300px;
	margin: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	padding: 10px;
}

.formButton {
	border-width: 1px;
	border-style: solid;
		border-color: #969696;
	background-color: #EDEDED;
	color: #666666;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	font-size: 12px;
	}
.formButton:hover {
	background-color: #FFFFFF;
	cursor: pointer;
	}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EDEDED;
	border: 1px solid #969696;
	padding: 2px;
	margin: 3px;
	font-size: 11px;
	}

.formfield:focus, .formfield:hover {
	background-color: #FFFFFF;
	}
h2.yellow {
	color: #CE8C15 
	}

div.materialsHeader {
	margin: 0px 0px 0px 0px;
	float: left;
}
div.clearBoth {
	clear: both;
	}
div.contentColumnLeft {
	float: left;
	width: 724px;
	margin: 0px 0px 20px 5px;
}
div.contentColumnRight {
	float: left;
	width: 228px;
	margin: 0px 0px 20px 20px;
}
div.contentNoColumn {
	float: left;
	margin: 0px 0px 20px 5px;
}
div.materialsSubHeader {
	margin: 11px 0px 0px 0px;
}
table.materialSwatches {
	border-collapse: collapse;
	margin-top: 0px;
	width: 100%;
}

table.materialSwatches td {
	border: 1px solid #CCCCCC;
	padding: 12px;
	text-align: center;
}

table.finishes {
	border-collapse: collapse;
	width: 100%;
}

table.finishes td {
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: center;
}
div.laminateExample {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px 0px 10px 0px;
	margin-top: 40px; 
}

span.normalWeight {
	font-weight: normal;
}

.pageNav {
float: right;
display: inline;
 margin-bottom: 10px; 
 margin-right: 10px;  
 color: #CE8C15; 
 border: 1px solid #CCCCCC;
 padding: 0px 2px;
 background-color: #FFFFFF;
}

.pageNav a:link, .pageNav a:visited {
padding: 3px; border: 2px solid #FFFFFF; border-right: 1px solid #FFFFFF; display: block; background-color: #E0EAEF; float: left;
text-decoration: none; font-weight: bold;
}
.pageNav .currentPage {
	padding: 3px; border: 2px solid #FFFFFF; border-right: 1px solid #FFFFFF; display: block; background-color: #EDEDED; float: left;
	text-decoration: none; font-weight: bold;
}
div.portfolioHeader {
	width: 100%;
	background-image: url(../images/designers_banner.png);
	background-repeat: no-repeat;
	height: 68px;
	margin: 10px 0px 20px 0px;
}
div.imagebankHeader {
	width: 100%;
	background-image: url(../images/imagebank_banner.jpg);
	background-repeat: no-repeat;
	height: 68px;
	margin: 10px 0px 20px 0px;
}
div.portfolioHeader a, div.imagebankHeader a {
display: block;
height: 68px;
width: 100%;
}

div.tabNav {
border-bottom: 1px solid #CCCCCC;
}
div.tabNav ul {
list-style-type: none;
}
div.tabNav li {

float: left;
margin: 0px 3px 0px 3px;
}
div.tabNav li a {
border: 1px solid #CCCCCC;
display: block;
padding: 3px 8px 3px 8px;
background-color: #EDEDED;
text-decoration: none;
margin-bottom: -1px;
}
div.tabNav li.current a {
border-bottom: 1px solid #FFFFFF;
background-color: #FFFFFF;
}
div.contentBlock {
	width: 650px;
}
.newsWell a {
text-align: left !important; 
}

