/*

Author: Fabio Lombardo
Copyrights: © 2012 Currò Trasporti Web Site

*/

/*  
======================================================
			 Elementi Generali - Stile
======================================================
*/

* {
  margin: 0;
  padding: 0;
}

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	background-color: #ececee;
}

img { 
  border: 0; 
  margin: 0; 
  padding: 0; 
}

p, ul, table { 
  line-height: 20px;
}

ul { 
  list-style: none; 
  list-style-position: outside; 
  margin: 0; 
}

a:link, a:visited {
  color: #222222; 
  text-decoration: none;
}

a:hover, a:active {
  color: #444444;
  text-decoration: none;  
}

.clear{
	clear:both;
	height:0;
	overflow:hidden;
}

#linkpink:link {
	color: #ec008c;
	text-decoration: none;
}

#linkpink:visited {
	color: #ec008c;
	text-decoration: none;
}

#linkpink:hover {
  color: #ec008c;
  text-decoration: none;  
}


/*
======================================================
				  PARTE SUPERIORE   
======================================================
*/

#pretop{
	width: 100%;
	height:130px;
	overflow:visible;	
	background-image:url(../images/sf_top.png);
	background-repeat: repeat-x;
/*	position:absolute;
	z-index:100;*/
	position:fixed;
	z-index:1000;
}

#pretop_home{
	width: 100%;
	height:100px;
	overflow:visible;
	background-image:url(../images/sf_top_home.png);
	background-repeat: repeat;
/*	z-index:500;
	position:absolute;*/	
	position:fixed;
	z-index:1000;
}

#top{
	width: 990px;
	height:120px;
	margin-left: -495px;
	left: 50%;
	overflow:visible;
	z-index:500;
	font-size: 12px;
	position:absolute;
}

.logo{
	margin:0;
	padding:0;
	margin-left:10px;
	width:250px;
	height:100px;
	float:left;
}

.post_logo{
	margin:0;
	padding:0;
	width:700px;
	height:25px;
	float:right;
}

/* menu lingue */

#langmenu{
	position:fixed;
	top:30px;
	left:0px;	
	padding:0px;
	list-style:none;
	color:#fff;
	font-size:10px;
	line-height:24px;
	z-index:1000;
}		

#langmenu > li {
	cursor:pointer;
	text-align:left;
	background-image: url(../images/bg_lang.png);
	background-repeat: repeat-y;
	padding-left:5px;
	padding-right:5px;
	padding-top:6;
}

#langmenu li a:link  	{
	color: #ffffff;
}
#langmenu li a:visited	{
	color: #ffffff;
}

#langmenu li a:hover {
	color:#24348e;
}

#langmenu .first {
	background:transparent none repeat scroll 0% 0%; 	
	padding:0px; 
	height:6px;
}
        
#langmenu .last { 
	background:transparent none repeat scroll 0% 0%; 
	padding:0px; 
	height:6px;
}

/* menù di navigazione orizzontale 2 dropdown in top */

#jsddm{	
	padding: 0;
	float: right;
	height:40px;
	
}

#jsddm ul {
	height:40px;
	float: right;
	list-style: none;
}

#jsddm li {	
	height:40px;
	float: left;
	list-style: none;
	background-image:url(../images/bg_menu.png)
	
}

#jsddm li a	{
	display: block;
	text-decoration: none;
	color: #222222;
	white-space: nowrap;
	height:20px;
	padding:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;	
}

#jsddm li a:hover {
	color:#ec008c;
}

#jsddm .si a {
	color:#ec008c;
}

#jsddm .no a {
	color:#171717;
}
		
/*drop list*/
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index:900;
}
		
#jsddm li ul li	{	
	float: none;
	display: inline;
	height:20px;
}
			
#jsddm li ul li a {
	width: auto;
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: #9d9d9d;
	border-bottom-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	padding: 5px;
	border-radius: 3px;
	background: #f7f7f9;
	box-shadow: inset 0 0 0 1px #fff;
}
			
#jsddm li ul li a:hover {
	background: #ececee;
	color:ec008c;
}

#jsddm .subsi a {
	background: #ececee;
	color:#ec008c;
}

#jsddm .subno a {
	background: #ececee;
	color:#171717;
}

#container{
	width: 990px;
	margin-left: -495px;
	left: 50%;
	position: absolute;
	overflow:visible;
	top:120px;
}

#breadcrumbs{
	color:#8f887c;
	font:12px;
	padding:10px;
	width:970px;
	height:20px;
	z-index:100;
}

/*   content  */
#content{
	width:990px;
	float:left;
}

/*  
======================================================
				 Footer
======================================================
*/
	
#footer {
	width: 948px;	
	overflow:visible;
	float:left;
	display:inline;
	font-size:12px;
	margin-bottom:10px;
	margin-right:6px;
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: #9d9d9d;
	border-bottom-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	padding: 20px;
	border-radius: 3px;
	background: #d3d3d3;
	box-shadow: inset 0 0 0 1px #fff;	
}

.footer_company {
	width: 700px;
	padding-left:10px;
	float:left;
	line-height:15px;
	font-size:10px;
	text-align:left;
}

#footer_fl {
	width: 200px;
	padding-top:15px;
	float:right;
	text-align:right;
	line-height:20px;	
	font-size:10px;
}

#footer_fl a{
	color:#333333;
	text-decoration:none;
}

#footer_fl a:hover{
	color:#ec018c;
	text-decoration:none;
}

/*  
======================================================
				  SOLO HOMEPAGE
======================================================
*/

#container_home{
	width: 990px;
	margin-left: -495px;
	left: 50%;
	position: absolute;
	overflow:visible;
	z-index:500;
	top: 60%;
}

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 16px; 
	height: 16px;
	text-indent: -999em;
	background-image: url(images/loading.gif);
}

#contentframe{
	position: absolute;
	overflow: hidden;
	height: 60%;
	text-align:left;
	z-index: 3;
	width: 990px;
	margin-left: -495px;
	left: 50%;
}

#slidecaption{
	overflow: hidden;
	top:140px;
	left:1px;
	position:absolute;
	padding:5px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	display:inline;	
	font-size: 35px;
	color:#293991;
	font-weight:800;
	text-shadow: 2px 2px 3px #666666; 
}

#slidepayoff{
	overflow: hidden;
	bottom:30px;
	right:1px;
	position:absolute;
	padding:5px;
	font-family: "Arial Black", Gadget, sans-serif;	
	text-transform: uppercase;	
	display:inline;
	font-size: 26px;
	color:#FFF;
	font-weight:bold;
	background-color:#293991;	
	/*min-width:400px;*/
	
}

.stamp{
	float: right;
	margin: 25px 20px 0 0;
}
	
#supersize{
	position:fixed;
}

#supersize img, #supersize a{	
	width:100%;
	height:60%;
	position:absolute;
	z-index: 0;
}

#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}

#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}



.nolink {
	cursor: default;
}

.all_col{
	width: 948px;
	overflow:visible;
	float:left;
	display:inline;
	font-size:12px;
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: #9d9d9d;
	border-bottom-color: rgba(0,0,0,0.25);
	padding-bottom: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	padding: 20px;
	border-radius: 3px;
	background: #f7f7f9;
	box-shadow: inset 0 0 0 1px #fff;
	margin-bottom:10px;
}

.all_col h1  {
	color:#ec008c;
	font-weight: normal;
	margin-bottom:10px;
}
 
.all_col h2  {
	font-weight: normal;
	font-size:12px;
	margin-top:5px;
	float:left;
}
 
.home_box{
	width: 211px;
	height:130px;
	overflow:visible;
	float:left;
	display:inline;
	margin-bottom:10px;
	margin-right:6px;	
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: #9d9d9d;
	border-bottom-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	box-shadow: inset 0 0 0 1px #fff;
	padding-left: 20px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:15px;
	/*border-radius: 3px;*/
	background: #f7f7f9;
}

.home_box a{
	font-size:12px;
	line-height:16px;
}
	
.home{
	height:100px;
}

.last{	
	margin-right:0;
}

.home_box img{
	float:right;
	border:0;
}

/*  
======================================================
   		    SOLO PAGINE - Submenu laterale
======================================================
*/

.page_img{
	width: 988px;
	height:250px;
	overflow:hidden;
	float:right;
	display:inline;
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #000;
	margin-bottom:10px;
	z-index:100;
}

.page_img img{
	z-index:100;
}

.sx_col{
	width: 700px;
	overflow:visible;
	float:left;
	display:inline;
	font-size:12px;
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: #9d9d9d;
	border-bottom-color: rgba(0,0,0,0.25);
	padding-bottom: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	padding: 20px;
	border-radius: 3px;
	background: #f7f7f9;
	box-shadow: inset 0 0 0 1px #fff;
	margin-bottom:10px;
 }
 
.sx_col h1  {
	color:#ec008c;
	font-weight: normal;
	margin-bottom:10px;
 }
 
.dx_col{
	width: 200px;
	overflow:visible;
	float:right;
	display:inline;
	font-size:12px;
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: #9d9d9d;
	border-bottom-color: rgba(0,0,0,0.25);
	padding-bottom: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	padding: 20px;
	border-radius: 3px;
	background: #f7f7f9;
	box-shadow: inset 0 0 0 1px #fff;
	margin-bottom:10px;
}

#sub_vert {
	width:200px;
	float:left;
	text-align:left;
	text-indent:0;
	margin-bottom:2px;
}


#sub_vert ul {
	margin: 0;
	padding: 0;
	float:left;
	color:#171717;
}
		
#sub_vert li	{
	float: none;
	height:25px;
	line-height:25px;
	margin-bottom:2px;
	background-image: url(../images/bg_sub_vert.png);
	background-repeat: repeat-x;	

}


.sub_uno_no a{
	color:#FFF;
}
/*  
======================================================
   		    elenco puntato  
======================================================
*/

.elenco {
	width:700px;
	float:left;
	text-align:left;
	text-indent:0;
}


.elenco ul {
	margin-top:30px;
	padding: 0;
	float:left;
	color:#171717;
}
		
.elenco li	{
	float: none;
	width:700px;
	line-height:25px;
	margin-bottom:2px;
	list-style-position: inside;
	list-style-type: square;
}



/*  
======================================================
   		    Pdf  
======================================================
*/

#pdf {
	width:700px;
	float:left;
	text-align:left;
	text-indent:0;
}


#pdf ul {
	margin-top:30px;
	padding: 0;
	float:left;
	color:#171717;
}
		
#pdf li	{
	float: none;
	height:25px;
	width:700px;
	line-height:25px;
	margin-bottom:2px;
	background-image: url(../images/bg_sub_vert.png);
	background-repeat: repeat-x;
}

/*  
======================================================
   		    flotta 
======================================================
*/
.flotta{
	padding:0px;
	margin:0;
	width:100%;
}

.flotta_item{
	float:left;
	margin:10px;
	width:330px;
	height:200px;
	overflow:hidden;
}



/*  
======================================================
   		    Gallery 
======================================================
*/
.gallery{
	padding:0px;
	margin:0;
	width:100%;
}

.gallery_item{
	float:left;
	margin:10px;
	width:155px;
	height:155px;
	overflow:hidden;
}

.gallery_img{
	padding:0px;
	width:250px;
}

/*  
======================================================
				Glossario
======================================================
*/ 

.cerca_glos{
	float:left;
	width:125px;
	height:30px;
	margin-bottom:15px;
}

.but_glos{
	margin:0;
	border:0;
	float:right;
	margin-bottom:15px;
}

/*  
======================================================
				Fuel Surcharge
======================================================
*/ 

.fuel_table{
	margin-top:20px;	
	float:left;
	width:100%;
	padding:5px;
	border:thin;
	background-color:#FFF;	
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: #9d9d9d;
	border-bottom-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	box-shadow: inset 0 0 0 1px #fff;
	text-align:center;
}

.fuel_table th{
	background-color:#666666;	
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
 	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	box-shadow: inset 0 0 0 1px #fff;
 	color:#FFF;
}

/*  
======================================================
		TRAKING in HOME
======================================================
*/ 

.sped_input {
	float:left;
	width:500px;
	height:28px;
	text-align:left;
	font-size: 12px;
	border: 1px dotted #666;
}


.sped_but{
	margin:0;
	border:0;
	float:left;
}

/*  
======================================================
		Modulo Contatti, Preventivi e login
======================================================
*/ 

.contatti_containers {
	float:left;
	font-size: 10px;
	width:680px;
	margin-top:20px;
	padding:10px;
	background-color:#FFF;	
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: #9d9d9d;
	border-bottom-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	box-shadow: inset 0 0 0 1px #fff;	
}

.contatti_sx {
	float:left;
	width:330px;
	padding:0;
}

.contatti_dx {
	float:right;
	width:330px;
	padding:0;
}

.preventivo_containers {
	float:left;
	font-size: 10px;
	width:680px;
	margin-top:20px;
	padding:10px;
	background-color:#FFF;	
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: #9d9d9d;
	border-bottom-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	box-shadow: inset 0 0 0 1px #fff;	
}

.preventivo_containers h4{
	font-size: 12px;
	margin-bottom:10px;
}

.preventivo_big_box {
	float:left;
	width:330px;
	padding:0;
	margin-right:5px;
	margin-bottom:5px;
}

.preventivo_mid_box   {
	float:left;
	width:225px;
	padding:0;
	margin-right:5px;
	margin-bottom:5px;
}

.preventivo_small_box {
	float:left;
	width:110px;
	padding:0;
	margin-right:5px;
	margin-bottom:5px;	
}

.preventivo_small_radio {
	float:left;
	width:130px;
	padding:0;
	margin-right:5px;
	margin-bottom:10px;
	text-align:justify;
}

label {
	float:left;
	height:14px;
	text-align:left;
	font-size: 10px;
	line-height: 14px;
	margin-bottom:2px;
}

.label_big {
	float:left;
	width:330px;
}

.label_mid {
	float:left;
	width:225px;
}

.label_small {
	float:left;
	width:110px;
}

.input_big {
	float:left;
	width:330px;
	height:18px;
	text-align:left;
	font-size: 10px;
	border: 1px dotted #666;
	margin-bottom:2px;
}

.input_mid {
	float:left;
	width:225px;
	height:18px;
	text-align:left;
	font-size: 10px;
	border: 1px dotted #666;
	margin-bottom:2px;
}

.input_small {
	float:left;
	width:110px;
	height:18px;
	text-align:left;
	font-size: 10px;
	border: 1px dotted #666;
	margin-bottom:2px;
}


.area {
	float:right;
	width:330px;
	text-align:left;
	font-size: 10px;
	border: 1px dotted #666;
	margin-bottom:2px;
}

.button{
	margin:0;
	border:0;
	float:right;
	margin-top:30px;
}

.nota{
	font-size: 10px;
}

form b {
	color:#F30
}

form p {
}


#login_container {
	width:700px;
}

.login_form {
	width:320px;
	float:left;
	overflow:visible;	
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: #9d9d9d;
	border-bottom-color: rgba(0,0,0,0.25);
	padding-bottom: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	padding: 20px;
	border-radius: 3px;
	background: #fff;
	box-shadow: inset 0 0 0 1px #fff;
	margin-bottom:10px;
	margin-left:170px;
	margin-top:20px;
}

.login_label {
	width:200px;
	float:left;
	display:inline;	
}

.login_field {
	width:200px;
	float:left;
	display:inline;	
}

.username {
	margin-left:50px;
	margin-right:50px;
	width:200px;
	padding:10px;
	float:left;
	display:inline;	
}

.password {
	margin-left:50px;
	margin-right:50px;
	width:200px;
	padding:10px;
	float:left;
	display:inline;	
	
}

.invio {
	margin-left:50px;
	margin-right:50px;
	width:200px;
	height:50px;
	padding:10px;
	text-align:center;
	float:left;
	display:inline;	
}

