/* CSS Document */

#header {
	background: none;
}

#header h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #ccd9e4;
	text-transform: uppercase;
	margin:0;
}

#header h1 img {
	margin-right: 6px;
}

#T1Nav {
	margin:0;
}

ul.goalMenu {
}

ul.goalMenu {
  list-style-type:none;
	float: left;
  margin: 10px 0 0 0;
  padding: 0;
  width: 185px;
}

ul.goalMenu li {
	border: 1px solid #b7b7b7;
}

ul.goalMenu a {
  display: block;
  text-decoration: none;
	text-align: center;
}

ul.goalMenu li a {
  background: #fff url(images/global/DD-goal-button-bg.gif) repeat-x 50% 50%;
  color: #fff;
}

ul.goalMenu li a:hover {
  background: #f6f6f6 url(images/global/DD-goal-button-bg.gif) repeat-x 0 -5px;
	color: #fff;
}

#doorContainerPrint {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 575px;
	height: 335px;
}

#doorContainer {
	position: relative;
	float: right;
	margin-top: 10px;
	width: 575px;
	height: 335px;
}

#landscaping, #facade, #molding, #windows1, #windows2, #hardware, #door {
	position: absolute;
}

#landscaping {
	z-index: 200;
}

#facade {
	z-index: 190;
}

#molding {
	z-index: 180;
}

#windows1 {
	z-index: 165;
}

#windows2 {
	z-index: 160;
	top: 54px;
}

#hardware {
	z-index: 170;
}

#door {
	z-index: 150;
}

#content {
	padding: 20px 10px;
}

#contentPrint {
	padding: 10px 10px;
}

#leftColumn {
	width: 545px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-right: 10px;
}

#rightColumn {
	width: 175px;
}

#rightColumnPrint {
	width: 165px;
	float: right;
}

#rightColumnPrint ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#rightColumnPrint li {
	border-bottom: 1px solid #7d8388;
	padding: 5px 0;
}

#rightColumn ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#rightColumn li {
	border-bottom: 1px solid #7d8388;
	padding: 5px 0;
}

.header2 {
	clear: both;
	padding: 15px 0 5px 0;
}

.swatch {
	float: left;
	width: 167px;
	margin: 5px;
	border: 1px solid #bdbcbd;
}

a.swatchLink:link, a.swatchLink:active, a.swatchLink:visited {
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #5c5c5c;
	background: #fff url(images/global/DD-action-button-bg.gif) repeat-x 100% 100%;
}

a.swatchLink:hover {
	color: #819fb8;
	background: #f7f9fb url(images/global/DD-action-button-bg-over.gif) repeat-x 100% 100%;
}

.swatch img {
	margin-bottom: 3px;
	border: 1px solid #000;
}

.swatch input {
	margin:0;
	padding:0;
}

.door-1 {
	background-color: #fff;
}

.rfq-door-2 {
	background-color: #eef4f8;
}