@charset "utf-8";
/* CSS Document of Badano Mobili Spotorno (SV) - Compiled by Ruggero Netcorporate Web Designers */
/*Typography*/
body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
}
h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight :bold;
	text-transform: uppercase;
	color: #F00;
	padding: 0px 30px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: left;
	text-transform: uppercase;
	color:#03D0D5;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
/*Inizio Contenitori*/
#main_container {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;		
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
#header {
	width: 1280px;
	height: 240px;
}
.logo_container {
	width: 940px;
	height: 240px;
	float: left;
}
.nivoslider {
    width: 340px;
    height: 240px;
	float: right;
	}
#page_title {
	width: 1280;
	height: auto;
}
#container_monocolonna {
	width: 1250px;
	padding: 30px;
}
#container_monocolonna p{
	text-align:justify;
	padding: 0px 30px 0px 0px;
	margin: 0px;
}
#left_container {
	width: 60%;
	float: left;
	padding: 10px 5px 10px 30px;
}
#left_container p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
	color: #FFF;
}
#right_container {
	width: 34%;
	float: right;
	padding: 10px 30px 10px 0px;
}
#right_container p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	color: #FFF;
}
/*Inizio Container Meteo*/
#left_container_meteo {
	width: 63%;
	float: left;
	padding: 10px 5px 10px 30px;
}
#right_container_meteo {
	width: 28.5%;
	float: left;
	padding: 10px 30px 10px 0px;
}
/*Fine Container Meteo*/
#footer {
	width: 1280px;
	height: 40px;
	background-color: #F00;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	clear: both;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	color: #FFF;
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
	color: #999;
}
