/*-----------*/
/* CSS Reset */
/*-----------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

strong {font-weight:bold;}

em {font-style: italic;}

ol, ul {
	padding: 0px;
	margin: 0px;
	margin-bottom:10px;
	}

a{outline:none}

img{outline:none}



/*--------------------------------------------*/
/* -- Stili per link e testi -- */
/*--------------------------------------------*/

h1.benvenuti {
	font-size:30px;
	line-height:34px;
	color:#663300;
	margin-bottom:10px;
}

h1 {
	font-size:24px;
	line-height:28px;
	color:#663300;
	margin-bottom:10px;
}

h2 {
	font-size:18px;
	line-height:22px;
	color:#11737c;
	margin-bottom:10px;
}

h3 {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	color:#11737c;
	text-transform:uppercase;
	margin-bottom:5px;
}

p {
	font-size:14px;
	line-height:18px;
	color:#381c00;
	margin-bottom:10px;
}

li {
	font-size:14px;
	line-height:18px;
	color:#381c00;	
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	text-align:left;
}

#content a, #content a:visited {
	color:#381c00;
	font-weight:bold;
}

#content a:hover {
	color:#ce9c52;
}


/*--------------------------------------------*/
/* -- Stili per il layout (DIV principali) -- */
/*--------------------------------------------*/


body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
	background-image:url(../img/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#ead7ac;
	margin:0 auto;
}

#wrapper {
	width:950px;
	margin:0 auto;
}

#top {
	width:950px;
	height:35px;
}

#ist_menu {
	width:870px;
	height:35px;
	text-align:right;
	padding-right:15px;
	float:left;
}

#lang_menu {
	width:65px;
	height:35px;
	float:right;
}

#container {
	width:950px;
	margin:0 auto;
	background-image:url(../img/bg_container.jpg);
	background-repeat:repeat-y;
}

#sidebar {
	width:210px;
	min-height:875px;
	background-image:url(../img/bg_sidebar.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}

#main {
	width:740px;
	float:left;	
}

#banner {
	width:740px;
	height:215px;
	float:left;
}

#main_menu {
	width:740px;
	height:40px;
	line-height:40px;
	background-image:url(../img/bg_menu.jpg);
	background-repeat:repeat-x;
	text-align:center;
	float:left;
}

#content {
	width:680px;
	padding:30px;
	float:left;
	background-color:#f8f0d9;
}

#footer {
	width:900px;
	height:175px;
	padding:25px;
	background-color:#1a0b02;
	float:left;
	position:relative;
}

/*--------------------------------------------*/
/* -- Stili per i menu -- */
/*--------------------------------------------*/

#ist_menu a {
	font-size:12px;
	line-height:35px;	
	color:#663300;
	font-weight:bold;
	text-transform:uppercase;	
	text-decoration:none;
	margin:0 3px;
}

#ist_menu a:hover {
	text-decoration:underline;
}

#main_menu a, #main_menu a:visited  {
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	margin-right:13px;
}

#main_menu a:hover {
	color:#ebd9a9;
}



/*------------------------------*/
/* -- Stili per la home page -- */
/*------------------------------*/

#home_boxes {
	width:680px;
	float:left;
	margin-top:20px;
}

.home_box_sx {
	width:305px;
	min-height:100px;
	float:left;
	padding:10px 15px 0 15px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#fff;
	position:relative;
}

.home_box_dx {
	width:305px;
	min-height:100px;
	float:right;
	padding:10px 15px 0 15px;
	margin-bottom:10px;	
	background-color:#fff;
	position:relative;	
}

/* definizione di titoli, testi, link, ecc. */

#home_boxes h2 {
	margin-bottom:10px;
	padding-bottom:2px;	
	border-bottom:3px solid #11737c;
}

#home_boxes a.boxwhitelink, a.boxwhitelink:visited {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}

#home_boxes a.boxwhitelink:hover {
	color:#ebd9a9;
}
#home_boxes strong {
	color:#11737c;
}

.titlelink {
	font-size:12px;
	line-height:16px;
	color:#381c00;
	position:absolute;
	top:10px;
	right:15px;
	text-transform:uppercase;
}

.smalltext {
	font-size:12px;
	line-height:14px;
	font-style:italic;
}

.smalltext p {
	margin-bottom:5px;
}



/*-----------------------------------*/
/* -- Stili per le pagine interne -- */
/*-----------------------------------*/

#breadcrumbs {
	margin-bottom:20px;
	padding-bottom:5px;
	font-size:12px;
	border-bottom:1px solid #1a0c03;
}

#breadcrumbs a {
	text-decoration:none;
}


.box_container {
	width:650px;
	float:left;
	margin-top:20px;
	padding:15px;
	background-color:#FFF;
}

.box_container h2 {
	margin-bottom:15px;
	padding-bottom:2px;
	border-bottom:3px solid #11737c;
}

.box_sx {
	width:310px;
	float:left;
	margin:0;
	padding:0;
}

.box_dx {
	width:310px;
	float:right;
	margin:0;
	padding:0;	
}

/* definizione di titoli, testi, link, ecc. */

.box_container a, .box_container a:visited {
	color:#381c00;
	font-weight:bold;
}

.box_container a:hover {
	color:#ce9c52;
}

.box_container strong {
	color:#11737c;
}

.box_container em {
	color:#11737c;
}

.box_container img {
	padding:4px;
	border:1px solid #CCC;
	margin-bottom:10px;
}

.box_sfondo {
	width:650px;
	min-height:100px;
	float:left;
	margin-top:20px;
	padding:15px;
	background-repeat:no-repeat;
	background-position:right;
	background-color:#ebd9a9;	
}

.box_sfondo  h2 {
	font-size:22px;
	line-height:26px;
	color:#c56f1b;
	margin-bottom:10px;
	border-bottom:none;
}

.box_condizioni {
	padding:15px;
	border:1px solid #CCC;
	background-color:#EEE;
	float:left;
	width:618px;
	margin:20px 0;
}

.box_condizioni p {
	font-size:12px;
	line-height:16px;
	color:#666;
}

.prezzo {
	background-color:#ebd9a9;
	padding:10px;
}

.prezzo p {
	font-size:12px;
	line-height:16px;
	margin-bottom:5px;
}

.contattaci{
	clear:both;
	text-align:right;
}

.separator {
	clear:both;
	height:30px;
	width:650px;
	background-image:url(../img/separatore.jpg);
	background-repeat:no-repeat;
	margin:15px 0 10px 0;
}

.separator_testo {
	clear:both;
	min-height:30px;
	width:650px;
	background-image:url(../img/separatore.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:15px 0 15px 0;
	padding-bottom:35px;
}

/* stili per form contatti */

.privacy {
	border:1px solid #CCC;
	background-color:#eeeeee;
	width:268px;
	padding:15px;
}

.privacy p {
	font-size:12px;
}

div.row {
	float:left;
	width: 310px;
	height:35px;
	line-height:35px;
	padding:5px 0;
	border-bottom:1px solid #FFF;
	background-color:#ebd9a9;	
}

.col1 {
	text-align: right;
	width: 95px;
	height:35px;	
	display:block;
	float: left;
	margin: 0;
	margin-right:5px;
}

.col2 {
	width: 200px;
	height:35px;	
	display: block;
	float: left;
	margin: 0;
}

div.row_messaggio {
	float:left;
	width: 310px;
	height: 100px;
	line-height:100px;
	padding:5px 0;
	background-color:#ebd9a9;
}

.col1_messaggio{
	text-align: right;
	width: 95px;
	height:100px;
	display:block;	
	float: left;
	margin: 0;
	margin-right:5px;
}

.col2_messaggio {
	width: 200px;
	height: 100px;
	display: block;	
	float: left;	
	margin: 0;	
}

.input {
	margin:5px;
	padding:5px;
	height:15px;
	line-height:35px;
	width:180px;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	border: 1px solid #8595B2;
}

.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 5px;
	width:180px;	
}

.submit {
	height: 30px;
	width: 310px;
	background: url(../img/bg_submit.gif) no-repeat;
	padding-top: 15px;
	clear: both;
} 



/* ------------------------------------ */
/* -- Stili per galleria -- */
/* ------------------------------------ */

.galleria {
    width:650px;
	float:left;
	background-image:url(../images/products_row_bg.gif);
	background-repeat:repeat-y;	
}

.galleria a img {
    border:5px solid #381c00;
	padding:0;
}

.galleria a:hover img {
    border:5px solid #ce9c52;
}




/* stili per tabelle */

.table_contatti {
	background-color:#ebd9a9;
	border:1px solid #663300;
	margin-bottom:15px;
	width:310px;
}

.table_contatti td {
	vertical-align:middle;
}

.table_contatti_title {
	height:35px;
	background-color:#d2ba8a;
	color:#FFF;
	line-height:35px;
	padding-left:20px;
	font-size:20px;
	border-bottom:1px solid #663300;
}

.table_contatti_label{
	height:20px;
	width:115px;
	color:#663300;
	line-height:20px;
	padding:5px 5px 0 20px;
	text-align:right;
}

.table_contatti_input{
	height:20px;
	width:155px;
	color:#663300;
	line-height:20px;
	padding:5px 20px 0 0;
	text-align:right;
}


.table_newsletter {
	background-color:#ebd9a9;
	border:1px solid #663300;
	margin-bottom:15px;
	width:400px;
}

.table_newsletter td {
	vertical-align:middle;
}

.table_newsletter_title {
	height:35px;
	background-color:#d2ba8a;
	color:#FFF;
	line-height:35px;
	padding-left:10px;
	font-size:20px;
	border-bottom:1px solid #663300;
}

.table_newsletter_label{
	height:20px;
	width:150px;
	color:#663300;
	line-height:20px;
	padding:5px 5px 0 20px;
}

.table_newsletter_input{
	height:20px;
	width:200px;
	color:#663300;
	line-height:20px;
	padding:5px 20px 0 0;
	text-align:right;
}

.form_input {
	font-size:12px;	
	width:151px;
	padding:3px 2px;
	height:18px;
	border:1px solid #a8acad;
	line-height:18px;
}

.form_textarea {
	width:263px;
	height:100px;
	border:1px solid #a8acad;	
}

.form_submit {
	color:#663300;
	background-color:#d2ba8a;
	border:1px solid #663300;
	padding:5px;
}

.form_submit:hover {
	color:#d2ba8a;	
	background-color:#663300;
	border:1px solid #d2ba8a;
}



.table_corsi {
	margin-bottom:15px;
	width: 650px;
}

.table_corsi td {
	border-bottom:1px solid #ebd9a9;
	padding:20px 0;
}

.table_prezzi {
	border:1px solid #ebd9a9;
	border-bottom:none;
	margin-bottom:30px;
	width: 650px;
}

.table_prezzi_title {
	background-color:#ebd9a9;
	color:#c56f1b;
	border-bottom:none;
	line-height:20px;
}

.table_prezzi td {
	border-bottom:1px solid #ebd9a9;
	padding:5px;
}

/* stili per date */

.giorno {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:24px;
}

.mese {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:18px;
}

.anno {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:12px;
}



/*--------------------------------------------*/
/* -- Stili per il footer -- */
/*--------------------------------------------*/

#footer_box1 {
	width:170px;
	height:115px;
	margin-right:10px;
	float:left;	
}

#footer_box2 {
	width:400px;
	height:115px;
	margin-right:20px;
	float:left;	
}

#footer_box3 {
	width:90px;
	height:115px;
	margin-right:20px;	
	float:left;		
}

#footer_box4 {
	width:160px;
	height:115px;
	float:left;		
}

#footer h2 {
	font-size:18px;
	line-height:22px;
	color:#ffcc00;
	margin-bottom:10px;
	border-bottom:none;
	text-transform:uppercase;
}

#footer p {
	font-size:12px;
	line-height:16px;
	color:#fff;
	margin-bottom:5px;
}

#footer a, #footer a:visited {
	font-size:12px;
	line-height:16px;
	color:#ff6600;
}

#footer a:hover {
	color:#f0ca31;
}

#riso{
	left:50px;
	position:absolute;
	width:100px;
	height:129px;
	top:-179px;
}

/*
#wrapper #container #main #content .box_container .box_sx p strong {
	font-size: 12px;
}
*/

