/*
 *
 *  $Id: splash.css
 *  $Description: CSS used for BabylissPRO.com Splash Page
 *  $Author: Tony Collings, Hayley King
 *  $Version: 1.0
 *  
 */
 
/*	SPECIFIC LAYOUT
	----------------------------------------------------------------- */
	/* SPLASH PAGE */
	body#splash { text-align: center; color: #999; font: 70%/190% Arial, Helvetica, sans-serif; margin-top: 10px; }
	#wrapper { width: 980px; margin: 0px auto; text-align: left; }
	#content { background: #ae0b0c url("img/splash_background.jpg") bottom left repeat-x; text-align: center; color: #fff;  } 
	#content img { text-align: center; }
	#divisions_bg { background-color: #802021; text-align: center; }
	#divisions { text-align: center; }
	span.regions { display: block; clear: both; margin-top: 50px; color: #fff;  font-size: 110%; font-weight: bold;}
	.regions a:link, .regions a:visited {color: #fff; text-decoration: none; }
	.regions a:active, .regions a:hover {color: #fff; text-decoration: underline; }
	
	ul#babyliss_locations { position: absolute; bottom: 150px; margin-left: 355px; _margin-left: -120px; _margin-bottom: 20px; z-index: 2500; padding: 0px; color: #fff; font-weight: bold; font-style: italic; display: block; text-align: left; }
	ul#babyliss_locations li {list-style-type: none; padding: 0px; margin: 5px 0px; }
	ul#babyliss_locations a:link, ul#babyliss_locations a:visited {color: #fff; text-decoration: none; }
	ul#babyliss_locations a:active, ul#babyliss_locations a:hover {color: #fff; text-decoration: underline; }
	
	/* Rounded Corners Effect */
	b.splash_rtop, b.splash_rbottom{display:block;background: #FFF}
	b.splash_rtop b, b.splash_rbottom b{display:block;height: 1px; overflow: hidden; }
	b.splash_rtop b{ background: #ae0b0c; } 
	b.splash_rbottom b{ background: #812122; } 
	b.r1{margin: 0 5px}
	b.r2{margin: 0 3px}
	b.r3{margin: 0 2px}
	b.r4{margin: 0 1px;height: 2px}
