html, body {
	height: 100%;
}
body {
	margin: 0px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin: 0 auto -8em;*/
	margin: 0 auto -150px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
.footerWrap, .push {
	/*height: 8em;*/
	height: 150px;
}
.footerWrap {
	background-image: url(../../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #E7E8EA;
	/*margin-top: 20px;THIS BREAKS SHIT*/
}
.headerWrap {
	background-image: url(../../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 117px;
	width: 100%;
}
.header {
	height: 82px;
	width: 938px;
	margin-right: auto;
	margin-left: auto;
}
.topNav {
	height: 35px;
	width: 938px;
	margin-right: auto;
	margin-left: auto;
}
#aboutBtn {
	float: left;
	height: 35px;
	width: 103px;
	background-image:url(../../images/about_btn_off.jpg);
}
#designerAdviceBtn {
	float: left;
	height: 35px;
	width: 132px;
	background-image:url(../../images/designer_advice_btn_off.jpg);
}
#collectionBtn {
	float: left;
	height: 35px;
	width: 125px;
	background-image:url(../../images/collection_btn_off.jpg);
}
#featuredProductBtn {
	float: left;
	height: 35px;
	width: 146px;
	background-image:url(../../images/featured_product_btn_off.jpg);
}
#exclusivesBtn {
	float: left;
	height: 35px;
	width: 182px;
	background-image:url(../../images/exclusives_btn_off.jpg);
}
#specialsBtn {
	float: left;
	height: 35px;
	width: 85px;
	background-image:url(../../images/specials_btn_off.jpg);
}
#pressBtn {
	float: left;
	height: 35px;
	width: 71px;
	background-image:url(../../images/press_btn_off.jpg);
}
#contactBtn {
	float: left;
	height: 35px;
	width: 94px;
	background-image:url(../../images/contact_btn_off.jpg);
}
.moduleWrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	width: 877px;
	margin-right: auto;
	margin-left: auto;
	min-height: 180px;
}
#aboutPG #aboutBtn img {
	visibility:hidden;
}
#designerAdvicePG #designerAdviceBtn img {
	visibility:hidden;
}
#collectionPG #collectionBtn img {
	visibility:hidden;
}
#exclusivesPG #exclusivesBtn img {
	visibility:hidden;
}
#featuredProductPG #featuredProductBtn img {
	visibility:hidden;
}
#specialsPG #specialsBtn img {
	visibility:hidden;
}
#pressPG #pressBtn img {
	visibility:hidden;
}
#contactPG #contactBtn img {
	visibility:hidden;
}
.moduleWrap .titles {
	margin-bottom: 10px;
}
.moduleWrap a {
	color: #666666;
	text-decoration: none;
}
.moduleWrap a:hover {
	color: #999999;
}


.module01 {
	width: 270px;
	float: left;
	background-image: url(../../images/module_line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	height: 140px;
	padding-top: 20px;
}
.module01  .icon {
	float: right;
	margin-left: 10px;
}
.module02 {
	width: 257px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	height: 140px;
	padding-top: 20px;
}
.module02 .icon {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

.module03 {
	width: 270px;
	float: left;
	height: 140px;
	padding-top: 20px;
	padding-left: 20px;
	background-image: url(../../images/module_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.module03 .icon {
	float: right;
	margin-left: 10px;
}
.footer {
	width: 938px;
	margin-right: auto;
	margin-left: auto;
}
.footer .sketch {
	margin-top: 20px;
	float: left;
}
.footClear {
clear:both; 
width:100%; 
height:20px;
}
.copyright {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 40px;
}
.copyright  p {
	margin-top: 0px;
	margin-bottom: 10px;


}

.copyright  a {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left:5px;
}


.newsletter {
	width: 200px;
	padding-left: 18px;
	margin-top: 48px;
	height: 50px;
	float: left;
}
.newsletter .arrow {
	margin-left: 5px;
}
.newsletter #textfield {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #d3d3d4;
	border: 1px solid #d3d3d4;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 125px;
	float: left;
}
.productSearch #textfield {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #d3d3d4;
	border: 1px solid #d3d3d4;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	float: left;
}
.trade {
	float: right;
	margin-top: 10px;
	margin-right: 18px;
}
.productSearch {
	float: right;
	margin-top: 20px;
}
.navSearchBox .productSearch{
float: none;
}
.navSearchBox{
	/*border-top: 1px solid #e5e5e5;*/
	margin-top: 18px;
}
.productSearch a {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.productSearch a:hover {
	text-decoration: none;
}

.productSearch p {
	padding-left: 6px;
	margin-top: 5px;
}
.submitArrow  {
	padding-top: 1px;
	margin-left: 5px;
}
.logo {
	float: left;
}
.contentWrap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding-top: 20px;
	padding-left: 30px;
	min-height: 400px;
}
.contentWrap h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}


.aboutContent {
	float: left;
	width: 373px;
}
.rightContent {
	float: right;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	min-height: 450px;
}
.leftNav {
	float: left;
	width: 178px;
}
.copyContent {
	float: right;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	width: 708px;
	padding-top: 20px;
	min-height: 400px;
}
.copyContent   h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
.styleGuideContent {
	float: left;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	width: 375px;
	padding-top: 20px;
	min-height: 432px;
	padding-right: 20px;
}
.styleGuideContent   h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.rightImg {
	float: right;
}
.materialsFinishesContent {
	float: left;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	width: 458px;
	padding-top: 20px;
	min-height: 432px;
	padding-right: 20px;
}
.materialsFinishesContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
.displayThumbs td {
	height: 92px;
	width: 92px;
	border: 1px solid #e0e0e0;
	background-color: #FFFFFF;
	text-align:center;
}
.detailPic {
	width: 293px;
	border: 1px solid #CCCCCC;
	margin-top: 8px;
	text-align: center;
}
.prevBtn {
	float: left;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.prevBtn a {
	color: #666666;
	text-decoration: none;
}
.nextBtn {
	float: right;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.nextBtn a {
	color: #666666;
	text-decoration: none;
}
.detailBuyBtn {
	margin-top: 10px;
}
.red {
	font-weight: bold;
	color: #B0131C;
}
.iconType {
	font-size: 9px;
	line-height: 14px;
}
.copyContentLG {
	float: left;
	width: 895px;
	padding-top: 20px;
	min-height: 400px;
}
.copyContentLG h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
.specialThumbs  {
	height: 92px;
	width: 92px;
	border: 1px solid #e0e0e0;
}
.buyNowBtn {
	padding-left: 5px;
	padding-top: 10px;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.form  #textField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.sketchContent {
	float: left;
	width: 420px;
	padding-top: 0px;
	min-height: 432px;
	padding-right: 20px;
}
.sketchContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
.sketchThumbs td {
	height: 70px;
	width: 94px;
	border: 1px solid #e0e0e0;
	background-color: #FFFFFF;
}
.sketchThumbs {
	margin-top: 28px;
}

.sketchBox {
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.alignTopLeft{
vertical-align:top;
text-align:left;
}
.alignTop{
vertical-align:top;
}
a.currentPage{font-weight:bold !important;}
#stwrapper.stwrapper iframe#stframe.stframe{height:227px !important;}/*stops creation of scroll bar with sticky footer*/
#hear_about_hidden_row{display:none;}
.adThumbs  {
	border: 1px solid #e0e0e0;
}
#menu li#active_section a{
	font-weight:bold;
}
#menu li#active_section ol li a{
	font-weight:normal;
}
.social {
	float: left;
}
.styleGuideContent a {
	color: #666666;
	text-decoration: underline;
}
.styleGuideContent a:hover {
	text-decoration: none;
}
