* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #CCCCCC;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	padding-top:30px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#484848;
}

strong {
	font-weight:bold;
	color: #3A3A3A;
}

a {
	text-decoration: none;
	font-weight:bold;
	color: #113977;
}
a:hover {
	text-decoration: underline;
}

a img{
	border:0;
}

input, textarea, select {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#00000;
	font-size:13px;
}


p {
	line-height: 1.5em;
}



#claim, #logo, #content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	position:relative;
}

#logo h3 {
	position: absolute;
	top:25px;
	z-index:100;
}

#claim, #claim2 {
	text-align: right;
}

#portfoliothumbs {
	height:150px;
	margin-left:343px;
}
#portfoliothumbs img {
	border: 1px solid #CCC;
	margin-left:30px;
}


#content {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding:20px 20px 5px 20px;
}
.firstcol {
	font-size:13px;
	float:left;
	width:280px;
	}
.firstcol-i {
	font-size:12px;
	float:left;
	width:380px;
	text-align:center;
	margin-top:160px;
	}
.firstcol-i #out {
	top:60px;
	left:180px;
	position:absolute;
	}
.firstcol-i #out-right {
	top:20px;
	right:20px;
	position:absolute;
	}
.ss-container {
	margin-bottom:50px;
	height:200px;
	width:300px;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #CCC;
	}


.secondcol {
	font-size:15px;
	margin-left:420px;
	margin-right:50px;
	margin-top:100px;}

.secondcol-i {
	font-size:13px;
	margin-left:430px;
	margin-right:100px;
	margin-top:30px;}

.firstcol h2{
	margin-top:18px;
	margin-bottom:-3px;}
	
.firstcol .bold1{
	color: #4E77B6;
	}
.firstcol .bold2{
	color: #2F548C;
	}
.firstcol .bold3{
	color: #113977;
	}
.secondcol .bold1{
	color: #D85829;
	}
.secondcol .bold2{
	color: #BD461A;
	}
.secondcol .bold3{
	color: #A93F16;
	}
.secondcol .bold4{
	color: #8D3412;
	}
.secondcol .bold5{
	color: #751C02;
	}
.secondcol .bold6{
	color: #58210C;
	}

.secondcol-i h2 {
	margin-bottom:3px;
}

.secondcol-i h3 {
	font-size:11px;
	font-weight:bold;
	margin-bottom:30px;
	letter-spacing: 0.05em;
}
.secondcol-i p {
	margin-bottom:12px;
	text-align: justify;
}
.secondcol-i ol {
	margin-bottom:12px;
	text-align: justify;
}

#claim2 {
	margin-top:20px;
}

#action {
	font-size:12px;
	font-weight:bold;
	padding:10px;
	border: 1px solid #CCC;
	border-right:none;
	background-color:#F4F4F4;
	position:absolute;
	bottom:40px;
}
#down-nav {
	font-size:14px;
	padding:10px;
	border: 1px solid #CCC;
	border-right:none;
	background-color:#F4F4F4;
	position:absolute;
	bottom:40px;
	right:0px;
}

#footer {
	clear:left;
	font-size:14px;
	padding-top:40px;
}
#subfooter {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding:10px 0px;
	font-size:14px;
	text-align:right;
	margin-bottom:100px;
}
#subfooter p {
	display:inline;
	border-bottom:1px solid #999;
	padding:0px 10px 5px 10px;
}
li {
	margin-left:20px;
	margin-bottom:5px;
}


#phonecontact {
	padding:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	width:320px;
	margin-top:150px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
}


#contactform {
	padding:20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	background-color: #F7F7F7;
}


label {
	display:block;
	font-weight:bold;
	color:#666666;
}
label.err-true {
	color:#D64E1C;
}

div.errors {
	padding:10px 15px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #D64E1C;
	color:#000;
	margin-top:-10px;
	margin-bottom:20px;
}

input, textarea, select {
	width:250px;	
}
input.tf, textarea.tf, select.tf {
	background-color: #FFF;
	border:1px solid #CCC;
	margin-top:2px;
	padding:2px;
}

input.large,  textarea.large {
	width:400px;
}
input:focus, textarea:focus  {
	background-color: #e9e9e9;
	border:1px solid #BBB;

}
#notizia h1 {
	font-size:18px;
	line-height:20px;
	margin-bottom:20px;
}
