@charset "UTF-8";

/* Global Styles */

body {
	color: #333;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.page article .ind {
	font-size: 17px;
	line-height: 1.5em;
}

.page {
	max-width: 980px;
	margin: 0px auto;
	position: relative; background-color: #fff;
}
.page article p img {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;	
}
.page article img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}



h1 { color: #000; margin: 0em 0em .5em 0em; font-size: 2.5em; font-weight: normal; }
h2 { font-size: 1.7em; margin: 0em 0em 1em 0em; }
h3 { font-size: 1.5em; margin: 0em 0em 1em 0em; }
h4 { font-size: 1.3em; margin: 0em 0em 1em 0em; }
h5 { font-size: 1.1em; margin: 0em 0em 1em 0em; }
p { margin: 0px 0px .75em 0px; }
a { color: #000; }
a:hover { color: #009eff; }
a.cta {
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background: url(../images/cta_arrow.png) no-repeat right 0px;
}
a.cta:hover { background-position: right -50px; }
footer { font-size: .85em; color: #fff; background-color: #8995e7; padding: 10px 10px 10px 0px; }
.page footer p a {
	font-size: .85em; 
	color: #fff; 
	/*background-color: #515673;*/
	padding: 10px 10px 10px 0px;
}



.promo h3 { font-size: 1.1em; margin: 0; }
.promo p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }

.promo { background-repeat: no-repeat; }

.promo.one { background-image: url(../images/glo.jpg); }
.promo.two { background-image: url(../images/keratin.jpg); }
.promo.three { background-image: url(../images/phyto.jpg); }
.promo.four { background-image: url(../images/phyto.jpg); }
.promo.five { background-image: url(../images/phyto.jpg); }
.promo.six { background-image: url(../images/phyto.jpg); }


nav a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: .9em;
}
nav a:hover { color: #999; }


.clear-fix { clear: both; line-height: 1px; }
