﻿/*
This will be the CSS style sheet inherited by all Carpet Warehouse pages,...
*/

body {
  margin: 0px;
  padding: 0px;
}

#header {
  background: #ffffff;
  width: 100%;
  background-image:url(Images/CarpetWarehouseLogo.gif);
  background-repeat:no-repeat;
  background-position:center;
  height:119px;
   
}
#leftcol {
  background: #FFFFFF;
  float: left;
  width: 175px;
  height: 50%;
}

/*#rightcol {
  background: #FFFFFF;
  float: right;
  width: 15%;
  height: 50%;
  text-align:left;
  
}*/

#content {
   
  float: left;
  width: 75%;
  height: 50%;
  text-align:center;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:5px;
  padding-right:5px;
  border-style:solid ;  
  border-color:#7B97BA;
  border-width:1px; 
}
#footer {
  background: #FFFFFF;
  clear: both;
  width: 100%;   
  height:20%;
  background-image:url(Images/BottomFloor.jpg);
  background-repeat:no-repeat;
  background-position:center;
  height:107px; 
  padding-top:10px;  
}
#LeftTopSpacer
{
	height:0px;
	background-color:#FFFFFF;
}

/*#RightTopSpacer
{
	height:0px;
	background-color:#FFFFFF;
}*/

#BottomLinks
{
 text-align:center; 
 padding-top:10px;
}
#Armstrong
{
 text-align:center;
 padding-top:20px;
}
#BigUps
{
	padding-top:10px;
	text-align:center;
}



#CenteredText
{
	font-family:Calibri,Tahoma,Arial,Verdana;
	font-size:9pt;
	color:Black;
	text-align:center;	
}
.Normal
{
	font-family:Calibri,Tahoma,Arial,Verdana;
	font-size:9pt;
	color:Black;
}
.NormalCentered
{
	font-family:Calibri,Tahoma,Arial,Verdana;
	font-size:9pt;
	color:Black;
	text-align:center;
}


.NormalBold
{
	font-family:Calibri,Tahoma,Arial,Verdana;
	font-size:9pt;
	color:Black;
	font-weight:bold;
}

.Heading
{
	font-family:Calibri,Tahoma,Arial,Verdana;
	font-size:11pt;
	color:Black;
	font-weight:bold;
}

.Welcome
{
	font-size:30pt;
	font-family:Goudy Old Style,Calibri,Tahoma,Verdana,Arial;
	/*color:#1A6EE7;*/
	color:#3333CC;
	text-align:left;
}

/**** These style elements will be used for laying out the location page ***/

#LocationLeft
{
	padding-top:50px;
	padding-bottom:25px;
    float:left;
	width:30%;
  	font-family:Calibri,Tahoma,Arial,Verdana;
	font-size:12pt;
	color:Black;
}

#LocationMain
{
	padding-top:50px;
	padding-bottom:25px;
	float:left;
	width: 69%;
  	font-family:Calibri,Tahoma,Arial,Verdana;
	font-size:9pt;
	color:Black;
}

/******************************End of location page elements*****************************/




/******************************Embeded Home Page elements*****************************/


#ContentLeftCol {
  background: #FFFFFF;
  float: left;
  width: 200px;
  height: 100%;
}

#ContentRightSide{
  
  float: right;
  width: 500px;
  height: 100%;
  text-align:right;


}

/*************************End of Embeded Home Page elements***************************/

/******************************Embeded Hardwood Laminate elements*****************************/


#HardwoodLeftCol {
  background: #FFFFFF;
  float: left;
  width: 60%;
  height: 100%;
}

#HardwoodRightSide{
  
  float: right;
  width: 39%;
  height: 100%;
  text-align:right;


}

/*************************End of Embeded Hardwood Laminate  elements***************************/

