/* Stylesheet for Aesthetic Suite */


/* Styles for BODY */
body {
	background: #000000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;
}
div.divider {
	border: solid #FDD7EB;
	border-width: 1px 0px 0px 0px;
}
div.hr-pink {
	background: #EE2690 url(images/horizontal_rule_pink.gif) top left repeat-x;
	height: 3px;
}
h2 {
	color: #EE2690;
	font-size: 13px;
	font-weight: bold;
}


/* Styles for "Header Container" */
/* This container holds everything located at the top of every page (logo, appointment number, top-bar). */
div#header-container {
	background: #000000 url(images/background_header.jpg) top center repeat-y;
}
div#header-container div#header-top-container {
	width: 950px;
}
div#header-container div#top-nav-outer-container {
	background: #666666 url(images/background_top_navigation.gif) top left repeat-x;
	height: 30px;
	margin-top: 2px;
}
div#header-container div#top-nav-outer-container a {
	padding: 0px 11px 0px 11px;
}


/* Styles for "Content Container" */
/* This container holds all of the content located on every page. */
div#content-outer-container {
	background: #FFFFFF url(images/background_content.gif) top center repeat-y;
}
div#content-inner-container {
	width: 950px;
}
div#content-inner-container div#content-padding {
	padding: 20px 25px 10px 25px;
	text-align: left;
}

/* Styles for "Footer Container" */
/* This container holds everything located at the bottom of every page (hours of operation bar, hair product logos, footer links, credits). */
div#footer-container {
	padding-bottom: 25px;
}
div#footer-container div#lower-hours-outer-container {
	background: #666666 url(images/background_footer_top_bar.gif) top left repeat-x;
	margin-bottom: 2px;
	height: 30px;
}
div#footer-container div#lower-hours-inner-container {
	color: #FFFFFF;
	padding-top: 6px;
	width: 950px;
}
div#footer-container div#lower-hours-inner-container span {
	padding: 0px 4px 0px 4px;
}
div#footer-container div#product-logo-container {
	margin-top: 20px;
}
div#footer-container div#product-logo-container a {
	padding: 0px 15px 0px 15px;
}
div#footer-container div#footer-links-container {
	color:#777777;
	font-size: 10px;
	margin-top: 20px;
	width: 950px;
}
div#footer-container div#footer-links-container a {
	color: #777777;
	text-decoration: none;
}
div#footer-container div#footer-links-container a:hover {
	color: #FFFFFF;
}