html, body {
	margin: 0px;
	padding:0px;
	background-image:url(../images/bg.gif);
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

#wrapper {
	width:800px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	width:778px;
	margin:0px auto;
	background-image:url(../images/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height:96px;
}

#logo {
  display:block;
	width:258px;
	height:98px;
	background:transparent /*url(../images/logo.jpg) no-repeat bottom left*/;
	float:left;
	text-align:center;
}

#logo a img{
  text-decoration:none;
  border:none;
  margin: 70px 0 0 0;
}
#logo h1{
	font-family:"Verdana";
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-top:30px;
}

#logo h4 {
	font-family:"Verdana";
	font-size:11px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:75px;
}

#links ul {
	margin:0px; 
	padding-top:71px;
}

#links li{
	float:left;
	list-style-type:none;
	width:129px;
	height:25px;
	background-color:rgb(0,204,0);
	border-left:1px solid #FFF;
	padding:0;
}

#links a:link, #links a:visited{
  display:block;
  width:129px;
  height:25px;
	font-family:"Verdana";
	font-size:11px;
	text-align:center;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#links a:hover, #links a:active{
  display:block;
  width:129px;
  height:25px;
	font-family:"Verdana";
	font-size:11px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
	background-color:rgb(153,255,0);
}
#links a.current:link{
  display:block;
  width:129px;
  height:25px;
	font-family:"Verdana";
	font-size:11px;
	text-align:center;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	background-color:rgb(255,102,0);
}

#mainimg {
	background-image:url(../images/main_img.jpg);
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}

#mainimg h3 {
	font-family:"Times New Roman";
	font-size:48px;
	color:rgb(0,204,0);
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}

#mainimg h4 {
	font-family:"Verdana";
	font-size:14px;
	color:rgb(0,204,0);
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#contentarea {
	clear:both;
	padding:25px 0px;
}

#leftbar {
	float:left;
	width:539px;
	border-right:1px solid #BCBDBC;
}

#leftbar h2{
	font-family:"Verdana";
	font-size:26px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#leftbar p{
	font-family:"Verdana";
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	padding:0 40px;
  text-align:justify;
	line-height:1.5em;
}


#leftbar table{
	padding:0 30px;
}

#leftbar td p{
	font-family:"Verdana";
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	padding:10px 10px 10px 5px;
  text-align:justify;
	line-height:1.5em;
}
#leftbar td a img{
	display:block;
	float:left;
	border:none;
	margin:0;
}
#leftbar a img{
	display:block;
	float:left;
	border:1px solid rgb(111,111,111);
	margin:10px 10px 5px 0;
}

#leftbar a {
	font-family:"Verdana";
	font-size:11px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
	padding:0;
}

#leftbar a:hover {
	font-family:"Verdana";
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding:0;
}

#rightbar {
	float:left;
	width:237px;
}

#rightbar h2{
	font-family:"Verdana";
	font-size:26px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}

#rightbar p{
	font-family:"Verdana";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px;
}
#rightbar img {
  margin-left:10px;
}
#rightbar a:link, #rightbar a:visited {
  text-decoration:none;
  border:none;
}
#rightbar a:link img, #rightbar a:visited img {
  text-decoration:none;
  border:none;
}
.orangetext {
	font-family:"Verdana";
	font-size:11px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
}

#bottom {
	clear:both;
	height:32px;
	padding-top:25px;

}

#email {
	float:left;
	width:600px;
	background-color:rgb(255,255,0);
	height:27px;
	padding-top:5px;
	font-size:14px;
	color:rgb(0,128,0);
	font-weight:normal;
	text-decoration:none;
}

#email a{
	font-family:"Verdana";
	font-size:10px;
	color:rgb(0,128,0);
	font-weight:normal;
	text-decoration:underline;
	padding:0px 4px;
}

#email a:hover{
	font-family:"Verdana";
	font-size:10px;
	color:rgb(0,128,0);
	font-weight:normal;
	text-decoration:none;
	padding:0px 4px;
	
}

#validtext {
	float:left;
	width:150px;
	background-color:rgb(153,255,0);
	height:27px;
	padding-top:5px;
}

#validtext p{
	font-family:"Verdana";
	font-size:10px;
	color:rgb(0,128,0);
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#validtext a{
	font-family:"Verdana";
	font-size:11px;
	color:rgb(0,128,0);
	font-weight:normal;
	text-decoration:underline;
}

#validtext a:hover{
	font-family:"Verdana";
	font-size:11px;
	color:rgb(0,128,0);
	font-weight:normal;
	text-decoration:none;
}

/* ---------------------------------- galleria ---------------------------------- */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: none;
background: transparent;
padding: 5px;
z-index: 5;
}

 .maps {
  float:left;
  display:block;
  width:250px;
  border:none;
  font-size:12px;
  margin:0 30px 0 0;
  padding:0;
  background:transparent;
}
.maps .addr {
display:block;
  width:250px;
  height:120px;
  border:none;
  font-size:12px;
  margin:0;
  padding:30px 0 0 20px ;
  background:url(../images/bg01.jpg) no-repeat top left;
  color:#000;
}
.maps .google {
display:block;
  width:250px;
  height:120px;
  border:none;
  font-size:12px;
  margin:0;
  padding:35px 0 0 20px ;
  background:url(../images/bg02.jpg) no-repeat top left;
  color:#000;
}
#leftbar p .maps a:link, #leftbar p .maps a:active {
  text-decoration:none;
  color:#000;
}
#leftbar p .maps a:hover, #leftbar p .maps a:visited {
  text-decoration:none;
  color:rgb(63,63,63);
}
