@charset "utf-8";
/* CSS Document */
/******************************************
 * box corsi
******************************************/

#box_corsi{
width:240px;
border:2px solid #cccccc;
padding:1px;
}
#btn_corso_auto, #btn_corso_audio, #btn_corso_video{
background: #F4F4F4; 
border:1px solid #cccccc; 
margin-top:2px; 
padding:18px 8px 18px 92px;
font-size:12px;
text-align:left;
}
#btn_corso_auto{
background-image:url(http://www.puatraining.it/images/corso-autodidatta.gif);
background-position:left; 
background-repeat:no-repeat; 
}
#btn_corso_audio{
background-image:url(http://www.puatraining.it/images/corso-audio.gif);
background-position:left; 
background-repeat:no-repeat; 
}
#btn_corso_video{
background-image:url(http://www.puatraining.it/images/corso-video.gif);
background-position:left; 
background-repeat:no-repeat; 
}
.btn_corsi:link{
font-size:13px;
font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
color:#990000;
font-weight:bold;
text-decoration:none;
}
.btn_corsi:visited{
font-size:13px;
font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
color:#990000;
font-weight:bold;
text-decoration:none;
}
.btn_corsi:hover{
font-size:13px;
font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
color: #666666;
font-weight:bold;
text-decoration:none;
}
/******************************************
 * box mailing list
******************************************/

.box_columndx {
border: 3px solid #990000;
width:246px;
margin:0px auto 10px auto;
padding:0px;
}
#box_mailing_new {
background-image:url(http://www.puatraining.it/images/bg_box_mailing_new.jpg);
background-position:left top; 
background-repeat:no-repeat;
color:#FFFFFF;
font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
line-height:15px;
background-color:#2B231C;
padding:0px 0px 4px 0px; 
}
#box_mailing_new p{
margin:0px 0px;
}
/******************************************
 * box cassaforte
******************************************/

#box_cassaforte {
text-align:left;
background-color:#1D1F1E;
padding:0px;
font-size:12px;
color:#FFFFFF;
font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
line-height:15px;
}
#box_cassaforte .title{
font-size:18px;
color:#0099FF;
font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
margin:8px;
}
#box_cassaforte #bg{
background-image:url(http://www.puatraining.it/images/bg_box_cassaforte.gif);
background-repeat:repeat-x;
}
#box_cassaforte .list{
font-size:12px;
color:#FFFFFF;
font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
background-image:url(http://www.puatraining.it/images/ul_box_cassaforte.gif);
background-position:left top;
background-repeat:no-repeat;
padding-left:30px;
}
#box_cassaforte .list p{
margin:4px;
line-height:12px;
}
#box_cassaforte .insertdati{
margin:5px 5px 0px 5px;
padding-bottom:8px;
}

h1, h2, h3, h4 {
  margin-bottom:1.1em;
  color:#383838;
  line-height:1em;
}

h4 { font-size:1.2em; }

p { margin-bottom:1.2em; }

a { color:#E92E2E; }
a:hover { color:#FF4EE1; } 

a img { border:4px solid transparent; }
a img:hover { border:4px solid #fff; }

a h3 { text-decoration:none; }
a h3:hover { text-decoration:underline; }


html,body {
	background:#000 url(../images/bg_page.jpg) repeat-y top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	height: 100%;
    font-size: 90%;
    font-family:Helvetica, Arial, sans-serif;
    line-height:1.6em;
}


#bg_top {
	background:url(../images/bg_page_top.jpg) no-repeat top center; 
	width:100%; 
}

#footer { 
	background: url(../images/bg_page_bottom.jpg) no-repeat bottom center;
	height: 164px; 
	width: 100%; 
	margin: 0 auto;
	color:#CE2723;
	font-size: 50%;
	text-transform:uppercase; 
}


#container{
	width: 941px;
	height: 100%;
	margin:0 auto;
}

.logo{
	background:url(../images/pua_logo2.jpg) no-repeat left top;
	width: 941px;
	height: 80px;
	margin:0 auto;
}

/******************************************
 * Nav bar
******************************************/

.navbar { 
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	background: url(../images/bg_nav.jpg) repeat-x top left; 
	height:42px; 
	font-size:11px; 
	width:939px; 
	clear:both; 
	letter-spacing: 1px;
	position:relative; 
	margin:0 auto;
    line-height:1em;
}

#nav { 
	margin: 0 auto;
	text-align:left;
	padding: 0px;
}


#nav li { 
	float:left; 
	text-transform:uppercase; 
	position:relative; 
	list-style:none; 
	margin-top: 2px;
}


#nav a { 
	padding: 13px 10px; 
	float:left; 
	text-decoration:none; 
	color:#5D5D5D; 
	background: url(../images/bg_navsep.jpg) no-repeat top right ; 
}


#nav a.last { background:none; }
#nav a:hover { color:#CE2723; }

/** Level 0 active tabs */
#nav li.active { font-weight:bold; }
#nav li.active a { color:#CE2723; }

/** Level 1 */
ul#nav { white-space:nowrap; }
#nav li ul { z-index:999; position:absolute; background:#ddd; top:41px; display:none; border:1px solid #4a4a4a; }
#nav ul li { float:left; text-transform:none; }
#nav ul li a { padding:7px 10px; border-bottom:1px solid #999; width:200px; margin:0 4px; background:transparent; }

/******************************************
 * International Flags
******************************************/

#int-sites { position:absolute; top: 3px; right:5px; }
#int-sites a img:hover, #int-sites a img { border:0px none; padding:4px; }


/******************************************
 * Nav bar bottom
******************************************/

.navbar_bottom { 
	width:939px; 
	clear:both; 
	margin:0 auto;
	text-align:center;
	padding-top: 20px;
}

.navbar_bottom span{
	margin:0 auto;
	text-align:center;
	text-decoration:none; 
	color:#CE2723;
	font-size: 9px; 
}

.navbar_bottom span a { 
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 8px;
	text-decoration:none; 
	color:#CE2723;
	background: url(../images/bottom_nave_sep.jpg) no-repeat top right ; 
}


#navbar_bottom span a.last { background:none; }
#navbar_bottom span a:vidited { color:#CE2723; }
#navbar_bottom span a:hover { color:#CE2723; }




/******************************************
 * International Flags
******************************************/


.main_img{
	width: 941px;
	height: 145px;
    line-height:1em;
}

.breadcrumbs { 
	display: block;
	float:left;
	background: url(../images/bg_bradcram.jpg) repeat-x top left; 
	height: 22px; 
	margin: 0 auto;
	text-align: left;
    line-height:1em;
	width: 100%;
}

.breadcrumbs div.bread { 
	top: 3px;
	display: block;
	float:left;
	font-family:Verdana, Helvetica, sans-serif; 
	font-size:11px; 
    line-height:1em;
	margin-left: 20px;
	position: relative;
}

.data_container{
	background: url(../images/bg_datacontainer.jpg) repeat-y;
	width: 941px;
	margin: 0 auto;
	text-align:left;
}

.datacontainer_left{
	width: 660px;
	float: left;
	padding: 0;
	margin: 0 auto;
	text-align:center;
}

.sidebar{
	display:block;
	float: right;
	width: 275px;
	margin: 0 auto;
	text-align:center;
	padding-top: 20px;
}


a:vidited, a:hover .btn_red{
	cursor:pointer;
	text-decoration: none;
}

#white_bg{
	background:url(../images/bg_white.jpg) repeat-y top center;
	width: 645px;
	margin: 0 auto;
	text-align: center;
}

#white_top_bg{
	background: url(../images/bg_white_top.jpg) no-repeat top center;
	width: 645px;
}



#white_bottom_bg{
	background: url(../images/bg_white_bottom.jpg) no-repeat right bottom;
	width: 645px;
}


#white_container{
	display: block;
	padding: 20px;
	margin: 0 auto;
	text-align:left;
}

#widecol{
	display: block;
	padding: 20px;
	margin: 0 auto;
	text-align:left;
	border: 1px solid #FF0000;
}


.text_red_capital{
	color:#FF0000;
	font-size: 150%;
	text-transform:capitalize;
}

.text_normal{
	color:#333333;
	text-align:justify;
	font-size: 120%;
}

/******************************************
 * Events
******************************************/


.events .content { padding:10px 30px; }
.event { background:#212121 url(../images/bg_events_banner.gif) repeat-x; color:#fff; margin-bottom:30px;}


.col2-layout { width:100%; }
.col1 { width:48%; float:left; }
.col2 { width:48%; float:right; }

/* Clear fix for the 2 col layout */
.col2-layout:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.col2-layout { display: inline-block; }
html[xmlns] .col2-layout { display: block; }
* html .col2-layout { height: 1%; }

/******************************************
 * Clear fix
******************************************/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.center { text-align:center; }

.clear { clear: both; }


