@charset "UTF-8";

html, body{
margin: 0;
padding: 0;
}

body{
background-repeat: repeat;
background-image: url('../images/wallpaper.jpg');
background-position: center top;
}

a{
outline: 0;
}

a img {
border: 0px;
}

a, a:link, a:visited {
color: #361E02;
text-decoration: none;
font-family: 'Shadows Into Light', cursive;
font-weight: bold;
font-size: 15px;
}

a, a:hover, a:focus {
color: #660C06;
}

a:hover{
cursor: pointer;
}

#bg img{
width: 100%;
height: auto;
position: fixed;
z-index: 0;
min-height: 100%;
min-width: 100%;

margin: 0 !important;
padding: 0 !important;
}
/*
	@media screen and (max-width: 1024px){
		#bg img{
		left: 50%;
		margin-left: -540px;
		}			
	}
*/
#navBar {
position: absolute;
right: 9px;
top: 60px;
z-index: 100;
}

ul#nav{
display: none; /* fadein fadeout*/
}

ul#nav li {
display: block;
list-style-type: none;
text-align: left;
width: 105px;
background-image: url(../images/linkBG3.png);
background-repeat: no-repeat;
position: relative;
}

ul#nav a,
ul#nav a:link,
ul#nav a:visited {
color: #E7D4C0;
text-decoration: none;
font-family: 'Shadows Into Light', cursive;
text-shadow: 0px 1px 1px #AF855A;
font-weight: normal;
line-height: 30px;
padding: 0 0 0 6px;
}

ul#nav li a:hover,
ul#nav li a:focus {
color: #361E02;
}

#block {
text-align: center;
width: 900px;
margin: 0 auto;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
font-size: 13px;
color: #E7D4C0;
text-shadow: 0px 1px 2px #000000;
position: relative;
z-index: 1000;
}	

.credit{
font-family: Verdana, Geneva, sans-serif;
color: #E7D4C0;
font-size: 9px;
font-weight: normal;
}

.credit a {
color: #E7D4C0;
font-family: Verdana, Geneva, sans-serif;
font-size: 9px;
font-weight: normal;
}

#logos {
display: table;
margin: 0 auto;
width: 900px;
}

#logos img{
	padding-left: 7px;
	padding-right: 7px;
	vertical-align: middle;
}

#blockcontainer{
	position: relative;
	z-index: 100;
	width: 900px;
	height: 615px;
	margin: 0 auto;
	background-color: transparent;
	position: relative;
	z-index: 0;
}

#blockcontainerbackground{
background-image: url("../images/bg_image.png");
background-repeat: no-repeat;
/*height: 615px;*/
height: 615px;
left: 0;
position: absolute;
top: 0;
width: 670px;
z-index: 0;
display: none;
}

#contentrightflap{
/*background-image: url("../images/flap03.png");*/
background-image: url('../images/flap.png');
background-repeat: no-repeat;
height: 615px;
left: -133px; /*-114px;*/
position: relative;
width: 130px;
display: none;
}

li.activepage a{
color: #361E02 !important;
}

#enter{
left: 83%;
position: relative;
top: 40%;
height: 75px;
width: 75px;
visibility: invisible;
}

#enter a{
height: 75px;
width:75px;
position:absolute;
top: 0;
left: 0;
visibility: invisible;
}

#enter a:hover{
cursor: pointer;
}

.content{
    height: 613px;
    width: 786px;
    position: relative;
    z-index: 99;
}

#contentHome {
background: url("../images/sprite.png") no-repeat scroll 0 0 transparent; /*sprite.png*/
left: 0;
}

#contentRufus{
    background: url("../images/sprite.png") no-repeat scroll 0 -579px transparent;
    left: 0;
    z-index: 1;
}	

#contentErland{
background: url("../images/sprite.png") no-repeat scroll 0 -1160px transparent;
left: 0;
}

#contentGalleries{
background: url("../images/sprite.png") no-repeat scroll 0 -1742px transparent;
left: 0;
}

#contentContact{
background: url("../images/sprite.png") no-repeat scroll 0 -2325px transparent;
left: 0;
}
