/* per la textarea in admin */
.scroller {}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	background: url(/templates/ja_nickel/css/../images/bg.gif) repeat-x top left;
	color: #333333;	
}

img {
	border: none;
}

a {
	color: #000000;
}

p {
	margin-bottom: 10px;
	line-height: 16px;
}

strong {
	font-weight: bold;
}

/* HEADER */

#header {
	width: 960px;
	height: 100px;
	position: relative;
}

#header #logo {
	position: absolute;
	z-index: 2;
	left: 10px;
}

#header #cerca {
	position: absolute;
	top: 15px;
	right: 0;
}

#header #menu {
	position: absolute;
	bottom: 25px;
	right: 0;
}

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

#header #menu ul li {
	float: left;
	margin-left: 10px;
}

#header #menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
	padding-right: 5px;
}

#header #menu ul li a:hover {
	color: #000000;
	font-weight: bold;
}

#header #menu ul li a.on {
	font-weight: bold;
	color: #F74749;
	text-decoration: underline;
}

#header .linea {
	height: 1px;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	border: none;
	border-top: 1px solid #CDCDCD;
	width: 960px;
}

#header form {
	margin: 0;
	padding: 0;
}

.campo_cerca {
	position: absolute;
	right: 30px;
	background-image: url(/img/bison/campo_cerca.gif);
	width: 130px;
	height: 20px;
	line-height: 15px;
	padding-top: 2px;
	padding-left: 2px;
	border: none;
	background-repeat: no-repeat;
	font-size: 11px;
}

.btn_cerca {
	position: absolute;
	right: 0px;
	width: 30px;
	height: 20px;
	position: relative;
}

/* BANNER */

#banner {
	height: 250px;
	background-color: #C1C1C1;
}

#content {
	position: relative;
	padding-top: 20px;
	width: 960px;
}

/* CONTENT */

#content .sx h1 {
	font-size: 20px;
	width: 99%;
	border-bottom: 1px solid  #000000;
	font-weight: normal;
	margin-bottom: 2px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#content .sx p {
	padding-left: 20px;
}

/* FOOTER */

#footer {
	font-size: 11px;
	border-top: 1px solid #000000;
	width: 960px;
	margin-top: 15px;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	color: #000000;
}

#footer .linea {
	padding: 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #000000;
}

/* MENU SX */

#menu_sx li {
	margin-bottom: 10px;
	margin-left: 20px;
	width: 160px;
}

#menu_sx li a {
	padding: 3px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}

#menu_sx li a.on {
	color: #F74749;
	font-weight: bold;
	border-bottom: 1px dotted #F74749;
}

#menu_sx li:hover {
	font-weight: bold;
}

/* DX */

#content .dx .titolo {
	margin-bottom: 10px;
}

#content .dx .titolo h1 {
	font-size: 15px;
	font-weight: bold;
}

#content .dx {
	line-height: 15px;
}
















/* BEGIN NEWSLETTER */

.sxNL{
float:left;
width:230px;
padding:0px 10px;
}

.sxNL h1 {
border-bottom:1px solid #000000;
font-size:20px;
font-weight:normal;
margin-bottom:2px;
padding-bottom:3px;
padding-left:5px;
}

.menu ul li{
padding:3px;
}

.menu li a {
border-bottom:1px dotted gray;
display:block;
padding:3px;
text-decoration:none;
}

.menu li a.on {
border-bottom:1px dotted #F74749;
color:#B91F53;
font-weight:bold;
}

.menu li a {
border-bottom:1px dotted gray;
display:block;
padding:3px;
text-decoration:none;
}

.centro{
float:left;
width:700px;
}

.centro h1{
font-size:20px;
font-weight:normal;
margin-bottom:2px;
padding-bottom:3px;
padding-left:5px;
}

/* END NEWSLETTER */
