body{
	margin:10px 0;
	padding:0;
	background-color:#999;
	font-family:Arial, Helvetica, sans-serif;
}


/*  ------------- LAYOUT -------------  */

#pageWrapper {
	margin:0 auto;
	width:1020px;
	text-align:center;
	background-image:url(images/BG-header.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	border:#FFF solid 1px;
}

#header{
	margin:0 auto;
	width:960px;
	height:192px;
	text-align:left;
	}
	
#header img{
	float:left;
	margin:0;
	padding:0;
	behavior: url(../iepngfix.htc);
	width:280px;
	height:192px;
	}
	
#header  #headerText {
	float:right;
	width:610px;
	margin:0;
	padding:0;
	
}
#storeWrapper {
	clear:both;
	margin:0 auto;
	padding:25px 50px 60px 50px;
	width:860px;
	text-align:left;
	overflow:hidden;
	}
	
#storeWrapper #storeDetails, #storeWrapper #map {
	float:left;
	width:260px;
	padding:0 40px 0 0;
	}
#mapWrap {
	width:260px;
	height:260px;
	border:#063 solid 1px;
	background-color:#CCC;
}
#hoursWrapper {
	float:left;
	width:260px;
	margin:20px 0;}

#notesWrapper {
	float:left;
	width:260px;
	margin:0;}
	
#storeWrapper #taxDetails {
	float:right;
	width:260px;
	margin:0;
	padding:0;
	}
	
#map #directions h3 {
	float: left;
	margin-right: 7px;
	}
	
#map #directions img {
	border: none;
	margin-top: 10px;
	}

#map #directions a.sendToMobile img {
	margin: 0 7px 0 50px;
	}
	
/* ------------------ Store Locator Send to Mobile ------------------ */
#facebox #locationSendToMobile {
	font-size: 12px;
}
#facebox #locationSendToMobile label {
	clear: left;
	float: left;
	margin-bottom: 10px;
	width: 12em;
}
#facebox #locationSendToMobile .example {
	color: #444;
	margin-left: 8px;
	white-space: nowrap;
}
#facebox #locationSendToMobile #finePrint {
	clear: both;
	color: #555;
	float: left;
	font-size: 10px;
	padding-top: 20px;
}
#facebox #locationSendToMobile input, #facebox #locationSendToMobile select {
	float: left;
	margin-bottom: 10px;
}
#facebox #locationSendToMobile .error_message {
	color: red;
	float: left;
}
#facebox #locationSendToMobile #otherCarrier {
	clear: left;
	display: none;
}

/* ------------------ (Click 2 Call) Send to Phone ------------------ */
#facebox #locationSendToPhone {
	font-size: 12px;
}

#facebox #locationSendToPhone .example {
	color: #444;
	margin-left: 8px;
	white-space: nowrap;
}

#facebox #locationSendToPhone input, #facebox #locationSendToPhone select {
	margin-bottom: 10px;
}

#facebox #locationSendToPhone #finePrint {
	clear: both;
	color: #555;
	float: left;
	font-size: 10px;
	padding-top: 20px;
}

#facebox #locationSendToPhone #showC2CError {
	color: red;
	margin-bottom: 10px;
}

.locationText {
	color: #666666;
	font-size: 12px;
	line-height: 14px;
}
.locationText img {
	margin: 0 7px 0 14px;
}
#footer {
	clear:both;
	background-image:url(images/BG-footer.jpg);
	background-repeat:no-repeat;
	background-color:#9D45AD;
	height:50px;
	}
#footer div{ 
	padding:12px 90px;
	color:#FFF;
	}
	
/*  ------------- TYPOGRAPHY -------------  */


#header h1{
	font-size:22px;
	color:#063;
	font-weight:100;
	margin:30px 0 0 0;
	}
#header p {
	font-size:12px;
	line-height:18px;
	margin:0 50px 0 0;
	}	
	
#storeWrapper h1 {
	font-size:36px;
	color:#063;
	font-weight:100;
	margin:0 0 10px 0;
	}

#storeWrapper h2 {
	font-size:18px;
	color:#000;
	font-weight:100;
	margin:0 0 2px 0;
	}

#storeWrapper h3 {
	font-size:18px;
	color:#063;
	font-weight:100;
	margin:0 0 10px 0;
	}
	
#storeWrapper h4 {
	font-size:14px;
	color:#939;
	font-weight:100;
	margin:10px 0 0 0;
	}
	
#taxDetails p {
	font-size:12px;
	line-height:18px;
	margin:0 0 10px 0;
}

#taxDetails ul {
	font-size:12px;
	line-height:18px;
	list-style:url(../images/arrow_next.gif);
	margin:0 0 10px 0;
	padding:0 0 0 25px;
}

#taxDetails li {
	padding:3px 0;
}

#hoursWrapper h3 {
	font-size:18px;
	color:#063;
	font-weight:100;
	margin:0 0 2px 0;
	}
	
#hoursWrapper .day { 
	font-size:14px; 
	color:#000; 
	float:left; 
	width:120px; 
	font-weight:bold;
	line-height:20px;
	}
	
#hoursWrapper .hours{ 
	font-size:14px; 
	color:#939; 
	float:right;
	width:140px;
	line-height:20px;
	}
	
#notesWrapper {
	font-size:12px;
}

#notesWrapper h3 {
	font-size:18px;
	color:#063;
	font-weight:100;
	margin:10px 0 2px 0;
	}
	
#map h3 {
	font-size:18px;
	color:#063;
	font-weight:100;
	margin:10px 0;
	}

#footer a{ 
	color:#FFF;
	font-size:10px;
	}

#footer a:hover{ 
	color:#CCC;
	}
