body {
	margin: 0;
	padding: 0;
	font: 80% Arial, Tahoma, Helvetica, sans-serif;
	color: #7e7e7e; 
	background: #DB9425 url(headerbg.jpg) repeat-x;
	line-height: 16px; 
}

a {
	color: #1F4208;
	font-weight:bold;
	text-decoration: none;
	background-color: inherit;
}

img {
	border-width: 0;
}

a:hover {
	color: #DDDDDD;
	font-weight:bold;
	text-decoration: none;
	background-color: inherit;
}
a.lnk:hover {
	color: #222222;
	font-weight:bold;
	text-decoration: none;
	background-color: inherit;
}

h1 {
	font: bold 1.4em Arial, Sans-Serif;
	letter-spacing: -1px;
	color: #808080;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #808080; 
	text-transform: uppercase;
	background-color: inherit;
	
}

h2 a {
	color: #6AC65D;
	background-color: inherit;
	text-decoration: none;
}


p {
	padding: 2px 0 5px;
	margin: 0;
}

#content {
	margin: 0px auto; 
	width: 780px; 
}

.ev {
	color: #118BB9;
	font-weight: bold;
}

.header { 
	height: 81px; 
	margin: 0px 0 2px 0; 
	padding: 0px 0 0 5px;
	border-top: 0px solid #000;
	background: #FFF url(headerbg.jpg) repeat-x bottom left;
	color: #808080;
}
	
.searchform {
	float: right;
	padding: 2px 5px 0 0;
}

.subheader {
	clear: both;
	height: 23px;
	margin: 0 0 10px 0;	
}

.clear {
	clear: both;
}
.subheader_left {
	line-height: 28px;
	width: 193px;
	background: #33ADDB url(hmleftbg.gif) repeat-x;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
}

.subheader_left a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
}

.subheader_right {
	background: #F6F6F6 url(hmrightbg.gif) repeat-x;
	color: #626262;
	line-height: 28px;
	
	float: right;
	width: 574px;
	
}

.subheader_right a {
	margin: 0px 2px 0 0;
	padding: 7px 10px 8px 10px;
	color: #626262;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.subheader_right a:hover {
	background: #33ADDB url(hmleftbg.gif) repeat-x;
	border-top: 1px solid #1A83AC;
	color: #FFFFFF;
}

#box {
	background: #FFFFFF url(menubg.jpg) repeat-y;;
	position:relative;
	float: left;
	width: 780px;
}

.left {
	float: left;
	padding: 5px 0 0 5px;
	width: 190px;
}

.right {
	float: right;
	width: 560px;
	margin: 0 0 20px 0; 
	padding: 5px 0 0 15px; 
	color: #000;
	background-color: #EEEDD8; 
	border-left: 1px solid #e6e6e6;
}

a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left {
	float: left;
	width: 220px;
	padding: 13px;
	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #626262;
}

.right_right {
	float: right;
	width: 240px;
	padding: 13px;
	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #626262;
}

.footer { 
	clear: both; 
	color: #FFFFFF; 
	background-color: #DB9425;
	padding: 10px 0 10px 0; 
	border-top: 1px solid #e6e6e6; 
	text-align: center;  
	line-height: 13px;
}

.footer a { 
	text-decoration: underline; 
}

form.search {
	padding: 0; 
	margin: 0; 
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}

body{behavior:url(cssHoverFix.htc);}
#navigation {width:170px;}

/*Main Menu*/
#navigation ul {margin:0px; padding:0px;}

#navigation ul li {
 background-color:#DB9425;
height:35px;
line-height:35px; 
list-style:none; 
padding-left:10px;
margin-bottom:4px;
color:#FFF; 
border-top:#fff solid; 
border-bottom:#fff solid; 
border-width:1px;
/*cursor:pointer; */
}
#navigation ul li:hover {background-color:#3E8211; position:relative;}

/*Sub Menu*/
#navigation ul ul {display:none; position:absolute; left:100px; top:15px; border:#fff solid; border-width:1px; background-color:#DB9425; }
#navigation ul li:hover ul {display:block;}

#navigation ul ul li { width:160px; float:left; display:inline; border:none;}
#navigation ul ul li:hover {text-decoration:none; border:none;}

#navigation li:hover ul li ul {display:none;}

#navigation ul ul li ul {left:110px; background-color:#0099CC;}
#navigation ul ul li:hover ul {display:block;}

.sx, .dx { float:left;}
#box .right .sx { width:271px; }
#box .right .dx{ width:279px;}

#preventivo label { display:block; height:42px;} 
#preventivo label input { width:194px; padding:2px 0 3px 3px; color:#91867f; background:none; border:1px solid #a09b96; }
#preventivo textarea {width:205px; height:100px; padding:2px 0 2px 3px; margin-bottom:26px; color:#91867f; background:none; border:1px solid #a09b96; overflow:auto;}
#preventivo label checkbox { width:4px; padding:2px 0 3px 3px; color:#91867f; background:none; border:1px solid #a09b96; }
#preventivo .link1 { float:right; margin-left:18px;}