html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}
html
{
  height: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, label
{
  display: block;
}
body
{
  margin:0;
  padding:0;
  font-family: Tahoma, Arial;
  color:#858585;
  font-size:14px;
  background: #fff;
  min-height: 100%;
  position: relative;
  min-width: 1200px;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}
blockquote, q
{
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
  content: '';
  content: none;
}
.clear{clear: both; height: 0 !important;display: block;}
a{color: #4aabe2;text-decoration: none;}
a:hover{text-decoration: underline;}
table{width: 100%; border-collapse: collapse; border: 0px;}
*
{
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input
{
  -webkit-appearance: none;
  -webkit-border-radius:0;
  border-radius:0;
  overflow: hidden;
}
.hide
{
  opacity: 0;
}
.hide.visible
{
  opacity: 1;
}
sup
{
  font-size: 10px;
  top: -3px;
  position: relative;
}

h2
{
  font-family: 'Cuprum', Myriad Pro, Arial, sans-serif;
  color: #181818;
  font-size: 29px;
  line-height: 30px;
  font-style: italic;
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
}
h1
{
  font-family: 'Cuprum', Myriad Pro, Arial, sans-serif;
  color: #181818;
  font-size: 29px;
  line-height: 30px;
  font-style: italic;
  margin: 0 0 0 0;
  padding: 0 0 33px 0;
}
h3
{
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 0 17px 0;
  color: #5f5f5f;
}

::-webkit-input-placeholder {color:#858585;}
::-moz-placeholder          {color:#858585;}/* Firefox 19+ */
:-moz-placeholder           {color:#858585;}/* Firefox 18- */
:-ms-input-placeholder      {color:#858585;}

:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
