/* typography.css */

body {
	line-height: 1.5;
	font-size: 80%;
	font-family: "'Gill Sans'", "'Gill Sans MT'", "'Myriad Pro'", "'DejaVu Sans Condensed'", Helvetica, Arial, sans-serif;
	color : #333;
}

h2, h3, h4, h5, p, ul, blockquote { 
margin : 0 20px .75em; }

h2, h3 {
	margin-bottom : .15em;
	font-size: 150%;
	font-family: "'Gill Sans'", "'Gill Sans MT'", "'Myriad Pro'", "'DejaVu Sans Condensed'", Helvetica, Arial, sans-serif;
	font-weight : normal;
	letter-spacing : -1px;
}
h5 { 
margin : -20px 20px 1.5em; 
}

p, ul > ul > ul { 
font-size : 110%; }

h2{
	color : #5a5a5a;
	left: -12px;
}
h3 {
	color : #ec1e24;
	font-weight: bold;
	padding-top: 40px;
	left: -12px;
	text-shadow: 0px 0px;
}

h3.brush {
	color: #000000;
}

.red {
	color: #ce3128;
	}

div#colours h4 {
	text-align: left;
	color: #666;
	}

.bar	{
	padding-top: 50px;
}

h5.bar {
	padding-top: 20px;
	}

h4 { 
font-size : 120%;
color : #0066B2; }

h2+p { 
font-size : 110%; }

strong {
	font-weight : normal;
	font-style: bold;
	color: #000000;
}

table.colour tr td {
	border-collapse:collapse;
	}

div#content_main blockquote {
	font-size: 140%;
	color : #5A5A5A;
	font-weight: lighter;
}

div#content_sub h3 {
	color: #99A54A;
	font-weight: normal;
	border-bottom: medium dotted #7D7D7D;
	font-size: 160%;
	background-repeat: no-repeat;
}

div#home h4 a:link, a:visited {
	font-size: 140%;
	color : #F0DA8F;
	font-weight: lighter;
	}

li > h4 { margin-left : 0; }

.highlight {
	font-weight : normal;
	font-weight: bold;
	color:#7FB2D8; }

.blue{
	font-weight : normal;
	font-weight: bold;
	color: #0066B2;
	font-style: normal;
}

/* PE range */

h3#pe_range {
	font-size: 160%;
}

ul#pe_range li {
	font-size: 160%;
}

ul#pe_range li.shampoo {
color : #D6A513;
}
ul#pe_range li.conditioner {
color : #DA7C42;
}
ul#pe_range li.treatment {
color : #7A6B8D;
}
ul#pe_range li.styling {
color : #99A54A;
}
ul#pe_range li.finishing {
color : #759AA6;
}

ul#pe_ideals  {
	color : #759AA6;
	line-height: 120%;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
ul.fransen {
	color : #000;
	line-height: 120%;
	width: 550px;
	padding: 10px 5px 5px 20px;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	border-top: medium solid #000000;
	border-bottom: medium solid #000000;
}
ul.brushes {
	padding-left: 40px;
	font-size : 120%
	}

li#pe_ideals {
padding: 40px 0;
	
}
li#fransen {
padding: 50px;

}

div#nav_main p { 
font-size : 160%;
color : #7A6B8D; }

div#site_info p { 
color : #fff; }

li > p { margin-left : 0; }

td > p {
    padding: 10px;
}

a:link, a:visited {
	text-decoration : none;
}

h2 a:link, h2 a:visited { 
color:#F2060A;
}

h2 a:hover {
color:#000;	
	}

a:link/*, a:visited */{
	color : #5A5A5A;
}

ul#nav_tools a {
color : #fff; } 

div#privacy h2, h4, strong {
color: #000000;
font-weight: bold;
}

div#privacy ul {
font-size: 110%;
padding-left: 30px;
padding-right: 30px;
}