/* CSS Document */

/* BEGIN GLOBAL Properties //////////////////////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
}

/*body moved to index */



a {
	color:#0000FF;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color:#FF0000;
}

a img {
	border: none;
}

.american{font-size:25pt; font-family:Arial, Helvetica, sans-serif; Font-weight:bold; padding-left:30px;}
.american2{font-size:10pt; font-family:Arial, Helvetica, sans-serif; Font-weight:bold; padding-left:15px;}
.phone{font-size:10pt; font-family:Arial, Helvetica, sans-serif; Font-weight:bold; padding:10px}
.redtext {
	color: #A20000;
}

#container_home {
	position: relative;
	margin: 0px auto 0 auto;
	width:980px;
	height: 500px;
	background: url(web/main_shdw.png) no-repeat;
}

#top_pic{ width:150px; background-image:url(images/trowl.png); background-repeat:no-repeat; height:133px; position: absolute;
	right: 23px; border:0px #fff solid; z-index:999999;
	margin:0px;
	top: 42px;}

#display {
	position: relative;
	width: 800px;
	padding-top: 10px;
	margin-left: 10px;
}

.clearFloat {
	clear: both;
}

/* END GLOBAL Properties //////////////////////////////////////////////////////////*/






/* BEGIN Header CSS /////////MOVED TO INDEX HEADER DUE TO DYNAMIC HEIGHT////////////////////////////////////////////////////////////////*/


#toppix {
	position: relative;
	width: 980px;
	background-image:url(web/subhead1.png);
	background-repeat:no-repeat; background-position:center;
	background-position:bottom;
	background-color:#000000;
	height: 150px;
	float: left;
	display:block;
}

#header img {
	text-align: left;
	padding-left: 20px;
	float:left;
}

.photobox{
   border: 1px solid;
   background-color: white;
   border-color:  #666666;
   padding: 5px 5px 5px 5px;
   margin:20px 0 0 0;
}

/* about mohawk, mohawk credit, contact us */
#secondaryNav {
	position: absolute;
	right: 743px;
	top: 89px;
	float: right;
}

#secondaryNav a {
	color: #3a2b20;
	text-decoration: none;
	border-right: 1px solid #3a2b20;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:normal;
	font-size:12px;
}

#secondaryNav a:hover { text-decoration: underline; }

#secondaryNav a.lastLink {
	border-right: 0;
}



#siteSearch {
	position: absolute;
	left: 450px;
	top: 29px;
	float: right;
	display:block;
	width: 260px;
	vertical-align:bottom;
}
#siteSearch input {
	float: left;
}
#siteSearch img {
	padding-top: 5px;
	margin-left: -12px;
}

/* END Header CSS /////////////////////////////////////////////////////////////////////////*/




/* BEGIN Footer CSS /////////////////////////////////////////////////////////////////////////*/

#footer {
clear:both;
	width: 800px;
	text-align:center;
	margin-top: 20px;
	padding-bottom: 20px;
	color: #beac98;
	font-size: 10px;
}

#footer a {
	color: #beac98;
	font-size: 10px;
	text-decoration: none;
	border-right: 1px solid #beac98;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:normal;
}

#footer a:hover { text-decoration: underline; }

#footer a.lastLinkFooter {
	border-right: 0;
}


/* END Footer CSS /////////////////////////////////////////////////////////////////////////*/





/* BEGIN Main Navigation CSS /////////////////////////////////////////////////////////////////////////*/


#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}

/*
#navigation ul li a:hover {
	color: #FFFFFF;
}
*/



/* Defines the size of each navigation element */
#navigation ul #nav_carpet, #navigation ul #nav_carpet .main_link {
	width: 120px;
}

#navigation ul #nav_hardwood, #navigation ul #nav_hardwood .main_link {
	width: 136px;
}

#navigation ul #nav_laminate, #navigation ul #nav_laminate .main_link {
	width: 128px;
}

#navigation ul #nav_tile, #navigation ul #nav_tile .main_link {
	width: 153px;
}

#navigation ul #nav_rugs, #navigation ul #nav_rugs .main_link {
	width: 137px;
}

#navigation ul #nav_resilient, #navigation ul #nav_resilient .main_link {
	width: 130px;
}

#navigation ul #nav_mymohawk, #navigation ul #nav_mymohawk .main_link {
	width: 152px;
	/* Removes the background image of the navigation separator */
	background: none; text-decoration:none;
}

/* Sets the link tag of each main navigation element to block so that the active area of the link spans the entire navigation element */
#navigation ul li .main_link {
	display: block; text-decoration:none; font-weight:bold;
}

#navigation ul li, #navigation ul li a {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 100%;
}

#navigation ul li ul {
	display: none;
	position: absolute;
	margin: 5px 0px 0px -3px;
	padding: 0px 10px 10px 0px;
	/*background: url(web/shadow.png);*/
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: solid 0px #FFFFFF;
}
/*
#navigation ul #nav_carpet ul{
	margin: 5px 0px 0px 0px;
}
#navigation ul #nav_mymohawk ul {
	margin: 5px 0px 0px -3px;
	padding: 0px 0px 10px 0px;
}
*/

#navigation ul li:hover .main_link, #navigation ul li.over .main_link, #navigation ul li .main_selected {
	color: black; text-decoration:none;
	 
}

#navigation ul li:hover, #navigation ul li.over {
	color: #8bcbd4;
	cursor: pointer; text-decoration:none;
}

/* sets the secondary navigation elements to block when the parent navigation is rolled over */
#navigation ul li:hover ul, #navigation ul li.over ul {
	display: block; text-decoration:none;
}

#navigation ul li ul li{
	float: none;
	background-image: none;
	background-color: #b4b4b4;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 2px 4px;
	width: 150px;
	height: auto;
	text-align: left;
	border-bottom: solid 1px #3a2b21;
	border-right: solid 1px #3a2b21;
	border-left: solid 1px #3a2b21;
}

#navigation ul #nav_mymohawk ul li{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 2px 4px;
	width: 151px;
	height: auto;
	text-align: left;
}

#navigation ul li ul li:hover, #navigation ul li ul li.over {
	background-color: #ffffff;
	color: #8bcbd4;
}

#navigation ul li ul li a{
	color: #000000;
	text-decoration: none;
	text-transform: none;
	font-weight:bold;
}

#navigation ul li ul li a:hover{
	color: #444444;font-weight:bold;
}

#navigation ul li ul li:hover a, #navigation ul li ul li.over a{
	color: #444444;
}

/* END Main Navigation CSS /////////////////////////////////////////////////////////////////////////*/








/*BEGIN Homepage CSS /////////////////////////////////////////////////////////////////////////*/

/* Defines flash area of homepage */
#flashArea {
	clear: both;
	float:none;
	height: 425px;
	width:980px;
	background-color: #fff;
}

#contentArea {
	clear: both;
	float: left;
	background: #fff url(../../images/contentBkgd.jpg) repeat-x;
	background-position:bottom;
	color: #3a2b20;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 20px 0px;
	width: 970px;
	display: block;
}

#content_subsection_1 {
 	width: 469px;
	padding: 0px 5px 0px 0px;
	float: left;
}

#content_subsection_1 p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}


/*END Homepage CSS /////////////////////////////////////////////////////////////////////////*/





/* BEGIN Interior Content CSS /////////////////////////////////////////////////////////////////////////*/


#inner_wizardArea {
	clear: both;
	float:none;
	height: 600px;
	width:980px;
	background-color: #fff;
	border-bottom: solid 1px #ebe7de;
}

#inner_contentArea {
	clear: both;
	float: left;
	background-position:right top; background-repeat:repeat;
	color: #3a2b20;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
/*	
background-color: #ebeaeb;
	background-image: url(web/content_paper2.jpg);
*/

}

#inner_contentArea_promo {
	clear: both;
	float: left;
	background-color: #fff;
	background-position:bottom;
	color: #3a2b20;
	width: 980px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#inner_contentArea_promo p {
	color: #3a2b20;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.minheight {
	min-height: 400px;
}

#inner_contentArea p {
	color: #3a2b20;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.content_subsection_full {
	float: left;
	width: 800px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 1px #c8d5a6;
}

.content_subsection_full_noborder {
	float: left;
	width: 800px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 10px 0px;
}

/* .content_subsection_left contains the body copy of each 2 column interior page */
.content_subsection_left {
	float: left;
	width: 350px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.content_subsection_right {
	float: left;
	width: 350px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}


/* This definition list contains the collections list found in carpet, hardwood, laminate, etc. */
.content_subsection_right dl {
	float: left;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #3a2b20;
}







.content_subsection_ask {
	margin: 0px 10px 0px 10px;
}

.link_small h4 {
	text-align: left;
}

.link_small p {
	font-size: 11px;
	text-align: left;
}

.link_small a {
	color: #72aeb6;
	font-size: 11px;
	text-decoration: non3n;
}

.lin1_small a:hover {
	color: #3a2b20;
	text-decoration: underline;
}
#bottom_links_right_column 
{
    float:left;
	width: 230px;
}

.content_subsection_right #link_bottom {
	float: left;
	width: 489px;
	height: 100px;
	border-top: solid 1px #c8d5a6;
}

.content_subsection_right #link_bottom_greenworks {
	float: left;
	width: 469px;
	padding: 0px 10px 0px 10px;
	border-top: solid 1px #c8d5a6;
}




.content_subsection_bottom .bottom_links{
	float: left;
	padding: 0px 28px 0px 0px;
	font-size: 11px;
}

img.logo {
	float: left;
	margin-right: 10px;
}


#inner_contentArea ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#inner_contentArea ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#faq_list {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}



#faq_list .faq_selected a {
	color: #72aeb6;
}

/* END Interior Content CSS /////////////////////////////////////////////////////////////////////////*/





/* BEGIN Colections Page CSS //////////////////////////////////////////////////////////////////*/

.content_subsection_right_border a {
	color: #72aeb6;
	font-size: 11px;
	text-decoration: none;
}

.content_subsection_right_border a:hover {
	color: #3a2b20;
	text-decoration: underline;
}

div.divide {
border-top: solid 1px #c8d5a6;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px 10px 0px 10px;
}

.show {
display: block;
}

.hide {
display: none;
}
.collectionsCopy 
{
 /*   width:400px;
    margin: 0px 0px 0 0px;
    padding: 0 0 0 0;*/
}
/* END Colections Page CSS //////////////////////////////////////////////////////////////////*/


form .TextBox {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 2px;
}
form select.ComboBox {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	font-size: 12px;
	background-color: #FFFFFF;
}

table.InputTable {
	width: auto;
	border: 0;
}
table.InputTable td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
}

table.InputTable .tdindent {
	padding: 4px 4px 4px 30px;
}

table.ListTable {
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	color: #666666;
}
table.ListTable td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	margin: 0px;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

table.ListTable .tr1 {
	background-color: #FFFFFF;
}

table.ListTable .tr2 {
	background-color: #E9E9E9;
}

.trim {
	float: left;
	width: 205px;
	height: 230px;
	margin: 0px 15px 0px 0px;
}

.install_list a {
	font-size: 12px;
}


.defaultTable {
	width: auto;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.defaultTable tr {
	margin: 0px;
	padding: 0px;
}

.defaultTable tr td {
	padding: 4px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#landingPgDiv {
	float: left;
	width: 469px;
	padding: 0px 10px 0px 10px;
	border-bottom: solid 1px #c8d5a6;
}

#landingPgDivBottom {
	width: 469px;
	padding: 15px 10px 10px 10px;
	margin-bottom: 10px;
	clear: both;
}

#landingPgDivBottom2 {
	width: 469px;
	padding: 15px 10px 10px 10px;
	margin-bottom: 10px;
	clear: both;
	border-top: solid 1px #c8d5a6;
}

.roomMatePadding {
	padding: 0px 0px 10px 10px !important;
}

#ctl00_ContentPlaceHolder1_TreeView1n0Nodes div a {
	color: #8bcbd4;
	font-weight: bold;
}

#ctl00_ContentPlaceHolder1_category, .InputTable {
	z-index: 1;
	}
	
.disclaimer {
    font-size: 10px;
}
.copy{font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:20px; color:#333333}
input.textfieldred{border:1px #ff0000 solid}
