@charset "UTF-8";
body  {
	background-color:white;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height:125%;
	margin: 20px 0 0;
}

.CarpetinfoHome #container {
	width: 900px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
}  

.CarpetinfoHome #header {
	height: 120px;
	width: 900px;
} 

.CarpetinfoHome #navFoot {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.Carpetinfo #container {
	width: 960px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}  
.Carpetinfo #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
} 
.Carpetinfo #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.Carpetinfo #navLeft {
	float: left;
	width:135px;
	background-image: url(../images/nav_pix/Navbar_Background.gif);
	height: 520px;
	background-repeat: no-repeat;
	padding: 5px 0px 0px;
}

.Carpetinfo #RightPic250 {
	float: right;
	width: 250px;
	margin-top: 20px;
}
.Carpetinfo #RightPic250SplatGreen {
	padding: 5px;
	border: thin none maroon;
	background-color: #d3d3a5;
}
.Carpetinfo #RightPic250SplatYellow {
	padding: 5px;
	border: thin none maroon;
	background-color: #fefed2;
}
.Carpetinfo #RightPic250ColBG {
	float: right;
	width: 250px; /* top and bottom padding create visual space within this div */
	background-color: #FFFFCC;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.Carpetinfo #RightAd {
	float: right;
	width: 250px; /* top and bottom padding create visual space within this div */
	padding-top: 150px;
}

.Carpetinfo #RightAdTall {
	float: right;
	width: 250px; /* top and bottom padding create visual space within this div */
	padding-top: 20px;
	text-align: right;
}
.Carpetinfo #RightAdTallNarrower {
	float: right;
	width: 170px; /* top and bottom padding create visual space within this div */
	padding-top: 20px;
	text-align: right;
}
 .Carpetinfo #BannerAd {
	padding-top: 20px;
}

.Carpetinfo #mainContent {
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0;
	margin: 10px 250px 0 155px;
} 

.Carpetinfo #mainContentNarrowerRight {
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0;
	margin: 10px 170px 0 155px;
} 

.Carpetinfo #mainContentNoRight {
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0;
	margin: 10px 10px 0 155px;
} 
.Carpetinfo #navFoot {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 155px;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* These 4 lifted from previous version of site to save mucking about. All content boxes belong to the content class. Carpet prod pages - Portrait pic here, spec goes in RightCarpets div DIFF FROM CARPET_PRODS.CSS) */

.ContentCarpets { position: absolute; width:300px; top: 100px; left: 175px; z-index: 3; padding:0; }

/* Landscape pic here, spec goes in RightCarpets div DIFF FROM CARPET_PRODS.CSS) */

.Carpetinfo #CarpetsLS {
	margin-top: 20px;
	margin-right: 370px;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0;
} 


/* Carpet prod pages PORTRAIT - spec goes in RightCarpets div) */
#RightCarpets { 
	position:absolute; 
	width:auto; 
	top:100px; 
	left: 495px; 
	right:20px; 
	margin: 0; 
	padding: 10px; 
	border:solid 1px gray; }

/* Carpet prod pages LANDSCAPE - spec goes in RightCarpets div) */
#RightCarpetsLS {
	width:350px;
	top:100px;
	right:20px;
	margin-top: 20px;
	padding: 10px;
	border:solid 1px gray;
	float: right;
}


.ImageLeft {
	margin-right: 20px;
	margin-bottom: 10px;
}