﻿/* DEFAULTS
----------------------------------------------------------*/
body
{
	margin: 0;
	padding: 0; /*text-align: center;*/
	font-family: Lucida Sans Unicode, Lucida Grande,Helvetica,Arial,helvetica,sans-serif;
	/*background: url(/Images/fondo_body.gif); /*background-repeat: repeat-x scroll 0 0;*/
	background-repeat: repeat-x;
	background-position: top;
	background-color: lightBlue;
	margin: 0px;
}
/*background: url("http://www.europelowcost.com/images/body-bg.jpg") repeat-x 0 0;}*/
h1
{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2
{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align:center;
}
h3
{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
hr
{
	border: 1px inset #C0C0C0;
}
.bord
{
	border: 2px solid Grey;
}
.img-header
{
	margin-top: 15px;
}
.img-body
{
	margin: 20px auto auto;
}
.width-620
{
	width: 620px;
}
.width-300
{
	width: 300px;
}
.clear
{
	clear: both;
}
.float-r
{
	float: right;
}
.float-l
{
	float: left;
}
.height-250
{
	height: 250px;
}
.no-margin
{
	margin: 0px !important;
}
.al-cent
{
	text-align: center;
}
.al-right
{
	text-align: right;
}
.al-left
{
	text-align: left;
}
.hidden
{
	display: none;
}
.m-all
{
	margin: 10px 10px 10px 10px;
}
.mt10
{
	margin-top: 10px;
}
.mt15
{
	margin-top: 15px;
}

.mt20
{
	margin-top: 20px;
}
.mr10
{
	margin-right: 10px;
}
.mr20
{
	margin-right: 20px;
}
.mb10
{
	margin-bottom: 10px;
}
.ml10
{
	margin-left: 10px;
}
.font-bold
{
	font-weight: bold;
}
.f-size10
{
	font-size: 10px;
}
.italic
{
	font-style: italic;
}
.moz-radius
{
	-moz-border-radius: 0px;
}
.moz-radius-top
{
	-moz-border-radius: 0px 0px 0px 0px;
}
.moz-radius-bottom
{
	-moz-border-radius: 0px 0px 0px 0px;
}
.logo-studio
{
	margin-top: 20px;
	margin-right: 20px;
}
.top
{
	width: 620px;
}
.footer-indirizzo
{
	font-size: 10px;
	margin: 10px 10px 10px 10px;
}
#container
{
	background: none repeat scroll 0 0 Wheat;
    border: 7px solid Azure;
    margin: auto;
    width: 970px;
}
#content
{
	font-size: 12px; /*margin: auto auto 10px;*/
	margin: auto;
	width: 950px;
}
#header
{
	width: 946px;
	margin: 10px;
	text-align: center;
	height: 360px;
	position: relative;
	border: 2px solid Grey;
}
#footer
{
	border: 2px solid Grey;
	margin: 15px auto auto;
	position: relative;
	text-align: center;
	width: 946px;
}
#content #right
{
	clear:both;
	font-size: 12px;
	float: none;
	width: 946px;
	padding: 0 0 5px 0;
	text-align: justify;
	margin-top: 35px;
}

#content #left
{
	margin-top: 10px;
}

#content #spec
{
	/*font-size: 12px;*/
	width: 620px;
	padding: 0 0 5px 0;
	text-align: justify;
	margin: auto;
	height: auto;
	min-height: 350px;
	margin-top: 10px;
}
#spec ul
{
	margin: 0px 0px 0px 0px;
	padding-left: 20px;
	padding-right: 20px;
}
#spec li
{
	margin-bottom: 2px;
	margin-top: 2px;
}
#spec li a
{
	display: block;
	position: relative;
	padding: 10px;
	font-weight: normal;
	color: Blue;
}
#spec li a:hover
{
	color: Blue;
}
#content #spec #map
{
	margin-top: 10px;
	margin-bottom: 10px;
	height:350px;
	width: 620px;
}
#menu
{
	background: none;
	width: 946px; /*-moz-border-radius: 15px;*/
	margin: 0px;
	height: 40px;
}

#menu ul
{
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#menu li
{
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

#menu li a
{
	display: block;
	position: relative;
	text-decoration: none;
	color: Gray;
	font-weight: bold;
	padding: 10px;
}
#menu li a:hover
{
	color: Red;
}
/* Impostiamo lo sfondo dei link, per default ed al mouseover */

#menu li a
{
	/*background-image: url(menu_1.gif);*/
}
#menu li a:hover
{
	/*background-image: url(menu_2.gif);*/
}


/* da css generato gradient colorzilla */
.gradient
{
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(78,136,193,1) 50%, rgba(114,173,223,0.7) 88%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(78,136,193,1)), color-stop(88%,rgba(114,173,223,0.7)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(78,136,193,1) 50%,rgba(114,173,223,0.7) 88%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(78,136,193,1) 50%,rgba(114,173,223,0.7) 88%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(78,136,193,1) 50%,rgba(114,173,223,0.7) 88%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(78,136,193,1) 50%,rgba(114,173,223,0.7) 88%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
