body {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #393939;
	line-height: 18px;
	margin: 0;
	background: url(../images/texture.png) top left repeat;
	background-size: 110px 69px;
}

header {
	position:relative;
	
	height:auto;
	width:100%;
	
	z-index:100;
}

	.header_body {
		position: relative;
		width: 980px;
		height: auto;
	
		margin: 0 auto;
		text-align: center;
	
		background: #FFFFFF;
	}
	
	#logo {
		position: relative;
		width: 295px;
		height: 46px;
		padding: 20px 0 10px 0;
	}
	
	.header_role {
		background: #393939;
		color: #ffffff;
		padding: 5px 10px;
		text-transform: capitalize;
	}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.header_body { width: 320px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.header_body { width: 480px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.header_body { width: 768px; }
}





nav {
	position:relative;
	
	height:auto;
	width:100%;
	
	z-index:99;
}

	.nav_body {
		width: 980px;
		height: auto;
	
		margin: 0 auto;
		text-align: center;
	
		background: #ffffff;
	}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.nav_body { width: 320px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.nav_body { width: 480px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.nav_body { width: 768px; }
}

/* menu */

#menu_top {
	position:relative;
	padding-bottom: 20px;
}

.btt_menu {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	border: 1px solid #dbdbdb;
	background: #f2f2f2;
}

.menu_link {
	color: #393939;
	text-decoration: none;
	font-weight: 300;
}

.menu_link:hover {
	color: #e84b2e;
}


.container {
	position:relative;
	
	height:auto;
	width:100%;
}

	.container_body {
		position: relative;
		width: 980px;
		height: auto;
	
		margin: 0 auto;
		text-align: center;
	
		background: #FFFFFF;
		padding: 20px 0;
	}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.container_body { width: 320px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.container_body { width: 480px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.container_body { width: 768px; }
}
	
	
	
	
	.btt {
		cursor:pointer;
	}
	
	.btt_main_solid {
		background: #006bdc;
		color: #FFFFFF;
		border: 1px solid #006bdc;
		padding: 5px 0;
		font-weight: 300;
		text-transform: capitalize;
		cursor: pointer;
	}
	
	.btt_main_solid:hover {
		text-decoration: underline;
	}
	
	.btt_main_outline {
		background: #FFFFFF;
		color: #006bdc;
		border: 1px solid #006bdc;
		padding: 5px 0;
		font-weight: 300;
		text-transform: capitalize;
		cursor: pointer;
	}
	
	.btt_main_outline:hover {
		text-decoration: underline;
	}
	
	.btt_main_solid2 {
		background: #393939;
		color: #FFFFFF;
		border: 1px solid #393939;
		padding: 5px 0;
		font-weight: 300;
		text-transform: capitalize;
		cursor: pointer;
	}
	
	.btt_main_solid2:hover {
		text-decoration: underline;
	}
	
	.btt_main_outline2 {
		background: #FFFFFF;
		color: #393939;
		border: 1px solid #393939;
		padding: 5px 0;
		font-weight: 300;
		text-transform: capitalize;
		cursor: pointer;
	}
	
	.btt_main_outline2:hover {
		text-decoration: underline;
	}
	
	ul {
		display:inline-block;
		
		margin:0 20px;
	}
	
	li {
		list-style: none;
	}
	
	
	
	
	
	
	
footer {
	position:relative;
	
	height:auto;
	width:100%;
	
	z-index: 1;
}

	.footer_body {
		width: 980px;
		height: auto;
	
		margin: 0 auto;
		text-align: center;
	
		background: #FFFFFF;
	}

	.credits {
		width: 940px;
		height: auto;
		text-align: center;
		padding: 20px;
	}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.footer_body { width: 320px; }
	.credits { width: 300px; padding: 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.footer_body { width: 480px; }
	.credits { width: 460px; padding: 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.footer_body { width: 768px; }
	.credits { width: 728px; }
}
	
/*font styles*/

.big {
	font-size: 18px;
}

.strong {
	font-weight: 400;
}

.small {
	font-size: 12px;
}

.link {
	color: #006bdc;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.c1 {
	color: #006bdc;
}

.pg_title {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #006bdc;
	font-weight: 400;
	margin-bottom: 20px;
}

	.pg_title a {
		color: #006bdc;
	}

	.pg_title a:hover {
		color: #393939;
	}

/* menu */
#general_menu {
	position: relative;
	top: 0px;
	left: 20px;
	width: 940px;
	height: 35px;
	background: #f2f2f2;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
}

.btt_menu {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-right: 1px dotted #dbdbdb;
}

.menu_link {
	text-decoration: none;
}

.menu_link:hover {
	color: #006bdc;
}

	.menu_link_hover {
		color: #006bdc;
	}
	
#btt_menu_home, #btt_menu_utenti, #btt_menu_cinema, #btt_menu_tamburini, #btt_menu_sistema {
	width: 156px;
}

#btt_menu_logout {
	width: 155px;
	border-right: none;
}
	
	.submenu {
		position:relative;
		top:0px;
		left:0px;
		
		z-index:300;
		
		display:none;
		
		color: #393939;
		
		text-align: left;
		
		line-height: 30px;
		
		padding: 15px;
		
		background: #f2f2f2;
		width: 220px;
		border-radius: 0 0 3px 3px;
		border: 1px solid #dbdbdb;
	}
	
	.submenu_link {
		color: #393939;
		text-decoration: none;
	}
	
	.submenu_link:hover {
		color: #006bdc;
	}
	

	
/*notifications*/
#notification_menu {
	position:absolute;
	top:0px;
	left:660px;
	
	width:300px;
	height:36px;
	
	text-align:left;
	
	font-size:14px;
	padding: 20px 0;
}
	.notification_link {
		color: #FF0000;
	}
	
	
.doc_icon {
	margin-left:20px;
}