/* Tyylit */
body {
	font-family: Trebuchet ms, Lucida Sans Unicode, Calibri, Arial, Helvetica;
	font-size: 12px;
	color: #616161;
	margin:0;
	line-height: 17px;
	background:url(../images/bg.jpg) repeat-x top center;
}


#wrapper{
	background-image:url(../images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#frame {
	width: 896px;
}

#header {
	height: 413px;
}

#container {
	width: 826px;
	text-align:left;
	margin: 0px 30px 0px 40px;
	min-height: 500px;
}

#bread_crumb {
	height: 50px;
}

#bread_crumb a:link, #bread_crumb a:visited, #bread_crumb a:active {
	color: #ffffff;
}

#inner_container {
	margin-top: 0px;
	margin: 0px 0px 20px 0px;
}


#menu{
	height: 38px;
	text-align:right;
	float: right;
	margin: 0px;
	float: right;
	margin-top: 20px;
	vertical-align:bottom;
	/*background: url(img/menu_hr.png) no-repeat top left;
	border-bottom: 1px solid #82afba;*/
}

#footer {
	padding-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid #e7e7e7;
	text-align:left;
	margin: 0px 15px;
}


p{
	margin:10px 0px;
}

a, a:link, a:visited, a:active, a:hover {
	color: #1460a0;
	text-decoration: none;
}

a:hover {
	color: #82afba;
	text-decoration: underline;
}


/* MENU */
.menuleft {
	background-image:url(../images/menu_left.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 24px;
}

.menuright {
	background-image:url(../images/menu_right.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 24px;
	padding-right: 20px;
}

.menucenter {
	background-image:url(../images/menu_bg.png);
	background-repeat: repeat-x;
	height: 24px;
	padding: 0px 5px 0px 5px;
	text-transform:uppercase;
}

.menuleft_a {
	background-image:url(../images/menu_left_a.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 24px;
}

.menuright_a {
	background-image:url(../images/menu_right_a.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 24px;
	padding-right: 20px;
}

.menucenter_a {
	font-size: 11px;
	background-color: #4389c4;
	background-repeat: repeat-x;
	height: 24px;
	padding: 0px 5px 0px 5px;
	text-transform:uppercase;
}

.menucenter_a a:link, .menucenter_a a:visited, .menucenter_a a:active {
	color: #ffffff;
	font-size: 11px;
}

.ingressi {
	font-size: 13px;
	line-height: 130%;
	color: #121212;
	font-weight: 600;
}


/* Gallery */
.galleryThumb, .galleryThumb_a {
	float: left;
	width: 100px;
	padding: 10px;
	border: 1px solid #d1d1d1;
	background-color: #f6f6f6;
	margin-right: 10px;
	margin-bottom: 10px;
}

.galleryThumb_a {
	background-color: #dfdfdf;
}

.menuNode a {
	color: #eef4f6;
	font-weight: 100;
	font-size: 13px;
	text-transform: uppercase;
	vertical-align:top;
}

.menuNode a:hover {
	color: #bddfe7;
}

.menuNode a.selected {
	color: #ffffff;
	text-decoration: underline;
}

td {
	font-size: 12px;
}


input, select, textarea {
	font-size: 12px;
}
.text{
	width:100%;
}

img {
	border: 0px;
}

.white {
	color: #ffffff;
}

.alter {
	color: #959595;
	font-size: 10px;
	text-transform: uppercase;
}

h1 {
	font-size: 23px;
	color: #1460a0;
	font-weight:600;
	font-family: Calibri, trebuchet ms, arial;
	line-height: 22px;
}

h2 {
	font-size: 17px;
	font-family: Calibri, trebuchet ms;
	color: #373a41;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

table.disco {
	width: 450px;
}

table.disco  td {
	background-image:url(../images/dotline.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 4px 4px 4px 10px;
}

table.disco  th {
	background-color: #324362;
	padding: 4px 4px 4px 10px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: left;
}


/* jQuery menu */
#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		background: #324143;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #24313C}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
				background: #A9C251;
				color: #24313C}
			
			#jsddm li ul li a:hover
			{	background: #8EA344}