@CHARSET "UTF-8";
/**
 *  GENERAL
 */

html, * {
    margin: 0;
    padding: 0;
    text-align: left;
}

.over {
	position: relative;
	z-index: 100;
	min-height: 490px;
	width: 209px;
	float: left;
	clear: both;
	overflow: hidden;
}
.over * {
	z-index: 10;
	position: relative;
}
body {
	background: #fff;
	color: #272522;
	font-family: tahoma ,helvetica;
	font-size:62.5%;
	margin: 0;
	padding: 0;	
}

img { 
	border: none;
}

fieldset { 
	border: none;
}

/*** COMMON COLOURS ***/
.red {
    color: #f44;
}

.green {
	color: #138C2C;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}
/* TAGS */
h1, h2, h3, h4, h5, h6 {
    margin: 5px 0; 
    font-weight: normal;
    clear: both;
    color: #138C2C;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
   color: #138C2C;
}

h1 {
    font-size: 2.4em;
	margin-bottom: 15px;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.5em;
}


p {
    font-size: 1.4em;
}
td {
    vertical-align: top;
}

form {
    clear: both;
	display: block;
}

input, textarea, select {
    color: #000;
    padding: 2px;
    background-color: #fff;
	border: 1px solid #c7c7c7;
}

a, a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #138C2C;
}

a.read_more:link, a.read_more:visited, a.read_more:active {
    display: block;
    margin: 5px 0 0;
    color: #21ad4a;
    text-decoration: underline;
    white-space: nowrap;
    width: 60px;
    overflow: visible;
}

/************************/
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */
.ghostInput {
    color: #999;
}
