/* 
    Document   : default
    Created on : 15-giu-2010, 11.44.42
    Author     : Victor M. de Jonge
    Description: CSS defailt
*/

body {
    text-align: left;
    background: #0f0f0f;
	color: #f2f2f2;
    font-family: cambria, georgia, verdana;
    padding: 0px;
    margin: 0px;
	font-size: 16px;
}

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

a:hover {
    text-decoration: underline;
}

img {
    border: 0px;
	margin:0px;
	padding:0px;
}

hr {
	background-color: #2f2f2f;
	border: 1px dotted #e2007c;
	border-style: none none dotted;
}

.clear {
	clear: both;
}

.container {
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	width:960px;
}

.container_servizi {
	background:url(../images/bg_servizi.gif) bottom center no-repeat;
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	width:960px;
}

.container_contatta {
	background:url(../images/bg_contatta.jpg) top center no-repeat;
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	width:960px;
}

#top {
	height:50px;
	background:url(../images/bg_top.jpg) top center no-repeat;
}

#contact {
	float:right;
	margin: 18px 0 0 0;
}

#main {
	height:488px;
	background:url(../images/bg_main.jpg) top center no-repeat;
}

#main_02 {
	height:200px;
	background:url(../images/bg_main_02.jpg) top center no-repeat;
}

.header_logo {
	float: left;
    margin: 26px 0 0 18px;
	padding: 0;
}

.slideshow { 
	float:left;
	margin: 44px 0 0 0;
}

.whoweare { 
	float:left;
	margin: 148px 0 0 60px;
}

#down {
	height:70px;
	background:url(../images/bg_down.jpg) top center no-repeat;
}

#down_02 {
	height:94px;
	background:url(../images/bg_down.jpg) top center no-repeat;
	font-size:12px;
	margin-bottom:8px;
}

#white {
	background: #fff;
	color: #555;
	margin:0;
	padding:0;
}

.servizi {
	float:left;
	width:288px;
	margin:32px 18px 0 0;
	padding:0;
	text-align:left;
}

.divide {
	float:left;
	background:url(../images/div.gif) top center no-repeat;
	width:1px;
	height:200px;
	margin:26px 18px 0 0;
	padding:0;
}

#blue {
	background: #afd9ee;
	color: #555;
}

.margin_12 { clear: both; width: 100%; height: 12px; }
.margin_46 { clear: both; width: 100%; height: 46px; }

.contact_form {
	float:left;
	width:450px;
	margin: 42px 0 62px 0;
	padding: 0;
}

.contact_form label {
	float:left;
	display: inline-block;
	width: 80px;
	text-align: right;
	color:#e2007c;
	margin: 4px 20px 0 0;
}

input, textarea {
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #212121;
	color:#FFFFFF;
	display:block;
	font-size:17px;
	height:48px;
	border: 0 none;
	padding:0 0 0 50px;
	width:300px;
}

textarea {
	height:140px;
	padding:12px 0 0 12px;
	width:337px;
}

input:focus, textarea:focus {
	background:none repeat scroll 0 0 #444;
}

input.name {
	background:url("../images/mini_icons.png") no-repeat scroll 10px 10px #212121;
}

input.email {
	background:url("../images/mini_icons.png") no-repeat scroll 10px -35px #212121;
}

input.company {
	background:url("../images/mini_icons.png") no-repeat scroll 10px -105px #212121;
}

input.name:focus, input.email:focus, input.company:focus {
	background-color:#444;
}

.submit {
	background:url("../images/btn_off.gif") repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	height:20px;
	width:84px;
}

.submit:hover, .submit:active, .submit:focus {
background:url("../images/btn_on.gif") repeat scroll 0 0 transparent;
}

.right {
	float:right;
	width:420px;
	margin:62px 0 0 0;
}

.right hr {
	background-color: #2f2f2f;
	border: 1px #e2007c;
	border-style: none none solid;
}

#foot_left {
	float:right;
	font-family:arial;
	background:url(../images/bg_cg.png) top left no-repeat;
	font-size:12px;
	margin:0;
	padding:0 0 0 12px;
	text-align:left;
	width:220px;
	height:66px;	
}

#foot_left a {
    color: #777;
	text-shadow: 0 0 1px #FFF;
	font-weight:bold;
}

#cg {
	width:190px;
	height:42px;
}

#back-top {
	position: fixed;
	bottom: 0;
	margin-left: 990px;
}

#back-top a {
	width: 68px;
	display: block;
	text-align: center;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #e2007a;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 68px;
	height: 68px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/up-arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
