body {
	margin: 0;
	padding: 0;
	background: #151515 url(../images/css/img01b.jpg) repeat-x left top;
	text-align: left;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgb(150,150,150);
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: rgb(223,43,54);
}

h1 {
	letter-spacing: 0px;
	font-size: 3em;
	margin-top: 0.5em;
	text-align: left;
}

h2 {
	letter-spacing: 0px;
	font-size: 2em;
	text-align: left;
	margin-top: 0.5em;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin-top: 0.5em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

p, ol, ul {
	margin: 0 0 0 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: rgb(255,255,255);
	text-decoration: none;
}

strong {
	color: white;
	font-weight: bold;  
}

a:hover {
	text-decoration: none;
	color: #FF5134;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-left: 15px; 
	margin-right: 10px;
	margin-bottom: 20px;
	border: 2px solid rgb(255,0,0);
}

img.leftMul {
	float: left;
	margin: 8px 20px 0px 0px;
	border: none;  
}

img.center {
	text-align: center;
	margin: 8px 20px 0px 0px;
	border: 3px solid rgb(255,0,0);
}

img.right {
	float: right;
	margin-left: 20px;
	margin-top: 8px;
	border: 3px solid rgb(255,0,0);
}

img.right2 {
	float: right;
	margin-right: 10px;
	margin-top: 8px;
}

img.image {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 8px;
	border: 2px solid rgb(255,0,0);
}

img.image:hover {
	border: 2px solid rgb(255,255,255);
}

img.image2 {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	border: 2px solid rgb(255,0,0);
}

img.image2:hover {
	border: 2px solid rgb(255,0,0);
}

img.image3 {
	border: 2px solid rgb(255,0,0);
}

img.image4 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 8px;
	border: 2px solid rgb(255,255,255);
}

/* Header */

#wrapper {
}

#header {
	width: 900px;
	height: 170px;
	margin: 0 auto;
}

#logo h1, #logo p {
	float: left;
	color: #AAFF00;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#logo p a {
	color: #FF5134;
}

/* Menu */

#menu {
	width: 895px;
	height: 60px;
	margin: 0 auto;
	padding-top: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: url(../images/css/img03.gif) no-repeat left 60%;
	padding: 5px 30px 0 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;	
	font-weight: bold;
	color: #FFFFFF;
}

#menu .onright {
	display: block;
	float: left;
	background: url(../images/css/img10.gif) no-repeat 35px 60%;
	padding: 5px 30px 0 50px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FF5134;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

.submenu {
	position: absolute;
	visibility: hidden;
	width: 130px;
	padding-left: 30px;
	border: 1px solid black;
	background-color: #151515;
}

.submenu1 {
	position: absolute;
	visibility: hidden;
	width: 180px;
	padding-left: 30px;
	border: 1px solid black;
	background-color: #151515;
}

.submenu2 {
	position: absolute;
	visibility: hidden;
	width: 250px;
	padding-left: 30px;
	border: 1px solid black;
	background-color: #151515;
}

.memberphoto {
	position: absolute;
	visibility: hidden;
	width: 130px;
	padding: 10px;
	border: 1px solid black;
	background-color: #151515;
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 0px 0;
}      

/* Ads */

#ads {
	float: right;
	width: 0px;
	height: 0px;	
	padding: 0 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 445px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 2px solid white;
	padding: 10px;
}

#content table {
	width: 100%;
	text-align: left;
}

#content thead {
}

#content tbody td {
	vertical-align: top;
}

#content .voice {
	width: 190px;
}

#content tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#content form table {
	width: 100%;
	text-align: left;
}

#content form thead {
}

#content form tbody td {
	vertical-align: top;
	padding-right: 10px;
}

#content form .voice {
	width: 250px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: right;	
}

#content form .voice10 {
    padding-right: 10px;
    padding-top: 5px;
	text-align: right;	
	width: 30px;
}

#content form .captcha {
    padding-right: 25px;
    padding-top: 3px;
	text-align: left;	
}

#content form tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#content form .input10 {
	background-color: #000000;
	border-color: #9B9B9A;
	color: #9B9B9A;
	width: 300px;
}

#content form .input11 {
	background-color: #000000;
	border-color: #9B9B9A;
	color: #9B9B9A;
	width: 120px;
}

#content form input {
	background-color: #000000;
	border-color: #9B9B9A;
	color: #9B9B9A;
	width: 95%;
}

#content form .button {
	background-color: #000000;
	border-color: #9B9B9A;
	color: #9B9B9A;
	width: 20%;
}

#content form select {
	background-color: #000000;
	border-color: #9B9B9A;
	color: #9B9B9A;
}

#content form textarea {
	background-color: #000000;	
	border-color: #9B9B9A;
	color: #9B9B9A;
	width: 95%;
}

#content a.srolloverET1 {
		display: block;
		width: 350px;
		height: 232px;
		background: url(../images/cars_et1.jpg) 0 0 no-repeat;
		text-decoration: none;
		border: 2px solid #626262;
}

#content a:hover.srolloverET1 {
	background-position: -350px 0;
	border: 2px solid #626262;
}

#content a.srolloverET2 {
	display: block;
	width: 350px;
	height: 232px;
	background: url(../images/cars_et2.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #626262;
}

#content a:hover.srolloverET2 {
	background-position: -350px 0;
	border: 2px solid #626262;
}

#content a.srolloverTeam2008 {
	display: block;
	width: 150px;
	height: 113px;
	background: url(../images/team_2008.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#content a:hover.srolloverTeam2008 {
	background-position: -150px 0;
}

#content a.srolloverTeam2009 { 
	display: block;
	width: 150px;
	height: 113px;
	background: url(../images/team_2009.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#content a:hover.srolloverTeam2009 {
	background-position: -150px 0;
}

.tabledescription {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}

#content .tddescription {
	vertical-align: top;
	border-color: #000000;    
}

.tdtitle {
	background-color: #880A0B;
	color: #FFFFFF;
	height: 25px;
	padding-left: 10px;    
}

.photoshower {
	border-collapse: collapse;
}

.tdtitle2 {
	background-color: #880A0B;
	color: #FFFFFF;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	width: 25%;
	text-align: center;
}

.tdtitle3 {
	background-color: #880A0B;
	color: #FFFFFF;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.tdtype {
	width: 180px;
	background-color: #1F1F1D;
	height: 25px;
	padding-left: 10px;
}

.tdvoice {
	padding-left: 10px;
}

.tdtype2 {
	background-color: #1F1F1D;	
	width: 30%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: bottom;
}

.tdtype3 {
	width: 150px;
	background-color: #1F1F1D;
	height: 25px;
	padding-left: 10px;
}

.tdtype4 {
	width: 50%;
	background-color: #1F1F1D;
	height: 25px;
	padding-left: 10px;
}

.tdtype5 {
	background-color: #1F1F1D;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.tdtype6 {
	background-color: #1F1F1D;
	width: 30%;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	vertical-align: bottom;
}

.tdvoice2 {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: bottom;
}

.tdvoice3 {
	background-color: #1F1F1D;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: bottom;
}

.tdselected {
	color: #FF5134;
}

.curriculum {
	background: url(../images/css/img07.gif) no-repeat;
}

.tdcurriculum {
	text-align: right;
	width: 20px;
	padding-right: 5px;
}

.post {
	margin-bottom: 50px;
	border-bottom: 1px #A90000 dashed;
}

.post .title  h2 {
	font-size: 2.2em;
	color: rgb(223,43,54);
}

.post .title2 h2 {
	font-size: 1.6em;
	color: rgb(223,43,54);
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #9B9B9A;
}

.post .title p a {
	color: #880A0B;
}

.post .entry {
	padding-top: 30px;
}

.post .entry2 {
	padding-top: 15px;
}

.post .entry3 {
	text-align: center;
}

.post .entry4 {
	padding-top: 0px;
}

.post .links {	
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
	color: #CF3822;
}

.post .links a:hover {
	text-decoration: underline;
	color: #CF3822;
}

.post .links .more {
	background: url(../images/css/img07.gif) no-repeat;
}

.post .links .pictures {
	background: url(../images/css/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(../images/css/img08.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: right;	
	width: 400px;
	text-align: left;
	margin-left: 20px
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#sidebar li {
	margin-bottom: 20px;
	padding-left: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 2px solid white;	
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;
	background: url(../images/css/img04.gif) repeat-x left bottom;
}

#sidebar .movie_class {
	border: 0px solid black;	
}

#sidebar li p {
	color: white;
	font-weight: bold;  
	padding-left: 4px;
}

#sidebar li p span{
	color: red;
	font-weight: bold;  
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: url(../images/css/img05.gif) no-repeat left 60%;
//	border-bottom: 1px #A90000 dashed;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #FFFFFF;
}

#sidebar .movie_title {
	width: 105px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: url(../images/css/img05.gif) no-repeat left 60%;
	border-bottom: 1px #A90000 dashed;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #FFFFFF;
}

#sidebar h1 {
	letter-spacing: 0px;
	font-size: 3em;
	margin-top: 15px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: rgb(223,43,54);
}	

#sidebar h1 {
	letter-spacing: 0px;
	font-size: 3em;
	margin-top: 15px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: rgb(223,43,54);
}	

#sidebar h1 a:hover {
	color: #FF5134;
}

#sidebar h1 a {
	color: rgb(223,43,54);
}

#sidebar a:hover {
	color: #FF5134;
}

.videotable {
	width: 100px;
	border: 1px #A90000 dashed;
}

.large100 {
	width: 200px;
	border: 1px #A90000 dashed;
}

#sidebar a {
	color: #FFFFFF;
}

.input1 {
	background-color: #000000;
	border-color: #000000;
	color: #9B9B9A;
}

.input2 {
	background-color: #151515;
	border-color: #151515;
	color: #9B9B9A;
}

/* Calendar */

#calendar_wrap {
	padding: 15px 20px;
}

#calendar table {
	width: 100%;
	background: #1F1F1D;
	border: 1px solid #11110F;
	text-align: center;
}

#calendar thead {
	background: #161616;
}

#calendar tbody td {
	background: #0F0F0D;
	border: 1px solid #11110F;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #121210;
	border: 1px solid #11110F;
	font-weight: bold;
	color: #CF3822
}

#calendar .headertoday {
	background: #161616;
	border: 1px solid #11110F;
	font-weight: bold;
}

#calendar .sunday {
	background: #0F0F0D;
	border: 1px solid #11110F;
}

#calendar #previousMonth { 
	border: thin solid #1F1F1D; 
	background-color: #1F1F1D;  
	color: #FFFFFF;
	text-align: left;
}

#calendar #previousMonth:hover { 
	border: thin solid #1F1F1D; 
	background-color: #1F1F1D;  
	color: #CF3822; 
	text-align: left;
}

#calendar #nextMonth { 
	border: thin solid #1F1F1D; 
	background-color: #1F1F1D;  
	color: #FFFFFF;
	text-align: right;
}

#calendar #nextMonth:hover { 
	border: thin solid #1F1F1D; 
	background-color: #1F1F1D;  
	color: #CF3822;  
	text-align: right;
}

#calendar #prev  { 
	text-align: left;
}

#calendar #next  { 
	text-align: right;
}

/* Cleaner */

#cleaner {
	clear: both;
} 


/* Footer */

#footer {
	clear: both;	
	width: 900px;
	margin: 0 auto;
	padding: 30px 0px;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

table.media {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-collapse: separate;
	vertical-align: middle;
	padding: 0 0 0 0;
}

table.tabtitolo {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-collapse: separate;
	vertical-align: middle;
	padding: 0 0 0 0;
}
	
table.tabtitolo td {
	vertical-align: middle;
	border-collapse: collapse;
	border-style: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-spacing: 0px;
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	background:none;		
}
	
table.tabtitolo p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;		
}
	
.evidenzia {
	color: rgb(255,255,255);
	font-weight:bold;
} 

.downmenu {
	width: 100%;
	text-align: center; 
}

.video_container {
	border-spacing: 20px 2px;
}


