﻿html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 5px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/********************* Classes ***********************/


body  {
	color:#F2F2F2;
	background-color: #323232;
	font-family: Verdana, FreeSans, sans serif;
	background-image: url('images/Stripe3.jpg');
	font-size: 14px;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
h1 {
	text-align:left;
	font-style:italic;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#D1EEAA;
	font-size:20px;
	font-weight:normal;
	margin-top:0px;
}
h2 {
	color:#FF5E2A;
	font-size:14px;
}
iframe {
	border: 1px solid #F40000;
}
.picshow {
	border: 1px solid #333333;
}
.float_right {
	float: right;
	margin: 0px 0px 5px 15px;
}
.float_left {
	float:left;
	margin: 5px 15px 5px 0px;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align:center;
}
form {
	font-size: 12px;
}
.align_left {
	text-align:left;
}
.vertmiddle {
	border-style: none;
	vertical-align: middle;
}
.smalltext {
	font-size: 11px;
	line-height: 14px;
}
.sector {
	width: 273px;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
}
.viewer {
	margin: 20px 0px 0px 0px;
	padding: 4px;
	width: 649px;
	float: left;
}
.gallery {
	margin: 0px 0px 15px 0px;
	text-align:center;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/********************* CSS LAYOUT ***********************/

#container {
	margin: 0px auto 0px auto;
	width: 910px;
}
#header {
	width: 910px;
	height:121px;
}
#logo {
	width: 335px;
	height: 121px;
	position: relative;
	float: left;
}
#menu {
	width: 573px;
	height: 52px;
	float: left;
	margin-top: 53px;
	position: relative;
	background-image: url('images/menuback.png');
	background-repeat: no-repeat;
}
#show {
	width: 910px;
	height: 284px;
	float: left;
	background-image: url('images/glassback.png');
	background-repeat: no-repeat;
}
#content_top {
	width: 910px;
	height:23px;
	float: left;
	background-image: url('images/glass_top.png');
	background-repeat: no-repeat;
}
#content {
	width: 840px;
	float: left;
	background-image: url('images/glass_middle.png');
	background-repeat: repeat-y;
	padding-right: 29px;
	padding-left: 41px;
}
#content_middle {
	width: 910px;
	float: left;
	background-image: url('images/glass_middle.png');
	background-repeat: repeat-y;
}
#left_col {
	width: 216px;
	float: left;
}
#right_col {
	width: 634px;
	float: right;
	margin-right: 36px;
	_margin-right: 18px;
	margin-top: 8px;
}
#content_bottom {
	width: 910px;
	height:31px;
	float: left;
	background-image: url('images/glass_bottom.png');
	background-repeat: no-repeat;
}
#hometext {
	width: 810px;
	float: left;
	height: 86px;
	_height: 73px;
	background-image: url('images/hometext.png');
	background-repeat: no-repeat;
	padding: 13px 50px 0px 50px;
}
#promo {
	width: 910px;
	height: 127px;
	float: left;
}
#footer {
	height: 50px;
	width: 910px;
}

/********************* LINKS ***********************/

a:link 		{color:#cecece;text-decoration:none;}
a:visited 	{color: #cecece; text-decoration:none;}
a:active 	{color:#F40000; text-decoration:none;}
a:hover  	{color: #F40000; text-decoration:none;}


/******************** TOP MENU **********************/

#topmenu {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 20px;
	font-weight:bold;
	background: transparent;
	margin-left:14px;
}

#topmenu li{
	display: inline;
}

#topmenu a{
	float: left;
	height: 52px;
	text-decoration: none;
	text-align: center;
	background: transparent;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}

#topmenu a.current{
	color: #D1EEAA;
	cursor: default;
}

#topmenu a:hover{
	color:#D1EEAA;
}

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

/******************** SIDE MENU **********************/

#sidemenu {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 20px;
	width:216px;
}

#sidemenu ul {
	margin: 0;
	padding: 0;
}

#sidemenu a {
	padding: 4px 0px 0px 25px;
	display: block;
	text-decoration: none;
	background: transparent;
	height:53px;
	color: #ffffff;
	line-height:53px;
	background-image: url('images/tab_off.png');
	background-repeat: no-repeat;
}

#sidemenu a.current {
	color: #ffffff;
	font-weight:normal;
	cursor: default;
	background-image:url('images/tab_current.png');
	background-repeat:no-repeat;
}

#sidemenu a:hover {
	color:#D1EEAA;
}


/***************************** ORARI **********************************/

.orarioSelect
{
    border:1px solid #444444;
    font-size:11px;
    width:300px;
}

/***************************** Feature List **********************************/

		h3 {
			
			font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
			font-size: 18px;
			font-weight:bold;
			padding: 19px 0 0 0;
			color:#FFFFFF;
		}

		div#feature_list {
			width: 888px;
			height: 249px;
			overflow: hidden;
			position: relative;
			margin-top: 20px;
			margin-left: 0px;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 212px;
		}

		ul#tabs li {
			font-size: 11px;
		}
		
		ul#tabs li img {
			padding: 4px;
			border: none;
			float: left;
			margin: 4px 10px 0 0;
			_margin: 4px 10px 0 0;
		}

		ul#tabs li a {
			color: #444444;
			background:  url('images/tab_off.png');
			text-decoration: none;	
			display: block;
			padding-left: 20px;
			height: 62px;
			outline: none;
		}

		ul#tabs li a:hover {
			color:#DE1D2C;
		}

		ul#tabs li a.current {
			background:  url('images/tab_current.png');
			color: #FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 673px;
			height: 249px;
			position: relative;
			_float: right;
			
		}

		ul#output li {
			position: absolute;
			width: 673px;
			height: 249px;
		}

		ul#output li a {
			position: absolute;
			padding: 0;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
		}
		
		ul#output li a:hover {
			background: #D33431;
		}
