/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}
body { 
	font-size:12px; 
	font-family:Arial;
	min-width:972px;
	padding:0px 0 20px 0;
}
td {
	vertical-align:top; 
}
object { 
	vertical-align:top; 
	outline:none;
}
input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}
p { 
	margin:0; 
	padding:0;
}
img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

/*========================== ALIGMENT =========================*/
.left{
	width:10px;
	height:300px;
}
#main1{
margin:0 auto;
width:1002px;
}
#main{
	background-image:url("images/bg.jpg");
	background-repeat:no-repeat;
}
#main2{
	background-image:url("images/bg_sm.jpg");
	background-repeat:no-repeat;
}
#home{
	font-size:16px;
	height:200px; 
	text-align:center;
	padding-top:120px;
	font-weight:bold;
}
#nav-cont{
	float:left;
	width:625px;
	background-image:url("images/bar.png");
	background-repeat:repeat-x;
	background-position:0 45px;
}
#nav-cont2{
	float:left;
	width:668px;
	background-image:url("images/bar2.png");
	background-repeat:repeat-x;
	background-position:0 29px;
}
.foot-link{
	text-decoration:underline;
}
.foot{
	font-size:11px;
	padding-top:7px;
	color:#999;
}
#sh_left{
	background-position:0px 90px;
	width:18px;
	height:450px;
	background-image:url("images/shadow-left.png");
	background-repeat:no-repeat;
}
#sh_right{
	background-position:0px 90px;
	background-image:url("images/shadow-right.png");
	background-repeat:no-repeat;
	width:18px;
	height:450px;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}
.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}
.wrapper { 
	width:100%; 
	overflow:hidden;
}
.container { 
	width:100%;
}
.clear{
	clear:both;
}
.txt{
	width:210px;	
	float:left;
}
.rad{
margin:10px;

}
.txtLarge{
	width:420px;	
	float:left;
}
.txtInput{
	width:170px;
}
.txtInputLarge{
	width:380px;
}
.label{
	width:100px;
}
.row {
	width:420px;
}
.center-row {
	text-align:center;
	width:420px;
}
.cont-left{
float:left;
padding:10px;
width:420px
}
.cont-right{
float:right;
padding:10px;
width:420px
}
.btn{
	width:90px;
		height:30px;
		background:url(images/btn.png) no-repeat top left;
}
/*=========================== FORMS ===========================*/

#form .form {
	width:244px;
	height:31px;
	overflow:hidden;
	background:url(provaconte/images/input-bg.gif) no-repeat left top;
}
#form input {
	background:none;
	border:0;
	float:left;
	vertical-align:top;
	padding-top:7px;
	width:200px;
	margin-left:7px;
}
#form a {
	float:left;
}

#form1 .form { 
	height:31px;
}
#form1 input {
	width:171px; 
	padding:2px 0 2px 3px; 
	background:#fff; 
	border-top:1px solid #303030; 
	border-left:1px solid #303030; 
	border-bottom:1px solid #e1e1e1; 
	border-right:1px solid #e1e1e1;	
	vertical-align:top;	
	line-height:1.2em;
	color:#aaaaaa;
}
#form1 textarea { 
	width:171px; 
	height:160px; 
	overflow:auto;
	background:#fff; 
	border-top:1px solid #303030; 
	border-left:1px solid #303030; 
	border-bottom:1px solid #e1e1e1;	
	border-right:1px solid #e1e1e1; 
	padding:2px 0 0 3px;
	color:#aaaaaa;
	margin-bottom:25px;
}

/*========================== LISTS ============================*/

ul, ol { 
	list-style:none;
}

.site-nav {
	padding-top:44px;
}

.site-nav li {
	font-size:15px;
	background-image:url(images/divider.png);
	background-repeat:no-repeat;
	background-position:0 20px;
	line-height:68px;
	float:left;
	font-weight: bold;
	padding-right:7px;
	padding-left:7px;
	color:#383610;
}
.site-nav li a {
	text-decoration:none;
}
.site-nav li a:hover {
	color:#cccccc;
}
.site-nav li.active {
	color:#fffffff;
}
.site-nav li.last {
	padding-right:0;
}

.list li {
	float:left;
	padding-right:15px;
	margin-right:12px;
	background:url(images/divider.png) no-repeat right 4px;
}
.list li a {
	color:#8e8e8d;
	text-decoration:none;
}
.list li a:hover {
	text-decoration:underline;
}
.list li.active {
	//padding-right:0;
	//margin-right:0;
	background:none;
}

.list1 li {
	float:left;
	padding-left:32px;
}

.list2 {
	padding-bottom:15px;
}
.list2 li {
	font-size:1.17em;
	background:url(provaconte/images/marker.gif) no-repeat left 5px;
	padding:0 0 7px 15px;
}
.list2 li a {
	text-decoration:none;
}
.list2 li a:hover {
	text-decoration:underline;
}

.list3 {
	padding-bottom:28px;
}
.list3 li {
	float:left;
	margin-right:25px;
}
.list3 li.last {
	margin-right:0;
}

/*========================== OTHER ============================*/

.img-box img { 
	margin-bottom:15px; 
	display:block;
}
.img-box1 { 
	width:100%; 
	overflow:hidden;
	padding-top:20px;
}
.img-box1 img { 
	float:left; 
	margin:-20px 20px 0 0;
}
.p1 { 
	margin-bottom:20px;
}
.phone { 
	float:right; 
}

dl {
	margin-bottom:-20px;
}
dl dt {
	float:left;
}
dl dt {
	font-weight:bold;
	color:#000;
}
dl dd {
	padding-bottom:20px;
}

.extra dl dt {
	display:block;
	float:none;
}
.extra dl dd span {
	float:right;
}


/*--- slider1 ---*/
#loopedSlider1 { 
	position:absolute;
	left:0; 
	top:0;
}
#loopedSlider1 .container { 
	width:464px; 
	height:409px; 
	overflow:hidden; 
	position:relative;
}
#loopedSlider1 .slides { 
	position:absolute; 
	top:0; 
	left:0;
}
#loopedSlider1 .slides div { 
	position:absolute; 
	top:0; 
	left:0; 
	width:464px; 
	height:409px;
}
#loopedSlider1 ul.pagination { 
	width:318px; 
	height:56px; 
	position:absolute; 
	left:1px; 
	top:271px;
}
#loopedSlider1 ul.pagination li { 
	padding-bottom:3px;
}
#loopedSlider1 ul.pagination li a { 
	width:20px; 
	height:20px; 
	display:block; 
	background:url(provaconte/images/button1.gif) no-repeat left top;
}
#loopedSlider1 ul.pagination li.active a { 
	background:url(provaconte/images/button1-act.gif) no-repeat left top;
}

/*--- slider2 ---*/
#loopedSlider2 {
	position:absolute;
	left:0;
	top:0;
}
#loopedSlider2 .container {
	width:377px;
	height:180px;
	overflow:hidden;
	position:relative;
}
#loopedSlider2 .slides { 
	position:absolute; 
	top:0; 
	left:0;
}
#loopedSlider2 .slides div { 
	position:absolute; 
	top:0; 
	left:0; 
	width:377px;
	height:180px;
}
#loopedSlider2 .slides div img {
	float:left;
	margin-right:20px;
}
#loopedSlider2 .slides div cite {
	font-style:normal;
	line-height:1.67em;
	display:block;
	margin-bottom:20px;
	padding-top:20px;
}
#loopedSlider2 .slides div span {
	display:block;
}
#loopedSlider2 .slides div b { 
	font-size:18px;
	line-height:1.2em;
}
#loopedSlider2 .pagination-container {
	position:absolute;
	right:0;
	top:0;
}

/*--- tabs ---*/
.tab_content div {
	padding-top:20px;
	width:100%;
	overflow:hidden;
}
.tab_container {
	overflow: hidden;
	width: 100%;
    float:left;
}
.tab_content div img {
	float:left;
	margin:-20px 20px 0 0;
}
ul.tabs {
	position:absolute;
	right:0;
	top:23px;
}
ul.tabs li {
	float:left;
	background:url(provaconte/images/divider1.gif) no-repeat right top;
	line-height:1em;
}
ul.tabs li a {
	color:#aaaaaa;
	text-decoration:none;
	display:block;
	text-align:center;
	padding-bottom:25px;
	width:50px;
	margin:0 5px;
}
ul.tabs li a:hover {
	text-decoration:underline;
}
ul.tabs li.active a {
	color:#0e0d0d;
	font-weight:bold;
	background:url(provaconte/images/tabs-active.gif) no-repeat center bottom;
}
ul.tabs li.active a:hover {
	text-decoration:none;
}
ul.tabs li.last {
	padding-right:0;
	background:none;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#383610; 
	outline:none;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.active{
	color:#ffffff;
}
h1 {
	text-align:center;
	color:#ec6f23;
	font-size:22px;
	line-height:1.2em;
	padding-bottom:10px;
}
h1 a {
	text-decoration:none;
}
h2 {
	font-size:65px;
	line-height:1.2em;
	color:#0e0d0d;
	margin-bottom:22px;
}
h2 span {
	display:block;
	margin-top:-24px;
}
h3 {
	color:#0e0d0d;
	font-size:1.67em;
	margin-bottom:42px;
}
h4 {
	font-size:1em;
	line-height:1.67em;
	color:#000;
	margin-bottom:20px;
}

.txt1 {
	font-style:italic;
}
.txt1,
.txt1 a {
	color:#000;
}

.link {
	font-size:18px;
	line-height:1.2em;
	color:#aaa;
	text-decoration:none;
	padding-right:11px;
	background:url(provaconte/images/marker.gif) no-repeat right 6px;
}
.link:hover {
	color:#595959;
}

.line-hor { 
	border-bottom:1px solid #ebebeb; 
	margin:65px 0 24px 0; 
	overflow:hidden; 
	font-size:0; 
	line-height:0;
}
.title { 
	margin-bottom:19px;
	border-bottom:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
	height:59px;
	position:relative;
}
.title h3 {
	float:left;
	padding-top:21px;
	margin-bottom:0;
}

/*============================ BOXES ==========================*/

.preview-box {
	width:377px;
	height:231px;
}

/*========================== HEADER ===========================*/

#header .row-1 {
	height:59px;
	border-bottom:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
}
#header .row-1 .fleft {
	padding:22px 0 0 2px;
}
#header .row-1 .fright {
	padding:15px 1px 0 0;
}
#header .row-2 {
	height:148px;
	position: relative;
}
#header .row-2 .logo {
	background-image:url("images/logo.png");
	background-repeat:no-repeat;
	float:left;
	height:148px;
	width:343px;}
#header .row-2 .logo2 {
	background-image:url("images/logo_sm.png");
	background-repeat:no-repeat;
	float:left;
	height:120px;
	width:300px;}
/*========================= CONTENT ===========================*/

#content {
	position:relative;
	padding:0px 40px 60px;
	background-color:#ffffff;
	line-height:1.67em;
}
#content .indent {
	padding:0 0 80px 462px;
}
#content .indent1 {
	padding-bottom:82px;
}
#content p,
#content dl {
	line-height:1.67em;
	padding-bottom:10px;
}

/*========================= FOOTER ============================*/

#footer .fleft {
	font-size:13px;
	line-height:18px;
	text-transform:uppercase;
	color:#000;
}
#footer .fleft a {
	color:#000;
	text-decoration:none;
}
#footer .fleft a:hover {
	border-bottom:1px solid #000;
}
#footer .fright {
	padding:11px 14px 0 0;
}

/*=============================================================*/
.big{
font-size:13px;
}
.logoBtn{
height:95px;
margin-left:50px;
margin-top:15px;
width:220px;
}
.orange{
color:#ff6600;font-weight:bold;
}
.gray{
color:#333333;font-weight:bold;
}
.darkgreen{
color:#666600;font-weight:bold;
}.provanews {
	float: left;
}

/* SOTTOMENU */
#sottomenu {background:url(images/bg_sottomenu.png) no-repeat;display:block;height:24px;position:absolute;right:0;top:76px;width:668px;text-align:center;}
#sottomenu_home a:link, #sottomenu_home a:visited, #sottomenu a:link, #sottomenu a:visited {font-size:15px;font-weight:bold;line-height:24px;}
#sottomenu_home a:hover, #sottomenu a:hover {color:#cccccc;}
#sottomenu_home {background:url(images/bg_sottomenuhome.png) no-repeat;display:block;height:24px;position:absolute;right:0;top:92px;width:626px;text-align:center;}
