html { margin: 0 auto; height:100%; min-width:900px}

/*body { margin: 0 auto; height:100%; width:900px}*/ 
body { margin: 0 auto; height:100%; padding:0;}

img {border:0px}

h1 {
font-size:16px;
text-decoration:none;
font-weight:100;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
padding-left:30px;
padding-right:30px;

}

h2 {
font-size:16px;
text-decoration:none;
font-weight:100;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
padding-left:30px;
padding-right:30px;
}

.nolink {
	text-decoration:none;
	color:#000;
}

.textformat {
padding-top:0px;
padding-left:30px;
padding-right:30px;
}

.leftpad {
padding-top:0px;
padding-left:30px;
}

.quotetext {
font-size:18px;
color:#0e4b9e;
font-weight:bolder;
font-style:italic
}

.smalllink {
font-size:12px
}

.FooterText {
position:relative;
top: 50px;
text-align:center;
font-size:12px;
}

#mainContainer {
background:url(images/mainbackground.gif);
position:relative;
width: 900px;
min-height: 100%;
margin: 0 auto;
margin-top: -250px; 

/*** Centers the design ***/
/***text-align: center;   for IE ***/
}

* html #mainContainer {
height: 100%;  /*** originally in * html #mainContainer IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

#Header {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:260px;
	margin: 0 auto;
	background:url(images/Header2noaddress.gif);
	z-index: 9;
}

#BodyContent {
	position:relative;
	width:786px;
	z-index:7;
	background:#fff9d8;
	padding-top: 260px;
	padding-bottom: 179px;
	margin: 0 auto;
}

#Footer {
	position:relative;
	width:900px;
	height:179px;
	z-index:8;
	background:url(images/Footer.gif);
	margin: 0 auto; 
	margin-top:-179px;
}

#Logo {
	position:absolute;
	left:100px;
	top:10px;
	width:310px;
	height:85px;
	}
	
#Address {
	color:#0e4b9e;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	left:110px;
	top:120px;
	}
	
#About-btn-1 {
	position:absolute;
	left:331px;
	top:106px;
	width:88px;
	height:40px;
}

#SelfWash-btn-1 {
	position:absolute;
	left:290px;
	top:154px;
	width:137px;
	height:40px;
}

#FullService-btn-1 {
	position:absolute;
	left:292px;
	top:202px;
	width:156px;
	height:40px;
}

#Boutique-btn-1 {
	position:absolute;
	left:642px;
	top:59px;
	width:122px;
	height:40px;
}

#Gallery-btn-1 {
	position:absolute;
	left:652px;
	top:107px;
	width:99px;
	height:40px;
}

#Awards-btn-1 {
	position:absolute;
	left:655px;
	top:107px;
	width:101px;
	height:40px;
}

#Testimonials-btn-1 {
	position:absolute;
	left:642px;
	top:152px;
	width:173px;
	height:40px;
}

#Links-btn-1 {
	position:absolute;
	left:620px;
	top:201px;
	width:87px;
	height:40px;
}

#facebook_hd {
		position:absolute;
	left:650px;
	top:5px;
}

#facebook_hd a{
	font-size:12px;
}

.product-thumbs {
	float:left;
	width:200px;
	margin:10px;
}
	

