/*
______________________________________________________________________________
NOTES
==============================================================================
	COMPANY COLOURS
	
	graphics:	#ffc726
	text:		#767a7d

==============================================================================
END NOTES
______________________________________________________________________________
*/

/*
==============================================================================
	COMMON TAG DEFINITION 
==============================================================================
*/
* {
	margin: 0px;
	padding: 0px;
}
html, body {
  	height: 100%; /* Required */
}

body {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	font-weight: 200;
	color: #767A7D;
	text-align: justify;	
	background: #F1F1F1 url(/images/bkg.gif) repeat-y top center;
}

table tr td {
	font-family: Verdana;
	font-size: 12px;
}
	
a {text-decoration: underline; color: #fcc10b;}
a:hover,a:active {text-decoration: none; color: #bb8900; }

h1 {
	text-transform:uppercase;
	font-size: 14px;
	line-height: 18px;
	}
h2 {
	font-size: 14px;
	line-height: 18px;
	}
h3 {
	text-transform:uppercase;
	font-size: 12px;
	line-height: 16px;
	}

ul	{list-style-type: none;	}
/*
==============================================================================
	DIV - MAIN STRUCTURE
==============================================================================
*/
#container-page {
	width: 800px;
	width/**/:/**/ 801px;
	margin: 0 auto;
	position: relative;
	
  	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */	
}

#header {
	margin-left: 13px;
	}
	
#Container {
	display: block;
	margin-left: 23px;
	padding-bottom: 25px;
	background-color: #FFFFFF;
	clear: both;
	}
	
#Container:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}	


#container-foot {
  clear: both;
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 130px;
  background-color: #FFFFFF
}


/*
==============================================================================
	FINE DIV - MAIN STRUCTURE
==============================================================================
*/


/*
===============================================================================
COMPOSIZIONE HEADER
===============================================================================
*/	
#qbLink {
	width: 760px;
	margin-bottom: 12px;
}

#qbLink img {
	margin: 10px 0 0 10px
}


/*
-----------------------------------------------------------------
MENU TOP
-----------------------------------------------------------------
*/

#menuTop {
	width: 775px;
	background: url(/images/background_top.gif);
	float: left;
}

#menuTop ul {
	width: 100%;
	list-style-type: none; 
	background: url(/images/background_top.gif);	
}

#menuTop ul li{
	display: inline;
}

#menuTop ul li a {
	float:left; 
	width: 130px;
	display: block;
	line-height: 17px;	
	padding: 4px 0px 8px 3px;	
	border-right: 1px solid #CDCDCD;
	
	text-transform: uppercase;
	text-decoration: none;	
	
	font-size: 9px;
	font-weight: bold;
	color: #B2B2B2;
}

#menuTop ul li a:Hover {
	color: #666666;
	background: url(/images/menu/on_menu.gif);
}

#menuTop ul #logout {
	float: right;
	text-align: right;
}

#menuTop ul #logout a {
	width: 80px;
	padding-right: 10px;
	border-right: 0px; 
	border-left: 1px solid #CDCDCD;
}
/*
-----------------------------------------------------------------
FINE MENU TOP
-----------------------------------------------------------------
*/
#fascione {
	margin: 0px;
	padding: 0px;
}

#categoria {
	width: 775px;
	line-height: 60px;	
	
	background: url(/images/cornice.gif);
	cursor: pointer;
	cursor: default;
}

#categoria p{
	text-transform: uppercase;
	text-decoration: none;		
	
	font-size: 9px;
	font-weight: bold;
	color: #B2B2B2;
	padding: 12px 0 0 20px;
}

/*
==================================================================
FINE COMPOSIZIONE HEADER
==================================================================
*/

/*
==================================================================
COMPOSIZIONE CONTEINER
==================================================================
*/

#leftContent {
	float: left; 
	width: 200px;
}

#rightContent {
	float: right; 	
	width: 560px;
	padding: 0 15px 150px 0;
}

/*
-----------------------------------------------------
Menu sx
-----------------------------------------------------
*/

#Container #nav {
	float: left;
	width: 160px;
	margin: 20px 0 6px 0;
	list-style-type: none;
}

#Container #nav li {
	margin: 0 0 3px 0;
	width: 160px;
}


#Container #nav li a{
	display: block;
	width: 160px;
	padding: 5px 0px 5px 8px;	
	
	text-transform: uppercase;
	text-decoration: none;	
	
	font-size: 9px;
	font-weight: bold;
	color: #B2B2B2;
	background: #FFFFFF url(/images/menu/off_nav.gif) no-repeat 0 0;
}

#Container #nav li a:Hover{
	color: #666666;
	background: #FFFFFF url(/images/menu/on_nav.gif) no-repeat 0 0;
}

#Container #nav li .itemSel {
	color: #666666;
	background: #FFFFFF url(/images/menu/on_nav.gif) no-repeat 0 0;	
}

/*
-----------------------------------------------------
Fine Menu sx
-----------------------------------------------------
*/

#title {
	margin-bottom: 0px;
}

#Intro{
	width: 440px;
	padding: 0 0 20px 100px;
	background: transparent url(/images/skins/arrow_large.gif) no-repeat 0 0;
	min-height: 40px;
	}

#Intro h1{
	text-transform: uppercase;
	color: #767a7d;
	height: 60px;
}
#Intro h2{
	font-weight: normal;
	color: #767a7d;
}

	
/* BODY CONTENT AND BODY CONTENT NAVIGATION/LINKS */

#sfumaturaMenu {
	background: transparent url(/images/skins/bkg_feather.gif) repeat-x 0 0;
	float: left; 
	width: 160px; 
	padding-bottom: 150px
}
	
/* Body content - underneath intro*/

#rightContent li {background: transparent url(/images/skins/bullet.gif) no-repeat 0 0;}

/* Text content in Content */

#Content h1, #Content h2, #Content h3{
	text-transform: uppercase;
	padding-left: 30px;
	background: transparent url(/images/skins/arrow_simple.gif) no-repeat 0 0;
}

#Content ul, #Intro ul{
	margin: 20px 0 20px 0;
}

#Content ul li, #Intro ul li{
	margin-bottom: 10px;
	padding-left: 30px;
	background: transparent url(/images/skins/bullet.gif) 0 1px no-repeat;
}
#Content.indent p{
	padding-left: 30px;
	}


/* Resolve floating objects */
#FloatResolve{
	position:relative;
	clear: both;
	left: 1px;
	}
#FloatResolve span{
	display: none;
	}	
	
/*  Footer */
#Footer {
	padding: 10px 20px 100px 33px;
	border-top: solid #F1F1F1 10px;
}

#FooterLogo {
	float: Right;
	margin: 0;
	padding: 15px 40px 0 0;
	color: #999999;
	}
	
#FooterInfo {
	float: left;
	font-size: 11px;
	padding: 15px 0 0 25px;
	color: #999999;
	}
	
#FooterInfo p{
	float: left;
	display: block;
	width: 200px;
	}
	
#Footer a{
	color: #767A7D;
	text-decoration: none;
		}
#Footer a:hover{
	color: #333333;
	text-decoration: none;
		}
	
/*
==============================================================================
	Special
==============================================================================
*/

.ClearBoth{
	display: none;
	clear: both;
	}
.whiteBkg{
	background-color: #FFFFFF;
	}

.FontSizeUp{
	font-size: larger;
	}
.FontBold{
	font-weight: bold;	
	}
.UpperCase{
	text-transform: uppercase;	
	}
.UpperCaseBold{
	text-transform: uppercase;
	font-weight: bold;		
	}

p.qualita{
	margin: 20px 0 0 0;
	padding: 0px 0 20px 100px;
	background: transparent url(/images/marchi_qualita.gif) no-repeat 0 0;
	font-size: 10px;
	}
	
.FloatHeader{
	clear:left;
	float: left;
	display: block;
	width: auto;
	margin-top: 0;
	}
.FloatContent100{
	margin-top: 0;
	margin-left: 100px;
	margin-bottom: 25px;
	}
.FloatContent150{
	margin-top: 0;
	margin-left: 150px;
	margin-bottom: 25px;
	}
.FloatContent175{
	margin-top: 0;
	margin-left: 175px;
	margin-bottom: 25px;
	}
.Note{
	display:block;
	margin-left: 5px;
	padding-left: 10px;
	border-left: solid #CCCCCC 1px;
	}
	
hr {
	margin: 0;
	border-top: 1px solid #F1F1F1;
	background-color:#FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	}


/*
=====================================================================
FORM LOGIN
=====================================================================
*/

div.login div table{
	float: left;
	width: 320px;
	margin: 0px;
}

div.login div #imgQBlink {
	border: 0px;
	margin-top: 7px;
	
}


div.login div table tr td{
	padding: 3px;
}

div.login{
	margin: auto;
	width: 500px;
    background:url(/images/box.jpg) no-repeat bottom left;
    padding-bottom: 22px
}

div.login div{
    background:url(/images/box.jpg) repeat-x top left;
    padding: 25px 20px 0 20px;
}

div.login div .DisplayErrore {
	width: 400px;
	color: #FF0000;
	padding: 0;
	margin: auto;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.login div input {
	font-family: Verdana;
	font-size: 12px;
}

div.login div #txtlogin {
	width: 98%;
}

div.login div #txtpsw {
	width: 68%;
}

div.login div #buttom {
	clear: both;
	width: 100%; 
	text-align: center; 
	margin: 0px;
	padding: 0px; 
	display: block;
}

.DisplayErrore {
	color: #FF0000;
	text-align: justify;
	padding: 0;
	margin: 0;
}

/*
--------------------------------------------------
GRAFICA FORM
--------------------------------------------------
*/
form table {
	margin-top: 10px;
	margin-bottom: 10px;
}

form table tr td {
	vertical-align:top;
	text-align: left;
	padding: 4px;
}


form td.cellHeader {
	font-weight:bold;
}

form td p {
	margin : 0;
}

form table .tableRow1 {	
	background-color: #FFFFFF;
	padding: 4px;
}

form table .tableRow2 {	
	background-color: #F8F8F8;
	padding: 4px;
}

form table .tableRowEnd {	
	background-color: #E1E1E1;
	padding: 4px;
}

form textarea {	
	width: 99%;
	font-family: Verdana;
	font-size: 12px;
	padding: 2px;	
}

form select, form input, form button{	
	font-family: Verdana;
	font-size: 12px;
}

DisplayErrore{
	color: #FF0000;
}