html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	zoom: 1;
}

body {
    line-height: 1;
    font-size: 10px;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.navwrap {
	width: 100%;
	position: fixed;
	top: 0;
}

/* .canvas {margin-left: auto; margin-right: auto;} */

.navigation {
	text-align: right;
	margin: 0 auto;
	width: 960px;
	border-bottom: 1px solid #555;
	padding: 20px 0;
	/*position: fixed;
	top: 0;
	left: 50%;
	margin-left: -480px;*/
}

.navigation a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 5px;
}

.navigation a:hover {
	text-transform: uppercase;
	text-decoration: underline;
	background-color: #ccc;
	color: #444;
	padding: 5px;
}

.navigation img {
	float: left;
	border: 0px;
}

.navigation p {
	margin-top: 34px;
}

.noblock a {
	padding: 0px;
	border:	0px;
}

.slide {
	/*display: inline;*/
	float: left;
	clear: none;
	width: 100%;
}

.slide h2 {
	width: 960px;
	margin: 120px auto 0 auto;
	color: #006464;
	font-size: 50px;
	height: 50px;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
}


.slide img {
	display: block;
	margin: 0 auto
}

.slide a img {
	border: none;
}

#slide1 h2 {
	background: url(../images/slideh1_1.png) no-repeat 0 0;
}

#slide2 h2 {
	background: url(../images/slideh1_2.png) no-repeat 0 0;
}

#slide3 h2 {
	background: url(../images/slideh1_3.png) no-repeat 0 0;
}

#slide4 h2 {
	background: url(../images/slideh1_4.png) no-repeat 0 0;
}

#slide5 h2 {
	background: url(../images/slideh1_5.png) no-repeat 0 0;
}

#slide6 h2 {
	background: url(../images/slideh1_6.png) no-repeat 0 0;
}

.clearfix {display: inline-block;}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */