/* CSS Document */
body{
	background-color:#FFFCCC;
	background-image:url('images/bg.jpg');
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#site{
	width:1100px;
	height:auto;
	border:2px solid #990000;
	border-radius: 18px;
	margin:15px 10px 10px 10px;
	overflow: hidden;
}
#header{
	height:150px;
	width:1100px;
}
#logo{
	margin-left:0px;
	padding-left:0px;
	height:150px;
	width:1100px;
	background-image:url('images/headerw.png'); /* colori.jpg */
	background-repeat:no-repeat;
	border-radius: 16px 16px 0 0;
	float:left;
}
.tagline{
	float:left;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	margin:70px 0px 0px 470px;
	color: #ffa61d;
	line-height:25px;
	font-weight:bold;
	text-align:center;
	width:330px;
}
#wrapper{
	float:left;
	width:1100px;
	background-color:#ffd49c;
	border-top:0px;
}
#balk{
	background-image:url('images/balk.png');
	height:15px;
	width:1100px;
}
#content{
	margin:0px 15px 11px 14px;
	padding:30px;
	padding-top:30px;
	width:800px;
	float:left;
	height:auto;
	text-align:left;
}

#orange{
	margin:10px;
	margin-left:0px;
	background-color:#FFFFCC;
	float:right;
	width:890px;
	border:2px solid #F60;
	border-radius: 0 12px 12px 12px;
	height:auto;
}

#navigation{
	width:196px;
	height:470px;
	float:left;
	background-image:url('images/menu.png');
	background-repeat:no-repeat;
	background-position:top right;
}
#navigation ul{
	margin:150px 0px 100px 0px;
	list-style-type:none;
	border-top:1px solid #F60;
	padding:0px;
}
#navigation li{
	padding:0px;
	margin:0px;
	font-weight:600;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #F60;
}
#navigation a{
	padding:10px 0px 10px 0px;
	text-decoration:none;
	color:#990000;
	display:block;
}
#navigation a:hover{
	padding:10px 0px 10px 0px;
	/* background-color:#FFFFCC; */
	display:block;
	background-image:url('images/buttonin3.png');
}
.minheight{
	float:left;
	width:0px;
	height:500px;
	z-index:1;
}
#footer{
	color: #CC9933;
	margin:-10px 0px 4px 0px;
	font-size:14px;
	clear:both;
}
p, td{
	color:#007;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h2,h3{
	color:#007;
}
h1{
	font-size:16px;
	color:#990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form span {
	display: block;
}

img{
	border-radius: 12px;
}
td img{
	margin-left: 30px;
}

@media screen and (max-width: 800px) {
#site{
	width:600px;
	margin: auto;
	margin-top: 20px;
}
#logo{
	background-image:url('images/headerw_mob.png'); 
}
.tagline{
	margin: 90px 0px 0px 250px;
}
#balk{
	margin-top: -1px;
	height: 0px;
	border: 0px;
}
#wrapper{
	width: 100%;
}
#navigation{
	float: left;
	width: 600px;
	overflow: hidden;
	height: auto;
	background-image: none;
	margin-bottom: -5px;
	z-index: 10;
	position: relative;
	background-color:#ffd49c;
	border-top: 2px solid #ffc477;
	border-bottom: 2px solid #ffc477;
}
#navigation li{
	border-right:1px solid #ffc477;
	font-size:16px;
	width: 299px;
	float: left;
	border-color: #ffc477;
	margin-bottom: -2px;
}
#navigation a{
	padding: 15px 0px 15px 0px;
	border-color: #ffc477;
}
#navigation ul{
	margin: 0px;
	float: left;
	border: 0px;
}	

#navigation a:hover{
	background-image: none;
	padding: 15px 0px 15px 0px;
}

#orange{
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0px;
	border: 0px;
	border-radius: 0px;
}

#content{
	width: 90%;
	padding: 5%;
	
}
	
.minheight{
	height: auto;
}
	
#homepagepic{
	width: 600px !important;
	margin-top: -48px !important;
	height: 575px;
}
	
}



