	.body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#333;
	margin:0px;
	}
	
	.container {
	height:450px;
	width:815px;
	background-image:url(../images/curtain.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	}
	
	.container-padding {
	padding-top:50px;
	}
	
	.sub-container {
	padding:5px;
	margin:15 25 0 25;
	color:#fff;
	font-family:tahoma,arial;
	font-size:9pt;
	line-height:12pt;
	}
	
	.sub-container-nopad {
	margin:15 5 0 5;
	color:#fff;
	font-family:tahoma,arial;
	font-size:9pt;
	line-height:12pt;
	}
	
	.footer {
	clear:both;
	margin-left:5px;
	font-size:8pt;
	color:#666;
	font-family:tahoma,arial;
	}
	
	.col {
	padding-left:5px;
	padding-top:10px;
	padding-right:5px;
	width:260px;
	}
	
	.plus {
	margin-right:7px;
	width:15px;
	height:16px;
	}
	
	.blue-box {
	width:815px;
	height:242px;
	background-image:url(../images/blue_box.jpg);
	}
	
	.blue-box-group {
	width:815px;
	height:300px;
	background-image:url(../images/stylists/stylists.png);
	}
	
	.nav-container {
	width:815px;
	height:34px;
	padding-top:9px;
	background-repeat:no-repeat;
	background-image:url(../images/nav_bg.jpg);
	margin-bottom:5px;
	}
	
	.nav-table {
	padding-top:7px;
	margin-left:10px;
	width:450px;
	}
	
	.mailing-list {
	background-image:url(../images/mailing_bg.jpg);
	width:205px;
	height:25px;
	border:0px;
	padding:0 0 0 10;
	font-family:tahoma,arial,georgia;
	font-size:8pt;
	color:#666;
	}
	
	.mailing-list-button {
	border:0px;
	background-color:transparent;
	font-size:9pt;
	font-weight:bold;
	font-family:tahoma,arial;
	color:#9c3;
	padding-top:3px;
	width:36px;
	}
	
	.columns {
	margin-top:10px;
	margin-left:4px;
	font-size:8pt;
	color:#fff;
	font-family:tahoma,arial;
	line-height:12pt;
	}
	
	.news-link {
	border-bottom:1px solid #666;
	height:24px;
	width:240px;
	padding:5 0 0 10;
	}
	
	h1 {
	font-size:35pt;
	font-weight:bold;
	margin:5px 0px 15px 0px;
	color:#51b6e0;
	}
	
	h2 {
	font-size:35pt;
	font-weight:bold;
	margin:5px 0px 15px 0px;
	color:#fff;
	}
	
	h3 {
	font-size:30pt;
	font-weight:bold;
	margin:5px 0px 10px 0px;
	color:#fff;
	}
	
		h4 {
	font-size:15pt;
	font-weight:bold;
	margin:5px 0px 10px 0px;
	color:#fff;
	}

     a:link { color: #9c3; text-decoration: none;}
     a:visited { color: #ccc; text-decoration: none; }
     a:hover { color: #fff; text-decoration: none;}
     a:active { color: #fff; } 
		 
     #nav a:link { color: #999; text-decoration: none;}
     #nav a:visited { color: #999; text-decoration: none; }
     #nav a:hover { color: #666; text-decoration: none;}
     #nav a:active { color: #666; } 
		 
		 
		 
		 
#menu {
    margin: -12px 0 0 225px;
    display: none;
		position:absolute;
		z-index:1;
		font-family:tahoma,arial;
}
#triangle {
    border: 0;
    width:10px;
    height:10px;
    /* for firefox, safari, chrome, etc. */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform:rotate(45deg);
    z-index: 1;
    position: relative;
    bottom: -4px;
    margin-left: 25px;
    background: #fff;
}
#tooltip_menu {
    background: #fff;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    width: 150px;
		margin-top:-2px;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    padding: 10px 10px 5px 10px;
}
#tooltip_menu a {
    z-index: 2;
    padding: 0 0 7px 2px;
    display: block;
    text-decoration: none;
    color: #51b6e0;
    font-size: 8pt;
}
#tooltip_menu a:hover {
    background: #fff;
    color: #3b9ac2;
}
#tooltip_menu a img {
    position: relative;
    top: 5px;
    border: 0;
}
.menu_top {
    -webkit-border-radius: .5em .5em 0 0;
    -moz-border-radius: .5em .5em 0 0;
    border-radius: .5em .5em 0 0;
}
.menu_bottom {
    -webkit-border-radius: 0 0 .5em .5em;
    -moz-border-radius: 0 0 .5em .5em;
    border-radius: 0 0 .5em .5em;
}
