@import "main.css";

/* ------------------- */

#header {
	border-bottom-style: none;
	margin-bottom: 20px;
}

#header #content #numero_verde {
	float: right;
	display: block;
	margin: 20px 0 0;
	padding: 0;
}

#header #content #menu {
	background-color: #00355F;
	width: 640px;
	float: right;
	margin-top: 12px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#header #content ul {
	margin-top: 0;
}

#header #content ul li a {
	color: #fff;
	text-decoration: none;
	font: bold 12px Arial;
	text-transform: uppercase;
}

#header #content ul li a:hover {
	color: #f69048;
}

/* ------------------- */

#container #colDx {
	width: 650px;
	float: right;
}

#container #colDx .business_banner {
	width: 320px;
	height: 415px;
	float: left;
}

#container #colDx .business_banner#vantaggi {
	background: url(../img/banner_newton_vantaggi.jpg) no-repeat 0 0;
	padding-top: 45px;
	height: 370px;
}

#container #colDx .business_banner p {
	color: #fff;
	text-decoration: none;
	font: normal normal 12px/120% Arial;
	margin: 0 0 15px 15px;
	padding: 0;
}

#container #colDx .business_banner ul {
	margin-left: 15px;
}

#container #colDx .business_banner ul li {
	color: #fff;
	font: 11px Arial;
	margin-bottom: 8px;
}

#container #colDx .business_banner ul li strong {
	font-weight: bold;
	font-size: 12px;
}

/* ------------------- */

/* ----Carousel--- */

.jcarousel-container {
    position: relative;
	height: 98px;
	width: 650px;
	margin: 0;
	padding: 0;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	width: 650px;
	height: 98px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	width: 322px;
	height: 98px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
	padding: 0;
	width: 322px;
	margin: 0 7px 0 0;
	background-image: url(../img/carousel_bg.gif);
	height: 98px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
   z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* --------- */

.jcarousel-item {
}

.jcarousel-item-horizontal {
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/carouselNext.gif) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 15px;
	display: none;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    left: -5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/carouselPrev.gif) no-repeat 0 0;
	bottom: 0;
	display: none;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/* ------------------- */

#container #colDx h3#case_hystory_label {
	background: url(../img/case_history_label.gif) no-repeat;
	width: 98px;
	height: 19px;
	display: block;
	text-indent: -900em;
	margin: 15px 0 5px 10px;
	padding: 0;
}

#container #colDx ul#mycarousel {
}

#container #colDx ul#mycarousel .case_box {
	width: 302px;
	height: 78px;
	padding: 10px;
}

#container #colDx ul#mycarousel .case_box .case_img {
	width: 80px;
	height: 80px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

#container #colDx ul#mycarousel .case_box h4 {
	color: #666;
	text-decoration: none;
	font: bold 14px Arial;
	margin: 0 0 5px;
	padding: 0;
}

#container #colDx ul#mycarousel .case_box p {
	color: #999;
	font: 12px/130% Arial;
	margin: 0;
	padding: 0;
}
