html,body{
	height: 100%;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	background: url('../images/body-bg.gif') repeat 50% 0;
}
p{
	margin: 10px 0 5px 0;
}
img {
	border: none;
}
a{text-decoration: none;}
a:hover{text-decoration: underline;}

/* page start */
#page {
	width: 919px;
	margin: 0 auto;
	background:url(../images/page-bg.png) repeat-y;
	padding: 0 32px 0 26px;
	min-height: 100%;
}
#page:after {
	content:"";
	display:block;
	clear:both;
}
* html #page{
	height: 100%;
	overflow: visible;
}
/* wpapper start */
#wpapper{
	width: 100%;
	position:relative;
}
#wpapper:after {
	content:"";
	display:block;
	clear:both;
}
/* header start */
#header {
	/*overflow: hidden;*/
	width: 100%;
	height: 80px;
	padding-top: 25px;
	position: relative;
}
/* logo start */
.logo {
	float: left;
	margin: 0;
	padding-left: 7px;
}
.logo a {
	display: block;
	text-indent: -9999px;
	width: 135px;
	height: 72px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}
/* logo end */
/* nav-box start */
.nav-box{
	width: 756px;
	/*overflow: hidden;*/
	float: right;
	background:url(../images/nav-box-bg.gif) repeat-x 0 100%;
	padding: 36px 0 10px;
}
/* navigation start */
.navigation{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	/*overflow: hidden;*/
	font-size:12px;
	line-height: 16px;
}
.navigation li{
	position: relative;
	float: left;
	text-align: center;
	padding: 3px 0;
	width:140px;
}
.navigation li a{
	color: #fff;
}
.navigation li a:hover{
	text-decoration:none;
}
.navigation .atika{
	background:#e2001a;
}
.navigation .comfort{
	background:#ff9900;
}
.navigation .risparmio{
	background:#a3cc33;
}
.navigation .altra{
	background:#3399cc;
}
.sottomenu {
	position:absolute;
	top:83px;
	display:none;
	z-index:1000;
}
.sottomenu ul{
	list-style: none;
	clear:both;
	padding:0;
	margin:0;
}
.sottomenu ul li{
	clear:both;
	margin:0;
	padding:0;
}
.sottomenu ul li a{
	font-size:11px;
	color:#EEE;
	display:block;
	padding:6px 5px;
	text-align:left;
	width:130px;
}
.sottomenu ul li a:hover{
	text-decoration:none;
}
.submenu-atika{
	background-color:#e2001a;
	left:163px;
}
.submenu-atika ul li a:hover{
	background-color:#A10012;
}
.submenu-comfort{
	background-color:#ff9900;
	left:303px;
}
.submenu-comfort ul li a:hover{
	background-color:#BE7200;
}
.submenu-risparmio{
	background:#a3cc33;
	left:443px;
}
.submenu-risparmio ul li a:hover{
	background-color:#698321;
}
.submenu-altra{
	background:#3399CC;
	left:583px;
}
.submenu-altra ul li a:hover{
	background-color:#28779E;
}
/* navigation end */
/* nav-right start */
.nav-right{
	position:absolute;
	top:20px;
	right:0;
	margin:0;
}
.nav-right li{
	float: left;
	padding: 0 11px 3px 3px;
	list-style-type: none;
}
.nav-right li a{
	color: #888;
}
/* nav-right end */
/* nav-box end */
/* header end */
/* containr start */
#containr{
	width: 100%;
	overflow: hidden;
	padding-bottom: 43px;
	position: relative;
}
/* photo-box start */
#photo-box{
	width: 100%;
	overflow: hidden;
}
#photo-box img{
	display: block;
}
/* photo-box end */
/* content start */
.content{
	width: 708px;
	float: left;
	padding-top: 11px;
}
/* main start */
.main{
	width: 670px;
	overflow: hidden;
	background:#d9ebf6;
	padding: 20px 18px 34px 20px;
}
.main h2{
	margin: 0;
	font-size:24px;
	line-height: 26px;
	color: #3399cc;
	border-bottom: 1px solid #b5d9ed;
	padding-bottom: 15px;
	font-weight: normal;
}
.main p{
	margin: 0;
	font-size:14px;
	line-height: 17px;
	padding-top: 11px;
}
/* main end */
/* featured start */
.featured{
	width: 100%;
	overflow: hidden;
	padding-top: 22px;
}
.featured .left{
	width: 178px;
	overflow: hidden;
	float: left;
	background:#ccc;
	padding: 5px;
}
.featured .left img{display: block;}
.featured .right{
	width: 500px;
	overflow: hidden;
	float: right;
}
.featured h2{
	margin: 0;
	font-size:24px;
	line-height: 24px;
	color: #999;
	font-weight: normal;
	padding-bottom: 3px;
}
.featured p{
	margin: 0;
	line-height: 18px;
}
.continua{
	float: left;
	overflow: hidden;
	font-size:12px;
	line-height: 16px;
	color: #fff;
	background:#ff0000;
	padding: 2px 8px 1px;
	margin:3px 0 0 0;
	display: inline;
}
/* featured end */
/* post start */
.post{
	width: 100%;
	overflow: hidden;
	padding-top: 34px;
}
.post-top{
	width: 340px;
	overflow: hidden;
	float: left;
}
.post-top .left{
	width: 104px;
	overflow: hidden;
	float: left;
	background:#ccc;
	padding: 5px;
}
.post-top .right{
	width: 213px;
	overflow: hidden;
	float: right;
	padding-top: 4px;
}
.post-top h3{
	margin: 0;
	font-size: 18px;
	line-height: 20px;
	color: #999;
	font-weight: normal;
	padding-bottom: 6px;
}
.post-top p{
	margin: 0;
	line-height: 18px;
}
.post-top p a{
	color: #ff0000;
}
/* post end */
/* bottom start */
.bottom{
	width: 750px;
	padding-top: 20px;
	margin-right:-42px;
	position: relative;
}
.bottom:after {
	content:"";
	display:block;
	clear:both;
}
.news-box{
	width: 310px;
	height: 140px;
	overflow: hidden;
	float: left;
	background: url(../images/news-box-bg.gif) no-repeat;
	margin: 0 22px 0 4px;
	display: inline;
	padding: 17px 16px 0;
}
.news-box h3{
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	color: #999;
	font-weight: normal;
	padding-bottom: 3px;
}
.news-box .data{
	font-size: 11px;
	line-height: 15px;
	color: #ff0000;
	display: block;
}
.news-box p{
	margin: 0;
	padding-top: 7px;
}
.news-box .info{
	height: 100%;
	overflow: hidden;
	background: url(../images/info-bg.gif) no-repeat 100% 21%;
	padding: 44px 140px 0 0;
}
.news-box .info .exc a{
	color: #ff0000;
}

.news-box .info p{
	margin: 0;
	line-height: 18px;
	color: #333;
}
.news-box .info p a{
	color: #ff0000;
}

.news-box a.titolo-news{
	color: #3B9CCD;
	font-size: 15px;
	margin: 4px 0;
}
/* bottom end */
/* content end */
/* sidebar start */
.sidebar{
	width: 193px;
	overflow: hidden;
	float: right;
	padding-top: 11px;
}
/* galleria start */
.galleria{
	width: 191px;
	overflow: hidden;
	border: 1px solid #92cae8;
	background:#acd1eb;
	padding-top: 3px;
}
.galleria h2{
	margin: 0;
	font-size:18px;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #92c9e7;
	padding:0 0 3px 7px;
}
.galleria img{
	display: block;
}
/* galleria end */
/* extra start */
.extra{
	width: 193px;
	overflow: hidden;
	background:url(../images/extra-bg.gif) repeat-y;
	margin-top: 17px;
}
.extra-up{
	width: 193px;
	overflow: hidden;
	background: url(../images/extra-up.gif) no-repeat;
}
.extra-top{
	width: 173px;
	overflow: hidden;
	background: url(../images/extra-top.gif) no-repeat 0 100%;
	padding: 12px 10px 0;
}
.extra-top h2{
	font-size:18px;
	line-height: 20px;
	margin: 0;
	font-weight: normal;
}
/* side-list start */
.side-list{
	overflow: hidden;
	margin: 0;
	padding: 10px 0 7px 0;
	list-style: none;
	font-size: 13px;
	line-height: 16px;
}
.side-list li{
	border-bottom: 1px solid #e3e3e3;
	padding: 6px 2px 6px 2px;
}
.side-list li a{
	color: #828282;
}
.side-list .last{
	border: none;
}
/* side-list end */
/* extra end */
/* sidebar end */
/* containr end */
/* footer start */
#footer{
	width: 100%;
	padding-bottom: 17px;
}
#footer:after {
	content:"";
	display:block;
	clear:both;
}
.nav-footer{
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 16px 0 0 0;
	list-style: none;
	font-size:12px;
	line-height: 16px;
}
.nav-footer li{
	float: left;
	padding: 0 6px 0 6px;
	background: url(../images/nav-footer-li-bg.gif) no-repeat 0 50%;
	margin-left: -1px;
}
.nav-footer li a{
	color: #999999;
}
.logo-2{
	width: 114px;
	height: 38px;
	overflow: hidden;
	float: right;
	margin-right: -8px;
	position: relative;
	display: inline;
}
.logo-2 img{
	display: block;
}
/* footer end */
/* wpapper end */
/* page end */
/* interna */
.titolo h1{
	color:#3B9CCD;
	margin:0;
	display:block;
	background-color:#d9ebf5;
	font: 24px Arial, Helvetica, sans-serif;
	padding: 5px 9px;
}

#contenuto{
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
}

.excerpt{
	padding: 0;
	margin: 10px 0;
	color:#3B9CCD;
}

.exc{
	line-height: 16px;
	padding: 5px 0 0 0;
}

.testo{
	line-height: 18px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
.testo img{
	background-color: #d9ebf5;
	float:left;
	margin:5px 15px 10px 0;
	padding:9px;
}

.testo a{
	color:#EE0000;
}

.titolo h2, .testo h2{
	padding: 0;
	margin: 5px 0 0 0;
	color:#3B9CCD;
	font-size: 18px;
}

.titolo h2 a{
	color:#3B9CCD;
	font-size: 18px;
}

ul.info{
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	overflow:hidden;
}
ul.info li{
	margin: 0;
	padding: 0 0 0 17px;
	background: transparent url(../images/bullet.gif) no-repeat scroll 1px 5px;
}
.more a{
	color: #EE0000;
}
.more{
	text-align: right;
}
.post-singolo {
	border-left:2px solid #D9EBF5;
	margin:15px 0 15px 0;
	padding-left:15px;
}
.datapost{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

.datapost h4{
	margin: 0;
	font-weight: normal;
	color: #555555;
	font-size: 11px;
}

.datainterna h4{
	font-weight: normal;
	color: #3B9CCD;
	font-size: 12px;	
}

#contact-form {
	margin: 20px 0px 20px 0px;
	overflow: hidden;
	width: 710px;
}

#contact-form LABEL { 
	margin-bottom: 5px;
	color: #3B9CCD;
	display: block; 
	clear: left;
}

#contact-form LABEL.error {
	color: #ff0000;
	padding-left: .2em;
	vertical-align: top;
	font-weight: bold;
}

#contact-form P { margin-bottom: 20px; }

#contact-form .inputText, #contact-form .textArea, #contact-form SELECT {
	border: 1px solid #DDDDDD;
	background: #F7F7F7;
}

#contact-form .inputText, #contact-form .textArea {
	width: 702px;
	padding: 3px;
}

#contact-form .short .inputText {
	width: 337px;
}

#contact-form SELECT {
	width: 345px;
}

#contact-form .short {
	width: 345px;
	height: 45px;
	float: left;
}

#contact-form .right { float: right; }

#contact-form .privacy {
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
	background: #F7F7F7;
	line-height: 150%;
	overflow: auto;
	padding: 5px;
	width: 698px;
	height: 70px;
}

#contact-form .inputRadio {
	margin-right: 5px;
	float: left;
}

#contact-form .inputSubmit {
	background: #EE0000;
	font-size: 14px;
	cursor: pointer;
	color: #FFFFFF;
	padding: 5px;
	border: 0px;
}
#breadcrumbs{
	padding: 5px;
	background-color: #EEEEEE;
	margin-bottom: 5px;
}
#breadcrumbs a{
	color: #666;
}

.attuale{
	text-decoration: underline;
}

.linktastino{
	font-size:11px;
	line-height: 16px;
	color: #ff0000;
	padding: 2px 8px 1px;
	margin:3px 0 0 0;
}