html, body, p, address, form, table, input, texarea, label, legend, td, th, h1, h2, h3, h4, h5, dd, dl, dt, fieldset {
  margin: 0;
  padding: 0;
}
html, body {
  width: 100%;
  height: 100%;
}
a img { border: 0; }
:focus { outline: none; }

.small a { color: gray; }

body {
  font: 100.1% Tahoma, Arial, Helvetica, sans-serif;
  background: #F4F5EF;
}
input, textarea {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

#container {
  background: url(../i/design/bg_left_bott.png) no-repeat left bottom;
  padding: 0;
  min-width: 1000px;
}

/* {{{ header */
#header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 540px;
  background: url(../i/design/vv2bg.jpg) no-repeat 170px 0px;
}
.inner #header {
  height: 187px;
  background: url(../i/design/bg_top_inner2.jpg) no-repeat 230px 0px;
}
#logo {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 225px;
  height: 45px;
  z-index: 990;
}
.slogan {
  font-size: 11px;
  position: absolute;
  top: 77px;
  left: 30px;
  width: 225px;
  z-index:1000;
}
.slogan strong {
  font-weight: normal;
}
.in_english {
  position: absolute;
  top: 150px;
  left: 30px;
  width: 200px;
  height: 25px;
  z-index: 999;
}
#circles {
  background: url(../i/design/bg_right_top.png) no-repeat;
  width: 332px;
  height: 311px;
  position: absolute;
  right: 0;
  top: 7px;
}
.inner #circles {
  background: url(../i/design/bg_right_top2.png) no-repeat;
  width: 195px;
  height: 183px;
  top: 7px;
}
#oranges {
  background: url(../i/design/vv2front.png) no-repeat;
  width: 470px;
  height: 564px;
  position: absolute;
  left: 304px;
  top: 0;
}
.inner #oranges {
  background: url(../i/design/bg_middle2.png) no-repeat;
  width: 295px;
  height: 197px;
  left: 430px;
}
.inner .type2 #oranges {
  background: url(../i/design/bg_middle3.png) no-repeat;
  width: 296px;
  height: 198px;
  left: 430px;
}
#light {
    position: absolute;
    width: 13px;
    height: 6px;
    background: url(../i/design/lights.png) no-repeat 0 0;
    left: 570px;
    top: 351px;
    font-size: 0;
    overflow: hidden;
}
.inner #light {
    width: 8px;
    height: 2px;
    background-position: 0 -6px;
    left: 575px;
    top: 106px;
}
/* }}} header */

/* {{{ content */
#content-container {
  position: relative;
  /*table-layout: fixed;*/
  table-layout: auto;
  width: 100%;
}
#content-subcontainer {
  position: relative;
  table-layout: fixed;
  width: 100%;
}
#subcontainer {
  vertical-align: top;
}
/* {{{ left column */
#slogans {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 135px;
    left: 215px;
    width: 215px;
    height: 135px;
    z-index: 9999;
}
#slogans li {
    height: 45px;
}
.item1 { padding-left: 50px; }
.item2 { padding-left: 25px; }
#slogans a {
    height: 100%;
    display: block;
    text-indent: -9999px;
}
#service-col {
  padding: 185px 0 235px 20px;
  width: 225px;
  vertical-align: top;
}
#for-dealers {
  display: block;
  width: 115px;
  background: url(../i/design/btn_dealers.png) no-repeat;
  font: 18px "Arial Narrow", Helvetica, sans-serif;
  padding-left: 41px;
  padding-bottom: 10px;
  color: #091E2F;
  height: 40px;
  line-height: 40px;
}

#main-menu, #main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-menu {
  margin-right: 20px;
  margin-bottom: 20px;
}
#main-menu li {
  margin-bottom: 10px;
  font-family: "Arial Narrow", Helvetica, sans-serif;
}
#main-menu li a {
  font-size: 16px;
  color: #09f;
}
#main-menu ul {
  margin-left: 8px;
}
#main-menu li li {
  margin-bottom: 3px;
  line-height: 130%;
}
#main-menu li li a {
  font-size: 12px;
  color: #666;
}

/* }}} left column */

/* {{{ center column */
h1, h5 {
  font: normal 22px "Arial Narrow", Helvetica, sans-serif;
  color: #353D40;
  margin-bottom: 10px;
}
#content-subcontainer h2 {
  margin-bottom: 10px;
  font: normal 22px "Arial Narrow", Helvetica, sans-serif;
  color: #353D40;
}

#main-content {
  vertical-align: top;
  padding-right: 30px;
  padding-top: 500px;
  width: 395px;
}

body:first-of-type #main-content {
  width: 455px;
}

.inner #main-content {
  padding-top: 190px;
  width: auto!important;
}
#main-content p {
  font-size: 14px;
  color: #68767D;
  margin-bottom: 1em;
}

#main-content label, #main-content ul, #main-content ol {
  color: #68767D;
}

#main-content li {
  color: inherit;
  margin-bottom: 6px;
  font-family: "Arial Narrow", Helvetica, sans-serif;
}

#main-content li a {
  color: #09f;
}

#main-content h2 {
  margin-bottom: 10px;
  font: bold 18px "Arial Narrow", Helvetica, sans-serif;
  color: #353D40;
}

#main-content a {
  color: #09f;
}

#photo div{
  border:solid 1px #999;
  background-color:#fff;
  width:290px;
}

.news dt {
  font-size: 10px;
  color: #82BFE5;
  padding-left: 20px;
  background: url(../i/design/ico_news.gif) no-repeat 2px 0px;
  display: block;
  height: 13px;
  margin-bottom: 3px;
}
.news dd {
  color: #666;
  font-size: 12px;
  padding-left: 20px;
  margin-bottom: 1em;
}
.news dd a {
  color: #666;
}
.all-news {
  display: block;
  height: 14px;
  background: url(../i/design/headers.png) no-repeat left -103px;
  text-indent: -9999px;
  text-decoration: none;
    font-size: 10px;
}
/* }}} center column */

/* {{{ rounded corners box */
.box {
  background: url(../i/design/box_r_b.png) no-repeat right bottom;
}
.box-inner {
  position: relative;
  background: url(../i/design/box_l_t.png) no-repeat left top;
}
.box-content {
  position: relative;
  padding: 25px;
}
.corner1 {
  position: absolute;
  background: url(../i/design/box_l_b.png) no-repeat;
  width: 27px;
  height: 26px;
  bottom: 0;
  left: 0;
}
.corner2 {
  position: absolute;
  width: 26px;
  height: 38px;
  top: 0;
  right: 0;
  background: url(../i/design/box_r_t.png) no-repeat;
}
/* }}} rounded corners box */
#copy {
  color: #949494;
  font-size: 11px;
}
/* }}} content */

/* {{{ footer */
#footer {
    margin-right: 35px;
    margin-left: 4px;
}
/* }}} footer */

#vending img {
  padding-left: 7px; padding-right: 7px; padding-bottom: 7px; padding-top: 3px;
  border:0px;
}

#art_block {
  font-size:12px;
}

#art_block small {
  font-size:11px;
}

.main_menu_li {
  font-size: 12px;
  color: #666;
}
