/* CSS Document */

/* general styles for html tags */

body {
  padding: 0;
  margin: 0;
  background: #92CDD3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #2B2B2B;
  line-height: 17px;
}

h1, h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #2B2B2B;
  margin-top: 0px;
  margin-bottom: 5px;
}

h1 {  
  font-size: 16px;
  }

h2 {font-size: 14px;}

img {
  border: 0;}

a {
  text-decoration: none;}


/* structure */
#page {
  width: 764px;
  padding-top: 1px;
  background: url(../english_gfx/bg.gif) repeat-y;
  margin: 0 auto;
  position: relative;
}

#contense {
  margin: 0px 13px 3px 15px;
  background: #eeeeee url(../english_gfx/tyrebg.jpg) no-repeat top;
  width: 736px;
}

#text_block {
  float: right;
  width: 390px;
  padding-right: 40px;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-right: 60px;
}

#text_block_usa {
  float: right;
  width: 460px;
  padding-right: 40px;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-right: 65px;
}

#logo {
  padding: 10px 0 0 20px;
}



#bottom_gradient {
  background: url(../english_gfx/bottom-gradient.gif) repeat-x;
  height: 62px;
  width: 700px;
  position: absolute;
  left: 17px;
  bottom: 0;
}

#navi {
  padding-top: 1px;
  float: left;
  clear: left;
  width: 185px;
  height: 315px;
  position: relative;
  left: 20px;
  top: 20px;
  text-align: center;
  background: url(/files/Vianor2006/english_gfx/navi-bg.gif) no-repeat top;
  margin-bottom: 30px;
line-height: 20px;
}

#navi a {
  display: block;
  float: left;
  clear: left;
  width: 185px;
  color: #ff6600;
  font-weight: 900;
  background: url(/files/Vianor2006/english_gfx/navi-link-bg.gif) no-repeat;
  padding-top: 2px;
  height: 25px;
}

#navi a:hover {
  background: url(/files/Vianor2006/english_gfx/navi-link-hover.gif) no-repeat;
}

#footer {
  background: url(../english_gfx/footer-bg.jpg) no-repeat;
  line-height: 16px;
  width: 734px;
  height: 140px;
  padding: 10px 15px 0 15px;
  margin: 0 auto;
  text-align: center;
  color: #56787C;
  }
  
#footer a {color: #56787C;}

/* additional styles */

.clearer {
  clear: both;
  line-height: 0;
  font-size: 0;
  height: 0;
}

ul li a:link, ul li a:visited {
  color: #ff6600;
  text-decoration: none;
}


ul li a:hover, ul li a:active {
  color: #ff6600;
  text-decoration: underline;
}

/* form error styles */
input.ngformError, select.ngformError, textarea.ngformError, input.checkbox.ngformError, input.file.ngformError, img.ngformError { 
    border: 1px solid red;
    outline: 1px solid red;
}

table th {
    text-align: left;
}
