body{
	background: url(../images/bg.gif);
	font-family: arial, helvetica, verdana;
	font-size: 10px;
	color: #645959;
	line-height: 20px;
	text-align: center;
	margin: 50px 0;
}

a{
	color: #c73d00;
	text-decoration: none;
}

a:hover{
	color: black;
	text-decoration: underline;
}

#containerHome{
	width: 715px;
	height: 490px;
	margin: 0 auto;
	border: 18px solid black;
	background: url(../images/bg_home.jpg) no-repeat #f4f1d4;
	text-align: left;
}

#containerSub{
	width: 715px;
	height: 490px;
	margin: 0 auto;
	border: 18px solid black;
	background: url(../images/bg_sub.gif) repeat-y #f4f1d4;
}

.avedaConcept{
	margin:32px 54px 0 0;
	text-align: right;
}

.logo{
	width: 127px;
	float: left;
	margin: 0 30px 0 54px;
}

.tNav{
	width: 428px;
	float: right;
	margin: 0 54px 0 0;
	padding: 20px 0 0 0;
}

.homeContent{
	width: 275px;
	padding: 45px 0 0 52px;
	text-align: left;
}

h1.home{
	font-size: 20px;
	margin:0;
}

h2{
	font-size: 14px;
	color: #9b8924;
	margin: 0;
}

h3{
	color: #c75c00;
	font-size: 12px;
	margin: 0;
	float: left;
	width: 340px;
	
}

 .price{
	float: right;
	width: 40px;
	text-align: right;
	margin: 0 5px 0 10px;
	border-left: 1px solid #9daf8f;
	font-size: 14px;
}

h3.salon{
	color: #c75c00;
	font-size: 12px;
	margin: 0;
	float: left;
	width: 290px;
	
}

 .priceSalon{
	float: right;
	width: 90px;
	text-align: left;
	margin: 0 5px 0 10px;
	border-left: 1px solid #9daf8f;
	font-size: 14px;
	padding: 0 0 0 10px;
}

small{
	font-size: 9px;
}

.rule{
	border-bottom: 1px solid #9daf8f;
	margin: 10px 0;
}

/* ======sub page styles ======== */

.leftCol{
	width: 182px;
	float: left;
	margin: 60px auto 10px auto;
	text-align: center;
}

.rightCol{
	width: 430px;
	float: right;
	margin: 60px 54px 10px 0px;
	text-align: left;
	
}

.rightCol .rightScroll{
	height: 250px;
	overflow:auto;
}

#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	text-align: right;
	}

#navlist li 
{
	background-image: url(../images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 15px 0 10px;
}

.featureImage{
	margin: 15px auto 0 auto;
}

/* ======end sub page styles ======== */

#footer{
	text-align: center;
	margin: 20px 0 0 0;
	color: black;
	font-weight: bold;
}

#footer a{
	color: black;
	text-decoration: none;
}

#footer a:hover{
	color: black;
	text-decoration: underline;
}

h1{
	font-size: 30px;
	margin: 0;
}