@charset "UTF-8";
/* CSS Document */
BODY {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: #dcdcde;*/
	font-family: Arial;
	background:URL("../images/backgrounds/bg_default.jpg") 0 56px repeat-x #FFF;
	
	/*overflow-x: hidden;*/
}
#content {
	/*scrollbar-3dlight-color:#000; 
	scrollbar-arrow-color:#000; 
	scrollbar-base-color:#666; 
	scrollbar-track-color:#CCC; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-face-color:#666; 
	scrollbar-highlight-color:#DDD; 
	scrollbar-shadow-color:#000;
	*/
}
.hidy { display: none; }

/*A.pdf {
	padding-left: 26px;
	display: block;
	height:auto;
	background: transparent url('../images/pdf_icon.gif') no-repeat 0 -3px;
	margin-bottom: 4px;
	padding-bottom: 0px;
	float: left;
	color: #666;
	line-height: 1em;
	text-decoration: none;
}*/
A.arrow_link, A.pdf {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-left: 14px;
	background: URL('../images/page_elements/gw_gl_link_arrow.gif') 0 2px no-repeat;
	color: #990000;
	clear: left;
}
	A.arrow_link2 {
		display: block;
		float: left;
		width: 100%;
		height: auto;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 4px;
		padding-left: 14px;
		background: URL('../images/page_elements/gw_gl_link_arrow.gif') 0 2px no-repeat;
		color: #990000;
		clear: left;
		font-size: 12px;
	}

A.red_box {
	display: block;
	float: left;
	width: 100%;
	height: 20px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 14px;
	background: URL('../images/page_elements/gw_gl_link_box.gif') 0 0 no-repeat;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}
	A.red_box:HOVER { color: #990000; }
A.back_top {
	display: block;
	float: right;
	width: 85px;
	height: 15px;
	margin: 2px 4px 0 0;
	padding: 0;
	background: URL('../images/page_elements/gw_gl_back_top.gif') 0 0 no-repeat;
}
	A.back_top:HOVER { background-position: 0 -15px; }
A.printable_page { 
		/*display: block;
		float: left;
		width: 156px;
		height: 31px;
		margin: 0 0 6px -6px;
		padding: 0 0 0 0;
		*/
		display: block;
		float: left;
		width: 100%;
		height: 35px;
		margin-left: -3px;
		margin-top: 0px;
		padding-left: 28px;
		padding-top: 10px;
		font-weight: bold;
		font-size: 10px;
		color: #000;
		background: URL('../images/page_elements/gw_gl_printable_version.gif') 0 0 no-repeat;	
}	
.error {
	color: #990000;
}

/*UL.no_style { list-style: none; font-size: 14px; color: #333; margin-bottom: 6px; margin-left: -12px; }
UL.no_style LI { height: auto; display: block; margin-bottom: 4px; clear: all;}
*/
#gw_logo {
	position: absolute;
	left: 0;
	left:0;
	display: none;
}
#container {
	display: block;
	height: auto;
	width: 100%;
	overflow-x: hidden;	
}

	#nav_iframe {
		z-index: 7000;
		display: block;
		position: absolute;
		width: 100%;
		height:40px;
	}
	#nav {
		z-index: 6000;
		display: block;
		position: absolute;
		width: 100%;
		background-color: transparent;
		font-family: Helvetica, Arial;
		font-size: 11px;
	}
		#nav A {
			color: #666;
			text-decoration: none;
		}
		.nav_short { z-index: 6000; height: 40px; }
		.nav_tall { z-index: 6000; height: 300px; }
		#nav_inner { 
			z-index: 6000;
			position: absolute; 
			width: 710px; 
			height:40px;
			left: 268px; 
			top: 34px; 
			z-index: 1000; 
			overflow: hidden;
		}
			.nav_inner_short { z-index: 6000; height: 40px; }
			.nav_inner_tall { z-index: 6000; height: 300px; }
			#nav A#home {
				display: block;
				position: absolute;
				top: 0;
				left: -28px;
				width: 247px;
				/*height: 82px;*/
				height: 55px;
				background:url("../images/nav/gw_gl_nv_logo.jpg") 47px 30px no-repeat;
			}


			#nav UL {
					z-index: 99;
					display: block;
					list-style: none;
					position: absolute;
					top: 0px;
					left: 0px;
					width: auto;
					height: 80px;
					padding: 0;
					margin: 0;

		 		}

				#nav  UL LI { 
					float: left;
					position: relative;
					width: auto;
					height: auto;
					margin-right: 30px;
				}

	#nav #search_box {
		position: relative;
		float: right;
		top: 18px;
		padding-right: 6px;
	}
		#nav #search_box INPUT#search { width: 120px; padding: 0 0 0 4px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } 

/* BREADCRUMBS */
#breadcrumbs {
	z-index: 2000;
	position: absolute;
	right: 6px;
	top: 84px;
	width: 100%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-align: right;
}
	#breadcrumbs A {
		color: #666;
		text-decoration: none;
	}
		#breadcrumbs A:HOVER {
			color: #990000;
		}
		
		#breadcrumbs_WHITE {
			z-index: 99;
			position: absolute;
			right: 6px;
			top: 90px;
			width: 100%;
			height: 20px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #666;
			text-align: right;
		}
			#breadcrumbs_WHITE A {
				color: #CCC;
				text-decoration: none;
			}
				#breadcrumbs_WHITE A:HOVER {
					color: #666;
				}


/* CONTENT AND WRAPS FOR BG's */
#content_wrapper {
	position: absolute;
	display: block;
	width: 100%;
	height: 686px;
	top: 56px;
	left: 0px;
	/*margin-top: -26px;*/ 
	background-repeat: no-repeat;
	background-position: -28px 0;
	overflow: hidden;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}


	
	
						#content H3 {
							font-size: 1.1em;
							margin: 0 0 6px 0;
						}
						
						#content P {
							font-size: 1em;
							margin: 0 0 6px 0;
							padding: 0;
						}
						
						#content TABLE TD {
							padding: 3px;
						}
						#content TABLE H3 {
							font-size: 1.2em;
							margin: 0 0 0 0;
						}
						#content TABLE STRONG {
							font-size: 1em;
						}
						#content B, #content STRONG, #content .Apple-style-span  {
							color: #990000;
						}
						#content IMG {
							
							margin: 0 12px 6px 0;
							padding: 0 0 0 0;
						}
	
	#content_ {
		z-index: 99;
		position: relative;
		float: left;
		top: 46px;
		left: 32px;
		width: 789px;
		height: 486px;
		padding: 0;
		margin: 0;
		color: #333;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		overflow: hidden;
	
	}
		#content #content_header {
			z-index: 1;
			display: block;
			position: absolute;
			width: 720px;
			height: 110px;
			margin: 0;
			padding: 0;
			top: 36px;
			left: 32px;
		}
				
				#content #content_header H2 {
					margin: 12px 0 0 0;
					padding: 0;
					font-weight: bold;
					font-size: 16px;
					width: 400px;
				}
				#content #content_header P {
					margin: 0 0 0 0;
					padding: 0;
					font-size: 12px;
				}
				
		#left_box_inner { position: absolute; top: 0; left: 0; }		
		
		#left_box_detail { /* DEFAULT HTML VERSION */
			z-index: 99;top: 46px;
			left: 32px;
			position: absolute;
			top: 100px;
			left: 32px;
			width: 789px;
			height: 426px;
		}
		#left_box_detail2, #left_box_detail3 { /* DEFAULT HTML VERSION */
			z-index: 99;top: 46px;
			left: 32px;
			position: absolute;
			top: 100px;
			left: 32px;
			width: 589px;
			height: 426px;
		}
		
		
				/* HTML CONTENT PAGES */
				
				#content_inner_bg {
					display: block;
					z-index: 50;
					position: absolute;
					top: 0px;
					left: 0px;
					width: 789px;
					height: 426px;
					background-color: #FFF;
					filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
				
				}
				#content_inner_bg_DETAIL {
					display: block;
					z-index: 50;
					position: absolute;
					top: 0px;
					left: 0px;
					width: 589px;
					height: 432px;
					/*background-color: #FFF;
					filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;*/
				
				}
				#content_inner {
					z-index: 4000;
					position: absolute;
					top: 0px;
					left: 0px;
					width: 566px;
					height: 426px;
					background: URL("../images/page_elements/gw_gl_mn_bx_tile.gif") 0 0 transparent;
				
				}
				#content_inner_DETAIL {
					z-index: 4000;
					position: absolute;
					top: 0px;
					left: 0px;
					width: 366px;
					height: 424px;
					background: URL("../images/page_elements/gw_gl_mn_bx_tile.gif") 0 0 transparent;
				
				}
					
					
					#content_inner_text {
						position: absolute;
						top: 24px;
						left: 12px;
						width: 542px;
						height: 366px;
						overflow-x: hidden;
						overflow-y: auto;
						padding: 6px 12px 6px 0;
						font-size: 11px;
					}
					#content_inner_text_DETAIL {
						position: absolute;
						top: 24px;
						left: 12px;
						width: 342px;
						height: 366px;
						overflow-x: hidden;
						overflow-y: auto;
						padding: 6px 12px 6px 0;
						font-size: 11px;
					}
						#content_inner_text IMG, #content_inner_text_DETAIL IMG {
							float: left; padding: 0 12px 6px 0;
						}
						#content A.back_to_team {
							display: block;
							float: left;
							width: 122px;
							height: 26px;
							margin-left: -3px;
							margin-top: 12px;
							background: URL('../images/page_elements/gw_gl_insp_off.jpg') 0 0 no-repeat;
						}
								#content A.back_to_team:HOVER {
									background-image: URL('../images/page_elements/gw_gl_insp_on.jpg');
								}
								#content A.back_to_employment {
									display: block;
									float: left;
									width: 122px;
									height: 26px;
									margin-left: -3px;
									margin-top: 12px;
									background: URL('../images/page_elements/gw_gl_emp_off.png') 0 0 no-repeat;
								}
										#content A.back_to_employment:HOVER {
											background-image: URL('../images/page_elements/gw_gl_emp_on.png');
										}
										
										
						#content #contact1, #content #contact2 {
							display: none; 
							border-top: 1px dashed #666; 
							margin-top: 12px;
							padding: 6px 0 0 0;
						}
										
										
										
						#content_inner_text TABLE.listReturn {
							background-color: #F5F4F2;
							margin: 6px 0 10px 0px;
							padding: 6px;
							font-family: Helvetica, Arial, Verdana;
							font-size: 10px;
						}
						
							#content_inner_text TABLE.listReturn H2 {
								margin: 0 0 0 0;
								padding: 0 0 0 0;
							}
								#content_inner_text TABLE.listReturn H2 .listReturnDate { font-weight: normal; font-size: 10px; margin-top: -2px; }
						
						
							#content_inner_text TABLE.listReturn H3 {
								margin: 0 0 0 0;
								padding: 0 0 0 0;
								font-weight: normal;
							}
							#content_inner_text TABLE.listReturn P {
								margin: 6px 0 0 0;
								padding: 0 0 0 0;
								font-weight: normal;
							}
							#content_inner_text TABLE.listReturn A {
								color: #990000;
							}
								#content_inner_text TABLE.listReturn A.view_details {
									display: block;
									float: left;
									width: auto;
									height: 20px;
									margin-left: 0px;
									margin-top: 0px;
									padding-left: 14px;
									background: URL('../images/page_elements/gw_gl_link_arrow.gif') 0 0 no-repeat;
								}
								#content_inner_text TABLE.listReturn A.close_details {
									display: block;
									float: right;
									width: auto;
									height: 20px;
									margin-left: 0px;
									margin-top: 0px;
									padding-left: 14px;
									background: URL('../images/page_elements/gw_gl_close_arrow.gif') 0 2px no-repeat;
								}
								
								
								
								
								
								#content_inner_text TABLE.listReturn .listReturnDiv {
									display: none;
									position: relative;
									width: 100%;
									float: left;
									margin: 6px 0 0 0;
									border-top: 1px dashed #CCC;
									border-bottom: 1px dashed #CCC;
									padding: 6px 0 0 0;
								}
									#content_inner_text TABLE.listReturn .listReturnDiv H4 {
										margin:0;
										padding: 0;
										color: #990000;
									}
									
									#content_inner_text TABLE.listReturn .listReturnDiv TABLE.listReturn_details {
										padding: 4px;
										margin: 6px 0 6px 0;
									}
										#content_inner_text TABLE.listReturn .listReturnDiv TABLE.listReturn_details TD {
											border: 1px solid #CCC;
										}
										
								#content_inner_text UL, #content_inner_text_DETAIL UL {
									margin-bottom: 6px;
								}
						
						
				/* HTML CONTENT PAGES */
				
		#left_box_A { 
			z-index: 4000;
			top: 46px;
			left: 32px;
			position: absolute;
			top: 100px;
			left: 32px;
			width: 789px;
			height: 426px;
		}
		#left_box_B {
			z-index: 4000;
			position: absolute;
			top: 130px;
			left: 0px;
			width: 300px;
			height: 426px;
		}
		#left_box_B2 {
			z-index: 4000;
			position: absolute;
			top: 160px;
			left: 0px;
			width: 300px;
			height: 426px;
		}
		#left_box_C, #left_box_C2 {
			z-index: 4000;
			position: absolute;
			top: 120px;
			left: 32px;
			width: 500px;
			height: 426px;

		}
		#left_box_cycle {
			z-index: 4000;
			position: absolute;
			top: 60px;
			left: 32px;
			width: 500px;
			height: 426px;
		}
		#left_box_tier2 {
			z-index: 4000;
			position: absolute;
			display: block;
			top: 110px;
			left: 20px;
			/*width: 356px;*/
			width: 400px;
			/*height: 550px;*/
			height: auto; /* SHOULD REMOVE SCROLLING IN THIS TEMPLATE */
			font-size: 12px;
			overflow-y: auto;
			overflow-x: hidden;
			padding-right: 20px;
			padding-bottom: 50px;
			background-color: transparent;
		}
		#left_box_tier2_salon {
			z-index: 4000;
			position: absolute;
			top: 110px;
			left: 12px;
			/*width: 275px;*/
			width: 364px;
			/*height: 550px;*/
			height: 490px;
			font-size: 12px;
			overflow-y: hidden;
			overflow-x: hidden;
			padding-right: 20px;
			background-color: transparent;
		}
			#left_box_tier2 TABLE, #left_box_tier2_salon TABLE {
				margin: 6px 0 6px 0;
				border-top: 1px dashed #666;
			}
			#left_box_tier2 H2 { margin: 0; padding: 0; }
			#left_box_tier2 UL.no_style { list-style: none; font-size: 14px; color: #333; margin-bottom: 6px; margin-left: -12px; padding-right: 12px; }
			#left_box_tier2 UL.no_style LI { height: auto; display: block; margin-bottom: 4px;}
			#left_box_tier2 UL LI { float: left; width: 100%; clear:both; }
			#left_box_tier2 UL A {
				color: #666;
				text-decoration: none;
			}
			/*#left_box_tier2 UL A.pdf {
				padding-left: 26px;
			    display: block;
			    height:auto;
				width: 100%;
			    background: transparent url('../images/pdf_icon.gif') no-repeat 0 -3px;
			    margin-bottom: 4px;
			    padding-bottom: 0px;
			    float: left;
				color: #666;
				line-height: 1em;
				text-decoration: none;
			}*/
			#left_box_tier2 UL A.pdf {
				display: block;
				float: left;
				width: 100%;
				height: auto;
				margin-left: 0px;
				margin-top: 0px;
				margin-bottom: 4px;
				padding-left: 14px;
				background: URL('../images/page_elements/gw_gl_link_arrow.gif') 0 2px no-repeat;
				color: #990000;
				clear: left;
			}
			
			
			
				#left_box_tier2 UL A:HOVER {
					color: #990000;
				}
				
				/* SALON LOCATOR BITS */
				
				#tier2_top {
					z-index: 4000;
					position: absolute;
					top: 20px;
					left: 0px;
					/*width: 275px;*/
					width: 190px;
					/*height: 550px;*/
					height: 150px;
					border-right: 1px dashed #666;
					border-bottom: 0px none;
				}
					#tier2_top #key1 {
						position: absolute;
						width: 183px;
						height: 58px;
						left: 200px;
						top: 25px;
					}
					
					#tier2_inner {
						z-index: 4000;
						position: absolute;
						top: 160px;
						left: 0px;
						/*width: 275px;*/
						width: 364px;
						/*height: 550px;*/
						height: 280px;
						font-size: 12px;
						overflow-y: auto;
						overflow-x: hidden;
						padding-right: 20px;
						background-color: transparent;
						border-top: 0px none;
					}
						TABLE.listReturn H2, #stores TABLE.listReturn P {
							font-size: 12px !important;
							margin: 0 0 0 0;
						}
						#tier2_inner H2 IMG, #stores H2 IMG {
							margin: -2px 0 0 0;
						}
						
						TABLE.listReturn .title_container  {
							position: relative;
							width: 100%;
							height: 12px;
							top: 0;
							left: 0;
							margin: 0 0 4px 0;
							float: left;
							clear: both;
						}
							TABLE.listReturn .title_container .title_containerL {
								position: relative;
								width: auto;
								height: 20px;
								float: left;
							}
							TABLE.listReturn .title_container .title_containerR {
								position: relative;
								width: auto;
								height: 10px;
								float: left;
								text-align: left;
								padding: 4px 0 0 0;
								margin-left: 20px;
							}
								#content_inner_text TABLE.listReturn .title_container .title_containerR {
									padding: 2px 0 0 0;
								}
								#tier2_inner TABLE.listReturn .title_container .title_containerR {
									padding: 1px 0 0 0;
								}
								TABLE.listReturn .title_container .title_containerR  IMG {
									position: relative;
									display: block;
									float: left;
									padding: 0 0 0 0;
									margin: 0 -6px 0 0;
								}
		
		#left_box_salon { 
			z-index: 4000;
			top: 46px;
			left: 32px;
			position: absolute;
			top: 100px;
			left: 32px;
			height: 435px;
			width: 542px;
			overflow-x: hidden;
			overflow-y: auto;
			padding: 0px 20px 6px 0;
			font-size: 11px;
		}
		
			/* SALON ALLIANCE - BENEFITS/REQUIREMENTS */
			#tabs {
				position: relative;
				display: block; 
				float: left;    
				top: 0;
				left: 0;
				width: 500px;
				height: 32px;
				/*background: URL('../images/tab_bg.gif') 0 0 no-repeat;*/
				background-color: #FFF;
				margin-bottom: 4px;
				overflow: hidden;
				border-bottom: 1px solid #999;
			}
				/*#tabs A {
					position: relative;
					display: block;
					float: left;
					width: 147px;
					height: 32px;
					background-position: 0 -32px;
				}
					#tabs A:HOVER {
						background-position: 0 0;
					}
				*/
					#tabs #tab1 {
						position: absolute;
						display: block;
						width: 147px;
						height: 32px;
						top: 0;
						left: 0;
						background-position: 0 0px;
						background-image: URL('../images/usa.gif');
					}
						/*#tabs A#tab1:HOVER {
							background-position: 0 0;
						}
						*/
					#tabs #tab2 {
						position: absolute;
						display: block;
						width: 137px;
						height: 32px;
						top: 0;
						left: 0px;
						background-position: 0 0px;
						background-image: URL('../images/canada.gif');
					}
					/*	#tabs A#tab2:HOVER {
							background-position: 0 0;
						}

						#tabs A.tab_on { background-position: 0 -0;}
						#tabs A.tab_off { background-position: 0 -32px;}
					*/
				#tab1_content {
					display: block;
					position: absolute;
					top: 34px;
					left: 0;
					width: 542px;
					height: 550px;
				}
				#tab2_content {
					display: none;
					position: absolute;
					top: 34px;
					left: 0;
					width: 542px;
					height: auto;
				}
		/* MAPS IN SALON ALLIANCE */		
				#content A#map_usa {
					position: relative;
					display: block;
					width: 253px;
					height: 123px;
					background: URL('../images/page_elements/gw_gl_map_usa1.gif') 00 no-repeat;
				}
					#content A#map_usa:HOVER {
						background: URL('../images/page_elements/gw_gl_map_usa2.gif') 00 no-repeat;
					}
					
					#content A#map_canada {
						position: relative;
						display: block;
						width: 253px;
						height: 160px;
						background: URL('../images/page_elements/gw_gl_map_canada1.gif') 00 no-repeat;
					}
						#content A#map_canada:HOVER {
							background: URL('../images/page_elements/gw_gl_map_canada2.gif') 00 no-repeat;
						}
		
		
		
		#left_box_salon2 { 
			z-index: 4000;
			top: 46px;
			left: 32px;
			position: absolute;
			top: 100px;
			left: 32px;
			height: 435px;
			width: 300px;
			overflow-x: hidden;
			overflow-y: auto;
			padding: 0px 20px 6px 0;
			font-size: 11px;
		}
		#left_box_salon3 { 
			z-index: 4000;
			top: 46px;
			left: 32px;
			position: absolute;
			top: 120px;
			left: 32px;
			height: 400px;
			width: 300px;
			overflow-x: hidden;
			overflow-y: auto;
			padding: 0px 20px 6px 0;
			font-size: 11px;
		}
				
		
		
		
		/* CALLOUTS */
		
		#right_box_inner, #right_box_inner_detail {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			padding-left: 12px;
			left: 0;
		}
			#right_box_inner H5, #right_box_inner_detail H5 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				margin: 0;
				padding: 0;
				color: #666;
			}
			#right_box_inner FORM, #right_box_inner_detail FORM {
				width: 200px;
				margin: 6px 0 0 0;
				padding: 6px 0 0 0;
				border-top: 1px dashed #CCC;
			}
				#right_box_inner FORM SELECT, , #right_box_inner_detail FORM SELECT {
					margin-bottom: 10px;
				}
			
			#right_box_inner UL, #right_box_inner_detail UL {
				margin-left: 0px;
				padding-left: 0px;
				list-style: none;
			}
			#right_box_inner A, #right_box_inner_detail A {
				font-weight: bold;
				font-size: 10px;
				color: #000;
				text-decoration: none;
				margin-bottom: 4px;
			}
				#right_box_inner A:HOVER, #right_box_inner_detail A:HOVER {
					color: #990000;
				}
				
				#right_box_inner A.red_box, #right_box_inner_detail A.red_box {
					display: block;
					float: left;
					width: 100%;
					height: 20px;
					margin-left: 0px;
					margin-top: 0px;
					padding-left: 14px;
					background: URL('../images/page_elements/gw_gl_link_box.gif') 0 0 no-repeat;
					font-weight: bold;
					font-size: 10px;
					color: #000;
				}
					#right_box_inner A.red_box:HOVER, #right_box_inner_detail A.red_box:HOVER { color: #990000; }
				
				
		
		
		#right_box_A { 
			z-index: 4000;
			position: absolute;
			top: 100px;
			left: 606px;
			width: 225px;
			height: 426px;
			margin: 0;
			padding: 0;
		}
		
		
		
			#right_box_B { /* "NORMAL" FLASH VERSION */
				z-index: 4000;
				position: absolute;
				top: 80px;
				left: 310px;
				width: 225px;
				height: 426px;
				margin: 0;
				padding: 0;
			}
			#right_box_B2 { /* "NORMAL" FLASH VERSION */
				z-index: 4000;
				position: absolute;
				top: 110px;
				left: 310px;
				width: 225px;
				height: 426px;
				margin: 0;
				padding: 0;
			}
			#right_box_B3 { /* "NORMAL" FLASH VERSION */
				z-index: 4000;
				position: absolute;
				top: 146px;
				left: 310px;
				width: 225px;
				height: 225px;
				margin: 0;
				padding: 0;
			}
			#right_box_C, #right_box_C2 { /* WHEN THERE IS NOT CONTENT INF THE FLASH BOX */
				z-index: 4000;
				position: absolute;
				top: 53px;
				left: 532px;
				width: 225px;
				height: 426px;
				margin: 0;
				padding: 0;
			}
				
				#bot_right_links {
					z-index: 4000;
					position: absolute;
					top: 360px;
					left: 550px;
					width: 225px;
					height: auto;
					margin: 0;
					padding: 0;
				}
				#bot_right_links2 {
					z-index: 4000;
					position: absolute;
					top: 412px;
					left: 412px;
					width: 225px;
					height: auto;
					margin: 0;
					padding: 0;
				}
					#bot_right_links2 FORM {
						display: block;
						position: relative;
						float: left;
						height: 24px;
					}
				
			
			#right_box_cycle { /* WHEN THERE IS NOT CONTENT INF THE FLASH BOX */
				z-index: 4000;
				position: absolute;
				top: 36px;
				left: 532px;
				width: 225px;
				height: 426px;
				margin: 0;
				padding: 0;
			}
			#right_box_detail { /* HTML VERSION */
				z-index: 50;
				position: absolute;
				top: 100px;
				left: 586px;
				width: 225px;
				height: 426px;
				margin: 0;
				padding: 0;
			}
			#right_box_detail2, #right_box_detail3 { /* HTML VERSION */
				z-index: 4000;
				position: absolute;
				top: 99px;
				left: 388px;
				width: 200px;
				height: 426px;
				margin: 0;
				padding: 0;
			}
			#right_box_tier2 { /* WHEN THERE IS NOT CONTENT IN THE FLASH BOX */
				z-index: 4000;
				position: absolute;
				top: 50px;
				left: 400px;
				width: 880px;
				height: 500px;
				margin: 0;
				padding: 0;
				overflow: hidden;
			}
			#right_box_salon { 
				z-index: 4000;
				position: absolute;
				top: 100px;
				left: 606px;
				width: 225px;
				height: 440px;
				margin: 0;
				padding: 0;
			}
			#right_box_salon2 { 
				z-index: 4000;
				position: absolute;
				top: 74px;
				left: 400px;
				width: 225px;
				height: 440px;
				margin: 0;
				padding: 0;
			}
			#right_box_salon3{ 
				z-index: 4000;
				position: absolute;
				top: 110px;
				left: 400px;
				width: 225px;
				height: 440px;
				margin: 0;
				padding: 0;
			}
			
	
	
	#model_inner  { z-index: 1; }
	/* MODEL SWF */
	#model { z-index: 1;}
	/*#model*/ 
	.model_right {
		position: absolute;
		display: block;
		width: 600px;
		height: 600px;
		right: 20px;
		top: 85px
	}
		/*#model*/ .model_fixed_B, .model_fixed_B2 {
			position: absolute;
			display: block;
			width: 600px;
			height: 600px;
			left:600px;
			top: 85px;
			
		}
		/*#model*/ .model_fixeddetail2 {
			position: absolute;
			display: block;
			width: 600px;
			height: 600px;
			left:600px;
			top: 85px;
		}
		.model_fixeddetail3 {
			position: absolute;
			display: block;
			width: 600px;
			height: 600px;
			left:450px;
			top: 85px;
		}
		.model_fixed_salon {
			position: absolute;
			display: block;
			width: 600px;
			height: 600px;
			left:780px;
			top: 85px;
		}
		.model_fixed, .model_fixed_C {
			position: absolute;
			display: block;
			width: 600px;
			height: 600px;
			left: 730px;
			top: 85px;
		}
		.model_fixed_C2 {
			position: absolute;
			display: block;
			width: 600px;
			height: 600px;
			left: 600px;
			top: 85px;
		}
		/*#model*/ .model_squeeze_left {
			position: absolute;
			display: block;
			width: 600px;
			height: 600px;
			left: 600px;
			top: 85px;
		}



/* COLOR CYCLE SWF */
#color_cycle {
	position: absolute;
	/*top: 520px;*/
	top: 470px;
	display: block;
	left: 66px;
	width: 315px;
	height: 160px;
	
}



/* FOOTER AND FOOTER NAV */
#footer {
	position: absolute;
	/*top: 682px;*/
	top: 632px;
	display: block;
	left: 60px;
	/*width: 524px;*/
	width: 438px;
	height: 68px;
	color: #999;
	overflow: hidden;
	font-family:Helvetica, Arial;
	
}
	#footer A {
		text-decoration: none;
		color: #666;
	}
	#footer UL {
			z-index: 99;
			display: block;
			list-style: none;
			padding: 0;
			margin: 0;
	
 		}
		
		#footer  UL LI { 
			float: left;
			position: relative;
			width: auto;
			height: auto;
			margin-right: 0px;
			
		}
		
		
		#footer UL#footer1 {
			position: absolute;
			top: 0;
			top: 0;
			font-size:11px;
		}
			#footer UL#footer1 LI { height: 12px; overflow: hidden;}
			/*#footer UL#footer1 LI .pipe { display: block; top: -2px; }
		*/
					
						
						
		#footer UL#footer2 {
			position: relative;
			display: block;
			width: 100%;
			height: 20px;
			top: 10px;
			left: 0;
			border-top: 1px solid #CCC;
			padding-top: 6px;
			font-size: 9px;
		}
			#footer UL#footer2 LI { height: 8px; overflow: hidden; top: -2px; }
		
					#footer UL#footer2 A#contact {
						display: block;
						float: left;
						width: 52px;
						height: 9px;
						background: url('../images/footer/contact.png') 0 0 no-repeat;
					}
						#footer UL#footer2 A#contact:HOVER, #footer UL#footer2 A#contact_active {
							display: block;
							float: left;
							width: 52px;
							height: 9px;
							background: url('../images/footer/contact.png') 0 -8px no-repeat;
						}
					#footer UL#footer2 A#privacy {
						display: block;
						float: left;
						width: 67px;
						height: 9px;
						background: url('../images/footer/privacy.png') 0 0 no-repeat;
					}
						#footer UL#footer2 A#privacy:HOVER, #footer UL#footer2 A#privacy_active {
							display: block;
							float: left;
							width: 67px;
							height: 9px;
							background: url('../images/footer/privacy.png') 0 -8px no-repeat;
						}
					#footer UL#footer2 A#fact {
						display: block;
						float: left;
						width: 98px;
						height: 9px;
						background: url('../images/footer/products.png') 0 0 no-repeat;
					}
						#footer UL#footer2 A#fact:HOVER, #footer UL#footer2 A#fact_active {
							display: block;
							float: left;
							width: 98px;
							height: 9px;
							background: url('../images/footer/products.png') 0 -8px no-repeat;
						}
					#footer UL#footer2 A#msds {
						display: block;
						float: left;
						width: 68px;
						height: 9px;
						background: url('../images/footer/msds.png') 0 0 no-repeat;
					}
						#footer UL#footer2 A#msds:HOVER, #footer UL#footer2 A#msds_active {
							display: block;
							float: left;
							width: 68px;
							height: 9px;
							background: url('../images/footer/msds.png') 0 -8px no-repeat;
						}

			

#right_box_inner SELECT {
	width: 180px !important;
}
#right_box_inner_detail {
	height: 290px;
	width: 200px;
	overflow: hidden;
}


/* PRINT DIV */
#print { display: none;}

/* DIRECTORY TREE */
#dir_tree_wrap {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	float: left;
	font-family: Arial;
	font-size: 18px;
}
UL.php-file-tree {
	display: block;
	position: relative;
	float: left;
	font-family: Arial;
	font-size: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	color: #990000;
}
	#dir_tree_wrap H3, #dir_tree_wrap H3 A {
		color: #333 !important;
		text-decoration: none;
		border-bottom: 1px solid #990000;
		font-weight: normal;
		width: auto;
	}
	#dir_tree_wrap UL.php-file-tree { font-size: 14px; margin-left: 12px;}

	
	UL.php-file-tree LI {
		line-height: 1.8em;
		list-style: none;
	}
		UL.php-file-tree LI UL { font-size: 85%; margin-bottom: 12px;}

	UL.php-file-tree LI A {
		color: #333 !important;
		text-decoration: none;
		border-bottom: 1px solid #990000;
	}
	
	.php-file-tree A:hover {
		color: #666;
		border: 0px none;
	}
	
	.php-file-tree LI.ext-pdf A { border-bottom: none; }
/*
	.php-file-tree .open {
		font-style: italic;
	}
	
	.php-file-tree .closed {
		font-style: normal;
	}
	
	.php-file-tree .pft-directory {
		list-style-image: url("../images/page_elements/_tree_directory.png");
	}
	
	.php-file-tree LI.ext-pdf { list-style-image: url("../images/page_elements/_tree_pdf.png"); }
	
*/
