body {
	padding: 0 0 16px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #777;
	/* background-color: #495E72; */
	background-color: #778fa8;
}
a {
	color: #5483BC;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #5483BC;
	text-decoration: none;
}
/* ------------------------------------------------------ rounded corners and external shadows */

#nw_corner { background: url(../images/corner_nw.gif) no-repeat right bottom; width: 14px; height: 13px; margin: 0; padding: 0; }
#ne_corner { background: url(../images/corner_ne.gif) no-repeat left bottom; width: 14px; height: 13px; margin: 0; padding: 0; }
#sw_corner { background: url(../images/corner_sw.gif) no-repeat right top; width: 20px; height: 21px; margin: 0; padding: 0; }
#se_corner {
	background: url(../images/corner_se.gif) no-repeat left top;
	width: 20px;
	height: 21px;
	margin: 0;
	padding: 0;
}
.n_shadow { background-color: transparent; background-image: url(../images/shadow_top.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: bottom; height: 13px; margin: 0; padding: 0; }
.s_shadow {
	background-color: transparent;
	background-image: url(../images/shadow_bottom.gif);
	background-position: left top;
	height: 21px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
.w_shadow { background-color: transparent; background-image: url(../images/shadow_left.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: right; margin: 0; padding: 0; }
.w_shadow_top {
	background: url(../images/shadow_left_top.gif) no-repeat right top;
	width: 14px;
	margin: 0;
	padding: 0;
}
.e_shadow {
	background: url(../images/shadow_right.gif) repeat-y left;
	margin: 0;
	padding: 0;
}
.e_shadow_top {
	background: url(../images/shadow_right_top.gif) no-repeat left top;
	width: 20px;
	margin: 0;
	padding: 0;
}



/* ------------------------------------------------------------------------- frames e wrappers */

#preAll {
	height: 3px;
	display: block;
	background-color: #B00F15;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.outerFrame	{ /* contenitore generale */
	margin: 0 auto; padding: 0; width: 760px; text-align: center; background-color: #fff; background-image: none;
}
#mainContent { /* contenitore delle colonne */
	margin: 10px auto 0; padding: 0 0 5px;
	/* padding-bottom: 2px; */
	width: 760px; 
	background-color: #fff; }
#transparent_logo {
	width: 89px;
	height: 75px;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
.clearerBoth {
	display: block;
	clear: both;
}

/* ---------------------------------------------------------------------------- testata */
#preMenu {
	height: 19px;
	background: url(../images/smallHeader.gif) repeat-x;
	width: 760px;
	padding-top: 7px;
}
#preMenu #leftPremenu {
	float: left;
	height: 19px;
	margin-left: 12px;
	color: #8A9CB2;
}
#preMenu #rightPremenu {
	float: right;
	height: 19px;
	width: 300px;
	margin-right: 4px;
	text-align: inherit;
	color: #8A9CB2;
}
#preMenu #rightPremenu span {
	padding-right: 40px;
}
#preMenu #rightPremenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 2px;
}
#preMenu #rightPremenu ul li {
	display: block;
	list-style-type: none;
}
#preMenu #rightPremenu a,
#preMenu #rightPremenu ul li a {
	 display: block;
	 float: right;
	 padding: 0 9px;
	 font-size: 0.9em;
	 color: #ddd;
	 text-decoration: none;
}
html #preMenu #rightPremenu ul li a {
	height: 1%;
}
#preMenu #rightPremenu ul li a:hover, 
#preMenu #rightPremenu ul li a:focus,
#preMenu #rightPremenu ul li a:active  {
	color: white;
}
#header {
	height: 90px;
	text-align: right;
	width: 760px;
	float: left;
	background-repeat: no-repeat;
}
/* menu */
#header_menu {
	float: right;
	display: block;
	width: 600px;
	height: 36px;
	padding-top: 54px;
}
#header_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header_menu ul li {
	display: inline;
	list-style-type: none;
}
#header_menu ul li a {
	display: block;
	float: right;
	padding-top: 16px;
	padding-bottom: 6px;
	font-weight: bold;
	background-repeat: repeat;
	background-position: right;
	padding-left: 15px;
	padding-right: 11px;
	background-image: url(../images/menu_overlay.png);
}
html #header_menu ul li a {
}
#header_menu ul li a:link, 
#header_menu ul li a:visited {
 	color: #f5f5ec;
 	text-decoration: none;
}
#header_menu ul li a:hover, 
#header_menu ul li a:focus,
#header_menu ul li a:active  {
	color: #A5BBD9;
	padding-bottom: 7px;
	padding-top: 15px;
	 /* border-bottom: 3px solid #fff;
	 border-top: 3px solid #fff; */
}
#header_menu ul li a.selected {
	/* border-bottom: 3px solid #fff;
	border-top: 3px solid #fff; */
}
/* --------------------------------------------------------------------------------- path */
.path {
	color: #ccc;
	background-color: #fff;
	padding: 2px 4px 2px 16px;
	text-align: left;
	font-size: 0.9em;
}
.path a {
	text-decoration: none;
	color: #aaa;
}
.path a:hover,
.path a:focus,
.path a:active {
	color: #666;
}
/* --------------------------------------------------------------------------------- Colonna sinistra */
#menu {
	margin: 0;
	padding: 10px 0 0px 0;
	background-image: url(../images/graydots_vert.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#menu .item ul {
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#sx {
	float: left;
	margin: 0;
	padding: 10px 0 0 0px;
	width: 215px;
	text-align: left;
	margin-right: 10px;
	background-color: #fff;
}
#sx #sx_banner {
	position:relative;
	width:210px;
	height:224px;
	-adbe-g:p;
}
#sx #sx_banner_box {
	text-align: center;
}
#sx .item {
	padding: 6px;
	margin: 5px 10px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sx .item h2 {
	font-size: 12px;
	margin: 3px 0 5px 0;
}
#sx .item p {
	margin: 0;
	padding: 0;
}
#sx .item a:link,
#sx .item a:visited {
	color: #777;
}
#sx .item a:hover,
#sx .item a:focus,
#sx .item a:active {
	color: #5483BC;
	background: #EAEFF7;
}
/* --------------------------------------------------------------------------------- Contenuto principale - main container */
#mainContainer {
	float: left;
	margin: 0;
	padding: 25px;
	text-align: left;
	width: 700px;
}
#pageContent {
	background: url(../../imgs/graydots_horz.gif) repeat-x left top;
	padding: 10px;
	text-align: justify;
}
/* --------------------------------------------------------------------------------- Colonna destra - manin content */
#dx {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width: 500px;
	text-align: justify;
	line-height: 1.5;
	display: block;
}
#dx a {
	font-weight: bold;
}
#dx a:hover,
#dx a:focus,
#dx a:active {
	background-color: #EAEFF7;
}
#dx h2 {
	font-size: 18px;
	text-align: left;
}
#dx h3 {
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
}
#dx .doubleBlock {
	margin-top: 16px;
	margin-bottom: 16px;
	display: block;
}
#dx .doubleBlock .blockItem {
	float: left;
	width: 250px;
	margin-right: 10px;
}
.floatImg {
	float: left;
	margin: 2px 6px 2px 2px;
	text-align: center;
}
.floatImg2 {
	float: right;
	margin: 2px 2px 2px 6px;
	text-align: center;
}
#dx #mainBox {
	/* border-top: 1px #999 dotted; */
	background: url(../images/graydots_horz.gif) repeat-x left top;
	padding: 10px;
}
#dx .itemBox {
	clear: both;
	padding: 3px;
	display: block;
}
#dx #features {
	width: 65%;
	float: left;
}
#dx #tryoutBox {
	width: 30%;
	float: right;
	background: url(../../imgs/graydots_vert.gif) repeat-y left top;
	padding: 8px;
	text-align: justify;
}
#dx .half_w_box {
	width: 230px;
	margin: 5px;
	float: left;
	padding: 5px;
}
#dx .half_w_box h2 {
	font-size: 13px;
	margin: 5px 0 5px 0;	
}
#dx .video_title {
	font-size: 12px;
	margin: 2px 0 0 0;
	font-weight: bold;
}

/* --------------------------------------------------------------------------------- footer */
#footer {
	width: 730px;
	margin-top: 35px;
	padding: 10px 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	clear: both;
	display: block;
	background-color: #fff;
	background-image: url(../images/logo_esteco.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 20px;
}
#footer ul {
	margin: 0;
	padding: 0;
	padding-left: 86px;
	padding-top: 4px;
	line-height: 1.2em;
	color: #888;
}
#footer ul li{
	list-style-type: none;
	display: inline;
}
#footer ul li a{
	padding: 1px 4px;
}
#footer ul li a:link,
#footer ul li a:visited {
	color: #9C9C8B;
	text-decoration: none;
}
#footer ul li a:hover,
#footer ul li a:focus,
#footer ul li a:active {
	color: #68685F;
	text-decoration: none;
}
#footer .copy {
	margin-top: 12px;
}
/* campi di input dei form */
input.text, textarea {
	border: 1px solid #666;
}
input.text {
	width: 200px;
}
input.invalid_text {
	width: 200px;
	border: 1px solid #f00;	
}
.error {
	color: #f00;
}
fieldset#requestFs {
	border: 1px solid #666;
	padding: 15px;	
}
#requestFs legend {
	color: #666;
}
.centerImg {
	text-align: center;
	padding: 5px 0 5px 0;
}
div.graydots {
	background-image: url(../images/graydots_horz.gif);
	background-repeat: repeat-x;
	display: block;
	clear: both;
	height: 3px;
}
fieldset#login {
	width: 300px;
	margin: 30px;
	padding: 15px;
	text-align: center;
	left: 50px;
	position: relative;
	border: 1px solid #999;
	-moz-border-radius: 10px;
}
#more {
	display: none;
}
#dx img.sw_logo {
	margin: 0px 5px 2px 0px;
	border: 0;
	float: left;
	width: 25px;
	height: 25px;
}

/* --------------------------------------------------------------------------------------------------------- search box */

select {
	border: 1px solid #999;
	font-size: 10px;
	margin-top: 3px;
}
select#cat_select,
select#prod_select {
	width: 120px;
	height: 16px;
}

#procint_nw {
	width: 14px;
	height: 13px;
	margin: 0;
	padding: 0;
	background-image: url(../images/CAESearch_nw.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#procint_ne {
	width: 14px;
	height: 13px;
	margin: 0;
	padding: 0;
	background-image: url(../images/CAESearch_ne.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#procint_sw {
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../images/CAESearch_sw.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#procint_se {
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../images/CAESearch_se.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.procint_n { background-color: transparent; background-image: url(../images/CAESearch_n.gif); background-repeat: repeat-x; background-position: bottom; height: 13px; margin: 0; padding: 0; }
.procint_s { background-color: transparent; background-image: url(../images/CAESearch_s.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: top; height: 13px; margin: 0; padding: 0; }
.procint_w { background-color: transparent; background-image: url(../images/CAESearch_w.gif); background-repeat: repeat-y; background-position: right; width: 14px; margin: 0; padding: 0; }
.procint_e {
	width: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../images/CAESearch_e.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#procint_search {
	background-image: url(../images/procint_search_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FF7F00;
	color: #FFFFFF;
	text-align: left;
}
img.doc_logo {
	border-width: 0px;
	vertical-align: bottom;
	height: 12px;
}
img.doc_logo_align {
	left: 100px;
	position: static;
}
.registration_left {
	width: 45%;
	height: 25px;
	float: left;
	display: block;
	clear: left;
	text-align: right;
	padding: 2px;
}
.registration_right {
	width: 45%;
	height: 25px;
	display: block;
	float: right;
	clear: right;
	padding: 2px;
}
.adm_user_row {
	border-bottom: 1px solid #ccc;
	padding: 0 3px 2px 3px;
}
/* --------------------------------------------------------------------------------- Redirecting page */
#redirect {
	margin: 0;
	padding: 10px 10px 0 0;
	width: 500px;
	text-align: justify;
	display: block;
}
#redirect h2 {
	font-size: 18px;
	text-align: justify;
	color: #333333;
}
#redirect h3 {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #333333;
	text-align: justify;
}
#redirect h3 a {
	font-size: 10px;
}
#redirect .bigFont { font-size: 1em; line-height: 1.1em; margin-right: 10px; }
#redirect .doubleBlock {
	margin-top: 16px;
	margin-bottom: 16px;
	display: block;
}
#redirect .doubleBlock .blockItem {
	float: left;
	width: 250px;
	margin-right: 10px;
}
.floatImg {
	float: left;
	margin: 2px 6px 2px 2px;
	text-align: justify;
}
.floatImg2 {
	float: right;
	margin: 2px 2px 2px 6px;
	text-align: center;
}
#redirect #mainBox {
	/* border-top: 1px #999 dotted; */
	background: url(../../imgs/graydots_horz.gif) repeat-x left top;
	padding: 10px;
}
#redirect .itemBox {
	clear: both;
	padding: 3px;
	display: block;
}
#redirect #features {
	width: 65%;
	float: left;
}
#redirect #tryoutBox {
	width: 30%;
	float: right;
	background: url(../../imgs/graydots_vert.gif) repeat-y left top;
	padding: 8px;
	text-align: justify;
}
#redirect .half_w_box {
	width: 230px;
	margin: 5px;
	float: left;
	padding: 5px;
}
#redirect .half_w_box h2 {
	font-size: 14px;
	color: #333333;
	margin: 5px 0 5px 0;	
}

/* CSS for the two updates javascript vertical scroller */

#pscroller1{
width: inherit;
height: 50px;
padding: 5px;
background-color: #fff;
}

#pscroller2 a{
text-decoration: none;
}
.ie6png_workaround {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.esteco.com/images/menu_overlay.png', sizingMethod='scale');
}
.ie6png_logo_workaround {
	width:89px; 
	height:75px; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.esteco.com/images/esteco_header_logo.png', sizingMethod='scale')
}
#banners pre {
 	overflow: auto;
 	background-color: #eee;
 	color: #333;
}
