@charset "utf-8";

body {
	font-family:Arial, Helvetica, Sans-Serif;
	color:#333;
	margin:0;
	padding:0;
	text-align:center;
	background-color: #FFF;
}
img {
	border:none;
}
/* image replacement */
.graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */
			

#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:920px;    /* controlla lo stage */
	background:#fff;
	/*margin-bottom:2em;*/
}

#banner {
	margin:1px auto;
	text-align:left;
	width:893px;
	height:14px;
	background:#93628B;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	position:relative;
	left:1px;
	padding:6px 0 6px 25px;
	background-color: #93628B;
}

#content {
	position:relative;
}
/* Easy Slider */

	#slider {
}
ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:920px;
	height:333px;
	overflow: visible;
	background-repeat:no-repeat;
	padding-top:215px;
}
#prevBtn, #nextBtn {
	display:block;
	width:38px;
	height:39px;
	position:absolute;
	left:-18px;
	top:147px;
}
#nextBtn {
	left:902px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:46px;
	height:47px;
	background:url(../images/btn_prev.png) no-repeat 0 0;
}
#nextBtn a {
	background:url(../images/btn_next.png) no-repeat 0 0;
}												

/* // Easy Slider */


a:link, a:visited, a:hover {
	text-decoration:underline;
	color:#333333;
}

a:hover {
	text-decoration:none;
}

#logo {
	height:304px;
	width:212px;
	position:absolute;
	top:0px;
	left:25px;
	background-image:url(../images/bg-logo.png);
	background-repeat:repeat-x;
	text-align:center;
	line-height:15px;
	color:#FFFFFF;
	font-size: 12px;
}

#logo span {
	color:#999999;
}

.dida {
	height:60px;
	width:400px;
	margin-left:460px;
	background-image:url(../images/bg-dida.png);
	background-repeat:repeat-x;
	font-size:14px;
	line-height:17px;
	padding:15px;
	color:#F2F2F2;
}
#lang {
	position:absolute;
	top:0;
	right:0;
}

#lang ul {
	margin-top:0;
}

#lang li {
	background:url(../images/bg-lang.png) repeat-x;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	list-style-type:none;
	float:left;
	margin-left:1px;
	padding:7px 10px 0 10px;

}

#lang a {
	text-decoration:none;
	color:#CCCCCC;
}

#lang a.SELF {
	text-decoration:none;
	color:#FFFFFF;
}

#lang a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

#main, #contacts {
	width:100%;
	background:url(../images/bg-gradient-gray.png) repeat-x;
	float:left;
	padding-bottom:40px;
}

#leftBlock {
	width:190px;
	font-size:12px;
	line-height:17px;
	color:#333;
	margin-left:25px;
	position:relative;
	top:30px;
	float:left;
}

#leftBlock td {
	font-size:11px;
	color:#333333;
}

#leftBlock span {
	font-size:8px;
	color:#333333;
	text-transform: uppercase;
}

#leftBlock h1 {
	font-size:21px;
	color:#666;
	line-height:21px;
	margin-top:0px;
}

.preview {
	width:212px;
	margin-left:23px;
	margin-bottom:20px;
	position:relative;
	top:30px;
	float:left;
	font-size:11px;
	line-height:14px;
}


.pack { width:100%; float:left; height:320px; }
.pack .preview  { border:solid 3px #CFCFCF; padding:6px; width:200px; font-size:12px; line-height:16px;	margin-left:12px; }
.pack h2 { color:#93628B; font-weight:bold; padding-top:5px; }
.pack a img { padding-top:10px; }

.preview h2, .soundgarden h2 {
	font-size:16px;
	font-weight:bold;
	margin:5px 0px;
	line-height:16px;
}

.preview a { color:#777777; }
.preview div { margin-top:3px; }

.soundgarden {
	background-image:url(../images/bg-gradient-gray.png);
	background-repeat:repeat-x;
	padding-top:20px;
	float:left;
	font-size:11px;
	line-height:14px;
	width:100%;
 }
 
#footer {
	height:45px;
	background-image:url(../images/bg-footer.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	font-size:10px;
	color:#666666;
	padding-top:90px;
	padding-left:25px;
	text-transform:uppercase;
	clear:both;
}
