/*Nici Tait StyleSheet*/


html{
   	FONT-FAMILY:  Arial;
    font-size: small;
	height:100.01%
	
}

body { 
  	margin: 20px 0 0 0;
    	color: #999999;
	background: #292929 url(../images/bk.jpg);
	 		
}
#header {
	height:77px;
	padding: 0;
	width: 1000px;		
	margin: 0 auto;
	text-align: right;
	clear: both;
}

#header .tel{
	margin: 0;
	padding: 10px 12px 0 0;
}

#header .imgtoplft{
	 float:left;
	 margin: 4px 0 0 125px;
	 padding: 0px;
}
#header .imgtoplft2{
	 float:left;
	 margin: 31px 0 0 0;
	 padding: 0px;
}

#container {
	height:100%;
	min-height: 500px;
	height:auto !important;  
	padding: 0px;
	width: 1001px;		
	margin: 0 auto;
}
.clear{
clear: both
}

#leftcol{
	float: left;
	padding: 0;
	margin: 60px 0 0 0;
	width: 120px;
}

#middlecol{
	float:left;	
	margin: 24px 0 0 0;
	padding: 0;
	height: 475px;
	width: 404px;
	background-color: #333333;
}

#rightcol{
	float: right;
	width: 475px;
	padding: 0;
	margin: 0;
}


#menu{
	width: 104px;
	height: 330px;
	float: left;
	margin: 0;
	background: #333333 url(../images/menubk.jpg);
	padding: 0 8px 0 8px;
}

#menu ul{
	list-style: none;
	width: 104px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#menu li{
	margin: 0px;
	height: 32px;
	width: 104px;
	padding: 0;
	display:inline
	
}

#menu li a:link, #menu li a:active, #menu li a:visited {
	display: block;
	font-size: 90%;
	font-weight: bold;
	padding: 6px 0 12px 6px;
	color: #676767;
	height: 10px;
	width: 104px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	border-bottom: dashed 1px #676767;


}
#menu li a.actual:link, #menu li a.actual:active, #menu li a.actual:visited{
	text-decoration: none;
	display: block;
	color: #B60184;
}

#menu li a:hover {
	text-decoration: none;
	display: block;
	color: #B60184;
}

#menu ul ul{
	padding: 0 0 6px 0;
	margin: 0;
	border-bottom: dashed 1px #676767;
}
#menu li li a:link, #menu li li a:active, #menu li li a:visited {
	display: block;
	font-size: 90%;
	font-weight: bold;
	padding: 6px 0 6px 6px;
	color: #676767;
	height: 10px;
	width: 104px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	border-bottom: dashed 1px #333333;
}
#menu li li a.actual:link, #menu li li a.actual:active, #menu li li a.actual:visited{
	text-decoration: none;
	display: block;
	color: #B60184;
}


#menu li li a:hover {
	text-decoration: none;
	display: block;
	color: #B60184;
}

/*END side menu*/






h1{
	font-weight: bold;
	width: 350px;
	height: 34px;
	text-align: left;
	font-size: 110%;
	color: #B60184;
	padding: 18px 6px 6px 18px;
	margin: -3px 0 0 0;
	background: url(../images/bk_hd.jpg) no-repeat;
	}

/*content area*/


#content{
	float:left;	
	margin: 0;
	padding:0 0 0 0px;
	width: 404px;
	height: 478px;
	border: solid 1px #696969;
	background-color: #333333;
}

#content p{
	margin: 12px 0 12px 0;
	padding: 0;
	font-size: 90%;
    	line-height: 1.6;
	color: #999999;
	text-align: justify
}

#content ul{
   	list-style: url(../images/list.jpg);
	line-height: 1.8;
	font-size: 95%	
}
#content ol{
	line-height: 1.8;
	font-size: 90%
}

#content .txtpinkbold{
	color: #B60084;
	font-weight: bold
}

#content .line{
	padding: 0px 0px 2px 0px;
	border-bottom: solid 1px dashed #8C989B
}

h2{
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	color: #B60184;
	margin: 0px 0px -12px 0px
	}

h3{
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	color: #B60184;
	margin:0px
	}
h4{
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	color: #B60184;

	}
		
		
.pright {   
   	text-align: right
}
.pcenter { 
   	text-align: center
}


.pleft { 
   	text-align: left
}




#content .txtbluebold{

	font-weight: bold;
	color: #B60184;

}

	


/*Forms*/

.cssform {
	padding: 12px 10px 20px 25px;
	margin: 0px 0px 0px 20px;
	border: 1px dashed #B60184;
	width: 270px;
	height:360px;
}
.cssform .submitform {
    border: 1px solid #B60184;
    background-color: #B60184;
   	color: #fff; 
    font-weight: bold;
	font-size: 90%;
	padding: 4px;
	margin-left: 100px;
	
}

.cssform fieldset{
    border: 1px solid #FFFFFF;
   	color: #333333; 
    font-weight: normal;
	font-size: 85%;
	text-align: left;
	margin: 15px 0px 15px 0px;
	height: 1%
}

.cssform fieldset label{  
	float: left;
	margin: 0px;
	width: 200px;
	padding: 3px;
	font-size: 100%;
	color: #333333; 

}
.cssform fieldset input{  
	margin: 0px 0px 0px -80px;
	padding: 3px;

}

 
.cssform textarea{ 
    COLOR: #333333;
	font-size: 90%;
	padding: 3px;
	width:242px;
	FONT-FAMILY: Arial;
    background-color:#FFFFFF; 
   	border: 1px solid #CCCCCC;
	margin-bottom: 6px;
}

 .cssform input { 
    COLOR: #333333;
	font-size: 90%;
	padding: 3px;
    background-color:#FFFFFF; 
    border: 1px solid #CCCCCC; 
  
}


.cssform .lcol{
	width: 280px;
	padding: 0px;
	margin: 0px;
	float: left;


}

.cssform p{
	text-align: left;
	margin: 0px 10px 0px 0px;
	padding: 5px 12px 5px 0px;
	height: 1%;		
}



.cssform label{
float: left;
padding: 0px;
font-size: 95%;
color: #B60184; 

}

.cssform .red{
font-size: 80%;
color: #CC0000;
}





.imgleft{
   	 text-align: left;
	 float:left;
	 margin: 0px;
	 margin-right: 20px
}

.imgcenter{
   	 text-align: center;
	 float:center;
	 margin: 0px;
}




.imgleftborder{
   	 text-align: left;
	 float:left;
	 margin: 0px;
	 margin-right: 20px;
	 border: 1px solid #A7A7A7
}

.imgright{
   	 text-align: right;
	 float:right;
	 margin: 0px;
	 margin-left: 20px
}	

.imgrightborder{
   	 text-align: right;
	 float:right;
	 margin: 0px;
	 margin-left: 20px;
	border: 1px solid #A7A7A7
}	
	

/* links*/

a:link, a:active, a:visited {
   color: #B60184;
   font-size: 100%;
   text-decoration: underline;
   font-weight: bold
}


a:hover {
   color: #FFFFFF;
   text-decoration: underline;
   font-weight: bold
}



/* footer*/

#footer {
	clear:both;
	margin: 0 auto;
	width: 999px;
	height: 30px;
	font-weight: normal;
	padding: 6px 0 0 0;
	text-align: right
	
}
#footer P{
	font-size: 80%;
	color: #666666;
	text-align: right
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #666666;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	text-align: right
}

#footer a:hover {
	text-decoration: underline;
	color: #777777
}


/*  end footer*/

#button {
margin: 0;
padding: 0;

} 
#button a.hair{
display: block;
margin: 0;
width: 126px;
height: 126px;
text-decoration: none;
background-image: url(../images/btn-hair.jpg);
} 

#button a.hair:hover {
background-position: -126px 0;

} 

#button a.hairs {
	display: block;
	margin: 0;
	width: 126px;
	height: 126px;
	text-decoration: none;
	background-position: -126px 0;
	background-image: url(../images/btn-hair.jpg);

}

/* special effects button*/

#button a.effects{
display: block;
margin: 0;
width: 126px;
height: 126px;
text-decoration: none;
background-image: url(../images/btn-special-effects.jpg);
} 

#button a.effects:hover {
background-position: -126px 0;

} 

#button a.effectss {
	display: block;
	margin: 0;
	width: 126px;
	height: 126px;
	text-decoration: none;
	background-position: -126px 0;
	background-image: url(../images/btn-special-effects.jpg);

}
/* theatrical makeup button*/

#button a.theatrical{
display: block;
margin: 0;
width: 126px;
height: 126px;
text-decoration: none;
background-image: url(../images/btn-theatrical.jpg);
} 

#button a.theatrical:hover {
background-position: -126px 0;

} 

#button a.theatricals {
	display: block;
	margin: 0;
	width: 126px;
	height: 126px;
	text-decoration: none;
	background-position: -126px 0;
	background-image: url(../images/btn-theatrical.jpg);

} 

/* fashion makeup button*/

#button a.fashion{
display: block;
margin: 0;
width: 126px;
height: 126px;
text-decoration: none;
background-image: url(../images/btn-fashion.jpg);
} 

#button a.fashion:hover {
background-position: -126px 0;

} 

#button a.fashions {
	display: block;
	margin: 0;
	width: 126px;
	height: 126px;
	text-decoration: none;
	background-position: -126px 0;
	background-image: url(../images/btn-fashion.jpg);

} 



#button .displace {
position: relative;
left: -2000px
}

#button a .span
{
margin: 0;
padding: 0;

}
	
