﻿@import "menuRight.css";
@import "menuBottom.css";
@import "home.css";
@import "prodotti.css";
@import "termoscud.css";
@import "scroller.css";
@import "legenda.css";
@import "eventi.css";
/* Stili usati nella MasterPage */

body 
{
	position:absolute;
	background-color:black;
	margin-left:16px;
	margin-top:12px;
	color:White;
}
#main
{
	display:block;
	width:940px;
}
#mainHeader
{
    font-variant:small-caps;
	width:684px;
	float:left;
}
.pnlHeader
{
    height:34px;
}
#mainHeader .headerText
{
    color:white;
    padding-left:11px;
    font-size:18px;
    font-weight:bold;
    line-height:34px;
}
#mainContainer
{
	float:left;
}
#mainContent
{
    margin:0px;
	clear:left;
	border:0px;

	margin-right:15px;
	margin-bottom:15px;

	width:684px;
	overflow:hidden;
}
.Error
{
    color:Red;
    font-weight:bold;
    font-family:Tahoma;
    font-size:xx-small;
    margin-left:-14px;
}
#bottomBorder
{
    text-align:center;
    width:674px;
    margin-left:auto;
    margin-right:auto;
    margin-top:-7px;
    border-top:solid 1px #cecece;
}
#flashcontent{
	margin-top:-10px;
	margin-left:-10px;
	width:684px;
	height:458px;
}