* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
  font-size:100%; 
	line-height:1em;
  color:#6c6c6c;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}


/*==== GLOBAL =====*/
#main {
	width:957px; 
	margin:0 auto;
  font-size:.75em;
  overflow:hidden;
}

#header {
	height:165px;
}
  #content .aside {
    float:left;
    width:190px;
    margin-right:7px;
  }
  #content .mainContent {
     float:left;
     width:754px;
  }
#footer {
	padding:18px 0 20px 26px;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#65a90a; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
  font-size:14px;
  line-height:18px;
	
}
h2 {
	color:#fff;
  font-size:12px;
  line-height:18px;
}
  h2.style1 {
    background:url(images/title1-bg.gif) 0 0 repeat-x;
    line-height:37px;
    text-indent:35px;
    text-shadow:1px 1px 0 #3f8607;
  } 
    h2.style1 span {
      background:url(images/title1-left.gif) 0 0 no-repeat;
      display:block;
      height:37px;
    }
      h2.style1 span span {
      background:url(images/title1-right.gif) 100% 0 no-repeat;
    }
  h2.style2 {
  background:url(images/title2-bg.gif) 0 0 repeat-x;
  line-height:37px;
  text-indent:35px;
  text-shadow:1px 1px 0 #9f4700;
  } 
    h2.style2 span {
      background:url(images/title2-left.gif) 0 0 no-repeat;
      display:block;
      height:37px;
    }
      h2.style2 span span {
      background:url(images/title2-right.gif) 100% 0 no-repeat;
    }
h3 {
	font-size:1em;
	color:#323232;
	margin-bottom:12px;
	
}
	h3.style1 {
		background:url(images/icon1.gif) no-repeat 10px 3px;
		padding:2px 0 2px 35px;
	}
	h3.style2 {
		background:url(images/icon2.gif) no-repeat 10px 3px;
		padding:2px 0 2px 35px;
	}
h4 {
	font-size:1em;
  color:#484847;
  font-weight:normal;
  margin-bottom:10px;
}
  h4 a {
    color:#484847;
    text-decoration:none;
  }
  h4 a:hover {
    text-decoration:underline;
  }
 
h5 {
	
}
h6 {
	
}


.txt1 {
}
.txt2 {
}

.link1 { 
	display:block;
	float:left;
	background:url(images/link1-bgd.gif) left top repeat-x; 
	color:#fff; 
	text-decoration:none;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:2px 15px 2px 15px; 
		font-weight:normal;
		font-style:normal;
		
	}
	

.button { 
	float:right;
}
	.button span { 
		display:block; 
		background:url(images/button-left.gif) no-repeat left top; 
		padding-left:3px;
	}
		.button span span { 
			background:url(images/button-right.gif) no-repeat right top;
			padding-right:4px;
			padding-left:0;
		}
			.button span span a { 
				display:block;
				background:#333743;
				padding:4px 5px 3px 5px;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
			}
			.button span span a:hover { 
				text-decoration:underline;
			}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.boxmeniu {
	background:#D3F08E;
	width:100%;
}

.box {
	background:#fff;
	width:100%;
}
	.box .border-top {
		background:url(images/border.gif) repeat-x top;
	}
	.box .border-bottom {
		background:url(images/border.gif) repeat-x bottom;
	}
	.box .border-left {
		background:url(images/border.gif) repeat-y left;
	}
	.box .border-right {
		background:url(images/border.gif) repeat-y right;
	}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:8px 11px 4px 9px;
	}
  .box .inner1 { 
		padding:0 0 11px 0;
	}
	.box .inner2 { 
		padding:16px 20px 20px 20px;
	}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}


/*===== header =====*/
#header .row-1 {
	height:93px;
}
	#header .row-1 .fleft {
	   padding:14px 0 0 24px;
	}
  #header .row-1 .fright {
    padding:9px 0 0 0;
  }
    
   .box1-wrap {
     clear:both;
     width:100%;
     overflow:hidden;
     padding-bottom:8px;
     
   }
   .box1 {
      background:url(images/box1-bg.gif) left top repeat-x;
      color:#3a3b3a;
      float:right;
			width:338px;
			margin-right:5px;
			display:inline;
   }
      .box1 .left {
         background:url(images/box1-left.gif) left top no-repeat;
      }

      .box1 .right {
         background:url(images/box1-right.gif) right top no-repeat;
         padding:13px 20px 14px 10px;
      }
      
        .box1 ul {
           display:inline;
           padding:0 20px 0 0;
        }
          .box1 ul li {
             display:inline;
             color:#3a3b3a;
             border-left:1px solid #3a3b3a;
             padding:0 6px 0 9px;
          }
          .box1 ul li.first {
            border-left:none;
          }
            .box1 ul li a {
              color:#3a3b3a;
              text-decoration:none;;
            }
            .box1 ul li a:hover {
              text-decoration:underline;
            }
      
      .box1 a.sign {
        color:#80b141;
        font-weight:bold;
      }
      .box1 a.reg {
        color:#ea1f25;
        font-weight:bold;
      }
    
    .site-nav {
      margin-right:-15px;
      float:right;
    }
      .site-nav li {
        display:inline;
        padding:0 30px 0 14px;
      }
      .site-nav li.item1 {
        background:url(images/bull1.gif) no-repeat left 4px;
      }
      .site-nav li.item2 {
        background:url(images/bull2.gif) no-repeat left 4px;
      }
      .site-nav li.item3 {
        background:url(images/bull3.gif) no-repeat left 4px;
      }
	.site-nav li.item3 a {
        color:red;
      }
      .site-nav li.item4 {
        background:url(images/bull4.gif) no-repeat left 4px;
      }
      .site-nav li.item5 {
        background:url(images/bull5.gif) no-repeat left 4px;
      }
      .site-nav li.item6 {
        background:url(images/bull6.gif) no-repeat left 4px;
      }
        .site-nav li a {
          color:#010101;
          font-size:12px;
          font-weight:bold;
          text-transform:uppercase;
          text-decoration:none;
        }
        .site-nav li a:hover {
          text-decoration:underline;
        }
   
   .box2 {
      	background:url(images/box2-bg.gif) left top repeat-x;
      	height:66px;
		width:580px;
		float:left;
   }
     .box2 .inner {
        padding:24px 17px 0 24px;
      }
   .box2a {
      	height:66px;
		width:580px;
		float:left;
   }
     .box2a .inner {
        padding:0px 0px 0 1px;
      }
   .box3 {
   		background:url(images/masina-cos-neanim.jpg) center repeat-x;
	margin:0px 5px 0 10px;
		float:right;
      	height:70px;
		width:360px;
   }
   .box3anim {
   		background:url(images/masina-animata.gif) center repeat-x;
	margin:0px 5px 0 10px;
		float:left;
      	height:70px;
		width:360px;
   }
   .adv-search {
     float:right;
   }
     .adv-search li {
       display:inline;
       background:url(images/divider.gif) 0 4px no-repeat;
       padding:0 7px 0 10px;
     }
     .adv-search li.first {
       background:none;
     }
       .adv-search li a {
         color:#fff;
         background:url(images/arrow1.gif) 0 5px no-repeat;
         padding:0 0 0 10px;
         text-shadow:1px 1px 0 #000;
       }
   
#header .row-2 {
   height:66px;
}

/*===== content =====*/
#content .row-1 {
	padding-bottom:6px;
}
  .list1 li {
    background:url(images/line-dotted.gif) left bottom repeat-x;
    padding:0 0 5px 9px;
    margin-bottom:5px;
  }
  .list1 li.last {
    background:none;
  }
    .list1 li a {
      background:url(images/arrow2.gif) 0 5px no-repeat;
      padding:0 0 0 10px;
      color:#575555;
      text-decoration:none;
    }
    .list1 li a:hover {
      text-decoration:underline;
    }
			.list1 li ul {
				background:url(images/line-dotted.gif) left top repeat-x;
				padding:5px 0 0 15px;
				margin:4px 0 0 -9px;
				
			}
				.list1 li ul li {
					margin-left:-30px;
					padding-left:24px;
					background:none
				}
					.list1 li ul li a {
						margin-left:14px;
					}
					.list1 li ul li ul {
						padding:5px 0 0 15px;
						margin:4px 0 -14px -9px;
					}
						.list1 li ul li ul li {
							margin-left:-15px;
							padding-left:24px;
							background:url(images/line-dotted.gif) left bottom repeat-x;
						}



#content .indent {
	padding:0 6px 0 0;
}

#content .aside .section {
  padding:0 0 8px 0;
}
#content .mainContent .section {
  padding:0 0 18px 0;
}
  #content .aside ol li {
    list-style:decimal;
    color:#c62f2b;
    font-weight:bold;
    margin-left:25px;
    padding-bottom:16px;
  }
    #content .aside ol li a {
      text-transform:uppercase;
      font-weight:normal;
      color:#50504f;
    }



.sm-banner {
  margin:-3px -3px 0 -3px;
  zoom:1;
  position:relative;
  clear:both;
}
  .sm-banner li {
    float:left;
  }
  

.banners {
  width:100%;
  position:relative;
  overflow:hidden;
}
  .banners dt {
    float:left;
  }
  .banners dd {
    float:left;
    padding:0 0 6px 6px;
  }

.products {
  width:100%;
  border-collapse:collapse;
}

.products tr.even {
  background:#f1f6fa;
}

.products td {
  border:none;
  vertical-align:top;
  padding:9px 0 9px 0;
  color:#6c6c6c;
}
  .products td.cell-1 {
    width:180px;
    text-align:right;
  }
  .products td.cell-2 {
    width:281px;
    padding:22px 40px 0 13px;
    vertical-align:middle;
  }
  .products td.cell-3 {
    width:120px;
    text-align:center;
    vertical-align:middle;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
  }
  .products td.cell-4 {
    width:116px;
    color:#ca0d09;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
  }
  
.featured_items {
	width:100%;
	overflow:hidden;
}
	.featured_items li {
		float:left;
		width:184px;
		margin-right:6px;
	}
	.featured_items li.last {
		margin-right:0;
	}
		.featured_items li .box .inner {
			padding:1px 0 1px 0;
			text-align:center;
			position:relative;
		}
			.featured_items li .extra-links {
				background:url(images/extra-box-bg.png) no-repeat left top;
				width:64px;
				height:22px;
				position:absolute;
				right:15px;
				bottom:10px;
				display:block;
				text-align:left;
			}
				.featured_items li .extra-links img {
					margin:3px 0 0 4px;
				}

.countries {
	padding:0 10px 20px 5px;
	line-height:2em;
	font-size:11px
}
	.countries li {
		display:inline;
		color:#65a90a;
	}
		.countries li a {
			color:#65a90a;
			text-decoration:none;
			border-left:1px solid #65a90a;
			padding:0 3px 0 5px;
		}
		.countries li a:hover {
			text-decoration:underline;
		}
		.countries li a.first {
			border-left:none;
		}

/*===== footer =====*/
#footer, #footer a {
	color:#707070;
}
	#footer strong {
		text-transform:uppercase;
	}

/*----- forms -----*/
#search-form {
  float:left;
}
  #search-form fieldset {
    border:none;
    float:left;
  }
    #search-form input.text {
      width:125px;
      margin-right:9px;
    }
    #search-form input.submit {
      background:url(images/search-button.gif) 0 0 no-repeat;
      width:67px;
      height:20px;
      color:#fff;
      font-weight:bold;
      border:none;
      text-shadow:1px 1px 0 #ae5500;
      cursor:pointer;
    }
    #search-form select {
      width:141px;
      margin-right:9px;
    }
    
  
/*==========================================*/
