@import "layout.css";
@import url('layout.css');
@import "nav.css";
@import url('nav.css');
@import "form.css";
@import url('form.css');
@import "slideshow.css";
@import url('slideshow.css');

* {
	margin: 0;
}
html {
	height: 100%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}



body {
	font-family: arial, Tahoma, Geneva, sans-serif, sans-serif;
	text-align: center;
	font-size: 0.8em;
	line-height: 18px;
	color:#454545;
	letter-spacing:-0.0em;
	cursor:default;
	height: 100%;
	margin:0 auto;
	background:url(../images/bg.png) no-repeat center top;
}
p {
	margin:0px 0px 17px 0px; 
}
a {
	outline:none;
	text-decoration: none;
	color:#00a4e4;
}
a:hover {
	color:#000;
}
h1 {
	font-size: 1.5em;
	font-weight:bold;
	padding:0px 0px 20px 0px;
	margin:0px;
	font-family: Tahoma, Geneva, sans-serif, sans-serif;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding:0px 0px 0px 0px;
	margin:0px;
	font-weight:bold;
	color:#00da15;
	clear:both;
	text-transform:uppercase;
	font-family: Tahoma, Geneva, sans-serif, sans-serif;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding:0px 0px 20px 0px;
	margin:0px;
	font-weight:normal;
	color:#00da15;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin:0px 0px 20px 0px;
	font-weight:bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin:0px 0px 20px 0px;
	font-weight:bold;
}
img {
	border:0px;
	outline:none;
}
ul {
	margin:0 0 0 20px;
	padding:0 0 0 0;
}
li {
	margin:0 0 10px 0;
	padding:0 0 0 0;
}
.table { display: table; }
.tr { display: table-row; }
.td { display: table-cell; }

.imgL { float:left; margin:0 20px 0px 0; }
.imgR { float:right; margin:0 0 20px 20px; }
.floatR { float:right; }
.cleaRow { clear:both; }
