<STYLE type="text/css">
<!--


body {
	margin: 0px;
	}

a:link {
	text-decoration: none; 
	color: #000000; 
}
a:visited { 
	text-decoration: none; 
	color: #000000; 
}
a:active { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: none; 
	color: #FF3399; 
}

.subheader {
	margin-top: 30px;
}

.bar {
	margin-top: 32px;
}

#kitBtn {
	border: 0px;
	border-bottom: 1px solid #cccccc;
}

.kitBtn {
	border: 0px;
	border-bottom: 1px solid #cccccc;
}

.kit_moreinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.kit_moreinfo  a:link	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
} 
.kit_moreinfo  a:hoover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993399;
	text-decoration: underline;
} 
.kit_moreinfo  a:visted	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
} 

.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; line-height: 15pt; font-weight: bold; }
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; font-weight: bold; }
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; line-height: 1.5;}
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #333333; line-height: 1.5; font-weight: strong;}

.c2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15pt;
}
/*.c3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15pt;
	
}*/
.c3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 13pt;
	
}
.c3  a:link	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 13pt;
	text-decoration: underline;
} 
.c3  a:hoover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993399;
	line-height: 13pt;
	text-decoration: underline;
} 
.c3  a:visted	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 13pt;
	text-decoration: none;
} 
.c4 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; line-height: 18pt; font-weight: bold; }
.c4  a:link	{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 18pt; font-weight: bold;
	text-decoration: underline;
} 
.c4  a:hoover	{
	text-decoration: underline;
} 
.c4  a:active	{text-decoration: none;} 
.c4  a:visted	{text-decoration: none;}

.c6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
/* the overlayed element */



#compressors {
	
	/* growing background image */
	background-image:url(https://www.airbrushmakeup.com/images/white2.png);
	
	/* dimensions after the growing animation finishes  */
	width:410px;
	height:510px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:25px;
}

#color {
	
	/* growing background image */
	background-image:url(https://www.airbrushmakeup.com/images/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:500px;
	height:400px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:25px;
}

#day {
	
	/* growing background image */
	background-image:url(https://www.airbrushmakeup.com/images/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:400px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:25px;
}


/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(https://www.airbrushmakeup.com/images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}



/* black */
div.overlay.black {
	background:url(../img/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../img/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
} 



</STYLE>