/* CSS Document */


/* Tag Reset */

html, body, h1, h2, h3, p, ul, li, input, textarea, label, fieldset, a, img, table, tr, td, object{
	margin:0;
	padding:0;
}

/* Ridefinizione tag*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2c3d4d;
	text-align:justify;
	background:#0b141b url(../images/bg.gif) repeat-x;
	line-height:18px;
}

img, a img{
	border:none;
}

a{
	font-weight:bold;
	text-decoration:none;
	color:#e90751;
}

a:hover{
	text-decoration:underline;
}

p{
	line-height:18px;
	padding-bottom:18px;
}

h1{
	color:#FF9C00;
	font-weight:normal;
	font-size:21px;
	line-height:27px;
	padding-bottom:18px;
	letter-spacing: -1px;
	text-align:left;
}

h2{
	color:#c6074f;
	line-height:18px;
	padding-bottom:3px;
	letter-spacing: 1px;
	font-size:14px;
	font-weight:bold;
}

h3{
	color:#FFFFFF;
}

ul{
	list-style:none;
	padding-bottom:18px;
}

li{
	padding-left:18px;
	text-align:left;
}

strong{
	color: #131e2b;
}

label{
	display:block;
	height:20px;
	width:380px;
}

input{
	border:1px solid #6DA6D5;
	width:230px;
	padding:4px;
}

label span{
	display:block;
	float:left;
	height:20px;
	width:100px;
}

textarea{
	border:1px solid #6DA6D5;
	padding:4px;
	width:230px;
	height:80px;
}

/* Sezioni  */

#container{
	position:relative;
	margin:0 auto;
	width:767px;
	padding:0 11px 11px 11px;
	background:#fff url(../images/bg-header.gif) repeat-x;
}

#tel{
	position:fixed;
	top:0;
	left:0;
	z-index:3000;
}

#header{
	height:96px;
	background:url(../images/logo-header.gif) top left no-repeat;
	text-align:right;
}

#promo{
	height:239px;
}


#content{
	float:left;
	width:748px;
	min-height: 370px;
    height: auto !important;
    height: 370px;
	padding-top:18px;
	padding-left:18px;
}

#content-home1{
	float:left;
	width:730px;
	min-height: 260px;
    height: auto !important;
    height: 260px;
	padding:18px 18px 0 18px;
}

#content-home{
	float:left;
	width:420px;
	min-height: 450px;
    height: auto !important;
    height: 450px;
	padding-top:18px;
	padding-left:18px;
}

#categories{
	background:url(../images/bg/bg-categories.jpg) no-repeat;
	height:90px;
	position:relative;
}

#menu-categories{
	line-height:18px;
	position:absolute;
	height:44px;
	width:640px;
	left: 130px;
	top: 27px;
	text-align:center;
}

#menu-categories a{
	color:#FFFFFF;
	padding:0 4px;
	margin-top:1px;
	display:block;
	float:left;
	height:39px;
	padding-top:3px;
	border-left:solid 1px #7bbdef;
}

#menu-categories a:hover{
	background-color:#fdb400;
	text-decoration:none;
}

#marche{
	position:absolute;
	left: 486px;
	top: 334px;
}

#menu-bottom, #menu-top{
	height: 36px;
	line-height:36px;
	color:white;
	background:#6da6d5;
}

#menu-top{
	background:url(../images/bg-menu.gif);
}

#menu-bottom ul, #menu-top ul{
	padding:0;
}

#menu-bottom li, #menu-top li{
	float:left;
	padding:0;
}

#menu-bottom a:link, #menu-bottom a:visited, #menu-top a:link, #menu-top a:visited{
	float:left;
	padding:0 12px 0 12px;
	color:#FFF;
}

#menu-top a:hover{
	background: url(../images/hover.gif);
	color:#FFF;
	text-decoration:none;
}

#menu-bottom a:hover{
	background:#2f6cb2;
	text-decoration:none;
}

#footer{
	clear:both;
	height:108px;
	background:#d3e6f3 url(../images/footer-dx.gif) bottom right no-repeat;
}

#myGallery{
	margin-left:18px;
}

#credits{
	color:#FFFFFF;
	margin:0 auto;
	height:18px;
	width:767px;
	padding:8px 11px 11px 11px;
}

#credits a:link, #credits a:visited{
	padding:3px;
	color: #6da6d5;
}

#credits a:hover{
	color:#fff;
	background: #FF9C00;
	text-decoration:none;
}

#flash{
	position:absolute;
	width:325px;
	height:90px;
	left: 0;
	top: 480px;
}

/* Stili per homepage */


.copyright{
	padding-top:9px;
	float:right;
	text-align:right;
}

.bordo{
	border-right:solid 1px #A4CEED;
}

.red{
	color:#FF0000;
}

.floatedLeft{
	float:left;
}

.floatedRight{
	float:right;
}
