@import url('reset.css');
@import url('960.css');
@import url('text.css');

/* GLOBAL */
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

/* LAYOUT */
a, a:link, a:visited {
	color: #E56341;
	font-weight: normal;
	text-decoration: none;
}

body {
	background: #9A9A9A url('../images/body_bg.jpg') repeat-x;
	color: #333333;
}

p {
	text-align: justify;
}

div#header {
	background: #FFFFFF;
}

div#header h1 {
	/*background: url('../images/testata.png');*/
	display: block;
	height: 150px;
	margin-top: 15px;
	text-indent: -9999px;
	width: 940px;
}

div#content {
	background: #FFFFFF;
	padding-top: 15px;
}

div#left-column div.inner {
	margin-left: 20px;
}

div#right-column div.inner {
	margin-right: 20px;
}

div#footer {
	background: #FFFFFF;
	border-top: #E56341 solid 5px;
	color: #E56341;
	font-size: 12px;
	margin-bottom: 15px;
	padding-top: 3px;
}

div#footer p.left {
	float: left;
	margin-left: 3px;
}

div#footer p.right {
	float: right;
	margin-right: 3px;
}

/* JOOMLA CONTENT */
div#main-content table.contentpaneopen {
	width: 100%;
}

div#main-content td.contentheading, div#main-content div.componentheading, div#main-content div.componentheading_news {
	border-bottom: #E56341 solid 5px;
	color: #E56341;
	font-size: 21px;
	padding-bottom: 3px;
	width: 100%;	
}

div#main-content div.componentheading_news {
	margin-bottom: 30px;
}

/* JOOMLA MODULE */
div.moduletable, div.moduletable_menu, div.moduletable_calendar {
	margin-bottom: 25px;
}

div.moduletable h3, div.moduletable_news h3, div.moduletable_calendar h3 {
	border-bottom: #E56341 solid 5px;
	color: #E56341;
	font-size: 20px;
	padding-bottom: 3px;
}

/* JOOMLA MAIN MENU */
div.moduletable_menu {
	background: url('../images/menu_bg.png');
	height: 330px;
	margin-bottom: 49px;
	margin-top: 23px;
	padding-top: 10px;
	width: 200px;
}

div.moduletable_menu ul {
	list-style-type: none;
}

div.moduletable_menu ul li {
	height: 17px;
	line-height: 16px;
	margin-bottom: 7px;
}

div.moduletable_menu ul li a, div.moduletable_menu ul li a:link, div.moduletable_menu ul li a:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

/* JOOMLA NEWS MODULE */
div.moduletable_news {
	position: relative;
	top: -51px;
}

div.moduletable_news .contentpaneopen_news {
	margin-bottom: 10px;
}

td.contentheading_news {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
}

/* JOOMLA CALENDAR MODULE */
div.moduletable_calendar {
	height: 200px;
}




span.article_separtor {
	display: none;
}
