@charset "utf-8";
/* CSS Document for Baia Domizia Blues */

body{
	margin: 0px;
	margin-top:28px;
	margin-bottom:28px;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-color: #ffffff;
	background-image:url(../images/main_bkg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	padding: 0px;
	/*background-image:url(../images/body_bg.gif);*/
	/*text-align: center;*/
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

a:link,a:active,a:visited {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: yellow;
}

a:hover {
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #F60;
}

div.left{
	float:left;
}

div.right{
	float: right;
}

div.link_right{
	text-align: right;
}

div.separator{
	height: 10px;
}

form {
	margin: 0;
	padding: 0;
}

div#main_container{
	width: 966px;
	background-color:#000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

div#header{
	background-image: url("../images/header.jpg");
	background-position: center;
	height: 150px;
	width: 100%;
}

div#navigator{
	height: 45px;
	background-image: url("../images/nav_bkg.jpg");
}

div#slideshow{
	height: 312px;
	background-color: #ccc;
}

div#sponsor{
	height: 219px;
	background-image: url(../images/sponsor.jpg);
	background-repeat: no-repeat;
}

div#content{
	width: 966px;
	background-color: #0e171e;
	background-image:url(../images/bkg_content.gif);
	font-size: 11px;
	color: #eee;
	font-family: Verdana, Arial, Geneva;
}

div#up_content{
	height: 300px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	/*background-color: red*/
	border-bottom: 1px solid #444;
}

div#up_content_left{
	float:left;
	padding-right: 18px;
	border-right: 1px solid #444;
	width: 550px;
}

div.description_story{
	padding-left: 10px;
	height: 90px;
	text-align: justify;
}

div.carousel{
	text-align: center;
}

div#up_content_right{
	float: right;
	width: 330px;
}

div#web_tv{
	width:320px;
	height:200px;
	background-color: #000;
}

div.electric_text{
	color: #00acee;
	text-align: justify;
}

div#mid_content{
	height: 100px;
	padding-top: 20px;
	/*background-color: blue;*/
	border-bottom: 1px solid #444;	
}

div#baia{
	float:left;
	width: 150px;
	padding-left: 30px;
}

div.head_bold_white{
	color: white;
	font-weight: bold;
}

div#mid_content_left{
	float:left;
	padding-right: 30px;
	width: 570px;
}

div#mid_content_right{
	float:right;
	width: 336px;
}

div#newsletter_area{
	height: 30px;
	padding-top: 10px;
	width: 270px;
}

div#bottom_content{
	height: 220px;
	padding-top: 15px;	
}

div#bottom_content a:link, a:active, a:visited {
	text-decoration: none;
	color: yellow;
}

div#bottom_content a:hover {
	text-decoration: underline;	
}

div#bottom_content_left{
	width: 600px;
	float: left;
}

div#bottom_content_left_first{
	width: 180px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;	
}

div#bottom_content_left_first ul{ 
	padding-left: 1.8em;
	line-height: 20px;
}

div#bottom_content_left_second{
	padding-top: 20px;
	padding-left: 20px;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	width: 360px;
	float:left;
	}

div#bottom_content_left_second_maps_img{
	width: 180px;
	float: left;	
}

div#bottom_content_left_second_maps_desc{
	width: 170px;
	float: left;
}

div.text_spacing{
	height: 40px;	
}

div.text_spacing_grey{
	padding-top: 10px;
	height: 55px;
	color: #bbb;	
}

div#bottom_content_right{
	width: 366px;
	float: right;
}

div#bottom_content_right a:link, a:visited, a:active{
	color: #f8a001;
}

div#bottom_content_right a:hover{
	color: #f8a001;
}

div#bottom_content_right_first{
	width: 175px;
	float:left;
	line-height: 1.6em;
	border-right: 1px solid #444;
}

div#bottom_content_right_second{
	width: 190px;
	float:left;
}

div.convenzioni{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	height: 40px;
	text-align: center;
	color: #f8a001;
	text-decoration: underline;
	font-weight: bolder;
	}

div#footer{
	height: 55px;
	background-image: url("../images/social_ntw.jpg");
	background-repeat: no-repeat;
	background-position:right;
	background-color: #262626;
	color: #eee;
}

div#sub_footer{
	height: 27px;	
	padding-top: 18px;
}

div#copyright{
	font-size: 11px;
	font-family: Arial, Verdana;
	float: left;
	color: #eee;
}

div#info_baia{
	float: right;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #ccc;
}