//  Main external style sheet for Salon Essence.

/* Page properties */

body {	
	background-color : #882200;
}

.CENTER {
	font-family: arial, helvetica, sans-serif;
	color:#F9BA00;	/* gold-yellow */
	font-size:12px;
	font-weight:300;
}

a:link {
	color:#F9BA00;  /* gold yellow */
	/* color:rgb(205,59,0) orange */
	text-decoration:none;
}
				
a:visited {
	color: #FFEF97;  	/* soft yellow */
	/*color:rgb(139,40,0);	burgundy-orange */
	text-decoration:none;
}
					
a:focus {
	color: #FF4500; /* orange red */
	font-style:italic;
	text-decoration:underline;
}
				
a:hover {
	color: #FF4500; /* orange red */
	font-style:italic;
	text-decoration:underline;
}
						
a:active {
	color:#F9BA00; 	/* gold-yellow */
	/* color:rgb(73,21,1); dk burgundy */
	font-style:italic;
	text-decoration:none;
}

.subscript {
	vertical-align:sub;
	font-size:10px;
}

li {
	list-style-position:outside;
}

/*  MAIN TABLE properties */
.MAIN {
	color:rgb(139,40,0); 	/* burgundy-orange */
}

.MAIN a:link {
	color: #FF4500; /* orange red */
	/* color:rgb(205,59,0) orange */
	text-decoration:none;
}
				
.MAIN a:visited {
  color:#F9BA00;  /* gold yellow */
	/* color: #FFEF97;  	soft yellow */
	/* color:rgb(139,40,0);	burgundy-orange */
	text-decoration:none;
}
					
.MAIN a:focus {
	color: #FF4500; /* orange red */
	font-style:italic;
	text-decoration:underline;
}
				
.MAIN a:hover {
	color: #FF4500; /* orange red */
	font-style:italic;
	text-decoration:underline;
}
						
.MAIN a:active {
	color:#F9BA00; 	/* gold-yellow */
	/* color:rgb(73,21,1); dk burgundy */
	font-style:italic;
	text-decoration:none;
}

/* HEADER properties */


/*  CONTENT properties */
#MESSAGE {
	text-align:justify;
}

#NOTE {
	font-size:11px;
	font-style:italic;
}


/*  FOOTER properties */
.FOOTER {
	font-weight:500;
}

.FOOTER a:link {
	color:rgb(139,40,0);/* burgundy-orange */
	text-decoration:underline;
}
				
.FOOTER a:visited {
	color: #FF4500; /* orange red */
	text-decoration:none;
}
					
.FOOTER a:focus {
	color: #FF4500; /* orange red */
	font-style:italic;
	text-decoration:none;
}
				
.FOOTER a:hover {
	color: #FF4500; /* orange red */
	font-style:italic;
	text-decoration:none;
}
					
.FOOTER a:active {
	color:#F9BA00; 	/* gold-yellow */
	font-style:italic;
	text-decoration:none;
}
					

/* TXT_ALT properties */



// SECONDARY PAGE properties
/* 2nd HEADER */
#header_2 {
	font-size:12px;
}
#header_2 a:link {
	text-decoration:underline;
}				
#intro {
	font-size:small; /* white-space:pre */
}

#bottom {
	font-size:x-small;
}


/* FEATURE Box */

#FEAT_ID {
/* background-color:#882200; */
/*  background: url(feat_tab.jpg) no-repeat scroll right top; */
 color: #FFFFFF;
 font-variant:small-caps;
 font-weight:600;
}




// TERTIARY PAGE properties
/* THIRD */

body.THIRD {
	background-color:#F6AF18;
}

table.CONTENT_3 a:link {
	color: #FF4500; /* orange red */
	/* color:rgb(205,59,0) orange */
	/* font-style:italic; */
	text-decoration:none;
}
				
table.CONTENT_3 a:visited {
  /* color:#F9BA00;  gold yellow */
	/* color: #FFEF97;  	soft yellow */
	color:rgb(139,40,0);	/* burgundy-orange */
	text-decoration:underline;
}
					
table.CONTENT_3 a:focus {
	color: #FF4500; /* orange red */
	font-style:italic;
	text-decoration:underline;
}
				
table.CONTENT_3 a:hover {
	color: #FF4500; /* orange red */
	font-style:italic;
	text-decoration:underline;
}
						
table.CONTENT_3 a:active {
	color: #FF4500; /* orange red */
	/*color:#F9BA00;  gold-yellow */
	/* color:rgb(73,21,1); dk burgundy */
	font-style:italic;
	text-decoration:none;
}

/* HEADER */
table.HEADER {
	font-family: arial, helvetica, sans-serif;
	color:rgb(139,40,0); 	/* burgundy-orange */
	font-size:12px;
	font-weight:300;
}

table.MENU {
		background:url(yellow_crls.gif);
		font-family: arial, helvetica, sans-serif;
		color:rgb(139,40,0); 	/* burgundy-orange */
		font-size:12px;
		font-weight:300;
}

/* INFO */
table.INFO {
	font-family: arial, helvetica, sans-serif;
	color:rgb(139,40,0); 	/* burgundy-orange */
	font-size:12px;
	font-weight:300;
	background:url(yellow_crls.gif);
	
}
#go_up {
	font-size:10px;
	font-style:italic;
	text-decoration:underline;
	font-weight:300;
}