/*  This template was created by Mantis-a [http://www.mantisa.cz/]. For more templates visit Free website templates [http://www.mantisatemplates.com/]. */



/* CSS Document */


/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
	height: 100%;
	text-align: center;
	background: #002844 url('../img/bg copy.gif') repeat-x 0 0;
	font: 1.2em Helvetica, sans_serif;
}

a:link, a:visited {
color: #333333;
text-decoration: underline;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.noscreen {
display: none;
}


/* Paragraphs, headings, ... */

p {
line-height: 1.9;
margin-bottom: 23px;
color: #CC0000;
}

h1 {
font: 2.5em normal;
letter-spacing: 1px;
color: #FFFFFF;
padding: 24px 0 0 0;
margin-bottom: 40px;
padding-bottom: 2px;
width: 99%;
}

h1 a:link, h1 a:visited {
	font-weight: lighter;
	text-decoration: none;
	color: #FFFFFF;
	font: Helvetica;
}

h1 em {
color: #94A5B3;
font-style: normal;
}

h1 span {
font-size: 1.3em;
}

h2 {
	font: 1.7em Helvetica;
	color: #CCDCE3;
	border-top: 1px solid #FFFFFF;
}


/* Wrapper */

#wrapper {
margin: 0 auto;
width: 920px;
text-align: left;
position: relative;
}


/* Menu */

#menu {
position: absolute;
top: 3px;
right: 0;
list-style: none;
}

#menu li {
float: left;
display: inline;
white-space: nowrap;
margin-right: 6px;
}

#menu li a {
float: left;
display: block;
padding: 0 10px;
line-height: 26px;
font-weight: normal;
text-decoration: none;
color: #CFD7E3;
font-size: 1.1em;
}

#menu li a:hover, #menu li a.active {
border-top: 3px solid #FFFFFF;
}


/* Image gallery */

.gallery {
width: 99%;
margin: 10px 0 30px 0;
}

.photo {
float: left;
display: inline;
width: 180px;
height: 126px;
overflow: auto;
position: relative;
margin-right: 2px;
}

.photo a img {
margin: 0 auto 1px auto;
border: 5px solid #FFFFFF;
}

.photo a:hover img {
border: 5px solid #738A97;
}

.photo p {
margin: 2px 0 0 2px;
line-height: 1;
color: #FFFFFF;
font-weight: bold;
background-color: #192022;
border: 1px solid #192022;
float: left;
padding: 3px 5px;
}

.photo p, .photo p a, .photo p a:visited {
color: #CFD7E3;
text-decoration: none;
font-weight: normal;
}


/* Footer */

#footer {
margin: 0 auto;
padding: 4px 0 -6px 0;
border-top: 1px solid #FFFFFF;
}

#footer p {
color: #CFD7E3;
font-size: 0.9em;
}

#footer p a, #footer p a:visited {
color: #FFFFFF;
font-weight: normal;
}

#footer p a:hover {
color: #FFFFFF;
}

#footer p.left {
float: left;
text-align: left;
margin-left: 3px;
display: inline;
}

#footer p.right {
float: right;
text-align: right;
margin-right: 3px;
display: inline;
}

