/* Start of CMSMS style sheet 'o2_global' */
@charset "UTF-8";
/* O2 Salon CSS Document */

/*COLORS*/
/*
Background bottom brown #524848
Header Text, dark green #44523a
Copy, dark grey #888888
Event Title, sage, #6f8060
Link, purple, #b2a0a9 — Hover #e28ab9
Nav, sage #a4bea3 — Hover #5b715a
Footer, dark green #b1ced2
*/


/*MAIN TAGS*/
body{
	margin:0px;
	padding:0px;
	background-color:#524848; /*brown*/
	font-family:arial, helvetica, sans-serif;
	color:#888888;  /*dark grey*/
	font-size:13px;
	line-height:17px;
	font-weight:normal;
}

img {
	border:0px;
}

p {
	margin:0px;

}

b, strong {
}

h1 {
	color:#b1ced2;
	font-weight:normal;
	font-size:30px;
	margin-bottom:5px;
        margin-top:5px;
}

h2{
	font-size:20px;
	line-height:30px;
	color:#b1ced2;
	margin:0px;
	font-weight:normal;	
}

h3{
	margin:0px;
	padding:0px;
	color:#e28ab9;  /*purple*/
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration: none;
}



/*LAYOUT*/
	
#leftshad {
    float:left;
	width: 10px;
	height: 634px;
	background-image:url(../images/left_shadow.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
	
#rightshad {
	float:left;
	width: 10px;
	height: 634px;
	background-image:url(../images/right_shadow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
#container{
	width: 820px;
	min-height:634px;
	float:left;
	background-color:#FFFFFF;
}

#bannerContainer{
	position:relative;
	left:0px;
	top:0px;
	width:820px;
	height:118px;
}

#bannerLogo{
	float:left;
	width:140px;
	height:118px;
}

#bannerTagline{
	float:left;
	width:680px;
	height:118px;
}

#nav{
	position:relative;
	width:657px;
	height:25px;
	color:#a4bea3;  /*sage*/
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
}

#footer{
	clear:both;
	position:relative;
	top:10px;
	left:0px;
	width:820px;
	height:30px;
	font-size:11px;
	background-image:url(../images/home_footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color:#8eadb1; /*green*/
}



/*LINKS*/
a{
	outline:none;
}

a:link {
	color:#b2a0a9;  /*purple*/
	text-decoration: none;
	border-bottom: none;
}
		
a:visited {
	color:#b2a0a9;  /*purple*/
	text-decoration: none;
	border-bottom: none;
}
		
a:hover{
	color:#e28ab9;  /*purple*/
	text-decoration:none; 
	border-bottom: none;
}


#block a:link {
	color:#FFFFFF; 
	text-decoration: none;
	border-bottom: none;
}
		
#block a:visited {
	color:#FFFFFF;
	text-decoration: none;
	border-bottom: none;
}
		
#block a:hover{
	color:##685f64;
	text-decoration:none; 
	border-bottom: none;
}



#nav a:link {
	color:#a4bea3;  /*sage*/
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration: none;
	border-bottom: none;
}
		
#nav a:visited {
	color:#a4bea3;  /*sage*/
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration: none;
	border-bottom: none;
}
		
#nav a:hover{
	color:#5b715a;  /*sage*/
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none; 
	border-bottom: none;
}



#footer a:link {
	color:#3e4b30;  /*sage*/
	text-decoration: none;
	border-bottom: none;
}
		
#footer a:visited {
	color:#3e4b30;  /*sage*/
	text-decoration: none;
	border-bottom: none;
}
		
#footer a:hover{
	color:#b1ced2;  /*sage*/
	text-decoration: none;
	border-bottom: none; 
}

/* End of 'o2_global' */

