@charset "utf-8";

/* #### GENERAL ######## */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #fff;
	color: #000;
	font: 62.5% Arial, Helvetica, sans-serif;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl {
	margin: 0 0 1em 0;
}
ul,
ol {
	list-style-type: none;
}
img,
fieldset {
	border: 0;
}

/* #### GENERAL > CLEARFIX ######## */

.cF:after,
.c:after,
#content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* #### GENERAL > UTILITIES ######## */

.fR {
	float: right;
}
.fL {
	float: left;
}
.aR {
	text-align: right;
}
.aL {
	text-align: left;
}
.aC {
	text-align: center;
}
.lB {
	display: block; /* line break */
}
.nM {
	margin: 0;
}

.cL {clear:left}

.cR {clear:right}

.cB {
	clear: both;
}
.dN {
	left: -8484px;
	position: absolute;
}

/* #### GENERAL > TEXT ######## */

.module p {
	color: #000;
}
p,
.box p,
label,
li {
	color: #555;
	font-size: 1.4em;
}
label.small,
p.small {
	font-size: 1.2em;
}
p.big {
	font-size: 1.6em;
}
p.huge {
	font-size: 1.8em;
}
/*
h1 {
	LOGO
}
h2 {
	IMAGES
}
*/
h3 {
	color: #318c2c;
	font-size: 2.4em;
}
h3 a {
	text-decoration: none;
}
h4 {
	color: #318c2c;
	font-size: 1.8em;
}

/* #### GENERAL > TEXT > LINKS ######## */

a,
a:link {
	color: #f60;
	text-decoration: none;
}
/*
a:visited {
	color: #f80;
}
*/
a:hover,
a:active {
	text-decoration: underline !important;
}

/* #### GENERAL > TEXT > LISTS ######## */

ol li {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 0 6px 35px;
}
ol li.n01 { background-image: url(../img/number-01.png); }
ol li.n02 { background-image: url(../img/number-02.png); }
ol li.n03 { background-image: url(../img/number-03.png); }

/* #### GENERAL > LINKS > ODDS ######## */

a.more {
	background: url(../img/more.gif) 0 0.3em no-repeat; 
	padding-left: 10px;
	text-decoration: none;
}

/* #### GENERAL > FORMS ######## */

input,
select,
textarea {
	font-size: 10px;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
input,
textarea {
	border: 1px solid #aeb1b7;
	color: #777;
	padding: 4px;
}
input.typeImage {
	border: 0;
	padding: 0;
}
label {
	color: #555;
	font-size: 1.4em;
}
legend {
	color: #ff6600;
	font-size: 1.8em;
	font-weight: bold;
}