html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}




#head-container

{
	
	color: #000;
	background: #AABAB9
	
}
#header
{
	margin: 0 auto;
	width: 900px;
	padding-top: 8px;
	background: #AABAB9;
	
	
}
#header h1 { margin: 0; }

/* Main box with content including the three home buttons, spanning all the way to the footer*/
#content-container
{
	width: 100%;
	color: #000;
	background: #C9CFD1; /*the container takes over the whole page, with a smaller container having the white background inside of it */
	
	
}

#content-container2
{
	margin: 0 auto;
	padding: 0;
	width: 900px;
	
	
	
}

#content-container0
{
	float: left;
	width: 900px;
	background: #ffffff;

	
	
}
#content-container01
{
	color: black;
	font-family: Arial;
	padding: 0 0 0 65px;
	font-size: 20px;
	font-weight: bold;
	border-color: black;
	rem border-bottom: 1px solid #AABAB9;
	
	
	
	
	
}
	



#content-container3

{

	float: left;
	width: 900px;
	background: #ffffff;
	rem border-bottom-right-radius: 20px;
	rem border-bottom-left-radius: 20px;
	
	
	


}



#content

{ 
	font-family: Arial;
	clear: left;
	float: left;
	width: 560px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
	
	
	
	
	
	
}



#content h2 { margin: 0; }

#aside

{
	font-family: Arial;
	float: right;
	width: 250px;
	padding: 20px 0 0 0;
	margin: 0 30px 0px 0px;
	display: inline;
	
	
	
}

#aside h3 { margin: 0; text-align: center; }

#phone {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: navy;
	margin-bottom: 5px;
}

#email {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: navy;
	margin-bottom: 15px;
}

#warranty {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FE0000;
}
#footer-container{
	clear: left;
	width: 900px;
	margin: 0 auto;
	color: #fff;
	background: #070908;
}

#footer{
	margin: 0 auto;
	width: 900px;
	text-align: right;
	padding: 20px;
	height: 1%;
}



#footer2 {
   
   position:fixed;
   left:0px;
   bottom:0px;
   height:16px;
   width:900px;
   background:#070908;
   
}

/* IE 6 */
* html #footer2 {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}


#footer3 {
	margin: 0 auto;
	width: 900px;
    text-align: right;
    text-transform: uppercase;
    font-family: Arial;	
    font-size: 15px;
   	background:#070908;
	color: white;
}

a {
	color: #464B4D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}

.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	    }
.all-around-shadow {
-moz-box-shadow: inset 0 0 5px #888;
-webkit-box-shadow: inset 0 0 5px#888;
box-shadow: inner 0 0 5px #888;
}


#footer-new {

	   	clear: left;
	    left:0px;
	    bottom:0px;
	    height:15px;
	    width:100%;
	    background:#070908;

	}
	#footer-new2 {
		


		margin: 0 auto;
		width: 900px;
	    text-align: right;
	    text-transform: uppercase;
	    font-family: Arial;	
	    font-size: 10px;
	   	background:#070908;
		color: white;