
/*------------------------------------------------------------
# IBC Battery
# ------------------------------------------------------------
# Copyright (c) IBC Battery. Tutti i diritti riservati.
--------------------------------------------------------------*/



@import url("../css/headers.css");



body, html{
	margin: 0;
	padding: 0;
	font: 12px arial, sans-serif;
	color: #7d7d7d;
	background-color: #dee2e5;
}
p{
	margin: 0;
	padding: 0;
}
.clr{
	clear: both;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
}
h1{
	font: 35px arial, sans-serif;
	letter-spacing: -0.05em;
	padding-bottom: 5px;
}
h2{
	font: 30px arial, sans-serif;
	letter-spacing: -0.05em;
	padding-bottom: 5px;
}
h3{
	font: 24px arial, sans-serif;
	letter-spacing: -0.05em;
	padding-bottom: 5px;
	color: #875c5e;
}
h4{
	font: 20px arial, sans-serif;
	letter-spacing: -0.05em;
	padding-bottom: 5px;
}
h5{
	margin: 15px 0;
	color: #dcdcdc;
	border-bottom: 3px double #dcdcdc;
}
h6{
	margin: 15px 0;
	color: #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
a:link, a:visited{
	color: #006f9f;
	text-decoration: none;
}
a:hover{
	color: #875c5e;
	text-decoration: underline;
}
a img{
	border: 1px solid #afb8bf;
	padding: 1px;
	margin: 1px;
}
a:hover img{
	border: 1px solid #606060;
	padding: 1px;
	margin: 1px;
}
img{
	border: 1px solid #afb8bf;
	padding: 1px;
	margin: 1px;
}
img.right, a:hover img.right{
	margin-left: 25px;
	margin-bottom: 15px;
}
img.left, a:hover img.left{
	margin-right: 25px;
	margin-bottom: 15px;
}
ul{
	margin: 0px;
	padding: 10px 0px 20px 30px;
}
ul a:link, ul a:visited{
	color: #006f9f;
	text-decoration: none;
}
ul a:hover{
	color: #e95d0f;
	text-decoration: underline;
}
form{
	margin: 0;
	padding: 0;
}
.highlight{
	background-color: #ffff99;
}
input,textarea{
	position: relative;
}
input, select, textarea{
	font: 12px Tahoma, Verdana, sans-serif;
}
select, input{
/*	padding: 2px; */
}
input, textarea{
	margin: 1px 0;
}
input:focus, textarea:focus{
	border: 1px solid #BABDB6;
	background: #FFFFDD;
}
textarea{
	padding-left: 2px;
}
textareainput{
	font: 12px arial, sans-serif;
	width: 95%;
}
fieldset{
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 10px;
}
.button{
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: #f5f5f5;
	color: #000;
	cursor: pointer;
}
.button:hover, .button:focus{
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	color: #505050;
}
input, textarea{
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
}
input:hover, input:focus, textarea:hover, textarea:focus{
	border: 1px solid #BABDB6;
}
hr{
	border: none 0;
	border-top: 1px solid #d5d5d5;
	height: 1px;
}
*:focus { /* removes safari blue glow highlight on selected field */
	outline: 0;
}



/* WRAPPER
--------------------------------------------------------- */
div#wrapper{}
div#inner{}



/* TOP LAYOUT
--------------------------------------------------------- */
div#top_layout_wrap{
	background: url(../img/top_bg.jpg) 0 0 repeat-x;
	height: 280px;
}
div#top_layout_inner{
	width: 800px;
	height: 280px;
	margin: 0px auto;
	position: relative;
}
div#top_layout{}


/* ---- top header --- */
div#top_header_wrap{
	width: 800px;
	height: 280px;
	background: url(../img/top_header.jpg) 0 0 no-repeat;
}
div#top_header_inner{}
div#top_header{}

div#lang_buttons{
	margin: 0px;
	padding: 0px;
	float: right;
	padding: 16px 37px 0px 0px;
}

/* ---- logo --- */
span#logo{
	width: 400px;
	height: 164px;
	position: absolute;
	top: 3px;
	left: 21px;
}


/* ---- tab menu --- */
div#tab_menu_wrap{
	width: 702px;
	height: 32px;
	position: absolute;
	top: 234px;
	left: 44px;
}
div#tab_menu_inner{}
div#tab_menu{}
div#tab_menu ul{
	margin: 0px;
	padding: 0px;
}
div#tab_menu li{
	list-style: none;
	display: inline;
	width: 117px;
	height: 32px;
	margin-right: -3px;
}
div#tab_menu li a:link, div#tab_menu li a:visited{
	width: 117px;
	height: 32px;
	background: url(../img/menu_bg.jpg) 0 0 no-repeat;
	display: inline;
	float: left;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	font-family: tahoma, arial, sans-serif;
	color: #434343;
	text-decoration: none;
}
div#tab_menu li a:hover{
	background: url(../img/menu_bg.jpg) left center no-repeat;
}
div#tab_menu li a.active:link, div#tab_menu li a.active:visited, div#tab_menu li a.active:hover {
	background: url(../img/menu_bg.jpg) left bottom no-repeat;
	color: #fff;
}



/* MIDDLE LAYOUT
--------------------------------------------------------- */
div#middle_layout_wrap{
	background: #f0f1f1;
	min-height: 245px;
	height: auto !important;
	height: 245px;
}
div#middle_layout_inner{
	width: 712px;
	margin: 0px auto;
}
div#middle_layout{
	padding-top: 15px;
}

div.top_div{
	width: 712px;
	height: 12px;
	margin-top: 15px;
	background: url(../img/top_div.jpg) 0 0 no-repeat;
}
div#flash{
	padding-bottom: 20px;
}


/* ---- 1col --- */
div#body_1col_wrap{
	width: 712px;
}
div#body_1col_inner{}
div#body_1col{}

div#content_1col_wrap{
	width: 712px;
	padding-bottom: 30px;
}
div#content_1col_inner{}
div#content_1col{}



/* ---- 2cols --- */
div#body_2cols_wrap{
	width: 712px;
}
div#body_2cols_inner{}
div#body_2cols{}

div#content_2cols_wrap{
	float: left;
	width: 474px;
	padding-bottom: 30px;
}
div#content_2cols_inner{
	padding-right: 20px;
}
div#content_2cols{}

div#sidebar_wrap{
	float: left;
	width: 238px;
}
div#sidebar_inner{}
div#sidebar{}

div#sidebar_round_box{}
div.sidebar_top{
	width: 238px;
	height: 10px;
	background: url(../img/sidebar_top_bg.jpg) 0 0 no-repeat;
}
div.sidebar_middle{
	width: 238px;
	background: url(../img/sidebar_middle_bg.jpg) 0 0 repeat-y;
	padding-right: 80px;
}
div#sidebar_content{
	padding: 0px 12px;
	color: #7d7d7d;
}
div#sidebar_content h3{
	font-size: 15px;
	color: #5c6b87;
}
div#sidebar_content h6{
	margin: 10px 0;
	color: #fff;
	border-bottom: 1px double #c8c9c3;
}
div.sidebar_bottom{
	width: 238px;
	height: 10px;
	background: url(../img/sidebar_bottom_bg.jpg) 0 0 no-repeat;
}




/* BOTTOM LAYOUT
--------------------------------------------------------- */
div#bottom_layout_wrap{
	background: url(../img/bottom_bg.jpg) left top repeat-x;
}
div#bottom_layout_inner{
	width: 800px;
	margin: 0px auto;
}
div#bottom_layout{
	padding-top: 20px;
	font-size: 12px;
	color: #898989;
	text-align: center;
}
div#bottom_layout a:link, div#bottom_layout a:visited{
	color: #875c5e;
	text-decoration: none;
	padding: 0px 5px;
}
div#bottom_layout a:hover{
	color: #006f9f;
	text-decoration: underline;
}


.box {
	float:left;
	width:338px;
	height:150px;
	margin: 15px 15px 15px 0;
	border:1px solid #999999;
	background: #e9eae4;
}

.box h1 {
	font: 20px arial, sans-serif;
	color: #875c5e;
	margin:0;
	padding: 10px 10px 0 10px;
}

.box p {
	font: 13px arial, sans-serif;
	padding: 10px;
}

.campi {
	font: 11px arial, sans-serif;
	color: #875c5e;
	border: #DDDDDD 1px solid;
	background:#FFFFFF;
	height:15px;
	width:120px;
}

.bottone {
	font: 13px arial, sans-serif;
	padding: 3px;
	background:#FFFFFF;
	border: #DDDDDD 1px solid;
}


