/* EDYS
------------------------------*/

* { 
	margin: 0; /*remove all default margins!*/
	padding: 0; /*remove all default padding!*/
}

body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #4d575c;
	margin: 0;
	background:url(../images/bg-main.jpg) #ffffff;
	font-size:0.8em;
}

img {
	border: none;
	}

p {
	margin: 0 0 1.4em 0;
	line-height: 1.3em;
}

body a:link, body a:visited {
    color: #00a4e1;
	text-decoration: none;
	outline: none; /*fixes firefox link outline*/
}

body a:hover {
	text-decoration: underline;
	color:#00a4e1;	
}

h1, h2, h3, h4, h5 {
	color: #00a4e1;
    font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0.75em;
	
}

h1 {
	font-size:1.8em;
	font-weight: bold;
	margin-bottom:0.75em;
}

h2 {
	font-size:1.5em;
	font-weight: bold;
	margin-bottom:0.75em;
}

h3{
font-size:1.167em;
margin-bottom:0.75em;
}

ul {
	margin: 0;
}

ul li {
	list-style-type: none;
	padding: 0;
	line-height: 1.6em;
}

ol {
	margin: 1.2em 0 0.9em 2.7em;
}

ol li {
	padding: 0 0 0.9em 0;
}

label {
	cursor: pointer;
}

table{
margin-bottom:1.8em;
}

table td{
background:url(../images/dot_horizontal.jpg) left bottom repeat-x;
}

input, textarea, select, ul li {  

}

.strong{
font-weight:bold;
}

td{
vertical-align:top;
}

fieldset{
border:none;
}

.imgLeft{
float:left;
margin:0 1.8em 0.5em 0;
}

.imgRight{
float:right;
margin:0 1em 0.5em 1em;
}


/* Clear Fix
------------------------------*/


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
