         /* Default tags properties */

body {
	font-family: Arial;
	font-size: 12px;
	background-color: #007;
	color: #FFF;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.3em;
	font-weight: bold;
	text-transform: uppercase;

}

h2 {
	font-size: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
}

p, ul {
	font-size: 1.3em;
}

em {
	font-style: italic;
}

img {
	border: 0;
}

a {
	color: #FFF;
	text-decoration: underline;
}

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


/* Main blocks properties */

#header {
	background-color: #007;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	z-index: 3;
}

#clearfix {
	margin-top: 60px;
	margin-bottom: 40px;
	padding: 30px 0 30px 0;
}

#clearfix::after {
	content: "";
	clear: both;
	display: table;
}

#intro {
	float: left;
	width: 50%;
	min-height: 400px;
	margin: 0 auto;
	padding: 0;
}

#tile {
	float: left;
	width: 50%;
	min-height: 400px;
	margin: 0 auto;
	padding: 0;
}

#content {
	width: 100%;
	min-height: 560px;
	margin: 0 auto;
}

#video {
	width: 100%;
	min-height: 560px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}

#gallery {
	width: 100%;
	min-height: 560px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}


#footer {
	background-color: #007;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #fff;
	z-index: 3;
}

#copyright {
	font-size: 1em;
	padding: 10px 0 10px 0;
}


/* Header icons */

#logo {
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 7;
}

#cntWrap {
	position: relative;
	width: 70%;
	margin: 0 auto;
	padding: 50px;
}


#menu {
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 7;
}


/* Submenus design */

#whtSublinks {
	visibility: hidden;
	list-style: none;
	position: fixed;
	background-color: #FFF;
	top: 55px;
	right: 10px;
	padding: 10px;
	text-align: left;
	z-index: 7;
}

#whtSublinks li {
	list-style: none;
	padding: 0;
	margin: 5px 0;
	text-align: left;
}

#whtSublinks li a {
	color: #000;
	text-decoration: none;
	font-style: normal;
}

#whtSublinks img {
	vertical-align: middle;
}

#whtSublinks:after {
	position: absolute;
	right: 0;
	margin-left: -20px;
	top: -20px;
	width: 0;
	height: 0;
	content:'';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #FFF;
}

#blkSublinks {
	visibility: hidden;
	list-style: none;
	position: fixed;
	background-color: #000;
	top: 55px;
	right: 10px;
	padding: 5px;
	text-align: left;
	z-index: 7;
}

#blkSublinks li {
	list-style: none;
	padding: 0;
	margin: 5px 0;
	text-align: left;
}

#blkSublinks li a {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
}

#blkSublinks img {
	vertical-align: middle;
}

#blkSublinks:after {
	position: absolute;
	right: 0;
	margin-left: -20px;
	top: -20px;
	width: 0;
	height: 0;
	content:'';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #000;
}


/* Background veil */

#background {
	background-color: rgb(256,256,256);
	background-color: rgba(256,256,256,0.5);
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}