* { margin: 0; padding: 0; }

body {
background: #ffffff;
font-family: Helvetica, Arial, sans-serif;
}

.clear { clear: both; }

#main-container { width: 968px; margin: 0 auto; repeat-y; }
#bottom { width: 968px; height: 14px; margin: 0 auto; }
#container { width: 968px; margin: 0 auto;}

#wrapper {
width: 968px;
height: 700px;
margin: 0 auto;
padding: 0;
background: url(../images/headerBg.png) no-repeat;
}

#logo { float: left; width: 266px; margin-left: 30px; margin-top: 25px; background: url(../images/hotLogo.jpg) no-repeat; }
#logo h1 { width: 266px; height: 44px; }
#logo h1 a { display: block; height: 44px; outline: none; }
#logo h1 span { display: none; }

#navigation { padding-top: 88px; padding-left:10px;}
	#navigation li {
	list-style: none;
	height: 20px;
	float: left;
	}
	#navigation li a { display: block; height: 20px; outline: none; }
	#navigation li span { display: none; }
	
	li#home { width: 98px; background: url(../images/home.jpg) no-repeat left top; position: fixed; }
	li#home a:hover { width: 98px; background: url(../images/home.jpg) no-repeat right top; border-right: 1px solid #b8bab3; margin-right: -1px; }
	li#home-active { width: 98px; background: url(../images/home.jpg) no-repeat right top; border-right: 1px solid #b8bab3; margin-right: -1px; }
	
	
	li#about-us { width: 147px; background: url(../images/about-us.jpg) no-repeat left top; position: relative; display: block; }
	li#about-us a:hover { background: url(../images/about-us.jpg) no-repeat right top; border-right: 1px solid #b8bab3; border-left: 1px solid #b8bab3; margin-left: -1px; margin-right: -1px; }
	li#about-us-active { width: 147px; background: url(../images/about-us.jpg) no-repeat right top; border-right: 1px solid #b8bab3; border-left: 1px solid #b8bab3; margin-left: -1px; margin-right: -1px; }
	
	
	li#our-brands { width: 169px; background: url(../images/our-brands.jpg) no-repeat left top; position: relative; display: block; }
	li#our-brands a:hover { background: url(../images/our-brands.jpg) no-repeat right top; border-right: 1px solid #b8bab3; border-left: 1px solid #b8bab3; margin-left: -1px; margin-right: -1px; }
	li#our-brands-active { width: 169px; background: url(../images/our-brands.jpg) no-repeat right top; border-right: 1px solid #b8bab3; border-left: 1px solid #b8bab3; margin-left: -1px; margin-right: -1px; }
	
	
	li#careers { width: 145px; background: url(../images/careers.jpg) no-repeat left top; position: relative; display: block; }
	li#careers a:hover { background: url(../images/careers.jpg) no-repeat right top; border-right: 1px solid #b8bab3; border-left: 1px solid #b8bab3; margin-left: -1px; margin-right: -1px; }
	li#careers-active { width: 145px; background: url(../images/careers.jpg) no-repeat right top; border-right: 1px solid #b8bab3; border-left: 1px solid #b8bab3; margin-left: -1px; margin-right: -1px; }
	
	
	li#contact-us { width: 168px; background: url(../images/contact-us.jpg) no-repeat left top; position: relative; display: block; }
	li#contact-us a:hover { background: url(../images/contact-us.jpg) no-repeat right top; border-right: 1px solid #b8bab3; border-left: 1px solid #b8bab3; margin-left: -1px; margin-right: -1px; }
	li#contact-us-active { width: 168px; background: url(../images/contact-us.jpg) no-repeat right top; border-right: 1px solid #b8bab3; border-left: 1px solid #b8bab3; margin-left: -1px; margin-right: -1px; }

#signup {
	color: #cFc6c7;
	text-decoration:none;
	font-weight:500;
	font-size:9px;
	float:left;
	margin-top:35px;
	margin-left: 300px;
}

#signup span {padding:5px 5px 0 0;}

.background {background:url(../images/inputBg.jpg) repeat-x; width:176px; height:20px; vertical-align:top; border:none; padding: 2px 0 0 0px; color:#CCC; font-size:10px; font-style:italic;}

#main {
width: 840px;
height: 410px;
padding: 10px 0 0 10px;
}


	#loading img, span { float: left; }
	#loading img { margin-right: 10px; }
	#loading span { font-size: 13px; font-weight: bold; color: #FFFFFF; line-height: 15px; }

#main-sub {
width: 840px;
height: 376px;
padding: 10px 0 0 10px;
}
	
#logo-nav {width: 125px; height: 500px; margin-top: 35px; margin-left: 5px; float: left;}
	#logo-nav li{
	list-style: none;
	padding-bottom: 20px;
	}
	#logo-nav li a { height: 100px; outline: none; }
	#logo-nav li img { border:none;}

#nav-div { width:1px; }
/**** Scroller ***/
div.sc_menu_wrapper {
  height: 570px;
  /* Make bigger than a photo, because we need a place for a scroll-bar. */
  width: 180px;
  margin-top: 30px;
  overflow: auto;
  float:left;
  display:block;
}
div.sc_menu {
  padding: 15px 0;
}
.sc_menu a {
  display: block;
  margin-bottom: 15px;
  width: 130px;
  /* When image support is turned off */
  color: #fff;
  background: rgb(79, 79, 79);  
}
.sc_menu img {
  display: block;
  border: none;
}
.sc_menu_tooltip {
  display: block;
  position: absolute;

  padding: 6px;
  font-size: 12px;  
  color: #fff;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;

  border: 1px solid rgb(79, 79, 79);
  background: rgb(0, 0, 0);
  /* Make background a bit transparent for browsers that support rgba */    
  background: rgba(0, 0, 0, 0.5);
}
/*******************/
#intro {
width: 968px;
height: 600px;
background:url(../images/homeBg.png) no-repeat;
float:left;
}
	#intro p { font-size: 13px; color: #3a3a3a; line-height: 26px; text-align:justify; }
	#intro strong { color: #000; font-weight: bold;}
	#intro-text { width: 450px; height: 26px; margin-top: 60px; margin-left: 490px;}
	#rotator {width: 700px; height: 150px; float: left; margin-top: 320px; margin-left: 50px; float:left; display: inline; }
	#rotator a { display: block; height: 26px; outline: none; }
	/*#rotator span { display: none; }*/
	
	#pdf { width: 97px; height: 97px; position:absolute; margin-top: 222px; margin-left: 275px; display:block; }
	#pdf a { display: block; height: 97px; outline: none; }
	#pdf span { display: none; }

/* About Us page */
#about {
width: 968px;
height: 600px;
}
	#about p { font-size: 13px; color: #3a3a3a; line-height: 26px; text-align:justify; }
	#about strong { color: #000; font-weight: bold;}
	
	#about-text { background-image: url(../images/aboutusBg.jpg); background-repeat:no-repeat; background-position:right; width: 730px; height: 500px; margin-top: 50px; margin-left: 80px; float: left; display: inline; }

/* End About Us */
/* Careers page */
#careers {
width: 968px;
height: 600px;
}
	#careers p { font-size: 13px; color: #3a3a3a; line-height: 26px; text-align:justify; margin: 0 0 0 0px; width: 470px; }
	#careers strong { color: #000; font-weight: bold;}
	
	#careers-text { background-image: url(../images/careersBg.jpg); background-repeat:no-repeat; background-position:right; width: 753px; height: 500px; margin-top: 50px; margin-left: 80px; float: left; display: inline; }
	#careers a { color:#39F;}

/* End Careers */

/* Contact Us page */
#contact {
width: 968px;
height: 600px;
}
	#contact p { font-size: 13px; color: #545454; line-height: 18px; text-align:justify; }
	#contact strong { color: #000; font-weight: bold;}
	
	#contact-text { width: 700px; height: 26px; margin-top: 55px; margin-left: 80px; float: left; display: inline; }
	#contact h2 {font-size: 13px; font-weight:bold; text-decoration:underline}
	#contact a { color:#39F;}
	#contact .note {color:#f00; font-size:10px; line-height:12px}
	#contact table {font-size:13px;color: #545454; line-height: 18px; text-align:justify; float:left; margin-left:80px;}

/* End Contact Us */

/* Toni & Guy page */
#brandPage {
width: 968px;
height: 600px;
}
	#brandPage p { font-size: 12px; color: #949494; line-height: 18px; margin: 125px 20px 0 40px; width: 350px; }
	#brandPage strong { color: #949494; font-weight: bold;}
	
	#brandPage-tng { background-color:#000; background-image: url(../images/tngBg.jpg); width: 753px; height: 500px; margin-top: 50px; margin-left: 30px; float: left; display: inline; }
	#brandPage-tng p { font-size: 12px; color: #949494; line-height: 18px; margin: 115px 20px 0 40px; width: 350px; }
	
	#brandPage-sassoon { background-color:#fff; background-image: url(../images/sassoonBg.jpg); width: 753px; height: 500px; margin-top: 50px; margin-left: 30px; float: left; display: inline; }
	#brandPage-sassoonformen { background-color:#fff; background-image: url(../images/sassoonformenBg.jpg); width: 753px; height: 500px; margin-top: 50px; margin-left: 30px; float: left;}
	#brandPage-sassoonformen p { font-size: 12px; color: #fff; line-height: 18px; margin: 185px 20px 0 40px; width: 390px; }
	#brandPage-sassoonformen strong { color: #fff; font-weight: bold;}
	
	#brandPage-enrapture { background-color:#fff; background-image: url(../images/enraptureBg.jpg); width: 753px; height: 500px; margin-top: 50px; margin-left: 30px; float: left;}
	#brandPage-enrapture p { font-size: 12px; color: #fff; line-height: 18px; margin: 205px 20px 0 40px; width: 390px; }
	#brandPage-enrapture strong { color: #fff; font-weight: bold;}
	
	#brandPage-scholl { background-color:#fff; background-image: url(../images/schollBg.jpg); width: 753px; height: 500px; margin-top: 50px; margin-left: 30px; float: left; display: inline; }
	#brandPage-scholl p { font-size: 12px; color: #6b6b6b; line-height: 18px; margin: 55px 20px 0 40px; width: 650px; }
	#brandPage-scholl h2 { font-size: 14px; color: #6b6b6b; text-align:justify; line-height: 18px; margin: 40px 20px 0 250px; width: 450px; }
	
	#brandPage-veet { background-color:#000; background-image: url(../images/veetBg.jpg); width: 753px; height: 500px; margin-top: 50px; margin-left: 30px; float: left; display: inline; }
	#brandPage-veet p { font-size: 12px; color: #2a2a2a; line-height: 24px; margin: 40px 20px 0 40px; width: 390px; }
	#brandPage-veet strong { color: #2a2a2a; font-weight: bold;}
	
	#brandPage-oxo { background-color:#fff; background-image: url(../images/oxoBg.jpg); width: 753px; height: 563px; margin-top: 50px; margin-left: 30px; float: left; display: inline; }
	#brandPage-oxo p { font-size: 12px; color: #000; line-height: 20px; margin: 85px 20px 0 40px; width: 450px; }
	#brandPage-oxo strong { color: #000; font-weight: bold;}
	
	#brandPage-wigo { background-color:#fff; background-image: url(../images/wigoBg.jpg); width: 753px; height: 500px; margin-top: 50px; margin-left: 30px; float: left; display: inline; }
	#brandPage-wigo p { font-size: 12px; color: #000000; line-height: 18px; margin: 35px 20px 0 40px; width: 450px; }
	#brandPage-wigo h2 { font-size: 13px; color: #000000; text-align:justify; font-weight: normal; line-height: 18px; margin: 40px 20px 0 300px; width: 350px; }
	#brandPage-wigo strong { color: #000; font-weight: bold;}
	
	#brandPage-finalnet { background-color:#fff; background-image: url(../images/finaleBg.jpg); width: 753px; height: 500px; margin-top: 50px; margin-left: 30px; float: left; display: inline; }
	#brandPage-finalnet p { font-size: 12px; color: #2a2a2a; line-height: 24px; margin: 200px 20px 0 40px; width: 390px; }
	#brandPage-finalnet strong { color: #2a2a2a; font-weight: bold;}
	#brandPage-finalnet ul { font-size: 12px; color: #2a2a2a; line-height: 24px; margin: 0 40px 0 60px; }
	.text-finalnet { font-size: 12px; color: #2a2a2a; line-height: 24px; margin: 0 20px 0 40px; width: 390px; }
	
	#more-info { background-image:url(../images/moreInfoBtn.png); width: 275px; height: 23px; float: left; margin-top: 127px; margin-left: 80px; display: inline; }
	#more-info a { display: block; height: 26px; outline: none; }
	#more-info span { display: none;}
	
	#more-info-sassoon { background-image:url(../images/moreInfoBtn.png); width: 275px; height: 23px; float: left; margin-top: 117px; margin-left: 80px; display: inline; }
	#more-info-sassoon a { display: block; height: 26px; outline: none; }
	#more-info-sassoon span { display: none; }

	#more-info-scholl { background-image:url(../images/moreInfoBtn.png); width: 275px; height: 23px; float: left; margin-top: 240px; margin-left: 250px; display: inline; }
	#more-info-scholl a { display: block; height: 26px; outline: none; }
	#more-info-scholl span { display: none; }
	
	#more-info-veet { background-image:url(../images/moreInfoBtn.png); width: 275px; height: 23px; float: left; margin-top: 105px; margin-left: 80px; display: inline; }
	#more-info-veet a { display: block; height: 26px; outline: none; }
	#more-info-veet span { display: none; }
	
	#more-info-oxo { float: left; margin-top: 165px; margin-left: 300px; line-height: 12px; font-weight:bold; display: inline; text-align:center; font-size:12px }
	#more-info-oxo a { display: block; outline: none; color:#F00; }
	
	#more-info-finalnet { background-image:url(../images/moreInfoBtn.png); width: 275px; height: 23px; float: left; margin-top: 10px; margin-left: 80px; display: inline; }
	#more-info-finalnet a { display: block; height: 26px; outline: none; }
	#more-info-finalnet span { display: none; }
	

/* End Toni & Guy */

#footer { font-size: 10px; color: #4d4d4d; line-height: 38px; background: url(../images/footerBg.png) no-repeat; text-align:right; padding-right:20px;}
#footer span { font-size: 10px; color: #4d4d4d; float:none; margin-left: 160px; line-height: 38px; }
#footer a { color: #4d4d4d; text-decoration: none; padding-left:30px;}
#footer a:hover { text-decoration: underline; }


#active { text-decoration: underline !important; }
