/*CSS Document*/
/*Comment all css which you are NOT useing in Layout*/
/*Body Link css*/
/*Body css*/
html, body {
	margin:0px;
	padding:0px 0px 0px 0px; background-color:#bfbfbf;}
	
div, dl, dt, dd, ul, img, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	border:0px;
}
ul, li {
	list-style:none;
	margin:0px ;
	padding:0px;
}
a{ color:#5d6871; text-decoration:none;}
a:hover{ color:#5d6871; text-decoration:underline;}


h1{font-size:22px; color:#5d6871; font-weight:700; padding:0px 0px 10px 0px; line-height:18px;}
h2{font-size:22px; color:#5d6871; font-weight:normal; padding:0px 0px 30px 0px;}
h3{font-size:22px; color:#5d6871; font-weight:normal; padding:0px 0px 10px 0px; line-height:22px;}

.free-sample h2,.contact-us h2,.flooring-inspiration-right h2{ font-weight:300 !important;}


p{font-size:14px; color:#7d8590; line-height:20px; padding:0px 0px 10px 0px; }

/*Bg css */
.bgblue{ background-color:#172983;}
.bgred{ background-color:#e2001a}
.bgsblue{ background-color:#2ea7d3}
.bgpurple{ background-color:#783e8e}
.bgorange{ background-color:#ee7d01}
.bglblue{ background-color:#6580ba}




/*Text color css*/

.green{color:#75b1a5; font-weight:700 !important;}


/*Text Align css*/
.tal{text-align:left;}
.tar{text-align:right;}
.tac{text-align:center;}
.taj{text-align:justify;}
.uper{text-transform:uppercase;}
.fl{float:left;}
.fr{float:right;}

