/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*{
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#logo_img
{    
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 0px;
    float: left;
    height: 46px;
    width: 90px;
    text-align: center;
}

#visit_img
{    
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 0px;
    float: left;
    height: 70px;
    width: 150px;
    text-align: center;
}

a{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #a7001c;
}

html{
	height: 100%;	
}

body {	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    background: #000000 url(images/bg.jpg) repeat-x top;
	height: 100%;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 10px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	padding-bottom: 10px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background: url(images/title_1b.jpg) no-repeat top left;
	width: 989px;
	height: 29px;
	padding: 10px 0px 10px 15px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #143aef;
	padding-bottom: 10px;
}

#bg_bubble{
	background: url(images/bg_bubble_red.jpg) no-repeat top center;
	min-height: 100%;
}

#wrap{
	width: 1024px;
	margin: 0 auto;
}

#logo{
	text-align: right;
	padding: 30px 20px 0px 0px;
	height: 40px;
}
#logo2{
	text-align: right;
	padding: 30px 20px 0px 0px;
	height: 80px;
}
#logo h1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
}

#logo2 h1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
}

#logo small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
}

/*Menu*/

#menu{
    width: 350px;
    float: left;
    height: 250px;
}

#menu ul {
    padding-left: 30px;
    list-style: none;
}

#menu ul li a{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    color: #331500;
    font-weight: normal;
    text-decoration: none;
    display: block;
    background: url('images/menu_bg.png') repeat-x 50% bottom;
    height: 25px;
    padding-top: 22px;
}

#menu ul li a:hover, #menu ul li .active{
    text-align: center;
    color: #ffffff;
}

/*header*/

#header_img{
	background: url(images/header.png) no-repeat;
	width: 650px;
	height: 300px;
	float: right;
}

#header_img_kit{
	background: url(images/header_kit.png) no-repeat;
	width: 638px;
	height: 359px;
	float: right;
}

/*content*/
#content{
	width: 1024px;
	clear: both;
	padding-top: 15px;
}

#content_top{
	height: 10px;
	background: url(images/content_top.jpg) no-repeat;
}

#content_bg{
	padding: 0px 10px 0px 10px;
	background: #ffffff;	
}

#content_bg p a{
	color: #143aef;
}

#content_bot{
	height: 21px;
	background: url(images/content_bot.jpg) no-repeat;
}

.gray_top_box{
	clear: both;
	background: url('images/grey_top_box.jpg') no-repeat 50% bottom;
	height: 9px;
	padding-top: 20px;
}

.gray_bg_box{
	background: url(images/grey_bot_bg.jpg) left repeat-y;
}

.grey_box_left{
	width: 461px;
	padding: 0px 10px 0px 10px;
	float:left;
    height: 154px;
}

.grey_box_right{
	margin-left: 10px;
	width: 477px;
	padding: 0px 10px 0px 10px;
	float: right;
}

.gray_bot_box{
	clear: both;
	background: url(images/grey_bot_box.jpg) no-repeat;
	height: 10px;
}

/*footer*/

#footer{
	clear: both;
	padding: 15px 0px 0px 0px;	
}

#footer_con_bg{
	background: url(images/footer_con_bg_b.jpg) repeat-y center;
}

#footer_con_top{
	background: url(images/footer_con_top_b.jpg) no-repeat top;
}

#footer_con_bot{
	background: url(images/footer_con_bot_b.jpg) no-repeat bottom;
	min-height: 86px;
	padding: 10px;
	color: #000000;
}

#footer_con_bot p{
	color: #000000;
}

#footer_bot{
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
	padding-bottom: 20px;
    clear: both;
	background: url(images/footer.png) no-repeat center top;
	min-height: 33px;
}

#footer_bot a{
    color: #ffffff;
}

.foot_col1, .foot_col2, .foot_col3, .foot_col4{
    float: left;
}

.foot_col1{
    width: 245px;
    height: 117px;
}

.foot_col2{
    width: 577px;
    padding-left: 20px;
    height: 118px;
}

.foot_col3{
    width: 112px;
    padding-right: 40px;
    height: 120px;
}

.foot_col4{
    width: 230px;
    padding-left: 20px;
}

.button_box{
	padding-top: 40px;
}

.button_box a{
	padding-right: 10px;
}

.ls{
    list-style: none;
    padding-left: 0px;
}

.ls li{
    margin-bottom: 7px;
}

.ls li a{
    background: url(images/ls.png) no-repeat 0px 4px;
    padding-left: 15px;
    color: #000000;
    font-weight: normal;
}

.ls li a:hover{
    color: #ffffff;
}

.pad_left{
    padding-left: 30px;
    margin-bottom: 5px;
}

/*read*/
.read{
	float: right;
	padding-right: 10px;
	padding-top: 5px;	
}

.read a{
 	width: 68px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #143aef;
 	display:block;
 	text-align: right;
	padding-right: 4px;
 	background: url(images/read_more.png) no-repeat bottom right;
 }
 
 .read2{
	float: right;
	padding-right: 10px;
	padding-top: 3px;	
}

.read2 a{
 	width: 68px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
 	display:block;
 	text-align: right;
	padding-right: 6px;
 	background: url(images/read_more2.png) no-repeat bottom right;
 }
 
 .clear{
 	clear: both;
    height: 0px;
}
 
 /*about*/

.content_left{
	width: 666px;
	float: left;
}

.content_full{
	width: 999px;
	float: left;
}

.content_left h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background: url(images/title_2b.jpg) no-repeat top left;
	width: 651px;
	height: 29px;
	padding: 10px 0px 10px 15px;
}

.content_full h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background: url(images/title_2b.jpg) no-repeat top left;
	width: 651px;
	height: 29px;
	padding: 10px 0px 10px 15px;
}

.content_right{
	width: 318px;
	float: right;
}

.content_right h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background: url(images/title_3b.jpg) no-repeat top left;
	width: 303px;
	height: 29px;
	padding: 10px 0px 10px 15px;
}

.border{
	height:1px;
	background: url(images/border.jpg) repeat-x center;
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}

.date_news{
	text-decoration: underline;
}

/*contact*/

#contact_form fieldset {
    border: none;
}

#contact_form input {
    margin-bottom: 5px;
}









/*
-----------------------------------------------------------------







-----------------------------------------------------------------
*/

/* Menu Documentation */

.ls2{
    list-style: none;
    padding-left: 0px;
}

.ls2 li{
	background: url(images/border.jpg) repeat-x bottom;
    margin-bottom: 7px;
	padding: 0px 0px 5px 0px;
}

.ls2 li a{
	background: url(images/ls2.jpg) no-repeat 0px 4px;
    padding-left: 15px;
    color: #000000;
    font-weight: normal;
}

.ls2 li a:hover{
    color: #143aef;
}

/* Intestazione con data */

.blog_news{
	padding-bottom:10px;
}

.news_bar{
	padding-bottom:3px;
	background: url(images/border.jpg) repeat-x bottom;	
	margin-bottom: 10px;
}

.news_bar p, .news_bar p a{
	color: #143aef;
	font-weight: normal;
}

.calendar{
	background: url(images/cal_icon.jpg) no-repeat 0px 0px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

/*---------------*/
/* formweb.aspx */
/*---------------*/

/*Indirizzi*/
.contact_news{
	padding: 0px 5px 10px 5px;
}

.text_box_img1 
{
    width: 646px;
    height: 30px;
	background: url(images/input.jpg) 0px 0px no-repeat;
	padding: 0px 0px 0px 10px;
	float:left;
}

.text_box_img2 
{
	background: url(images/message.jpg) 0px 0px no-repeat;
	padding: 10px 0px 0px 10px;
}

.err_message{
	font-size:24px;
    text-align: center;
}

.mm_button_left{
    background: url(images/read_more2.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    float: left;
}

.mm_button_right{
    background: url(images/read_more2.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    float: right;
}
