
/*     background: url(/images/webcard/orange/bg.jpg) repeat-x 0 171px #ff9934; */





body {
    background-color : #ffe1bd;
    color : #333;
    font-family : Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size : 0.8em;
  }


* {
    padding:0;
    margin:0;
  }


a {
    color: #cf631a;
    text-decoration: none;
  }


a:hover {
    text-decoration: underline;
  }


#wrapper {
    width: 740px;
    margin: 30px auto 0 auto;
  }


#wrapper .clear {
    display: none;
  }


th {
    text-align: left;
    padding-right:10px;
  }


#menu {
    background: #ff8e42;
    height: 32px;
    margin: 0 1px;
  }


#menu ul {
    list-style: none;
    margin:0 auto;
  }


#menu li {
    float:left;
    text-align: center;
    position: relative;
    z-index: 97;
  }


#menu ul li:hover {
    z-index: 99;
  }


#menu li a {
    background: #ff8e42;
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
    display:block;
    float:left;
    height: 16px;
    padding: 8px 20px;
    border-right: 1px solid #ccc;
  }


#menu li a.last {
    border: none;
  }


#menu ul li:hover>a {
    color: #fff;
    background: #ff6600;
  }


#menu li a:hover {
    color: #fff;
    background: #ff6600;
  }


#menu ul li a.active {
    background-color : #ff6600;
    color : #fff;
  }

/* Submenu */





#menu div.sub {
    display:none;
    background: #ff8e42;
    left:0;
    position:absolute;
    top:31px;
    width:186px;
    z-index: 98;
  }


#menu div.sub ul {
    margin: 0;
    padding: 0;
  }


#menu div.sub li {
    margin: 0;
    text-align: left;
    float: none;
    width: 186px;
  }


#menu div.sub li a {
    float: none;
    height: auto;
  }

/*#menu .sub li a { color: #fe9901; padding: 3px; float: left; } */
/*#menu .sub li a.active { text-decoration: underline; }*/





#menu li:hover div.sub {
    display: block;
  }


#header {
    background-color : #c8c8c8;
    background-image : url('header.jpg');
    background-position : center center;
    background-repeat : no-repeat;
    bottom-color : #eff3eb;
    bottom-style : solid;
    bottom-width : 1px;
    height : 140px;
  }


#logo {
    font-size: 1.5em;
    color: #c80c21;
    padding: 38px 0 0 36px;
  }


#slogan {
    font-size: 0.6em;
    color: #a3a3a3;
  }

/* ################# CONTENT ###################### */





#content_wrapper {
    width: 740px;
  }


#content {
    padding: 10px 20px 20px 20px;
    background-color: #fff;
  }


#content h2 {
    color: #c00;
    font-size: 1.1em;
    border-bottom: 1px solid #ff6600;
  }


#content {
    text-align: justify;
  }


#content p {
    line-height: 1.5em;
  }


#footer {
    /* background: url(/images/webcard/orange/footerBg.png) no-repeat top;
    */ padding: 28px 0 6px 0;
    width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #666;
  }


#footer a {
    color: #666;
  }

/* ################# FORMS ########################## */





dl {
    margin-bottom: 2em;
  }


dt {
    float:left;
    color: #666;
  }


dd {
    margin-left: 90px;
    margin-bottom: 10px;
  }


dd input.text, dd textarea {
    width: 420px;
    border: 1px solid #999;
    border-color: #999 #ccc #ccc #999;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px;
    margin-bottom: 2px;
  }


.addr, .addr input, .chk {
    display: none;
  }


dd input[type=text]:focus, dd input[type=password]:focus, dd textarea:focus, textarea:focus {
    border-color: #666 #aaa #aaa #666;
    background-color: #f6f6f6;
  }


dd input[type=submit] {
    padding: 0 16px;
  }


dd em {
    color: #666;
  }


#lang {
    width: 690px;
    margin-bottom: -16px;
  }


#lang #label {
    color: #444;
  }

