html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 100%;
}

body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6D6D6D;
}



img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

ol, li {
	margin: 0px;
	padding: 0px;
}

a {
	color: #6D6D6D;

}

a:visited {

}

a:hover {

}

a:focus {
	outline-style: none;
}


/************ pagina *************/

#pagina {
	background-color: #FFFFFF;
	width: 1000px;
	overflow: hidden;

}

/************ paginaPM *************/

#paginaPM {
	background-color: #FFFFFF;
	width: 1000px;
	overflow: hidden;

}

/************ header *************/

#header {
	height: 150px;
	position: relative;

}

#header h1 {
	height: 50px;
	width: 930px;
	background-image: url(img/logo_tomorrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	left: 38px;
	top: 50px
	
}

#header h1 a {
	display: block;
	height: 50px;
	width: 930px;
	text-indent: -9999px;

}

/************ lingua *************/


#header .lingua {
	width: 80px;
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #DBDBDB;
}

#header .lingua a {
	color:#DBDBDB;
	text-decoration: none;
}

#header .lingua a.corrente {
	color:#000000;
	text-decoration: none;

}


/************ arearis *************/


#header .arearis {
	width: 130px;
	position: absolute;
	top: 20px;
	right: 100px;
	font-size: 15px;
	text-align: right;
	font-weight: bold;
	color: #6D6D6D;
}

#header .arearis a {
	color:#6D6D6D;
	text-decoration: none;
}

#header .arearis a:hover {
	color:#CCCCCC;
	text-decoration: none;
}




/************ menu *************/

#menu {
	width: 350px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;

}

#menu h3 {
	font-size: 15px;
	color: #000000;
	padding-left: 40px;
	margin-bottom: 5px;
	margin-top: 20px;
}

body.area #menu h3 {
	display: none;
}




#menu ul {
	list-style-type: none;

}

#menu ul li {
	padding-left: 0px;
	line-height: 29px;
	margin-bottom: 1px;
	padding-right: 60px;
	clear: left;

}



#menu ul li a {
	text-decoration: none;
	color: #6D6D6D;
	padding-right: 60px;
	display: inline-block;
	padding-left: 40px;
}



#menu ul li a:hover {
	background-color: #F6F6F6;
}

#menu ul.brands {
	font-size: 13px;
	line-height: 23px;
}

body.area #menu ul.brands {
	display: none;
}


#menu ul.brands li {
	line-height: 23px;

}

#menu ul.brands li a {
	color: #DBDBDB;
}

#menu ul.brands li a:hover {
	background-color: transparent;
}



body.chisiamo #menu ul li a.selected {
	background-color: #F6F6F6;
}

body.chisiamo #menu ul li a.chisiamo {
	background-color: #F6F6F6;
}

body.pressemedia #menu ul li a.pressemedia {
	background-color: #F6F6F6;
}

body.photoevideo #menu ul li a.photoevideo {
	background-color: #F6F6F6;
}

body.storelocator #menu ul li a.storelocator {
	background-color: #F6F6F6;
}

body.contatti #menu ul li a.contatti {
	background-color: #F6F6F6;
}
body.joinus #menu ul li a.joinus {
	background-color: #F6F6F6;
}

body.blog #menu ul li a.blog {
	background-color: #F6F6F6;
}


body.coverNews #menu ul li a.coverNews {
	background-color: #F6F6F6;
}

body.fotoVideoGallery #menu ul li a.fotoVideoGallery {
	background-color: #F6F6F6;
}



/************ content *************/

#content {
	width: 640px;
	float: right;
	margin-bottom: 50px;
	line-height: 18px;
	padding-right: 10px;
	overflow: hidden;

}




#content ul {
	list-style-type: none;
	margin-bottom: 16px;
}

#content ul li {
	padding-left: 20px;
}


#content .costruzione {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #8C8B8D;
	line-height: 50px;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 170px;

}


#content a {
	color: #DBDBDB;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

#content a:visited {
	color: #DBDBDB;

}

#content a:hover {
	color: #6D6D6D;
	background-color: #DBDBDB;

}


#content h2 {
	font-size: 15px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
	padding-bottom: 5px;
	margin-bottom: 7px;

}

#content h3 {
	font-size: 11px;
	color: #000000;
	padding-bottom: 5px;
	margin-bottom: 7px;

}

/********** contatti ***************/

body.contatti #content p {
	font-size: 13px;
	line-height: 20px;
}

body.contatti #content h3 {
	font-size: 15px;
	color: #000000;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
	margin-top: 25px;
	
}

body.contatti #content h3.first {
	border: none;	
}

body.contatti #content .separa {
	color: #DBDBDB;
}

/************ store locator *************/

body.storelocator #content {

}

body.storelocator #content p {
	font-size: 13px;
	line-height: 20px;
}


body.storelocator #content h3 {
	font-size: 15px;
	color: #000000;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-top: 20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6F6F6;
	padding-top: 15px;
	
}

body.storelocator #content ul {
	margin-top: 25px;
	
}

body.storelocator #content ul li {
	color: #DBDBDB;
	font-size: 13px;
	line-height: 25px;
	padding-left: 0px;
	
}

body.storelocator #content ul li strong {
	color: #808080;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
	padding-right: 8px;
	margin-right: 8px;
	
}

body.storelocator #content form {
	overflow: hidden;
	
}

body.storelocator #content form label {
	overflow: hidden;
	width: 150px;
	float: left;
	color: #A7A2A2;
	font-weight: bold;
	padding-left: 10px;
	
}

body.storelocator #content form .elenco {
	display: block;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-left: 15px;
	width: 117px;
	padding-left: 5px;
	margin-top: 7px;
	height: 20px;

}

body.storelocator #content form .elenco2 {
	display: block;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-left: 15px;
	width: 135px;
	padding-left: 5px;
	margin-top: 7px;
	height: 20px;

}

body.storelocator #content form .submit {
	display: block;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	width: 80px;
	padding-left: 5px;
	margin-top: 7px;
	height: 20px;
	cursor:pointer;
}


/************ footer *************/

#footer {
	clear: both;
	height: 60px;
	font-size: 10px;
	text-transform: lowercase;

}

#footer p {
	margin-left: 350px;
	line-height: 16px;
	margin-bottom: 0px;
}

#footer p strong {
	color: #000000;
}

#footer p a {
	color: #6D6D6D;
	text-decoration: none;

}

#footer p a:hover {

}


/************ news slider ***************/


#news {
	position: relative;
	margin: 0px;
	width: 640px;
	height: 540px;
	overflow: auto;
}

#news .video-grafica {
	margin-bottom: 13px;
	overflow: hidden;

}

#news .testo {

}

#news .testo p {

}

#news h3 {
	font-size: 11px;
	color: #000000;
	margin-bottom: 8px;
	padding: 0px;
}

p.linkback {
	text-align: center;
	font-size: 12px;
}

p.linkback a {
	color: #CC6600;
	text-decoration: none;
}

.item {
	display: block;
	width: 640px;
	height: 540px;
}



/* controls styling */
#controls1 {
	display: block;
	position: relative;
	height: 20px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6F6F6;
	font-size: 12px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.prev_btn, .next_btn {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color:#C0C0C0;
	font-weight: bold;
}

.prev_btn {
	float: left;
	display: none;
}

.next_btn {
	float: right;
}

.play_btn {
	clear: both;
	width: 100px;
	height: 25px;
	margin: 0 auto 12px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color:#AF4B32;
	border: 1px solid #80301D;
	background-color:#513328;
}

.num_nav {
	text-align: right;
	width: 200px;
	float: right;
	line-height: 20px;
	color: #6D6D6D;
}

.num_nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px!important;
}

.num_nav ul li a {
	padding: 2px 3px;
	color:#C0C0C0!important;
	background-color:#FFFFFF;
	font-weight: bold;
}

.num_nav ul li a.active, .num_nav ul li a:hover {
	border-color: #fff;
	background-color:#FFFFFF;
	color: #000000!important;
}

.btn_over {
	color:#fff;
	border: 1px solid #fff;
	background-color: #80301D;
}

hr {
	margin: 22px 0;
}

.clearit {
	clear: both;
}
/************ content press&media*************/

#contentPM {
	width: 780px;
	float: right;
	margin-bottom: 50px;
	line-height: 18px;
	padding-right: 10px;
	overflow: hidden;

}



#contentPM ul {
	list-style-type: none;
	margin-bottom: 16px;
}

#contentPM ul li {
	padding-left: 20px;
}


#contentPM .costruzione {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #8C8B8D;
	line-height: 50px;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 170px;

}


#contentPM a {
	color: #DBDBDB;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

#contentPM a:visited {
	color: #DBDBDB;

}

#contentPM a:hover {
	color: #6D6D6D;
	background-color: #DBDBDB;

}


#contentPM h2 {
	font-size: 15px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
	padding-bottom: 5px;
	margin-bottom: 7px;

}

#contentPM h3 {
	font-size: 11px;
	color: #000000;
	padding-bottom: 5px;
	margin-bottom: 7px;

}
/************ menuPM*************/

#menuPM {
	width: 150px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
	padding-left: 40px;

}

#menuPM h3 {
	font-size: 15px;
	color: #000000;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 50px;
}



#menuPM ul {
	list-style-type: none;

}

#menuPM ul li {
padding-left: 0px;
	line-height: 29px;
	margin-bottom: 1px;
	padding-right: 60px;
	clear: left;
}



#menuPM ul li a {
	text-decoration: none;
	color: #6D6D6D;
	padding-right: 30px;
	display: inline-block;
	padding-left: 10px;
}



#menuPM ul li a:hover {
	background-color: #F6F6F6;
}

#menuPM ul.brands {
	font-size: 13px;
	line-height: 23px;
}

#menuPM ul.brands li {
	line-height: 23px;

}

#menuPM ul.brands li a {
	color: #DBDBDB;
}

#menuPM ul.brands li a:hover {
	background-color: transparent;
}
#flashcontent {
		height: 100%;
	}
#map_canvas{
width:100%;
height:450px;
}
#siteNotice{
width:250px;
height:100px;
}
#firstHeading{
	font-family: Arial, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: 14px;
}

#siteNotice p{
	font-family: Arial, Times, serif;
	font-size: 10px;
	color: #333333;
}

/*showroom*/
#content .showroom {
	margin:0px;
}
#content .showroom a:Link {
	margin:0px;
	padding:0px;
}

.logged {
	display: none;
}	




#whishTable{
	font-size: 12px;
}

