/* typography.css */

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

h2, h3, h4, 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;
}

p { 
font-size : 100%; }

h2, h3 {
	color : #DA7C42;
	left: -12px;
}

h4 { 
color : #DA7C42; }

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

strong {
	font-weight : normal;
	font-style: italic;
}

div#content_main blockquote {
	font-size: 140%;
	color : #5A5A5A;
	font-weight: lighter;
}
.indent {
margin-left: 40px;
}

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

li > h4 { margin-left : 0; }

/* 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;
}

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

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

ul#sibel_range li.normal {
color : #0D8BBD;
}
ul#sibel_range li.dry {
color : #17AEC1;
}
ul#sibel_range li.oily {
	color : #088DF4;
}

div#pe_ideals  {
	color : #000;  /*blue #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#leaf  {
	list-style-type: none;
	padding-left: 40px;
	margin-bottom: 75px;
	list-style-image: url(images/bullet_f.png);
}

ul#leaf li {
padding-top: 5px;

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

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

div#site_info p { 
color : #fff; }

.red {
	color: #ce3128;
	}

li > p { margin-left : 0; }

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

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

ul#nav_tools a {
color : #fff; } 
