* {

    margin: 0;
    position: relative;
    zoom: 1;
}

a img {border: none; }

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -234px; /* the bottom margin is the negative value of the footer's height */
}

.page {

    width:800px;
 	height:500px;
    margin:auto;
    background: #fff url('../images/home-page-bg.jpg') no-repeat center 40px;

}

.footer, .push {
	height: 234px; /* .push must be the same height as .footer */
}

.footer {
  /* background:#ffffff url('../img/footer.png') no-repeat center center; */
}

.header {

   margin-left: 122px;
   padding-top:   61px;
}



#sub-nav-container {
   float:left;
   margin-top: -70px;
   margin-left: -140px;


}




#address-info {
position: relative;
z-index: 99;
text-align:right;
float:right;
margin-top: -35px;
margin-right: 150px;

}

#nav{
    /*float:left;*/
    z-index : 99;
	padding: 0;
    list-style: none;
    width: 550px;
    /*margin:auto; */
    /*border: 1px solid #000; */
}



#nav-container {
   /* float:left;*/

    width:450px;
    margin:auto;
    margin-top: 45px;

}


#flooring { float:left; width: 120px;margin-top:2px; }
#windows-fashions{   float:right; width: 120px; margin-right:-6px; }
#email-info {  float:left;margin-top:40px; margin-left:-20px;}
/*#team { width:120px ; margin-left: 200px; margin-top:-5px; }*/
#carpet-one-logo { float:right; margin-right: -30px;margin-top: 32px;}

#nav a {
	display: block;
	width: 15em;
}

.clear {
  clear: both;
}



#email-info a {
  color:white;
  text-decoration:none;
}

#windows-nav  {
  margin-top:50px;
  float:left;
 width: 35em; /*
  border: 1px solid #000;*/
  list-style:none;
}

#address-info a {
  text-decoration: none;
  color: #000000;
}

#windows-nav li {
  padding-top:5px;
  float: left;
  width: 11em;
}

#windows-nav li a {
   color:#5A4099;
   padding:3px;
   width: 11em;
}

#windows-nav li a:hover {
   background-color:#5A4099;
   color: #ffffff;
}

#nav li {
	float: right;
    margin-right: 50px;
    margin-top: -45px;
	width: 15em;
}




#sub-nav, #sub-nav ul {

 float:left;
 z-index : 99;
 height: 180px;
 background: #fff;
 border: 1px solid #5A4099;
 width:700px;
 margin-left: -370px;
 list-style: none;
}

#sub-nav li {
  padding: 5px;
  float: left;
  width: 10.2em;
}

#sub-nav a {
	display: block;
	width: 10.2em;
}

a.last {
  text-align: right;
 }

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/