﻿  /* CSS layout */
body, dd, dt, h1, h2, h3, h4, h5, h5, img, li, p, ul {
	margin: 0;
	padding: 0;
}
body {
	font:80%/1.4 Arial, Helvetica, sans-serif;
	background: #3b054d;
	text-align:center;
	color: #333;
}
div#main_wrapper {
	width:850px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:left;
}
img {
	border:0;
}
a:link {
	color:#725585;
}
a:visited {
	color:#725585;
}
a:hover {
	color:#97b3db;
}
#masthead {
	position:relative;
	width:100%;
	height:136px;
	background-image: url(../images/inside_page_header_new.jpg);
	background-repeat: no-repeat;
}
#masthead h1 {
	position:absolute;
	width:331px;
	height:110px;
	background-image: url(../images/bella_salon_header_logo.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	top: 12px;
	right: 0px;
}
#masthead h2 {
	position:absolute;
	height:110px;
	top:12px;
	left:65px;
	color:#725585;
	font-size:140%;
	font-weight:normal;
}
#top_nav {
	height:38px;
	margin:0;
	padding:0;
	background-image: url(../images/navigation_bkgd.jpg);	
}
#top_nav ul {
	float:right;
	text-align:right;
}
#top_nav ul li {
	list-style-type:none;
	margin:0px;
	display:inline;
}
#top_nav ul li a {
	padding:0.25em 0.5em;
	text-decoration:none;
}
#top_nav ul li a:link, #top_nav ul li a:visited {
	color:#fff;
}
#top_nav ul li a:link:hover, #top_nav ul li a:visited:hover {
	text-decoration:underline;
}
#left_col {
	width: 30%;
	float: left;
	background:#fff;
}
#left_col img {
	border:1px solid #e0e0e0;
}
#left_col h3 {
	margin:10px 0px;
	font-size:130%;
	color:#97b3db;
}
#left_col p {
	color:#725585;
}
#page_content {
	width: 70%;
	float:left;
	top:0px;
	background:#fff;
}
#page_content h1{
	margin-top:20px;
	margin-bottom:0.5em;
	height:43px;
	text-indent:-9999px;
	overflow:hidden;
}
#page_content h1.welcome {
	background-image:url(../images/bellasalon_welcome.gif);
	background-repeat:no-repeat;
}
#page_content h1.about {
	background-image:url(../images/aboutUsTitle_v2.gif);
	background-repeat:no-repeat;
}
#page_content h1.contact {
	background-image:url(../images/contactusTitle_v2.gif);
	background-repeat:no-repeat;
}
#page_content h1.services {
	background-image:url(../images/servicesTitle_v2.gif);
	background-repeat:no-repeat;
}
#footer {
	clear: both;
	background:#725585;
}
#top_nav_inner, #left_col_inner, #page_content_inner, #footer_inner {
	overflow:hidden;
}
#top_nav_inner {
	padding:12px 1em 12px 0;
}
#left_col_inner {
	padding:2em 0.75em 1em 1.50em;
}
#page_content_inner {
	margin:1em 1.25em 1em 0;
}
#footer_inner {
	padding:.5em 1em;
	text-align:center;
}
#page_content p {
	padding-bottom:1em;
}
#footer p {
	color:#fff;
	font-size:85%;
}
#footer p a {
	color:#fff;
}
#footer p a:link, #footer p a:visited {
	color:#fff;
}
#footer p a:link:hover, #footer p a:visited:hover {
	color:#e0e0e0;
}



/*About Us Page*/
#staff {
	float:left;
	width:500px;
	padding:10px 0;
	border:2px solid #fff;
}
#staff dl {
	width:460px;
	margin:20px 20px;
	padding:0;
}
#staff dl:after { /* for browsers that support :after */
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #staff dl { height:1%; } /* for IE5+6 */
*:first-child+html #staff dl { min-height: 1px; }/* for IE7 */
#staff dt {
	float:right;
	width:317px;
	margin:0;
	padding:0;
	font-size:120%;
	letter-spacing:1px;
	color:#97B3DB;
	font-weight:bold;
}
#staff dd {
	margin:0 0 0 143px;
	padding:0;
	font-size:95%;
	color:#666;
	line-height:1.4em;
}
#staff dl dd.img {
	margin:0;
}
#staff dd.img img {
	float:left;
	margin:0 8px 0 0;
	padding:4px;
	border:1px solid #e0e0e0;
	border-bottom-color: #cbcbcb;
	border-right-color: #cbcbcb;
	background:#fff;
}
/* reverse float */
#staff .alt dt {
	float:left;
}
#staff .alt dd {
	margin:0 143px 0 0;
}
#staff .alt dd.img img {
	float:right;
	margin: 0 0 0 8px;
}


/*Contact Us Page */
blockquote {
	color:#725585;
	font-weight:bold;
}




/* Services Page */
table {
	margin-top:10px;
}
th {
	font-size:100%;
	color:#ffffff;
	background-color:#97b3db;
	height:20px;
	padding-left:10px;
}
td {
	padding-left:10px;
}
.price {
	padding-right:10px;
	text-align:right;
}