html {
    width: 100%;
    height: 100%;
}

body {
	width: 100%;
    height: 100%;
	border: 0px;
	margin: 0px;
	background-image: url(images/sfondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
    background-color: #bee1ed;
    color: #121c5a;
	font-family: verdana, arial, tahoma;
	
    font-size: 12px;
}

h1 {
	font-family: verdana, arial, tahoma;
    font-size: 15px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    margin-bottom: 7px;
    text-align: right;
}

h1 a {
    text-decoration: none;
}

h2 {
	font-family: verdana, arial, tahoma;
    font-size: 12px;
    line-height: 23px;
    font-weight: bold;
    border-bottom: 1px dotted #cccccc;
    color: #fe5904;
	width: auto;
}


h3 {
    clear: right;
	font-family: verdana, arial, tahoma;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    font-weight: bold;
    color: #121c5a;
    padding-top: 2px;
    margin: 0px;
    height: 1px;
}

hr {
    border: 0px;
    border-bottom: 1px dotted #121c5a;
    height: 1px;
}

p.news {
    margin-top: 10px;
    margin-bottom: 10px;
}

img {
    border: 0px;
}

a {
    color: #121c5a;    
}

a.news {
    color: #fe5904;
    text-decoration: none;
}


img.left{
	float:left;
	padding: 0 10px 10px 0;
}

img.right{
	float:right;
	padding: 0 0 10px 10px;
}

td.jobContent{
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	text-align:justify;
}



#header {
    margin: 0 auto;
    width: 867px;
    height: 123px;
    top: 0px;
}

#menu_it {
    margin: 0 auto;
	width: 1000px;
    height: 40px;
    text-align: center;
}

#menu_it ul {
    padding: 0px;
    border: 0px;
    width: 100%;
    margin: 0px;
}

#menu_it li {
    display: inline;
    padding-left: 24px;
    padding-right: 24px;
    list-style: none;
    height: 40px;
    line-height: 35px;
}

#menu_it a {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}


#menu_en {
    margin: 0 auto;
	width: 1000px;
    height: 40px;
    text-align: center;
}

#menu_en ul {
    padding: 0px;
    border: 0px;
    width: 100%;
    margin: 0px;
}

#menu_en li {
    display: inline;
    padding-left: 22px;
    padding-right: 22px;
    list-style: none;
    height: 40px;
    line-height: 35px;
}

#menu_en a {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

#menu_de {
    margin: 0 auto;
	width: 1000px;
    height: 40px;
    text-align: center;
}

#menu_de ul {
    padding: 0px;
    border: 0px;
    width: 100%;
    margin: 0px;
}

#menu_de li {
    display: inline;
    padding-left: 16px;
    padding-right: 16px;
    list-style: none;
    height: 40px;
    line-height: 35px;
}

#menu_de a {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}


#menu_ru {
    margin: 0 auto;
	width: 1000px;
    height: 40px;
    text-align: center;
}

#menu_ru ul {
    padding: 0px;
    border: 0px;
    width: 100%;
    margin: 0px;
}

#menu_ru li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    list-style: none;
    height: 40px;
    line-height: 35px;
}

#menu_ru a {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}







#container {
    margin: 0 auto;
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	width: 824px;
    height: 100%;
    text-align: center;
}

#content {
    margin: 0 auto;
    position: relative;
    float: left;
	width: 100%;
    background-color: #ffffff;
    border-bottom: 4px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 1px solid #ffffff;
    top: 0px;
    text-align: center;
}

#footer {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 20px;
    float: left;
    font-size: 9px;
}

#content_page {
    position: relative;
    float: inherit;
    margin: 0 auto;
	background-image: url(images/ombra_menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
    background-color: #ffffff;
    border-left: 1px dotted #121c5a;
    border-right: 1px dotted #121c5a;
    border-bottom: 1px dotted #121c5a;
	width: 820px;
    height: 100%;
    top: 1px;
    text-align: left;
}

#menu_sx {
    position: relative;
    float: left;
    width: 116px;
    height: 100%;
    background-color: #eaeeef;
}
#menu_sx_newsletter {
	position: relative;
	top: 0px;
	font-size: 10px;
	font-weight: bold;
	line-height: 33px;
	background-color: #F58220;
	background-image: url(images/newsletter.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: 30px;
	height: 33px;
}

#menu_sx_newsletter a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: url(images/newsletter.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#menu_sx_newsletter a:hover {
	background-position: bottom;
	color: #FFF;
}

#menu_sx_title {
	position: relative;
	top: 0px;
	height: 28px;
	font-size: 10px;
	font-weight: bold;
	color: #264eb4;
	line-height: 28px;
	background-color: #FFF;
   border-top: 1px dotted #cccccc;
}

#menu_sx_title a {
	color: #121c5a;
	text-decoration: none;
	text-indent: 8px;
	display: block;
}
#menu_sx_title a:hover {
	background-color: #405da1;
	color: #FFF;
}

#menu_sx_content {
    position: relative;
    width: 116px;
    background-color: #ffffff;
}

#menu_sx ul {
    padding: 0px;
    border: 0px;
    width: 100%;
    margin: 0px;
}

#menu_sx li {
    padding-left: 7px;
    list-style: none;
    border-top: 1px dotted #cccccc;
    text-align: center;
}

#menu_sx div.title_it {
    text-align: left;
    width: 100%;
    line-height: 16px;
    font-weight: bold;
}

#menu_sx div.title_en {
    text-align: left;
    width: 100%;
    line-height: 16px;
    font-weight: bold;
}

#menu_sx div.title_de {
    text-align: left;
    width: 100%;
    line-height: 16px;
    font-weight: bold;
}

#menu_sx div.title_ru {
    text-align: left;
    width: 100%;
    line-height: 16px;
    font-weight: bold;
	font-size: 9px;
}


#menu_lf {
    float: left;
    width: 100%;
    text-align: right;
}

#main {
    float: right;
    position: relative;
    border-left: 1px dotted #121c5a;
    width: 703px;
    height: 100%;
    top: 0px;
	background-image: url(images/ombra_menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#main_content {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    height: 100%;
}

#main_banner {
    border-top: 1px dotted #121c5a;
	border-bottom: 0px dotted #121c5a;
    margin: 0px;
}

#main_snapshot1 {
    width: 234px;
    float: left;
    border-right: 1px dotted #121c5a;
    background-color: #d5e5f4;
}

#main_snapshot2 {
    width: 233px;   
    float: left;
    border-right: 1px dotted #121c5a;
    background-color: #d5e5f4;
}

#main_snapshot3 {
    width: 233px;    
    float: left;
    background-color: #d5e5f4;
}

#prodotti_it
{
	width: 670px;
}

#prodotti_it a
{
	font-size:14px;
}

#prodotti_en
{
	width: 670px;
}

#prodotti_en a
{
	font-size:14px;
}

#prodotti_de
{
	width: 670px;
}

#prodotti_de a
{
	font-size:14px;
}

#prodotti_ru
{
	width: 670px;
}

#prodotti_ru a
{
	font-size:9px;
}



#prodotti_olio
{
	width:112px;
	background-color:#f6821f;
	float:left;
	bottom: 0px;
	text-align: center;
	padding: 10px 0;
	margin-right: 20px;
}

#prodotti_olio a
{
    font-family: Arial, verdana;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}


.prodotti_olio
{
	color: #f58220;
}


#prodotti_gasolio
{
	width:112px;
	background-color:#014b88;
	float:left;
	position: relative;
	left: 0px;
	bottom:0px;
	text-align: center;
	padding: 10px 0;
	margin-right: 20px;
}

#prodotti_gasolio a
{
    font-family: Arial, verdana;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}

.prodotti_gasolio
{
	color: #004a87;
}

#prodotti_combinato
{
	width:112px;
	background-color:#669ad3;
	float:left;
	position: relative;
	left: 0px;
	bottom:0px;
	text-align: center;
	padding: 10px 0;
	margin-right: 20px;
}

#prodotti_combinato a
{
    font-family: Arial, verdana;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}

.prodotti_combinato
{
	color: #6599d1;
}

#prodotti_adblue
{
	width:112px;
	background-color:#006940;
	float:left;
	position: relative;
	left: 0px;
	bottom:0px;
	text-align: center;
	padding: 10px 0;
	margin-right: 20px;
}

#prodotti_adblue a
{
    font-family: Arial, verdana;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}

.prodotti_adblue
{
	color: #006940;
}

#prodotti_accessori
{
	width:112px;
	background-color:#6b8795;
	float:left;
	position: relative;
	left: 0px;
	bottom:0px;
	text-align: center;
	padding: 10px 0;
}

#prodotti_accessori a
{
    font-family: Arial, verdana;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}
fieldset#newsletter input {
	width: 360px;
}
fieldset#newsletter textarea {
	width: 475px;
}


#form input {
	width: 260px;
}
#form input#submit {
	width: 60px;
}
#form input[type=radio], #form input[type=submit]
{
	width: auto;
}
#form textarea {
    font-size:11px;
    font-family: Arial, verdana;
    width: 375px;
}

#form .captcha {
    width: 245px;
}

.prodotti_accessori
{
	color: #6B8795;
}

.prodotti_sfondo_top_olio {
	background-image:url(images/prodotti_sfondo_top_olio.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 26px;
	width: 222px;
}

.prodotti_sfondo_olio {
	background-image:url(images/prodotti_sfondo_olio.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 222px;
	height: 100%;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 35px;
	color: #FFFFFF;
}

.prodotti_sfondo_bottom_olio {
	background-image:url(images/prodotti_sfondo_bottom_olio.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 44px;
	width: 222px;
}

img.olio, img.gasolio, img.combinato, img.adblue, img.accessori {
	padding: 2px;
	margin: 7px;
}
img.olio {
	border: solid 1px #f58220;
}
img.gasolio {
	border: solid 1px #004a87;
}
img.combinato {
	border: solid 1px #6599d1;
}
img.adblue {
	border: solid 1px #006940;
}
img.accessori {
	border: solid 1px #6B8795;
}


table#download tr td {
	padding: 0 30px;
	width: 240px;	
}
table#download tr td ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table#download tr td ul li {
	line-height: 34px;
	height: 34px;
	background-image: url(images/pdf_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 24px;
}
table#download tr td ul#video li {
	background-image: url(images/video.png);
}

table#download tr td ul#vlc li {
	background-image: url(images/vlc.png);
}
table#download tr td ul li a {
	text-decoration: none;
	border-bottom: dotted 1px;
}
table#download tr td ul li a:hover {
	border-bottom: solid 1px;
}

.info a {
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
	border: solid 1px #007aa2;
	background: #F58220;
	background-image: url(images/email.png);
	background-position: 8px;
	background-repeat: no-repeat;
	display: block;
	padding-left:30px;
}
.info a:hover {
	color:#007aa2;
	border: solid 1px #007aa2;
	background: #F5B230;
	background-image: url(images/email.png);
	background-repeat: no-repeat;
	background-position: 8px;
}

.email {
	background-image:url("images/bg_address.gif");
	background-repeat:no-repeat;
	background-position: top;
	width:350px;
	height:30px;
	line-height: 15px;
	padding-left:15px;
	padding-bottom: 15px;
}
.clearfloat {
	clear: both;
}
.fltrt {
	float: right;
	margin-left: 20px;
}

.formError {
    color: #ff0000;
}
fieldset#newsletter {
    border: 1px solid #ccc;
    padding: 0 10px 10px 10px;
	 width: 600px;
}
fieldset {
    border: 1px solid #ccc;
    padding: 0 10px 10px 10px;
	 width: 400px;
}
legend {
    color: #121c5a;
}
#dati {
	width: 150px;
	padding-top: 20px;
	line-height: 18px;
	font-size:10px;
	line-height:1.3em;
}
#dati h1{font-size:14px; text-align:left; line-height:1.0em;}

fieldset {
width:430px;
}

option {}

.small{font-size:9px; color:#444}
ul.banner{position:relative;height:157px;width:703px;overflow:hidden;}
.coming{color:#000; font-weight:bold; }
.red{color:#123; font-weight:bold; }
