@charset "utf-8";

/* CSS Document */

/* zero default html styles */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size:13px;
}

/* end zero deraults */

/* containers */

.wholePage {
	width:960px;
	height:720px;
	margin:0 auto 0 auto;
	text-align:left;
	background-color:#FFF;
	padding:0;
}

#leftBar {
	position: absolute;
	top: 0;
	width: 100px;
}

.mainMenu {
	position: absolute;
	top: 10px;
	margin-left: 120px;
	width: 190px;
}

.content {
	position:absolute;
	top: 80px;
	margin-left: 330px;
	width: 380px;
}

.contentHome {
	position:absolute;
	top: 170px;
	margin-left: 320px;
	width: 380px;
}

.rightBar {
	position: absolute;
	top: 0;
	margin-left: 780px;
	padding: 0;
	width: 180px;
}

.bottom {
	position:absolute;
	margin-left: 100px;
	top: 695px;
	width: 680px;
	text-align: center;
}

/* tags */

body {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	line-height:130%;
	background-color:#F0F0F0;
	color: #333;
	text-align:left;
	-webkit-text-size-adjust: none;
}

a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #060;
	font-size: .8em;
	font-weight:bold;
}

a img {
	border:none;
}

p {
	margin-bottom: 14px;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#222;
	font-weight:bold;
	line-height: 1.3;
	margin-top: 14px;
}

h2 {
	font-size:15px;
	font-weight:bold;
	font-variant:small-caps;
	padding-top:15px;
	padding-bottom:10px;
}

li {
	list-style:outside;
	margin-left: 25px;
}

/* elements */

li.menuItem {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom: 8px;
	list-style: none;
}

a.menuLink {
	color:#060;
	text-decoration: none;
	font-size: 14px;
}

a.menuLink:hover {
	text-decoration: underline;
}

ul.address {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-image:none;
}

ul.address li {
	display:inline;
	font-size:.8em;
	color:#666;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

.stylistDescrip {
	padding-bottom: 0;
	margin-bottom: 0;
}

.priceTable {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	width: 285px;
	font-weight:normal;
}

.priceTable th {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom:thin;
	border-bottom-color:#666;
	border-bottom-style:inset;
}

body#home a#homeLink, body#services a#servicesLink, body#products a#productsLink, body#appointments a#appointmentsLink, body#portfolio a#portfolioLink, body#stylists a#stylistsLink {
	background-color:#B45A37;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	padding-left: 5px;
	padding-right: 5px;
}

.rightBar table {
	border: none;
	border-collapse: collapse;
}

.rightBar td {
	padding: 0;
	margin: 0;
}

img.headHome {
	padding-bottom: 30px;
	padding-left: 30px;
}

img.head {
	padding-bottom: 20px;
	padding-left: 0;
}

#logo {
	vertical-align:top;
	padding-bottom: 20px;
}

.stylistsPhoto {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

table.services {
	width: 60%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0;
}
