/*-----------------------------------------------------------------------------------------------
 Globals
-----------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font: 12px/1.45 "Trebuchet MS", Trebuchet, Verdana, Helvetica, sans-serif;
	background: url(img/body_bg.gif) top repeat-x;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear { clear: both; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #DD4694;
	text-transform: uppercase;
}

h2 {font-size: 130%;}
h3 {font-size: 100%;}

a:link, a:hover, a:visited {
	text-decoration: none;
	color: #DD4694;
}

#content a:hover {text-decoration:underline;}

a img { border: 0; }

h3.title {
	background: url(img/border_bottom.gif) bottom repeat-x;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.red {color: #c00;}
.green {color: #0c0;}


/*-----------------------------------------------------------------------------------------------
 Layout
-----------------------------------------------------------------------------------------------*/
#wrap {
	width: 760px;
	margin: 0 auto;
}

#head {
	height: 200px;
}

#nav {
	margin: 0 auto;
	width: 371px;
	padding: 0;
	position: relative;
	top: 3px;
	left: 100px;
}

#main {
	position: relative;
	top: -30px;
}

* html #main {
	top: 0;
	margin: -30px 0 0 0;
}

#outer_sidebar, #outer_content { float: left; }

#outer_sidebar {
	width: 206px;
	margin: 0 10px 0 0;
	padding: 0 0 9px 0;
	background: url(img/sidebar_bottom.gif) bottom no-repeat;
}

#sidebar {
	background: url(img/sidebar_top.gif) top no-repeat;
}

#outer_content { width: 535px; }

#top_content {
	background: url(img/content_top.gif) top no-repeat;
	padding-top: 15px;
}

#content {
	background: url(img/content_bg.gif) top repeat-y;
	padding: 0 19px 0 19px;
}

#bottom_content {
	height: 10px;
	background: url(img/content_bottom.gif) bottom no-repeat;
}

#footer {
	text-align: right;
	margin: 5px 10px 0 0;
	font-size: 11px;
	background: url(img/content_bottom.gif) right bottom no-repeat;
}

* html #footer {margin-right: 7px;}


/*-----------------------------------------------------------------------------------------------
 Head
-----------------------------------------------------------------------------------------------*/
#head h1{
	margin: 0;
	padding: 0;
}

#logo { float: left; }

#logo a {
	width: 205px;
	height: 200px;
	background: url(img/logo.jpg) center no-repeat;
	display: block;
	text-indent: -9999px;
}


/*-----------------------------------------------------------------------------------------------
 Banner
-----------------------------------------------------------------------------------------------*/
#ban {
	float: right;
	height: 156px;
	width: 555px;
	padding: 44px 0 0 0;
	background: url(img/ban_bg.jpg) bottom no-repeat;
}

#ban a {
	display: block;
	height: 102px;
}


/*-----------------------------------------------------------------------------------------------
 Sidebar
-----------------------------------------------------------------------------------------------*/
#sidebar h3.title {
	width: 176px;
	padding: 15px 0 0 10px;
	margin: 0 0 10px 10px;
}

#sidebar a {
	font-weight: bold;
	color: #486B86;
}

#sidebar ul { padding: 0 0 0 10px; }

#sidebar li {
	width: 168px;
	margin: 6px 0;
	padding: 5px 10px;
	background: url(img/sidebar_li_bg.gif) left top no-repeat;
}


/*-----------------------------------------------------------------------------------------------
 Area Clienti - submenu
-----------------------------------------------------------------------------------------------*/
#sidebar #area_clienti {
	width: 188px; 
	margin: -1px 0 0 -10px; 
	padding: 0 0 10px 0;
	background: url(img/sidebar_area_clienti_last.gif) bottom center no-repeat;
	border: 0;
}

#area_clienti li {
	background: #DDF1FE;
	margin: 0;
	padding: 2px 8px;
	border-color: #B6D0E2;
	border-style: solid;
	border-width: 1px 2px 0 2px;
}

#sidebar #area_clienti a {
	color: #486B86;
	font-weight: normal;
}




/*-----------------------------------------------------------------------------------------------
 Area Newsletter - submenu
-----------------------------------------------------------------------------------------------*/
#sidebar #newsletter {
	width: 188px; 
	margin: -1px 0 0 -10px; 
	padding: 0 0 10px 0;
	background: url(img/sidebar_area_clienti_last.gif) bottom center no-repeat;
	border: 0;
}

#newsletter li {
	background: #DDF1FE;
	margin: 0;
	padding: 2px 8px;
	border-color: #B6D0E2;
	border-style: solid;
	border-width: 1px 2px 0 2px;
}

#sidebar #newsletter a {
	color: #486B86;
	font-weight: normal;
}

/*-----------------------------------------------------------------------------------------------
 Trasferimento Aeroporti - submenu
-----------------------------------------------------------------------------------------------*/
#sidebar #trasferimento {
	width: 188px; 
	margin: -1px 0 0 -10px; 
	padding: 0 0 10px 0;
	background: url(img/sidebar_area_clienti_last.gif) bottom center no-repeat;
	border: 0;
}

#trasferimento li {
	background: #DDF1FE;
	margin: 0;
	padding: 2px 8px;
	border-color: #B6D0E2;
	border-style: solid;
	border-width: 1px 2px 0 2px;
}

#sidebar #trasferimento a {
	color: #486B86;
	font-weight: normal;
}

/*-----------------------------------------------------------------------------------------------
 Trasferimento Aeroporti - submenu
-----------------------------------------------------------------------------------------------*/
#sidebar #richiesta {
	width: 188px; 
	margin: -1px 0 0 -10px; 
	padding: 0 0 10px 0;
	background: url(img/sidebar_area_clienti_last.gif) bottom center no-repeat;
	border: 0;
}

#richiesta li {
	background: #DDF1FE;
	margin: 0;
	padding: 2px 8px;
	border-color: #B6D0E2;
	border-style: solid;
	border-width: 1px 2px 0 2px;
}

#sidebar #richiesta a {
	color: #486B86;
	font-weight: normal;
}

/*-----------------------------------------------------------------------------------------------
 Sidebar menu - in comune
-----------------------------------------------------------------------------------------------*/
#sidebar li.active a, #sidebar #area_clienti li.active a { color: #DD4694;}
#sidebar a:hover, #sidebar #area_clienti a:hover { color: #DD4694;}
#sidebar li.active a, #sidebar #newsletter li.active a { color: #DD4694;}
#sidebar a:hover, #sidebar #newsletter a:hover { color: #DD4694;}
#sidebar li.active a, #sidebar #trasferimento li.active a { color: #DD4694;}
#sidebar a:hover, #sidebar #trasferimento a:hover { color: #DD4694;}
#sidebar li.active a, #sidebar #richiesta li.active a { color: #DD4694;}
#sidebar a:hover, #sidebar #richiesta a:hover { color: #DD4694;}



/*-----------------------------------------------------------------------------------------------
 Tab nav
-----------------------------------------------------------------------------------------------*/
#nav li {
  float:left;
  background: url("img/nav_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 10px;
}

#nav a {
  float:left;
  display:block;
  background: url("img/nav_right.gif") no-repeat right top;
  padding:10px 20px 4px 10px;
  text-decoration:none;
  font-weight:bold;
  color:#666;

}

#nav a:hover { color: #000; }

#nav li.active {
  background: url("img/nav_left_over.gif") no-repeat left top;
}

#nav li.active a {
	color:#000;
	background: url("img/nav_right_over.gif") no-repeat right top;
}


/*-----------------------------------------------------------------------------------------------
Content
-----------------------------------------------------------------------------------------------*/
#outer_news {
	width:475px;
	padding: 10px;
	overflow:hidden;
	background: #F1F9FF url(img/news_sep.gif) center no-repeat;
	text-align: justify;
}
#content p {margin-bottom:0;}

#nlet {margin:10px 0 0 0;background: url(img/border_bottom.gif) top repeat-x;}


.news {width:217px; padding: 5px 15px 5px 5px; float:left;}
.news.last {padding: 5px 5px 5px 15px;}

.news h3 {text-transform:capitalize; color: #0070B6;}
.news h3 span {color: #DD4694;}

#home {background: #FEF7FA; padding: 10px 5px 5px 5px;}

#content h3.title {margin-bottom: 10px;}


/*-----------------------------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------------------------*/
#footer p {
	padding: 3px 15px 3px 0;
	margin: 0;
	background: url(img/content_top.gif) right top no-repeat;
}

#footer a img {vertical-align: middle;}


/*-----------------------------------------------------------------------------------------------
Form globals
-----------------------------------------------------------------------------------------------*/
form {padding: 0 0 10px 0; margin:0;}

form fieldset {border:0; background: #FEF7FA; padding: 10px; margin: 10px 0;}

form legend {
	font-size: 160%;
	letter-spacing: -0.05em;
	margin: 0;
	padding: 0;
	color: #000;
}

* html form legend {margin: 0 0 6px 0;}

form label {display:block; font-weight: bold;}


form input, textarea {	font: 100%/1.45 "Trebuchet MS", Trebuchet, Verdana, Helvetica, sans-serif; margin-left:0}
form input.text, textarea, #privacy {width:250px; padding: 2px; border: #ccc 1px solid;}
form input.title {font-weight: bold;}


form div.required, form div.optional {padding: 2px; margin: 0 0 6px 0; clear:both;}

form .error {
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #F0CEDD;
	background: #FFE8F2;
}

form div.error {
	padding: 10px 5px 15px 5px;
}

span.required {
	color: #c00;
	padding: 0 4px;
}

form div p{
	display: none;
	float:right;
	width: 200px;
	color: #c00;
	margin: 0;
}

form div.error p {display:block;}

form div.multi input {
	margin: 0 0 4px 140px;
}

form div.multi input[type='checkbox'], form div.multi .check {
	margin-left: 150px;
}


/*-----------------------------------------------------------------------------------------------
Form special
-----------------------------------------------------------------------------------------------*/
#rag_soc {display:none;}

#privacy {
	font-size: 80%;
	margin: 0 0 4px 0;
	height: 150px;
	overflow: scroll;
	background: #fff;
	color: #000;
}

#privacy p {display:block;color:#000;float:none;width:inherit;margin:10px 0;}

.preventivi label {width: 150px; float:left;}
.preventivi div p {
	float:none;
	width: auto;
}

#subform {margin: 20px 0 0 0;}

#tabella td{
	border: 1px solid #000;
}

