* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(./images/body-bg.jpg) no-repeat scroll top center;
	color: #000;
	font-family:'Lucida Grande', Verdana;
	font-size: 13px;
	cursor: default;
}

a img, form, fieldset {
	border:0 none;
}

body .clear {
	clear: both;
}

body .clearFix {
	height: 0.001%;
}

body .hidden {
	display: none;
}

body a {
	outline: none;
}

div#wrap-head {
	width: 990px;
	margin: 0 auto;
	padding-top: 50px;
}

div#wrap-head div.head-lt {
	float: left;
	width: 249px;
}

div#wrap-head div.head-lt a.logo {
	float: left;
	width: 298px;
	height: 392px;
	background: url(./images/loghi/logo.png) no-repeat;
}

div#wrap-head div.head-rt {
	float: right;
	width: 506px;
	height: 356px;
	margin-top: 100px;
}

div#wrap-head div.head-rt div#slideshow {
    position: relative;
    height: 350px;
    border: 3px solid #373535;
}

div#wrap-head div.head-rt div#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

div#wrap-head div.head-rt div#slideshow img.active {
    z-index: 10;
}

div#wrap-head div.head-rt div#slideshow img.last-active {
    z-index: 9;
}

div#body-bar {
	width: 100%;
	height: 38px;
	background: #1f1b15;
	margin-top: 17px;
}

div#wrapper {
	width: 990px;
	margin: -40px auto 0;
}

div#wrapper div.open {
	width: 990px;
	height: 18px;
	background: url(./images/wrapper/open.png) no-repeat;
}

div#wrapper div.inside {
	width: 984px;/* 990px-6px di padding */
	padding: 0 3px;
	background: url(./images/wrapper/inside.png) repeat-y;
	color: #fff;
}

div#wrapper div.inside div.col-sx {
	float: left;
	width: 200px;
	text-align: center;
}

div#wrapper div.inside div.col-sx ul {
	list-style: none;
}

div#wrapper div.inside div.col-sx ul li {
	text-align: left;
	padding-left: 15px;
}

div#wrapper div.inside div.col-sx ul li a {
	text-decoration: none;
	color: #666;
}

div#wrapper div.inside div.col-sx ul li a:hover {
	color: #fff;
}

div#wrapper div.inside div.col-cen {
	float: left;
	width: 584px;
}

div#wrapper div.inside div.col-cen img {
	border: 6px solid #464341;
}

div#wrapper div.inside div.col-cen a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
div#wrapper div.inside div.col-cen a:hover {
	color: #dcdcdc;
	border-bottom: 1px dashed #dcdcdc;
}

div#wrapper div.inside div.col-dx {
	float: left;
	width: 200px;
	text-align: center;
}

div#wrapper div.close {
	width: 990px;
	height: 22px;
	background: url(./images/wrapper/close.png) no-repeat;
}

div#footer {
	width: 100%;
	margin-top: 90px;
	margin-bottom: 40px;
	height: 36px;
	background: #1f1b15;
}

div#footer div.wrap {
	width: 990px;
	height: 30px;
	margin: 0  auto;
	padding-top: 9px;
	color: #fff;
	font-size: 13px;
}

div#footer div.wrap p span {
	float: right;
	width: auto;
}

div#footer div.wrap p span a {
	text-decoration: none;
	color: #ccc;
}

div#footer div.wrap p span a:hover {
	color: #fff;
}

div.two-cols {
	width: 584px;
}

div.two-cols div.left {
	float: left;
	width: 290px;
	margin-right: 2px;
}

div.two-cols div.right {
	float: left;
	width: 290px;
	margin-left: 2px;
}

div.two-cols div.icon {
	margin: 20px 0;
}