@charset "utf-8";

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	font: 0.95em Arial, Helvetica, sans-serif;
	background: #FFF;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font:normal; color:#222; }

/* menu */
h1 { font-size: 0.75em; margin-bottom: 0.5em; }

h2 { font: normal normal normal 1.7em #666;
line-height: 1.3em;
	margin-bottom: 2em;}

.aesthetic { color: #8CC63F;}
.medihealth { color: #FF9900;}
.mediboutique { color: #17b6c6;}
.mediboutique2 {	color: #0D6771;	letter-spacing: 0.8px;	text-transform: uppercase;
}

h3 { font: normal bold 1em; margin-bottom: 1em; }
h4 {
	font-size: 1em;
	line-height: 1.25;
	margin-bottom: 0.10em;
}
h5 {
	font-size: 0.75em;
	margin-bottom: 1.5em;
	color: #999;
}
h6 {
	font-weight: normal;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	margin: 0 0 1.3em 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #222; }
a           {
	color: #666;
	text-decoration: none;
}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.275em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


.side-content {
	height: 470px;
	width: 200px;
	margin: 25px 25px 25px 35px;
	position: absolute;
}

.side-bg {
	height: 534px;
	width: 276px;
	background-image: url(../images/side-bg.png);
}

.footer-content {
	height: 34px;
	width: 900px;
	position: absolute;
	letter-spacing: 0.06em;
	margin: 10px 20px 20px 20px;
}

.footer-bg {
	height: 44px;
	width: 950px;
	background: url(../images/footer-bg.png);
}
li {
	list-style-position: outside;
	list-style-image: url(../images/green_circle.png);
	list-style-type: circle;
	left: 0px;
	margin-bottom: 1.2em;
}
