* { margin: 0; padding: 0; }
img { border: 0; }
a:focus { outline:none; }

body {
	font-family: Georgia, serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #4b0a03 url(/img/bg.png) repeat-y center top;
	color: #ffc950; 				
}

#backheader {
	position: absolute;
	background: transparent url(/img/bgheader.png) no-repeat center top;
	z-index:-1;
	height: 332px;
	width: 100%;
	top: 0;
	left: 0;
}

#page {
	width: 920px;  /* 1010px padding: 0 45px;*/
	margin: 14px auto;
	text-align: left;
}

/* header */
#header {
width: 920px;
height: 75px;
padding: 10px 0 0 0;
text-align: right;
}
#header h1 {
/* margin: 0 0 0 785px; border-right: 1px dashed red;
border-left: 1px dashed red;*/
margin: 0 785px 0 0;
width: 134px; 
height: 54px; 

}
#header h1 a {
width: 134px; 
height: 54px; 
display: block;
}
#header h1 a span {display: none;}

#header ul {
list-style-type: none;
position: relative;
}
#langlist {
	top: -90px;
	width: 100%;
	font-size: .7em;
	font-family: sans-serif;
}
#sectnav {
	top: -60px;
	width: 100%;
}
#langlist a { padding: 4px 12px 3px 30px;}
.flag_it { background: transparent url('/img/flag_it.png') no-repeat left center; }
.flag_en { background: transparent url('/img/flag_en.png') no-repeat left center; }
.flag_am { background: transparent url('/img/flag_am.png') no-repeat left center; }

#header li {
display: inline;
}
#header li a{
font-size: 1.4em;
text-decoration: none;
letter-spacing: -1px;
color: #ffc950;
}
#sectnav li a{
background: transparent url('/img/menusepar.png') no-repeat right bottom;
padding: 4px 16px 4px 5px;
margin: 0;
}
#header li a.current, #header li a:hover{
	color: #ffffff;
	text-shadow: #000000 2px 1px 4px;
}
#sectnav li a.current{
	background-image: none;
}

/* headcycle */
.cycler a {text-decoration: none;}
.cycler {
	margin-left: 100px;
	width: 820px; 
	height: 138px;
	overflow: hidden;
}
.cycler span {
display: block; 
position: relative; 
top: -120px; 
left: 480px; 
/* background: #fdf3d4; */
color: #fff; 
padding: 10px; 
width: 300px;
text-shadow: #9f1306 2px 1px 1px;
}
.cycler span.go {
 background: #fdf3d4; color: #000000;
}
.cycler #nav { 
position: relative;
z-index: 999;
top: 122px;
left: 2px;
}

.cycler #nav a { 
font: normal 9px/18px Arial, sans-serif;
margin: 0 1px 0 0; 
padding: 2px 4px; 
/* background: #000; */
color: #ffc950;
text-decoration: none;
}
.cycler #nav a.activeSlide { background: #fdf3d4; color: #000000; }
.cycler #nav a:focus { outline: none; }


/* contents */
#content {
	/* overflow: auto; */
	width: 920px;
}

#content p {
	margin: 8px 0;
}

#content h1 {
	font: normal 2.5em/55px Georgia, serif;
	letter-spacing: 1px;
	font-variant: small-caps;
	margin: 4px 0 20px 208px;
	text-shadow: #000000 3px 2px 8px;
}
#content h2 {
	font: normal 2em/48px Georgia, serif;
	letter-spacing: 1px;
	font-variant: small-caps;
	margin: 15px 0 10px 38px;
	text-shadow: #000000 2px 1px 7px;
}
#content h3 {
	margin: 6px 0 4px 18px;
	font: normal 1.6em/40px Georgia, serif;
	letter-spacing: -1px;
}

#content a{
	text-decoration: none;
	color: #ffc950;
	background: transparent url('/img/menusepar.png') no-repeat right -1px;
	padding: 0 11px 0 4px;
	margin: 0;
}
#content a:hover{
	color: #ffffff;
	text-shadow: #000000 2px 1px 4px;
}


/* directions */
/*#map-container{
	width: 920px; 
	height: 275px;
	overflow: hidden;
	border: 1px solid #fdf3d4;
}*/
#map{
	border: 1px solid #fdf3d4;
}
a#expmap {
text-decoration: none;
float: left;
padding:  2px 10px;
background: #ffc950;
color: #9f1306;
}
a#expmap.max {
background: #9f1306;
color: #ffc950;
}
#pano {
	float:right; 
	width: 400px; 
	height: 274px;
	border: 1px solid #fdf3d4;
	margin-bottom: 4px;
}

#contacts p {
font: normal 12px/21px Georgia, serif;
}
#contacts h3 {
font-size: 3em;
letter-spacing: -3px;
padding-top: 6px;
}

/* contact us */
#mailform span {
	display: block;
	float:left; 
	width: 188px;
	padding: 4px 10px;
	text-align: right;
	clear: left;
	border-top: 1px solid #4b0a03;
}
#mailform div {
	border-top: 1px solid #4b0a03;
	padding: 8px 0 0 208px;
	margin-right: 208px;
}
#mailform div input {
	padding: 1px 30px;
	font-size: 1.3em;
	background-color: #ffc950;
}
#mailform p input, #mailform textarea, #mailform select {
	margin-bottom: 5px;
	background-color: #fdf3d4;
	padding: 2px
}
#mailform input, #mailform textarea, #mailform select {
	font-family: Georgia, serif;
	margin-bottom: 5px;
	border-width: 1px;
}

/* footer */
#footer {
	font-family: Arial, sans-serif;
	border-top: 1px solid #4b0a03;
	text-align: center;
	padding: 10px 0 40px 0;
	margin-top: 40px;
	clear:both;
}
.spaced {
padding: 10px 0;
}
.spaceleft {
	margin-left: 208px !important;
}
.spaceleft a img {
	margin-left: 8px;
	margin-bottom: 8px;
	float: right;
}
.spaceright {
	margin-right: 208px;
}
.spaceright a img {
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
}

/* page layout */
.boxright , .boxleft  {
	width: 200px;
	font-family: Arial, sans-serif;
	border-bottom: 1px solid #4b0a03;
}
.boxright h4, .boxleft h4 {
	font-size: 20px;
	line-height: 30px;
	background: transparent url('/img/menusepar.png') no-repeat right center;
	padding: 4px 16px 4px 5px;
	border-bottom: 1px solid #ffc950;
}
.boxright  p, .boxleft  p {
	font-size: 14px;
	margin: 1px 1px !important;
	padding-top: 4px;
	padding-bottom: 4px;
}



.boxright  {
	float:right;
}
.boxright h4 {
	text-align: right;
}
.boxright  p {
	text-align: left;
	padding-left: 8px;
	padding-right: 3px;
	background: transparent url(/img/bg.png) repeat-y 99% 0%;
	/* border-left: 1px solid #4b0a03; */
}

.boxleft  {
	float:left;
}
.boxleft h4 {
	text-align: left;
}
.boxleft  p {
	text-align: right;
	padding-right: 8px;
	padding-left: 3px;
	background: transparent url(/img/bg.png) repeat-y 1% 0%;
	/* border-right: 1px solid #4b0a03; */
}

#notice-cont {
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
#notice {
	position: absolute;
	right: -1px;
	top:155px;
	width: 194px;
	background-color: #fdf3d4;
	color: #000000;
	border: 1px solid #9f1306;
	padding: 3px;
	overflow: auto;
}

#notice  img { float:left; }
