
html, body{	
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-family: 'Open Sans';
	color: #000;
	font-size: 13px;
	background-color: #fff;
}

a{
	text-decoration: none;
}

#background{
	background-color: #fff;
	background-repeat: no-repeat; 
}

#cnt_body{
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	background: #e0e0e0;
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #ffffff 15%, #ffffff 85%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(15%,#ffffff), color-stop(85%,#ffffff), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#ffffff 15%,#ffffff 85%,#e0e0e0 100%);
	background: -o-linear-gradient(top,  #e0e0e0 0%,#ffffff 15%,#ffffff 85%,#e0e0e0 100%);
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#ffffff 15%,#ffffff 85%,#e0e0e0 100%);
	background: linear-gradient(to bottom,  #e0e0e0 0%,#ffffff 15%,#ffffff 85%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e0e0e0',GradientType=0 );
}

#cnt_head{
  text-align: center;
  margin: 0 auto;
  padding: 30px 0px;
  width: 100%;
  min-width: 1000px;
  background-color: #fff;
  background-repeat: no-repeat;
}

#cnt_foot{
  margin: 0 auto;
  width: 1000px;
  min-width: 1000px;
  background-color: #fff;
  background-repeat: no-repeat;
  text-align: center;
}

#slogan{
	text-align: center;
	font-family: 'Calligraffitti';
	font-size: 35px;
	padding: 40px 0px;
	color: #002156;
}

#body{
	width: 1000px;
	min-width: 1000px;
	margin: 0px auto;
	/*background-color: #fff; */
}

#box1{
	float: left
}


.clear{
	clear: both;
	height: 0px;
}

.h_space {
    clear: both;
    height: 20px;
}

.v_space{
    float: left;
    width: 28px;
}

.cnt_box{
	float: left;
	width: 250px; 
}

.box1{
	width: 230px;
	height: 230px;
	float:left;
	display: block;
	border: 10px solid #fff;
	border-radius: 1px; /* per far visualizzare il box shadows su Safari */
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.56);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.56);
}

.box2{
	width: 230px;
	height: 230px;
	float:left;
	display: block;
	border: 10px solid #fff;
	border-radius: 1px; /* per far visualizzare il box shadows su Safari */
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.56);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.56);
}

.box3{
	width: 230px;
	height: 230px; 
	float: left;
	display: block;
	border: 10px solid #fff;
	border-radius: 1px; /* per far visualizzare il box shadows su Safari */ 
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.56);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.56);
}

.box_txt{
	width: 250px;
	text-align: left;
}

.cnt_txt{
	height: 70px;
	width: 250px;
}

.pre_btn{
	width: 250px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 5px;
}

.btn{
	width: 250px;
	text-align: center;
	font-size: 14px;
	font-weight: bold; 
	height: 30px;
	display: table-cell;
    vertical-align: middle;
	cursor: pointer;
	
}


.left_text{
	position: relative;
	width: 45px;
	height: 300px;
	float: left;
	background-repeat: no-repeat; 
	background-position: 10px 0px;
	
}

.vertical_text{
	transform: rotate(270deg);
	transform-origin: left top 0;
	font-size: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px; 
	color: #CCCCCC;
}

.vertical_text2{
	transform: rotate(270deg);
	transform-origin: left top 0;
	font-size: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px; 
	color: #CCCCCC;
}

.right_text{
	

} 

.foot{
	color: #000;
	text-align: center;
}

input, textarea, select{
  font-family: 'Open Sans'; 
	font-size: 11px; 
	color: #666666;
	border: #666666 1px solid;
}

.input{
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
	z-index: 4;
	outline: none;
	margin-bottom: 10px;
}

.btn.form{
    display: block;
    padding: 10px 20px;
    float: right;
    background-color: #FE0002;
    border: #FE0002 1px solid;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
	line-height: 12px;
	height: auto;
	width: auto;
}

.clear{
	clear: both;
	height: 0px;
}