html, html *, body {
  padding:0px;
  margin:0px;
  border:0px;
  font-family:"Trebuchet MS";
  font-size:16px;
  line-height:120%;
}
body {
  background:#cfcfcf;
}
h1 {
  font-size:18px;
  font-weight:bold;
  padding:5px 20px;
}
h2 {
  font-size:16px;
  font-weight:bold;
  padding:5px 20px;
}
p {
  padding:5px 20px;
  text-align:justify;
}
p.big {
  font-size:25px;
  font-weight:bold;
  text-align:center;
}
#cspacer {
  padding-top:120px;
}
a {
  color:orangered;
}
#wrap {
  width:100%;
}
#header, #menu, #content, #footer {
  width:760px;
  margin:auto;
}
#header {
  height:170px;
  background:url(img/headbg.jpg) top left no-repeat;
  margin-top:5px;
}
#menu {
  width:754px;
  height:40px;
  background:url(img/menubg.jpg) top left no-repeat;
  padding-left:6px;
}
#content {
  height:auto;
  min-height:450px;
  background:url(img/contentbg.jpg) top left repeat-y;
}
#cinner {
  width:760px;
  min-height:450px;
  background:url(img/cbg.jpg) top center no-repeat;
  margin:auto;
}
#footer {
  height:30px;
  background:url(img/footbg.jpg) top left no-repeat;
  margin-bottom:5px;
  margin-top:-3px;
}
.nav li {
  display:block;
  float:left;
  min-width:80px;
  width:auto !important;
  width:80px;
  height:33px;
  border-right:1px solid #fff;
  text-align:center;
  margin-top:1px;
}
.nav li a {
  min-width:90px;
  width:auto !important;
  width:90px;
  padding:0px;
  height:33px;
  display:block;
  text-decoration:none;
  font:bold 14px "Trebuchet MS";
  line-height:33px;
  color:#eee;
}
.nav li a:hover {
  background:orangered;
}
.nav li a.long {
  width:146px !important;
}
a.active {
  background:orangered url(img/abg.gif) bottom right no-repeat !important;
}
.cf {
  clear:both;
}

.auto {
  width:720px;
  border:1px solid #777;
  margin:3px auto;
}
.auto p {
  padding:5px 0px 0px 5px;
  margin:0px;
}
.info {
  width:570px;
  float:left;
}
p.model {
  font-size:14px;
  font-weight:bold;
}
p.descriere {
    font-size:14px;
}
.poze {
  float:right;
  padding:3px 3px;
}
.poze img {
  border:2px solid #fff;
}
.hide {
  display:none;
}
.bnr {
  display:block;
  width:690px;
  margin:10px auto 5px auto;
}
#visits {
  width:100px;
  text-align:center;
  font-weight:bold;
  color:#555;
  padding:10px;
}
#vtxt {
  font-size:12px;
  color:#777;
}
