/* Reset =================================================================== */
* {
    margin:0;
    padding:0;
}
body {
    /*behavior: url(csshover3.htc);*/
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Content */
address { font-style:normal; }
cite { font-style:normal; }
q, blockquote    { quotes:none; }
q:before, q:after{ content:''; }
small         { font-size:10px; }
big           { font-size:1.2em; }

/* Remove annoying border on linked images. */
a img,img{ border: none; }

input[type="submit"]{
    cursor:pointer;
}
fieldset{
    border:none;
}
a{
    color:#555145;
    text-decoration:none;
    outline:none;
}
a:hover{
    color:#ff6600;
    text-decoration:none;
}
:focus{
    outline:0;
}
html,body{
}
h1,h2,h3,h4,h5,h6{
    font-weight:bold;
}
@font-face {
    font-family: "Hermes Com 2";
    src: url('../fonts/HERMC.TTF');
}
@font-face {
    font-family: "Hermes Com 1";
    src: url('../fonts/HERMESCO.TTF');
}
@font-face {
    font-family: "HermesScript-Light";
    src: url('../fonts/HermesScript-Light.otf');
}
input.input-text, textarea, button {
    color:#555164;
    font:11px Verdana;
    vertical-align:middle;
    background:#FFFFFF
}
select {
    color:#555164;
    font:11px Verdana;
    vertical-align:middle;
}
button.button {
    cursor:pointer;
    vertical-align:middle;
    background:transparent;
    overflow:visible;
     border:0;
}

.breaker{
    clear:both;
    height:0px;
    overflow:hidden;
}

.text-invisible{display:none;}
