
body {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: #FFF;
}

/* Colours */

/* Common */

.clear {
	clear: both;
}

.space {
	width: 100%;
	height: 20px;
	clear: both;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/* Titles */

/* Links */

a:link, a:visited, a:hover, a:active {
	color: #68c52e;
	text-decoration: none;
}

.false-link {
	color: #68c52e;
	text-decoration: none;
}

/* Lines */

hr {
	width: 100%;
	height: 1px;	
	color: #68c52e;
	background-color: #68c52e;
}

/* Inputs */

input, textarea {
	padding: 5px;
	border: 1px solid #68c52e;
}

input.submit {
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	background: #68c52e;
	padding: 5px;
}

input.submit:hover {
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	background: #86d158;
	padding: 5px;
}

input.submit:hover {
}

/* FOOTER */

#footer_clearance {
	height: 200px;
}

#footer_container {
	width: 100%;
	height: 200px;
	margin: -200px auto 0 auto;
}

#footer {
	width: 1000px;
	margin: 0 auto 0 auto;
	font-size: 17px;
	line-height: 21px;
}

/* Errors */

div.error {
	text-align: left;
	padding: 20px;
	margin-bottom: 20px;
	background: #FFFDD8;
}

.error ul {
	margin-bottom: -5px;
}

.error li {
	margin-bottom: 5px;
}

/* Success */

div.success {
	text-align: left;
	padding: 20px;
	margin-bottom: 20px;
	background: #86d158;
}

/* Slider */

.panel-wrapper a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
