@charset "UTF-8";
/* CSS Document */
@import url('css/reset.css');
@import url('css/960.css');
@import url('css/text.css');

body, div#menu {
	background:#F38644;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', 'Bitstream Vera Sans', 'Liberation Sans', Verdana, 'Verdana Ref', sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}
a {
	color:#7b3e00;
}
table, td, tr {
	border:1px solid #000;
}
td, tr {
	padding:5px;
}
div#ie {
	text-align:center;
	color:#red;
	border:3px solid red;
	padding:10px;
	margin:10px auto;
	font-size:1.2em;
	background:#FFFFFF;
}
div#page, div#content {
	background:#FFFFFF;
}
div#header {
	padding:10px 0;
}
div#header .top-left {
	width:650px;
	float:left;
}
div#header .top-right {
	width:270px;
	float:left;
}
div#header h1 {
	text-indent:-999em;
	width:200px;
	height:60px;
	background:url(images/logo.jpg) no-repeat;
	float:left;
}
div#header p.description {
	padding-left:10px;
	display:block;
	font-size:3em;
	font-weight:bold;
	float:left;
}
div#header .aatce {
	text-indent:-999em;
	width:261px;
	height:60px;
	background:url(images/aatce-it.png) no-repeat;
}
div#menu, div#btec {
	font-family:'Myriad Pro', Myriad, Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-shadow:0 .1em .1em #FAFAFA;
	color:#7b3e00;
}
div#btec {
	font-size:14px;
}
div#menu a, div#menu a:hover, div#menu a:visited {
	text-decoration:none;
	color:#7b3e00;
}
div#menu ul, div#btec ul {
	margin:0 auto;
	padding:0;
}
div#menu li, div#btec li{
	padding:10px 0 12px 0;
	list-style:none;
	float:left;
	min-width:40px;
	text-align:center;
}
div#btec ul {
	padding-bottom:20px;
}
div#btec li {
	padding:0 0 10px 0;
}
div#menu li:hover {
	background:url(images/bg-menu.png) bottom center no-repeat;
}
div#content {
	padding:10px 0;
	text-align:justify;
	font-size:1.2em;
}
div#content div.grid_6 img {
	margin:10px auto;
	display:block;
}
div#content h2.title {
	padding-left:10px;
}
div#content h2, div#content h3 {
	text-align:left;
}
div#content h3 {
	font-size:15px;
}
div#content h4 {
	font-size:13px;
	text-transform:uppercase;
}
div#content img.alignleft {
	padding:5px 10px 5px 0;
}
div#content img.alignright {
	padding:5px 0 5px 10px;
}
div#content div {
	margin-bottom:10px;
}
div#content .border-bottom {
	border-bottom:1px solid #F38644;
}
div#content div.left {
	width:300px;
	margin:0 10px 0 0;
	float:left;
	text-align:left;
}
div#content div.right {
	width:300px;
	margin:0 0 0 10px;
	float:left;
	text-align:left;
}
div#sidebar ul, ul.corsi {
	margin:0;
	padding:0;
}
ul.corsi li {
	margin:0;
	padding:0 0 5px 0;
	list-style:none;
}
ul.corsi li.strumento {
	width:300px;
	height:150px;
	text-indent:-999em;
}
div#sidebar li a {
	width:300px;
	height:150px;
	display:block;
}
div#sidebar li {
	margin:0;
	padding:0 0 5px 0;
	list-style:none;
}
li.chitarra { background:url(images/corsi-chitarra.jpg) no-repeat; }
li.clarinetto { background: url(images/corsi-clarinetto.jpg) no-repeat; }
li.flauto { background:url(images/corsi-flauto.jpg) no-repeat;}
li.basso { background:url(images/corsi-basso.jpg) no-repeat; }
li.canto { background:url(images/corsi-canto.jpg) no-repeat; }
li.batteria { background:url(images/corsi-batteria.jpg) no-repeat; }
li.pianoforte { background:url(images/corsi-piano.jpg) no-repeat; }
li.altri { background:url(images/corsi-altro.jpg) no-repeat; }
li.sax { background:url(images/corsi-sax.jpg) no-repeat; }
li.tromba { background:url(images/corsi-tromba.jpg) no-repeat; }
li.trombone { background:url(images/corsi-trombone.jpg) no-repeat; }
li.violino { background:url(images/corsi-violino.jpg) no-repeat; }
li.teoria { background:url(images/corsi-teoria.jpg) no-repeat; }
li.band { background:url(images/corsi-band.jpg) no-repeat; }
li.estetica { background:url(images/corsi-estetica.jpg) no-repeat; }
li.composizione { background:url(images/corsi-composizione.jpg) no-repeat; }
li.primamusica { background:url(images/corsi-primamusica.jpg) no-repeat; }
li.logic { background:url(images/corsi-logic.jpg) no-repeat; }
li.reason { background:url(images/corsi-reason.jpg) no-repeat; }
.center {
	text-align:center;
}
.aligncenter {
	margin:0 auto !important;
	display:block;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}