/*  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 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 100%;
	background-color: #181818;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #C0DF2C;
	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: 7px;
	color: #FFF;
}

h1 {
	letter-spacing: 1px;
	color: #FFF;
	margin-bottom: 10px;
	padding-bottom: 4px;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding-top: 37px;
	padding-right: 0;
	padding-left: 0;
	font-weight: lighter;
}

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

h1 em {
color: #99CCFF;
font-style: normal;
}

h1 span {
font-size: 1.3em;
}

h2 {
	color: #0B9444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	padding-top: 10px;
}


/* Wrapper */

#wrapper {
margin: 0 auto;
width: 870px;
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: #FFF;
	font-size: 1.1em;
}

#menu li a:hover, #menu li a.active {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A0C53A;
}





/* Footer */

#footer {
	margin: 0 auto;
	padding: 4px 0 70px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0C53A;
}

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

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

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

#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;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #0B9444;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #181818;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: #C0DF2C;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 230px;
	z-index: 50;
	
}
/* slides
----------------------------------------------- */


div#slideshow {
	float: none;
	padding-right: 15px;
	width: 375px;
}

div#slides {
	height: 450px;
	width: 600px;
	margin-left: 120px;
}

div#slides a.thumb {
	display:none;
}

div#slides a.default-slide {
	display:block;
}

div#slideshow-commands {
	background: url('../img/commands-bg.png') no-repeat;
	height: 19px;
	left: 15px;
	padding: 3px 25px;
	position: relative;
	width: 290px;	
}

a#previous-slide {
	background: url('../img/commands-previous-slide.png') no-repeat;
	display: block;
	float: left;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
}

a#next-slide {
	background: url('../img/commands-next-slide.png') no-repeat;
	display: block;
	float: right;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
}

div#slideshow-commands h4
{
	margin-top:1px;
	width:100%;
}
