/* Get rid of addfreestats image */
a img {
	display: none;
}

#container a img {
	display: block;
}

/* Global */
a, a:active {
	color: #eae;
	text-decoration: underline;
}

a:visited {}

a:hover {
	text-decoration: none;
}

/* Page */
body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: medium;
	background: #393939 url(../images/layout/body_bg.gif) 0 0 repeat-y;
	color: #fff;
}

#header {
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 152px;
	background: transparent url(../images/layout/header_bg.gif) 0 0 repeat-x;
}
	
	#header h1 {
		width: 802px;
		height: 153px;
		background: transparent url(../images/layout/header_h1_bg.gif) 0 0 no-repeat;
	}
	
	#header h1, #header h2 {
		text-indent: -9000px;
	}

#content, #menu, #pictures_bar {
	position: absolute;
	top: 177px;
}

#menu {
	left: 0;
	width: 164px;
	padding: 27px 20px 0 16px;
}
	
	#menu #nav {
		text-align: right;
		border: solid #666;
		border-width: 0 0 1px 0;
	}
	
		#menu #nav li {
			margin: 0 0 19px 0;
			_margin: 0 0 9px 0;
		}
			
			#menu #nav a, #menu #nav a:visited, #menu #nav a:active {
				display: block;
				color: #fff;
				font-size: 110%;
				font-weight: bold;
				padding: 0 10px 0 0;
				text-decoration: none;
				margin-bottom: none;
			}
				
				#menu #nav a:hover {
					color: #cac;
				}
	
	#menu #contact_info {
		text-align: right;
		margin-top: 1em;
		font-size: 80%;
		color: #ccc;
		padding-right: 10px;
	}
		#menu #contact_info .name {
			font-weight: bold;
		}
		#menu #contact_info address {
			font-style: normal;
		}
		#menu #contact_info .address, #menu #contact_info .phone {
			margin-bottom: 0.5em;
		}
		#menu #contact_info a, #menu #contact_info a:active, #menu #contact_info a:visited {
			color: #c8c;
		}
		#menu #contact_info .email {
			font-size: 80%;
		}

#content {
	left: 200px;
	width: 468px;
	padding: 27px 20px 0 20px;
}

	#content .content_item {
		margin-bottom: 44px;
	}
		#content .content_item h3 {
			font-size: 140%;
			margin-bottom: 1em;
			text-align: center;
		}
		#content .content_item p {
			font-size: 100%;
			line-height: 160%;
			margin-bottom: 1em;
		}

#pictures_bar {
	left: 708px;
	width: 212px;
	padding: 0 20px;
}
	#pictures_bar ul {
		margin-top: 16px;
	}
		#pictures_bar ul li {
			margin-bottom: 20px;
		}

/* Menu Links (shows where you are) */
#id_home #nav #nav_home a, #id_about #nav #nav_about a, #id_news_promos #nav #nav_news_promos a, #id_salon_services #nav #nav_salon_services a, #id_testimonials #nav #nav_testimonials a, #id_staff #nav #nav_staff a, #id_links #nav #nav_links a, #id_advice #nav #nav_advice a {
	color: #eae;
}

/* About the Staff */
#staff_list li {
	margin-bottom: 2em;
}

#staff_list h4, #staff_list h5 {
	margin-bottom: 4px;
	font-weight: bold;
}

#staff_list h5 {
	font-style: italic;
}

/* Service Menu */
#service_menu_left, #service_menu_right {
	width: 224px;
	height: 500px;
}

#service_menu table {
	width: 224px;
	margin-bottom: 32px;
}

#service_menu td {
	padding: 4px 0;
	font-size: 80%;
	font-weight: bold;
}

#service_menu h4 {
	text-align: center;
	margin-bottom: 4px;
}

#service_menu .product {
	text-align: left;
}

#service_menu .price {
	text-align: right;
	width: 60px;
}

#service_menu_left {
	float: left;
}

#service_menu_right {
	float: right;
}

/* Testimonials */
#content .testimonial {
	margin-bottom: 1em;
}

#content .testimonial p {
	margin-bottom: 0;
}

#content .testimonial .quote {
	font-style: italic;
}

#content .testimonial .credit {
	font-weight: bold;
}

/* Links page */
#id_links #content ul {
	margin-bottom: 2em;
}
	#id_links #content li {
		margin-bottom: 0.5em;
	}