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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  min-width: 996px;
}

body {
  background: #f6f7f2 url(../../images/site/bg.jpg) 63% 0 no-repeat;
  font: normal 15px/21px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #121212;
}

/* typography */
h1 {
  margin: 0 0 16px;
  font-size: 21px;
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  margin: 0 0 16px;
  font-size: 19px;
  font-weight: normal;
}

/* end typography */
/* links */
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

/* end links */
/* grid */
.row {
  margin: 0 0 50px;
}

.half-column {
  position: relative;
  z-index: 1;
  width: 50%;
  float: left;
}

/* end grid */
.wrap {
  margin: auto;
  min-width: 996px;
}

.page {
  position: relative;
  left: 50%;
  margin: 0 0 0 -510px;
  width: 996px;
}

/* header */
.header {
  position: relative;
  height: 325px;
}

.magick {
  position: absolute;
  top: 0;
  left: -241px;
}

.header-logo {
  float: right;
  width: 432px;
  height: 291px;
  display: block;
  background: url(../../images/site/logo.png) no-repeat;
  text-indent: -9999em;
}

.header-nav {
  position: absolute;
  top: 65px;
  left: 397px;
}
.header-nav li {
  width: 140px;
  height: 34px;
}
.header-nav li a {
  display: block;
  color: white;
  text-indent: -9999em;
  line-height: 34px;
}
.header-nav li:hover, .header-nav .header-nav-item-active {
  background: url(../../images/site/header-nav-item.png);
}

.header-nav-item-active2 {
  background: url(../../images/site/header-nav-item2.png);
}


.header-nav .home a {
  background: url(../../images/site/home.png) 100% 0 no-repeat;
}
.header-nav .signup a {
  background: url(../../images/site/singup.png) 100% 0 no-repeat;
}
.header-nav .benefits a {
  background: url(../../images/site/benefits.png) 100% 0 no-repeat;
}
.header-nav .terms a {
  background: url(../../images/site/terms.png) 100% 0 no-repeat;
}

/* end header */
/* content */
.content {
  position: relative;
  float: right;
  width: 600px;
}

.magick-hat {
  position: absolute;
  bottom: -65px;
  right: -4px;
  z-index: 0;
}

.content h1 {
  margin: 0 34px 20px 0;
  padding: 0 0 0 20px;
  width: auto;
  line-height: 48px;
  background: rgba(241, 62, 113, 0.9);
  color: white;
  text-shadow: -1px 0 1px #b16797;
}
.content p {
  padding: 0 60px 0 17px;
}
.content p a {
  color: #fe1a75;
}

.c-middle {
  margin: 0 0 35px;
}
.c-middle h2 {
  margin: 0 0 16px 7px;
}
.c-middle ul {
  margin: 0 0 0 7px;
  padding: 0 40px 0 0;
}
.c-middle ul li {
  margin: 0 0 17px;
  padding: 0 0 0 10px;
  background: url(../../images/site/list-arrow.png) 0 4px no-repeat;
  line-height: 21px;
}
.c-middle p {
  margin: 0 0 0 7px;
  padding: 0 60px 0 0;
}

.benefits-page .read-more {
  margin: 0 0 0 10px;
  color: #f31d8b;
}

.terms .read-more {
  margin: 0 0 0 2px;
  color: #f31d8b;
}
.terms p {
  padding-right: 60px;
}

.read-more {
  text-transform: uppercase;
  color: #f31d8b;
}

.c-footer h2, .c-footer p {
  margin: 0 0 0 7px;
}
.c-footer h2 {
  margin-bottom: 16px;
}
.c-footer p {
  padding: 0 70px 0 0;
}

/* end content */
/* terms-page */
.terms-page .content p,
.benefits-page .content p {
  margin-bottom: 40px;
}

.terms-page .content .selected-text,
.benefits-page .content .selected-text {
  padding: 0 155px 0 74px;
  font-weight: bold;
}

.terms-page .content ul,
.benefits-page .content ul {
  padding: 0 175px 0 64px;
}
.terms-page .content li,
.benefits-page .content li {
  padding: 0 0 0 10px;
  background: url(../../images/site/list-arrow.png) 0 no-repeat;
}

/* end terms-page */
/* signup page */
.signup-page p {
  margin-bottom: 40px;
}

.signup-form {
  width: 550px;
}

.signup-input {
  position: relative;
  margin: 0 0 10px;
  line-height: 48px;
}
.signup-input label {
  padding: 0 12px 0 0;
  display: block;
  width: 162px;
  float: left;
  text-align: right;
  font-size: 16px;
}
.signup-input input {
  border: none;
  margin: 0;
  padding: 0 10px;
  width: 355px;
  height: 48px;
  background: #655950;
  font-size: 16px;
  color: white;
}

.signup-form .signup-select {
  line-height: 33px;
}

select.select {
  position: relative;
  z-index: 10;
  width: 375px !important;
  height: 29px !important;
  line-height: 33px;
}

span.select {
  position: absolute;
  top: 0;
  left: 174px;
  padding: 0 2px 0 0;
  display: block;
  width: 375px;
  height: 33px;
  line-height: 33px;
  text-indent: 10px;
  background: #655950 url(../../images/site/select-controll.png) no-repeat 99.5%;
  cursor: default;
  z-index: 1;
  font-size: 16px;
  color: white;
}

.signup-input .signup-as-label {
  line-height: 33px;
}

.signup-form .signup-submit {
  line-height: 33px;
}
.signup-form .signup-submit .signup-submit-input {
  float: right;
  width: 79px;
  height: 33px;
  background: #63564e url(../../images/site/signup-button.png) no-repeat;
  text-indent: -9999em;
  text-transform: capitalize;
  cursor: pointer;
}
.signup-form .signup-submit .signup-submit-input:hover {
  background: #534842 url(../../images/site/signup-button.png) no-repeat;
}

/* end signup page */
/* side */
.side {
  float: left;
  width: 348px;
}

.login {
  position: relative;
  margin: 178px 0 65px 43px;
  width: 253px;
}
.login h3 {
  position: absolute;
  top: -85px;
  left: -104px;
  margin: 0;
  width: 209px;
  height: 174px;
  background: url(../../images/site/tubeguild-login.png) no-repeat;
  text-indent: -9999em;
}

.login-input {
  background: #63574e;
  height: 48px;
}
.login-input input {
  margin: 6px 52px 7px 0;
  padding: 0 10px 0 0;
  border: solid #dedfdb;
  border-width: 0 1px 0 0;
  height: 35px;
  float: right;
  background: transparent;
  text-align: right;
  color: white;
}

.login-icon {
  background: #55473e url(../../images/site/login-icon.png) 215px no-repeat;
}

.password-icon {
  background: #55473e url(../../images/site/password-icon.png) 210px no-repeat;
}

.login-row {
  margin: 0 0 10px;
}

.forg-pass {
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 129px;
  height: 26px;
  float: left;
  color: #796e66;
  font-size: 16px;
}

.login-submit {
  position: relative;
  float: right;
  height: auto;
  background: #63564e url(../../images/site/login-submit.png) no-repeat;
}
.login-submit input {
  margin: 0;
  padding: 0;
  border: none;
  width: 79px;
  height: 33px;
  float: none;
  text-align: left;
  text-indent: -9999em;
  text-transform: capitalize;
}
.login-submit input:hover {
  background: #534842 url(../../images/site/login-submit.png) no-repeat;
  cursor: pointer;
}

.news {
  margin: 0 10px 0 18px;
}
.news p {
  padding: 0 35px 0 0;
}

.news-item {
  margin: 0 0 25px;
}

.contacts {
  margin: 0 0 40px 18px;
}
.contacts h3 {
  margin: 0 0 12px;
}
.contacts ul {
  margin: 0 0 0 6px;
  list-style: none;
}
.contacts ul li {
  margin: 0 0 7px;
  line-height: 15px;
}

.icq img {
  margin: 0 6px 0 0;
  float: left;
}
.icq span {
  text-transform: uppercase;
}

.skype {
  padding: 0 0 0 23px;
  background: url(../../images/site/skype-icon.png) 0 no-repeat;
}

.email {
  padding: 0 0 0 23px;
  background: url(../../images/site/email-icon.png) 0 no-repeat;
}
.email a {
  color: #0066cc;
}

/* end side */
/* footer */
.footer {
  position: relative;
  margin: -95px 20px 0 0;
  float: right;
  width: 580px;
  height: 95px;
  line-height: 34px;
  z-index: 1;
}

.footer-nav {
  margin: 0 0 25px;
}
.footer-nav li {
  float: left;
  background: url(../../images/site/footer-nav-sep.png) 100% no-repeat;
}
.footer-nav li:last-child {
  background: none;
}
.footer-nav li a {
  padding: 0 13px;
  color: #121212;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-nav .footer-nav-item-active, .footer-nav li:hover {
  margin: 0;
  padding: 0 6px;
  line-height: 34px;
}
.footer-nav .footer-nav-item-active a, .footer-nav li:hover a {
  padding: 0 7px;
  border: none;
  background: #dddddd;
  display: block;
}
.footer-nav .footer-nav-item-active a span, .footer-nav li:hover a span {
  height: 34px;
  line-height: 34px;
}

.footer-copyright {
  border-top: 1px solid #b4b4b4;
  margin: 0 0 0 16px;
  clear: both;
  font-size: 12px;
}

/* end footer */
/* helpers */
.group:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.ie7 .group,
.ie6 .group {
  zoom: 1;
}

/* end helpers */
/* fix ie */
.ie8 .login-input input,
.ie7 .login-input input {
  line-height: 35px;
}
.ie8 .login-submit,
.ie7 .login-submit {
  width: 79px;
  height: 33px;
  zoom: 1;
}
.ie8 .login-submit input,
.ie7 .login-submit input {
  display: block;
  zoom: 1;
}
.ie8 .c-header h1,
.ie7 .c-header h1 {
  background: url(../../images/site/content-header.png);
}

.ie7 .forg-pass {
  bottom: 12px;
}
.ie7 .header-nav a {
  zoom: 1;
}

.ie7 h1, .ie8 h1 {
  background: url(../../images/site/content-header.png);
}

.ie7 .signup-input label,
.ie8 .signup-input label {
  height: 33px;
  line-height: 49px;
}
.ie7 .signup-input input,
.ie8 .signup-input input {
  line-height: 39px;
}

.ie8 .signup-as-label {
  line-height: 33px !important;
}

/* end fix ie */
