@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
  overflow: hidden;
}
body {
	height: 100%;
  overflow: hidden;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#336699;
}
#bigphoto {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
#menubar {
	position: absolute;
	z-index: 2;
	right:0px;
	top: 0px;
	height: 25px;
	width: 100%;
	background-color:#e9d6ae;
	border-bottom-style:solid;
	border-bottom-color:#ffffff;
	border-bottom-width:1px;
}
#bottombar {
	position: absolute;
	z-index: 3;
	bottom:0px;
	height: 25px;
	width: 100%;
	background-image:url(img/back.png);
	background-repeat:repeat-x;
	border-top-style:solid;
	border-top-color:#ffffff;
	border-top-width:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#232323;
	
}
#logo {
	position: absolute;
	z-index: 7;
	top:40px;
	left:5px;
	height: 125px;
	width: 350px;

}
#copyright {
	position: absolute;
	z-index: 8;
	top:45%;
	right:0px;
	height: 225px;
	width: 15px;

}
#photos {
	position: absolute;
	z-index: 8;
	bottom:50px;
	left:20px;
	height: 80px;
	width: 350px;

}
.smallphotoscell {
padding-right:20px;
}
.addrestd {	
padding-right:15px;
text-align:right;
vertical-align:middle;
height:25px;
}
.mainmenutd {
height:25px;
vertical-align:bottom;
padding-left:15px;
}
.menutd {	
vertical-align:middle;
height:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#a9a9a9;
background-color:#0a7699;
text-align:center;
margin-top:5px;
padding-left:10px;
padding-right:10px;
}	
.menulinks {
color: #ffffff;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}	
.navlinks {
color: #ffffff;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.maillink {
text-decoration:none;
color:#c60808;
}
/*Here are the styles for the texts*/	
#text {
width:400px;
position:absolute;
right:20px;
top:3px;
z-index:4;
}
#dragtext {
z-index:4;
position:absolute;
width:400px;
}
#textinner {
z-index:4;
position:absolute;
}
.text_tit {
font-size: 11px;
font-weight: normal;
color:#ffffff;
text-align:left;
}
.text_drag {
background-color: #ffffff;
padding-right:10px;
padding-top:2px;
padding-bottom:2px;
padding-left:10px;
color:#336699;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.text_menu {
background-color: #0a7699;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
border-right-width:1px;
border-right-style:solid;
border-right-color:#ffffff;
}
.textcell {
background-image:url(img/back.png);
background-position:top;
background-repeat:repeat;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
text-align:justify;
padding-left:6px;
padding-right:10px;
padding-top:8px;
line-height:15px;
}
.textcellbottom {
background-image:url(img/back.png);
background-position:top;
background-repeat:repeat;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
text-align:justify;
padding-left:6px;
padding-right:10px;
padding-top:8px;
padding-bottom:10px;
line-height:15px;
}
/*Here are the styles for the contact form*/
#text_contact {
width:460px;
position:absolute;
right:40px;
top:3px;
z-index:4;
}
#dragtext_contact {
z-index:4;
position:absolute;
width:460px;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e6e7e8;
	color: #232323;
	font-size: 11px;
	padding: 3px;
	border-style:solid;
	border-width:1px;
	border-color:#232323;
	
}
.formbutton {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0a7699;
	border: 1px solid #E2E0E4;
	font-size: 11px;
	padding: 2px;
}	