body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 12px;
	color: #999999;
	background-color: #000000;
	line-height:1.5em;
}
a:link, a:active, a:visited {
	color: #29ABE2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 17px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
#logo {
	padding-top: 30px;
	padding-bottom: 105px;
	text-align:center;
}
#checkoutLinks {
	float: right;
}
#checkoutLinks a {
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	color: #999999;
}
#checkoutLinks a:hover {
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	color: #29ABE2;
}
#menuHeader {
	padding-left:34px;
	padding-bottom: 15px;
	font-size:16px;
	font-weight:bold;
	text-transform:lowercase;
	color:#999999;
}
#menuHeader2 {
	padding-left:34px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size:16px;
	font-weight:bold;
	text-transform:lowercase;
	color:#999999;
}
#menuHeader2 a, #menuHeader2 a:hover {
	color:#999999;
	text-decoration:none;
}
#storeHours {
	text-align:right;
	font-size:11px;
	color:#999999;
}
#storeHours .header {
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
#iconNav {
	padding-top:15px;
	text-align:right;
}
#copyright {
	padding-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #999999;
	text-align:center;
}
#copyright a {
	text-decoration:none;
	color: #FFFFFF;
}
#copyright a:hover {
	text-decoration:none;
	color: #29ABE2;
}
#copyright .white {
	color: #FFFFFF;
}
#copyright .small {
	font-size: 9px;
}
#bottomMenu {
	padding-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align:center;
}
/* Status Message */
#status_message_container {
	position: relative;
}
#status_message {
	position:absolute;
	left:0px;
	padding:5px;
	border: 1px solid #CCCCCC;
	background-color: #29aae1;
	width:600px;
	color:#fff;
}
#status_message a {
	color:#fff;
	text-decoration:none;
}
#status_message a:hover {
	color:#333;
	text-decoration:underline;
}

.barber_services_menu {
	width: 260px;
	height: 45px;
}
.barber_services_menu a {
	background-image:url(../images/icon_nav/barber_oblong_black.gif);
	width: 260px;
	height: 45px;
}
.barber_services_menu a:hover {
	background-image:url(../images/icon_nav/barber_oblong_blue.gif);
	width: 260px;
	height: 45px;
}

.facebook {
	background-image:url(../images/icon-facebook.jpg);
	background-repeat:no-repeat;
	padding:5px 0 5px 23px;
}
.twitter {
	background-image:url(../images/icon-twitter.jpg);
	background-repeat:no-repeat;
	padding:5px 0 5px 23px;
}