/* CSS Document */
img, div {behavior: url(iepngfix.htc) }
body{
	margin:0px auto;
	padding:0px;
	background-color:#000000;
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;
	text-align:center; /* for IE */ 
}

#main {
   width:100%; 
   height:auto;
   text-align:left; 
   float:left;
   border:solid 0px #a4a4a4; 
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;	
}

#wrapper {
   text-align:left; /* reset text alignment */
   width:900px; /* or a percentage, or whatever */
   margin:0 auto; /* for the rest */
} 

#header{
   width:900px; 
   height:245px;
   border:solid 0px #000000; 
   float:left;
   background-repeat:no-repeat;
   padding:0px;
  
}


#MainContent{
   width:900px; 
   height:468px;
   text-align:left; 
   border:solid 0px #000000; 
   float:left;
   background-repeat:no-repeat;
}
#Footer{
   width:900px; 
   height:364px;
   text-align:left; 
   border:solid 0px #000000; 
   float:left;
   background-repeat:no-repeat;
}

.coreSearchInput{
width:190px; 
border:solid 0px #000000;
float:left;
height:15px;
font-size:12px;
padding:0px 0px 0px 0px;
color:#575656;
margin:0px 0px 0px 7px;
}
#coreSearchSubmit{
width:63px; 
height:25px;
border:solid 0px #000000;
float:left;
display:block;

}

.homelink {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}
.retailhours {
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
}

.tollfreenumber {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color:#FFFFFF;
/*	padding-left:20px; */
/*	margin-top:-10px; */
}


