/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
	background: #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

#contactimg {
	position: relative;
	left: 630px; 
	top: -40px; 
	width: 348px; 
	height: 445px;
}	

#login {
	position:absolute;
	top: 150px;
	left: 1050px;
	width:130px;
	height:70px;
}

.componentheading {
	text-align: center;
	font-size: 22px;
	color: #FAA61A;
	font-variant: small-caps;
	font-weight: bolder;
}

#main {
	position: relative;
	width: 900px;
	height: auto !important;
	height: 445px;
	min-height: 445px;
	color: #848281;
	margin-top: 20px;
	margin-left: 5px;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}

#main a:link {
	color: #848281;
	text-decoration:none;
}

#main a:visited {
	color: #848281;
	text-decoration:none;
}

#main a:hover {
	color: #FAA61A;
	text-decoration:underline;
}

#main a:active {
	color: #FAA61A;
	text-decoration:underline;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

#box {
	position:relative;
	left: -8px;
	top: -8px;
	margin:0;
	padding:0;
	width:1680px;
	height: auto !important;
	height: 950px;
	min-height: 950px;
	min-height: 950px;
}

#top {
	position:relative;
	width:1680px;
	height:169px;
	background:url(../images/top.gif) no-repeat 100% 0;
}

#contenitore {
	position:relative;
	width:1680px;
	height: auto !important;
	height: 450px;
	min-height: 450px;
	background:#ccc;
}

#bottom {
	position:relative;
	width:1680px;
	height:315px;
	background:url(../images/bottom.gif) no-repeat 100% 0;
}

#nav {
	position:relative;
	height: 34px;
	width: 400px;
	top: 104px;
	left: 580px;
	font-size:small;
}

#navbkg {
	position:fixed;
	height: 34px;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #746140;
}

#nav ul {
	padding: 0;
	margin: 0;
	margin-right: 35px;
	padding-top: 103px;
	text-align:center;
}

#nav li {
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 12px;
}

#nav a {
	display: block;
	float: right;
	text-align:center;
	height: 34px;
	line-height: 38px;
	padding: 0 20px 0 8px;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
	
}

#nav a:link {
        color: #E2E3E4;
}

#nav a:visited {
        color: #E2E3E4;
}

#nav a:hover {
	color: #FAA61A;
}

a.mainlevel:link,
a.mainlevel:visited {
	text-decoration: none;
}

a.mainlevel {
	display: block;
	padding: 4px 0 2px 0;
	margin-bottom: 3px;
}

a.sublevel:link,
a.sublevel:visited {
	text-decoration: none;
}

a.mainlevel:hover {

}

a.sublevel:hover {
	text-decoration: none;
}


a#active_menu:link,
a#active_menu:visited {
	color: #FAA61A;
}

li.active_menu a:link,
li.active_menu a:visited {
  color: #FAA61A;
}

/* Stores Image gallery related stuff */

#mContainer {
	position:relative;
	display:block;
	width:500px;
	height:440px;
	margin:auto;
	z-index:10;
}

#caption {
	position:absolute;
	top:410px;
	width:500px;
	text-align:center;
	font:10px verdana;
}

#imageContainer {
	position:relative;
	top:10%;
	margin:auto;
	background-color:#AAA190;
}

#imageContainer img {
	border:0
}

#navContainer {
	position:absolute;
	bottom:-20px;
	left:-5px;
	font:10px verdana,arial;
}

#navContainer a {
	margin:5px;
	padding:2px;
	text-decoration:none;
	color:#E9CC2A;
}

td.contentheading {
	visibility:hidden;
}

div.style img.album {
	border: 3px solid #ddd;
	padding: 20px;
	margin: 3px;
}