/* RESET */
*{margin: 0; padding: 0}
table {border-collapse:collapse;}
a{text-decoration: none;}
a img{border: none;}
/*		 */

/* BASIC CONFIG */

body {	
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color:#454545;
	font-family: Arial;
	background:#eee;
}

h1, h2, h3, h4, h5, h6 {
	font-family:inherit;
	margin-bottom:0.7em;
	font-weight:normal;
	font-family:Scada, Tahoma, sans-serif;
}

#content {
	font-size:16px;
}

#content h2 {
	background: none repeat scroll 0 0 #eee;
    color: #F89A1E;
    left: -25px;
    padding: 10px 25px;
    position: relative;
    right: -25px;
    width: 700px;
}

#content h3 {
	font-size:20px;
	font-weight:normal;
	font-family:Scada, Tahoma, sans-serif;
}

p {
	margin-bottom:1em;
	line-height:24px;
}

a {
	color:#f89a1e;
	text-decoration: none;
}

a:hover {
	color:#ff7800;
}

ul {
	list-style-type:square;
	margin-left:40px;
	line-height:24px;
}

/*		*/

/* LAYOUT */

#container {
	width:1170px;
	margin:20px auto;
}

#main {
	float:left;
	width:730px;
}

#column {
	width:420px;
	float:right;
}

#content {
	margin:20px 0 0;
	background:#F9F9F9;
	padding:25px;
	color:#454545;
}

#logo {
    background: url("../img/logo.png") no-repeat 0 0;
    color: #454545;
    display: block;
    font-family: Arial;
    font-size: 32px;
    font-weight: normal;
    height: 100px;    
    overflow: hidden;       
    text-decoration: none;       
    width: 608px;
	text-indent:-900em;
}

#social {
	height:75px;
	position:relative;
}

#social .twitter-share-button {
	position:absolute;
	left:0;
	bottom:0;
}

#social .fb-like {
	position:absolute;
	left:100px;
	bottom:0;
}

#social .g-plus, #social #___plus_0{
	position:absolute;
	left:200px;
	bottom:0;
}

div.services {
	margin-top:20px;
	padding-top:20px;	
	margin-bottom:20px;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	overflow:hidden;
}

div.services h3 {
	color:#f89a1e;
	font-size:28px;
	font-family:Scada, Tahoma, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
}

div.services a {
	float:left;
	width:200px;
	height:20px;
	padding-top:105px;
	background:url(../img/emailbox.png) no-repeat 0 0;
	margin-bottom:20px;
	text-align:center;
	font-family:Scada, Tahoma, sans-serif;
	color:#777;	
}

div.services a:hover {
	background:url(../img/emailbox.png) no-repeat 100% 0;
	color:#eee;
}

div.services a.pair {
	float:right;
}

#square1 {
	float:left;
}

#square2 {
	float:right;
}

#content .service h3 {
	margin-bottom:0.2em;
}

#content .service p {
	margin-bottom:0.5em;
}

.service {
	border-bottom: 1px solid #DEDEDE;
    margin-bottom: 20px;
}

a.readon {
	clear: both;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 30px;
}	

/* MENU */

ul.menu {
	margin:20px 0;
	list-style-type:none;
	overflow:hidden;
}

ul.menu li {
	float:left;
}

ul.menu li a {
	border-right: 1px solid #CCCCCC;
    color: #CCCCCC;
    display: block;
    font-family: Scada,sans-serif;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
    padding-right: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

ul.menu li a.active {
    color: #f89a1e;
}

ul.menu li a:hover {
	color: #f89a1e;
}

/* FORM STYLING */

fieldset {
	padding: 0 20px 20px;
	margin-bottom:10px;
	border:1px solid #e8e8e8;
}

fieldset small {
	display:block;
	margin-top:40px;
}

legend {
	color:#CCC;	
	font-size:22px;	
	padding:0 10px;	
	text-transform:lowercase;
	margin:15px 0;
}

textarea, select, input {
	font-family: inherit;
	font-size: 16px;
	color: inherit;
	padding:0px 3px;
}

textarea {
	height:135px;
}

div.required label:after {
    content: " *";
}

div.text input, div.password input, div.select input, textarea {
	font-size:15px;
	padding:7px;
	border:1px solid #dedede;
	width:250px;
	-webkit-transition:border 0.2s ease-in;  
	-moz-transition:border 0.2s ease-in;  
	-o-transition:border 0.2s ease-in;  
	transition:border 0.2s ease-in; 
}

div.text input:focus, div.password input:focus, textarea:focus {
	border:1px solid #4c4c4c;
}

div.input {
	margin-bottom: 10px;
}

div.input label{
    font-weight: normal;
    line-height: 30px;
    color:#555;
	font-size:15px;
	float:left;
	width:150px;
}

div.input label a {
	font-size:11px;	
}

div.select div.checkbox {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

div.blockinput label {
	width:100%;
	clear:both;
	margin-bottom:10px;
}

div.checkbox input {
	float: left;
    margin-top: 11px;
}
	
div.checkbox label{
	float:none;
	margin-left:5px;
	font-weight:normal;
}

div.captcha input {
	color:#666;
	float:left;
	font-size:34px;
	font-weight:normal;
	height:40px;
	margin-right:10px;
	text-align:center;
	width:90px;
}

div.captcha img {
	border:1px solid #E0E0E0;
}

div.submit input {
	background: none repeat scroll 0 0 #F89A1E;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-top: 20px;
    padding: 4px 12px;
	border:0;
}

div.submit input:hover {
	background: #ff7800;
}


/* 	    */

/* MESSAGGI */

#flashMessage {
	background-color: #D4F1D4;
    border: 1px solid #0D6D0D;
    color: #0D6D0D;
    font-size: 15px;
    margin-bottom: 30px;
    opacity: 0.8;
    padding: 8px 0px 8px 50px;
    text-align: center;
}

#flashMessage.error {
	background: url("../img/alert.png") no-repeat scroll 20px 50% #FFCCCC;
    border: 1px solid #DDAAAA;
    color: #AA0000;
	text-align: left;	
}

div.error-message {
	color:#CC0000;
	font-size:12px;
	padding-top:2px;
	text-align:left;
	padding-left:150px;
}

div.checkbox div.error-message {
	padding-left:18px;
}

label.rederror {
	color:#cc0000;
}

label.rederror a{
	color:#cc0000;
}

/* 	    */