/* CSS Document */

html {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	height: 100%;
	margin: 0 auto 0;
	padding: 50 0 10;
	background: #fff;
	font-size: 9pt;
	line-height: 13pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
}

/*--------------------------------------GENERALI-----------------------------------------*/

#clr {
	clear: both;
}

.clr {
	clear: both;
}

a {
	
	/*font-size: 11px;*/
	color: #933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	color: none;
	text-decoration: none;
	font-style: none;
	border: 0;
}

h1 {
	font-size: 16pt;
	line-height: 16pt;
	font-weight: 700;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h1 a:hover {
	color: #fff;
	text-decoration: underline;
}

h3 {
	font-size: 13pt;
	line-height: 13pt;
	color: #666;
}

h4 {
	font-size: 11pt;
	line-height: 11pt;
	color: #666;
}

/*ul {list-style-type: disc;}
li {list-style-type: disc;}*/

.red {color: #933;}

/*--------------------------------------I LIVELLO-----------------------------------------*/

#container {
	width: 800px;
	margin: 5px auto 0px;
	/*padding:10px 25px 10px;*/
	text-align: left;
}

#header {
	height: 80px;
	margin-left: 20px;
	/*background: url(immagini/logo_camcom.jpg) no-repeat left;*/
	/*padding: 16px 16px 5px;*/
}

#menu {
	width: 750px;
	background-color: #933;
	margin: 5px 25px 2px;
}

#banner {
	width: 750px;
	height: 300px;
	/*background: url(images/banner.jpg) center no-repeat;*/
	margin: 15px 25px 15px;
}

#content {
	width: 750px;
	margin: 10px 25px 5px;
	text-align: left;
	/*padding: 0px 10px 0px;*/
}

#footer {
	width: 750px;
	height: 100px;
	/*text-align: center;*/
	margin: 20px 25px 0px;
	border-top: 1px solid #933;
	padding-top: 5px;
}

/*--------------------------------------HEADER-----------------------------------------*/

#h_txt {
	visibility: hidden;
}

/*--------------------------------------MENU-----------------------------------------*/

#menu_inner {
	background-color: #933;
	color: #fff;
	height: 21px !important;
	height: 23px;
	/*float: right;*/
}

ul#menu-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#menu-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 23px;
	white-space: nowrap;
	border-right: 1px solid #fff;
	min-width: 50px;
	text-align: center;
}

ul#menu-nav li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #fff;
	background: transparent;
}

ul#menu-nav li a.sel {
	color: #933;
	background: #fff;
}

#menu>ul#menu-nav li a { width: auto; }

ul#menu-nav li a:hover {
	color: #933;
	background: #fff;
}


/*--------------------------------------BANNER-----------------------------------------*/

#b_home {
	width: 100%;
	height: 100%;
	background: url(immagini/banner/home.jpg) no-repeat top center;
}

#b_presentazione {
	width: 100%;
	height: 100%;
	background: url(immagini/banner/presentazione.jpg) no-repeat top right;
}

#b_txt {
	padding: 0px;
	margin: 0px;
	
}


#b_txt_inner {
	padding: 0px;
	margin: 0px;
	/*overflow: visible;*/
	color: #fff;
}

#b_txt h1{padding: 90px 10px 0px; color: #fff;}

#b_presentazione_txt {
	width: 40%;
	height: 100%;
}

/*--------------------------------------CONTENT-----------------------------------------*/

#bottoni {
	width: 100%;
	height: 160px;
	
}

#bottoni_inner {
	width: 160px;
	height: 160px;
	background: url(immagini/bg_pulsantoni.jpg) no-repeat;
	float: left;
	margin: 0px 10px 0px;
}

#bottoni_txt {
	padding: 40px 10px 5px;
	color: #fff;
}

#content_inner {
	padding: 15px 15px 5px;
}

#img_content_inner {
	margin: 15px 15px 5px 0px;
	float: left;
}

#pulsantiera {
	margin-top: 15px;
	padding: 15px 15px 5px;
}

.bordorosso {
	border: 1px solid #933;
	height: 1%; /*importante: elimina pronblema scroll in explorer6*/
}

#pulsantiera_inner {
	width: 200px;
	float: left;
	margin: 0px 15px 0px;
}

ul#pulsantiera_inner {
	
	list-style: disc;
	padding: 0px;
	margin: -2px;
	/*text-decoration: none;*/
	float: left;
	color: #933;
}

.pulsantiera_inner {
	
	
	color: #933;
}
/*ul.pulsantiera_inner li{
	list-style-type: disc;
	
}*/




/*ul.pulsantiera_inner li:hover {
	text-decoration: underline;
}*/

#contentfoto_1 {
	width: 120px;
	float: left;
	margin: 0px 10px 0px;
	text-align: center;
}

#contentfoto_2 {
	width: 120px;
	float: left;
	margin: 0px 10px 0px;
	text-align: center;
}

#contentfoto_3 {
	width: 120px;
	float: left;
	margin: 0px 10px 0px;
	text-align: center;
}

#contentfoto_4 {
	width: 120px;
	float: left;
	margin: 0px 10px 0px;
	text-align: center;
}

#contentfoto_5 {
	width: 120px;
	float: left;
	margin: 0px 10px 0px;
	text-align: center;
}

/*--------------------------------------FOOTER-----------------------------------------*/

