/* Headmasters CSS */

body {
  background-image: url('/images/bg-black.png');
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #575757;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Verdana, sans-serif; 
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div.clear {
  clear: both;
}

div#pOuter {
  margin: 0px;
  padding: 0px 0px 0px 0px;   
  width: 100%;     
  min-width: 1000px;
}

div#barOrange {
  width: 100%;
  min-width: 1000px;
  height: 46px;
  background-image: url('/images/bg-bar-orange.png');
  background-repeat: repeat-x;
  background-position: top center;
  border-bottom: 3px solid black;
}

div#barOrangeInner {
  width: 1000px;
  height: 46px;
  margin: 0px auto 0px auto;
  padding: 0;
}

div#barOrangeInner div#strapline {
  width: 212px;
  height: 46px;
  margin: 0px 0px 0px 100px;
  padding: 0;
  border: 0px;
  background-image: url('/images/bg-strapline.png');
  background-repeat: no-repeat;
  background-position: top left;
  font-size: 0px;
  line-height: 0px;
  float: left;
}

div#barOrangeInner ul#navbar {
  float: right;
  padding: 0;
  margin: 5px 0px 0px 0px;
  width: 460px;
  height: 41px;     
  border: 0;
  background-image: url('/images/nav_up.png');
  background-repeat: no-repeat;
  background-position: 368px 0px;  
}

div#barOrangeInner ul#navbar li {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
}

div#barOrangeInner ul#navbar li a {
  display: block;
  height: 41px;
  width: 92px;
  clear: none;
  float: left;  
  border: 0;
  background-image: url('/images/nav_up.png');
  background-repeat: no-repeat;
  background-position: top left;  
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #181818;
  text-decoration: none;
  outline: none;
}  

div#barOrangeInner ul#navbar li a:hover {
  background-image: url('/images/nav_hover.png');
  text-decoration: none;
  color: #2f2f2f;
}

div#barOrangeInner ul#navbar li a:active {  
  color: #d9d9d9;
}

div#pFooter {
  width: 990px;
  background-color: #fff;
  margin: 10px auto 10px auto;
  border: 5px solid #999999;
  padding: 0px;
  position: relative;
}

ul#pFooterLinks {
  width: 680px;
  list-style-type: none;
  margin: 10px 0px 10px 10px;
  padding: 0px;
}

ul#pFooterLinks li {
  display: inline;
  font-size: 12px;
  padding: 0px 10px 0px 0px;
}

div#copyrightBox {
	width: 320px;
	font-size:11px;
	color:#666;
	margin: 0px 0px 0px 0px;
	text-align:right;
	position: absolute;
	right:5px;
	bottom: 6px;
}

div#pHeader {
  width: 1000px;
  margin: 0px auto 0px auto;
  padding: 15px 0px 0px 0px;
  clear: both;
  background-image: url('/images/bg-header-contact.png');
  background-repeat: no-repeat;
  background-position: right 15px;
  background-color: #000;
}

div#pHeader div#pLogo {
  width: 457px;
  height: 45px;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}

div#pHeader div#pLogo a, div#pHeader div#pLogo img {
  border: 0px;
}

div#pMain {
  width: 990px;
  background-color: #fff;
  margin: 0px auto 0px auto;
  border-left: 5px solid #999999;
  border-right: 5px solid #999999;
  border-bottom: 5px solid #999999;
  padding: 0px;
  position: relative;
}

div.gallery-slider {
  float: left;
  width: 712px;
  height: 397px;
  margin: 0px;
  padding: 0px;
  position: relative;
  background-repeat: repeat-x;
  background-position: top left; 
}   

div#gallery-home { background-image: url('/images/gallery-home/gallery-static-home.jpg'); }   
div#gallery-find-us { background-image: url('/images/gallery-home/gallery-static-find-us.jpg'); }
div#gallery-price-list { background-image: url('/images/gallery-home/gallery-static-price-list.jpg'); }   
div#gallery-stylists { background-image: url('/images/gallery-home/gallery-static-stylists.jpg'); }

div#anc-gallery {
  float: left;
  width: 712px;
  height: 397px;
  margin: 0px;
  padding: 0px;
  position: relative;
  background-image: url('/images/gallery-home/gallery-static-home.jpg');
  background-repeat: repeat-x;
  background-position: top left; 
}

div#anc-gallery ul {
  color: #fff;
  float: left;
  width: 450px;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 50px;
}

div#anc-gallery ul li a, div#anc-gallery ul li a:visited {
  color: #6666CC;
}

div#infoBox {
  width: 386px;
  height: 253px;
  background-image: url('/images/bg-infobox.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index:10;
  border: 0px;
  /*display: none;*/ /* Faded in in JS on page load */
}

div#map {
  width: 226px;
  height: 291px;
  background-image: url('/images/heath-and-reach.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: 30px;
  right: 20px;
  z-index:10;
  border: 0px;
  /*display: none;*/ /* Faded in in JS on page load */
}

div#infoBox h1 {
  padding: 0px;
  margin: 10px 0px 0px 15px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

div#infoBox address {
  display: block;
  float: left;
  width: 150px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  padding: 0;
  line-height: 24px;
}

address.notNudged {         
  margin: 20px 0px 0px 10px;
}

address.nudged {         
  margin: 20px 0px 0px 50px;
}

div#infoBox p {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  padding: 0;
}

p#findUsText {
  width: 220px;
  clear: both;      
  float: left;           
  margin: 20px 0px 0px 20px;
}

p#stylistsText {
  width: 360px;
  clear: both;      
  float: left;           
  margin: 10px 0px 0px 15px;
}

p#ancText {
  width: 450px;
  clear: both;      
  float: left;           
  margin: 20px 0px 0px 20px;
}

p#ancText a, p#ancText a:visited {
  color: #6666cc;
}

p#priceListText {
  width: auto;
  clear: both;      
  float: left;           
  margin: 20px 0px 0px 20px;
}

table.priceListing {
  color: #FFF;
  border: 0;
}

div#ccs {
  margin: 10px 0px 0px 0px;
  padding: 0;
  text-align: center;
  width: auto;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

table.priceListing tr td {
  padding: 0px 0px 4px 0px;
  margin: 0;
}

#pricesLeft {
  float: left;
  width: 250px;
  font-size: 13px; 
  margin: 5px 0px 0px 15px;
}

#pricesRight {
  float: right;
  width: 240px;
  font-size: 13px;   
  margin: 5px 25px 0px 0px;
}

.price {
  width: 106px;
  text-align: right;
}

div#infoBox ul#features {
  display: block;
  float: right;
  width: 215px;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 20px 5px 0px 0px;
}

div#infoBox ul#features li {
  font-size: 16px;
  list-style: none outside none;
  margin: 0 0 2px 0;
  padding: 2px 0 8px 33px;
}

div#infoBox ul#features li.coffee {
  background: url("/images/icon-coffee.png") no-repeat scroll 0 2px transparent;
  line-height: 36px;
}

div#infoBox ul#features li.bus {
  background: url("/images/icon-bus.png") no-repeat scroll 0 2px transparent;
  line-height: 28px;
}

div#infoBox ul#features li.car {
  background: url("/images/icon-car.png") no-repeat scroll 0 2px transparent;
  line-height: 28px;
}

div#infoBox ul#findUs {
  display: block;
  float: right;
  width: 370px;
  height: 35px;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 0px;
}

div#infoBox ul#findUs li {
  display: inline;
  height: 35px;
  font-size: 16px;
  list-style: none outside none;
  margin: 0 0 5px 0;
  padding: 8px 5px 10px 40px;
  line-height: 40px;
  font-size: 20px;
}

div#infoBox ul#findUs li.info {
  background: url("/images/icon-info.png") no-repeat scroll 0 2px transparent;
}

div#infoBox ul#findUs li.info a, div#infoBox ul#findUs li.info a:visited {
  color: #6666cc;
}

div#infoBox ul#findUs li.phone {
  background: url("/images/icon-phone.png") no-repeat scroll 0 2px transparent;
  color: #f07600;
  font-weight: bold;
}

div#infoBox ul#findBullets {
  display: block;
  float: left;
  width: 250px;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 20px;
  border: 0px;
  clear: both;
}

div#infoBox ul#findBullets li {
  display: inline;
  height: 35px;  
  width: 100%;
  font-size: 16px;
  list-style: none outside none;
  margin: 0 0 0 0;
  padding: 10px 5px 10px 40px;
  line-height: 40px;
  font-size: 16px;
}

div#infoBox ul#findBullets li.gmaps {
  background: url("/images/icon-gmaps.png") no-repeat scroll 0 2px transparent;
}

div#infoBox ul#findBullets li.gmaps a, div#infoBox ul#findBullets li.gmaps a:visited {
  color: #6666cc;
}

div#infoBox ul#findBullets li.phone {
  background: url("/images/icon-phone.png") no-repeat scroll 0 2px transparent;
  font-weight: bold;
}

div#infoBox ul#findBullets li.prices {
  background: url("/images/icon-prices.png") no-repeat scroll 0 2px transparent;
}

div#infoBox ul#findBullets li.prices a, div#infoBox ul#findBullets li.prices a:visited {
  color: #6666cc;
}

div#home-redhead {
  float: right;
  width: 278px;
  height: 397px;
  margin: 0px;
  padding: 0px;
  background-image: url('/images/bg-redhead.jpg');
  background-repeat: no-repeat;
  background-position: top right; 
}

div#stylists-right {
  float: right;
  width: 278px;
  height: 397px;
  margin: 0px;
  padding: 0px;
  background-image: url('/images/bg-stylists-right.jpg');
  background-repeat: no-repeat;
  background-position: top right; 
}

div#find-us-right {
  float: right;
  width: 278px;
  height: 397px;
  margin: 0px;
  padding: 0px;
  background-image: url('/images/bg-find-us-right.jpg');
  background-repeat: no-repeat;
  background-position: top right; 
  position: relative;
}

div#price-list-right {
  float: right;
  width: 278px;
  height: 397px;
  margin: 0px;
  padding: 0px;
  background-image: url('/images/bg-price-list-right.jpg');
  background-repeat: no-repeat;
  background-position: top right; 
}

div#home-greybar {
  width: 100%;
  height: 5px;
  border: 0;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  background-image: url('/images/bg-greybar.png');
  background-repeat: no-repeat;
  background-position: top left;   
}

div#home-main {
  width: 100%;
  border: 0;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  background-image: url('/images/bg-home-main.png');
  background-repeat: no-repeat;
  background-position: top left;   
}

div#stylists-main {
  width: 100%;
  height: 301px;
  border: 0;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  background-image: url('/images/bg-stylists-products.jpg');
  background-repeat: no-repeat;
  background-position: top left;   
}

div#find-us-main {
  width: 100%;
  height: 301px;
  border: 0;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  background-image: url('/images/bg-find-us-bottom.jpg');
  background-repeat: no-repeat;
  background-position: top left;   
}

div#price-list-main {
  width: 100%;
  height: 301px;
  border: 0;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  background-image: url('/images/bg-stylists-hairstyle.jpg');
  background-repeat: no-repeat;
  background-position: top left;   
}

span.priceFrom {
  font-style: italic;
  padding: 0px 0px 0px 0px;
}

span.priceAmt {
  width: 50px;
  float: right;
}

div#main-text {
  float: left;
  margin: 30px 0px 0px 220px;
  padding: 0;
  width: 420px;
}

div#main-text-full {
  float: left;
  margin: 20px 0px 0px 20px;
  padding: 0;
  width: 950px;
}   

div#main-text h2, div#main-tex-fullt h2 {
  margin: 0px 0px 10px 0px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

div#main-text p, div#main-text-full p {
  font-size: 14px;
  text-align: left;
  margin: 0px 0px 12px 0px;
  padding: 0;
  clear: both;
}

div#main-text ul, div#main-text-full ul {
  font-size: 14px;
  text-align: left;
  list-style-type: square;
}

ul#home-points-left {
  float: left;
  width: 350px;
  clear: left;  
  margin: 0px 0px 15px 40px;
}

ul#home-points-right {
  float: left;
  width: 450px; 
  clear: right;  
  margin: 0px 0px 15px 0px;
}

div.openingHours {
  width: 301px;
  height: 260px;
  border: 0;
  float: right;
  margin: 25px 25px 0px 0px;
  padding: 0;
  background-image: url('/images/bg-openinghours.png');
  background-repeat: repeat-y;
  background-position: top left;   
}

div.openingHours h3 {
  color: #000;
  font-weight: bold;
  margin: 15px 0px 0px 20px;
  padding: 0;
  font-size: 20px;
}

div.openingHours table {
  border: 0;
  margin: 10px 0px 0px 35px;
  padding: 0;
  width: 270px;
}

div.openingHours table tr th {
  text-align: left;
  font-size: 14px;
  width: 120px;
  font-weight: bold;
}

div.openingHours table tr td {
  text-align: left;
  font-size: 14px;
  width: auto;
  font-weight: normal;
}

div.openingHours-pricelink {
  width: auto;
  margin: 10px 0px 0px 0px;
  padding: 0;
  text-align: center;
}

div.openingHours-pricelink a {
  color: #2e1a84;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/* Gallery slider */

img#gallery-pause {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  bottom: 18px;
  left: 12px;
}

ul#gallery-nav {
  display: block;
  position: absolute;
  width: 280px;
  height: 25px;
  bottom: 15px;
  left: 50px;
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 0px 0px;  
}

ul#gallery-nav li {
  display: inline;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

ul#gallery-nav li a {
  display: block;
  width: 22px;
  height: 24px;
  font-size: 0px;
  line-height: 0px;
  border: 0px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background-image: url('/images/gallery-dots.png');
  background-repeat: no-repeat;
  background-position: top left; 
  outline: none;
}

div#privacyPage {
  width: auto;
  border-top: 5px solid #999999;
  padding-bottom: 10px;
}

div#privacyPage h1 {
  margin: 10px 0px 0px 10px;
  padding: 0px;
  font-size: 22px;
}

div#privacyPage h2 {
  margin: 10px 0px 0px 10px;
  padding: 0px;
  font-size: 18px;
}

div#privacyPage p {
  margin: 10px 0px 0px 10px;
  padding: 0px;
  font-size: 14px;
}

div#privacyPage ul {
  margin: 10px 0px 0px 10px;
  padding: 0px 0px 0px 30px;
  font-size: 14px;
}