* {
    margin: 0;
    padding: 0;
}

dd, dt, li, dl, ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

/* Giving a display value to the HTML5 rendered elements: */

header, footer, article, section, hgroup, nav, figure {
    display: block;
}

html, body {
    height: 100%;
}

body {
    font-family: Arial;
    font-size: small;
    position: relative;
    -webkit-text-size-adjust: none;
    background: #eee url(../images/bg_body.gif);
}

a {
    text-decoration: none;
    color: #3366ff;
}

a:hover {
    color: #000;
}

a img {
    border: none;
}

input, select, textarea {
    border: 1px solid #7f9db9;
    vertical-align: top;
}

/*---- STRUCTURE ----*/

#wrapper {
    min-height: 100%;
}

#container {
    position: relative;
    width: 980px;
    margin: 0 auto;
    background: #fff;
    -moz-box-shadow: 0px 0px 11px #ccc;
    -webkit-box-shadow: 0px 0px 11px #ccc;
    box-shadow: 0px 0px 11px #ccc;
}

#logo {
    height: 54px;
    width: 301px;
    background: url(../images/logo.gif) no-repeat;
    float: left;
    margin: 10px 0 10px 10px;
}

#logo a {
    display: block;
    height: 54px;
}

header {
    height: 406px;
    position: relative;
}

/* Top band */

.band {
    display: block;
    background: #80BC3A url(../images/top_band.gif) no-repeat center top;
    height: 279px;
    color: #fff;
    width: 1086px;
    top: 74px;
    position: absolute;
    left: -53px;
}

.band .left_shadow {
    display: block;
    width: 53px;
    height: 19px;
    position: absolute;
    background: url(../images/corner.png) no-repeat;
    left: 0px;
    top: -19px;
    z-index: 5;
}

.band .right_shadow {
    display: block;
    width: 53px;
    height: 19px;
    position: absolute;
    background: url(../images/corner.png) no-repeat -53px top;
    right: 0;
    top: -19px;
    z-index: 5;
}

.punch_line {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    padding: 17px 0 0 50px;
    color: #1B4555;
}

.punch_line span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 0 60px;
}

.operator {
    display: block;
    position: absolute;
    background: url(../images/operator.png) no-repeat left bottom;
    width: 347px;
    height: 416px;
    top: -137px;
    right: 53px;
    z-index: 6;
}

.column_box {
    color: #333;
}

.seat {
    color: #333;
}

.band_box {
    margin: 0 auto;
    position: relative;
}

.band_box .features {
    float: left;
    margin: 126px 0 0 120px;
}

.band_box .features p {
    font-size: 16px;
    font-weight: 500;
    padding: 1px 0 0 20px;
    margin: 0;
    background: url(../images/arrow.png) no-repeat left 6px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #1B4555;
}

nav {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* CHAT BUTTON */

div.chat-button {
    position: absolute;
    top: 15px;
    right: 310px;
}

/* menu */

header nav {
    height: 53px;
    display: block;
    width: 100%;
    background: #5A5A5A url(../images/sprite.png) repeat-x;
    background-image: -moz-linear-gradient(top, #5A5A5A, #515151);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#5A5A5A), to(#515151));
    background-image: -webkit-linear-gradient(top, #5A5A5A, #515151);
    background-image: linear-gradient(top, #5A5A5A, #515151);
}

header nav ul li {
    display: inline;
    padding: 0;
    margin: 0;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
}

header nav ul li a {
    display: inline-block;
    height: 30px;
    padding: 10px 15px 13px 40px;
    border-left: 1px solid #787878;
    line-height: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    position: relative;
}

body#home_page header nav ul li.home a, body#tts header nav ul li.membership a, body#contact header nav ul li.contact a, body#faq header nav ul li.faq a, body#sla header nav ul li.sla a, header nav ul li a:hover {
    background: url(../images/sprite.png) repeat-x left -55px;
    background-image: -moz-linear-gradient(top, #192808, #4D7321);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#192808), to(#4D7321));
    background-image: -webkit-linear-gradient(top, #192808, #4D7321);
    background-image: linear-gradient(top, #192808, #4D7321);
    color: #FFF;
}

.sla a {
    width: 140px;
}

header nav ul li a em {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/bg_dotted.png);
    top: 14px;
    left: 10px;
}

header nav ul li:first-child a {
    border: none;
}

nav .gamma {
    position: absolute;
    width: 155px;
    height: 53px;
    background: url(../images/bg_support.gif) center top;
    right: 0;
    top: 0;
    display: block;
    z-index: 10;
}

.main_content {
    display: block;
    width: 908px;
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    overflow: hidden;
}

.main_content h2 {
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 0 10px 0;
    margin: 0;
    color: #4D4D4D;
    line-height: 35px;
    font-style: italic;
}

.common_box {
    display: block;
    background: #F4F4F4;
    padding: 20px 0;
    overflow: hidden;
}

.common_box hr {
    border: none;
    border-bottom: 1px dotted #315500;
    margin-bottom: 30px
}

.third {
    float: left;
    width: 33%;
    text-align: center;
    color: #393839;
    font-size: 13px;
    line-height: 19px;
}

.middle_box {
    width: 34%;
}

.third h3 {
    color: #80BC3A;
    padding: 0 0 10px 0;
    font-size: 16px;
    display: block;
}

.b_hours {
    background: url(../images/icons.png) no-repeat;
    padding: 2px 0 5px 30px;
}

.phone_support {
    background: url(../images/icons.png) no-repeat left -81px;
    padding: 2px 0 5px 30px;
}

.online_support {
    background: url(../images/icons.png) no-repeat left -37px;
    padding: 2px 0 5px 30px;
}

.alternate {
    display: block;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 0
}

.ticket_box {
    float: left;
    display: inline;
    width: 294px;
    margin: 30px 13px 0 0;
}

.last_box {
    margin-right: 0;
}

.ticket_box .head {
    background: #80BC3A url(../images/bg_head.gif) no-repeat;
    height: 67px;
}

.ticket_box .head span a {
    color: #fff;
    text-decoration: none;
}

.ticket_box .head span a:hover {
    color: #333;
}

.ticket_box .head span {
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    height: 37px;
    padding: 16px 0 0 60px;
}

.ticket_box .head span em {
    position: absolute;
    width: 37px;
    height: 37px;
    top: 14px;
    left: 13px;
    display: block;
}

.ticket_box.faq .head a {
    font-size: 18px;
}

.membership_problem {
    background: url(../images/new_bg_icons.png) no-repeat;
}

.faq {
    background: url(../images/faq-white.png) no-repeat;
}

.contactus {
    background: url(../images/new_bg_icons.png) no-repeat left -74px;
}

.third_box {
    padding: 0 20px;
    border-right: 5px solid #FFF;
    border-left: 5px solid #FFF;
}

.ticket_content {
    background: url(../images/sprite.png) repeat-x left -196px;
    padding: 10px 10px 20px 10px;
    text-align: center;
    border-top: 10px solid #FFF;
    font-size: 13px;
    color: #2F2F2F;
}

.desc {
    display: block;
    font-size: 16px;
    clear: both;
    padding: 10px 0;
    height: 40px;
}

.ticket_content .button, input.submit {
    display: block;
    width: 250px;
    margin: 0 auto;
    height: 30px;
    border: 2px solid #E7E8E0;
    background: #1873E5 url(../images/sprite.png) repeat-x left -110px;
    background: #2E8FEC;
    background-image: -moz-linear-gradient(top, #2E8FEC, #1466E1);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#2E8FEC), to(#1466E1));
    background-image: -webkit-linear-gradient(top, #2E8FEC, #1466E1);
    background-image: linear-gradient(top, #2E8FEC, #1466E1);
    color: #FFF;
    font-size: 16px;
    font-style: italic;
    clear: both;
    padding-top: 13px;
    line-height: 16px;
    font-weight: 600;
}

input.submit {
    height: 45px;
    padding-top: 2px;
}

.ticket_content .button:hover, input.submit:hover {
    background-position: left -153px;
    color: #FC0;
    background: #1466E1;
    background-image: -moz-linear-gradient(top, #1466E1, #2E8FEC);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#1466E1), to(#2E8FEC));
    background-image: -webkit-linear-gradient(top, #1466E1, #2E8FEC);
    background-image: linear-gradient(top, #1466E1, #2E8FEC);
}

.ticket_content .button span {
    padding: 0 25px 0 0;
    background: url(../images/bg_button_arrow.gif) no-repeat right 4px;
}

.spacer {
    display: block;
    clear: both;
    font-size: 0;
}

.subtitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #80BC3A;
    display: block;
    padding: 5px 0 10px 0;
}

.question_left {
    float: left;
    font-size: 18px;
    width: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #80BC3A;
}

.question_right {
    float: left;
    width: 500px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #80BC3A;
    font-size: 18px;
}

.answer_left {
    float: left;
    font-size: 18px;
    width: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #333;
    padding-top: 10px;
}

.answer_right {
    float: left;
    width: 800px;
    font-size: 13px;
    padding-top: 11px;
    line-height: 21px;
}

.answer_right ul {
    list-style-type: disc;
}

.half_left {
    float: left;
    width: 366px;
    margin-right: 20px;
}

.half_right {
    float: left;
    width: 452px;
    border-left: 5px solid #FFF;
    padding-left: 20px;
    font-size: 13px;
}

.left_cancel {
    float: left;
    width: 170px;
    display: inline-block;
    padding: 5px 0;
}

.right_cancel {
    float: left;
    width: 500px;
    display: inline-block;
    padding: 5px 0;
}

.under {
    display: block;
    font-size: 10px;
}

.site_list {
    width: 344px;
}

#digs2 {
    width: 35px;
    float: left;
}

#digs4 {
    width: 50px;
    float: left;
}

.dd_month, .dd_year {
    width: 114px;
    display: inline;
    margin-right: 5px;
    float: left;
}

.e_site {
    width: 334px!important;
}

.one, .two {
    float: left;
    display: inline;
    font-size: 13px;
    padding: 5px 5px;
}

.cancel_captcha {
    padding: 30px 0 0 170px;
}

.ctrlHolder img {
    border: 1px solid #333;
    display: inline;
    margin: 10px 0;
    clear: both;
}

.submit_cancel {
    float: left;
    clear: both;
}

.contact_number {
    font-weight: 700;
    font-size: 24px;
    display: block;
}

.red {
    color: #C00;
}

.captcha {
    display: block;
    padding: 15px 0 0 126px;
}

.padd {
    padding: 20px;
}

.captcha img {
    border: 1px solid #ccc;
}

.instructions {
    font-size: 13px;
    padding: 25px 0 0 0;
    font-weight: 700;
}

.error, .error_captcha, .error_message {
    display: block;
    padding: 5px;
    font-size: 11px;
    background: #f00;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    width: 190px;
    margin: 3px 0 10px 0;
}

.error_captcha {
    width: 192px!important;
}

/* FOOTER */

footer {
    clear: both;
    display: block;
    font-size: 11px;
    color: #666;
    text-align: center;
    padding: 20px;
    margin: 30px 0 0 0;
    background: url(../images/new_shade.gif) center top no-repeat;
}

footer p {
    background: url(../images/new_shade.gif) center top no-repeat;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}

footer p span {
    padding: 0 15px;
}

/* old */

#banners {
    height: 0px;
    width: 0px;
    padding: 225px 900px 0 0;
    overflow: hidden;
    margin: 1px 0;
    background: #fff url(../images/d_bg_headtext.jpg) no-repeat left top;
}

#banners strong {
    display: block;
    font-size: 1.2em;
    color: #3c6f00;
    padding: 10px 0 0 0;
}

#news-title {
    display: block;
    font-size: 1.3em;
    margin: 12px 0;
    color: #7AB82F;
    font-weight: bold;
    margin: 50px 0 0 7px;
}

#news-text {
    display: block;
    padding-left: 20px;
}

p {
    margin: 10px 0;
}

a.back {
    display: none;
}

ul.options {
    width: 339px;
    padding: 0 7px;
    float: right;
}

ul.options li {
    margin: 4px 0;
}

ul.options li a {
    display: block;
    height: 118px;
    padding: 25px 10px 0 108px;
    text-decoration: none;
    color: #ffcc00;
    font-size: 1.1em;
}

ul.options li.pb a {
    background: url(../images/d_i_problem.gif) no-repeat 0 0;
}

ul.options li.cancel a {
    background: url(../images/d_i_cancel.gif) no-repeat 0 0;
}

ul.options li.faq {
    display: none;
}

ul.options li.pwd {
    display: none;
}

ul.options li.contact a {
    background: url(../images/d_i_contact.gif) no-repeat 0 0;
    color: #00ccff;
}

ul.options li a strong {
    display: block;
    padding: 5px 0 3px 0;
    text-transform: capitalize;
    font-size: 1.4em;
    color: #fff;
}

div.main {
    width: 480px;
    padding: 0 15px;
    margin: 20px 0;
    float: left;
}

#captcha {
    width: 190px!important;
    clear: both;
}

.req_fields {
    font-size: 10px;
    text-align: right;
    display: block;
    padding: 0 5px 10px 0;
}

#captcha-input {
    width: 202px!important;
}

#submit_contact {
    float: right!important;
    font-weight: 700;
    margin-right: 100px;
}

.submit_cancel {
    width: 202px!important;
}

.r_fields {
    display: block;
    font-size: 10px;
    padding: 7px 0;
}

.error_box {
    position: relative;
}

/* FORM */

fieldset {
    border: none;
    margin: 0 0 10px 0;
    background: #F4FFE7 url(../images/d_bg_fieldset.gif) repeat-x 0 0;
}

fieldset legend {
    font-weight: bold;
    font-size: 1.4em;
    color: #7AB82F;
}

form {
    padding: 0
}

form p {
    margin: 5px 0 15px 10px;
}

form label {
    display: inline-block;
    width: 90px;
    padding-top: 7px;
}

form input {
    width: 344px;
    padding: 5px
}

form select {
    width: 355px;
    padding: 5px
}

form textarea {
    width: 442px;
    height: 78px;
    padding: 5px;
    display: block;
    margin-top: 5px;
}

form input.ts {
    width: 255px;
    padding: 5px
}

form select.ts {
    width: 267px;
    padding: 5px
}

form textarea.ts {
    width: 442px;
    height: 78px;
    padding: 5px;
}

.cb {
    width: 20px!important;
    float: left;
    margin: 5px 5px 30px 90px;
}

.ip {
    font-size: 11px;
    display: inline;
    padding: 0;
    width: 300px;
}

form p.textarea label {
    width: auto;
    margin: 0 0 5px 0;
}

form p.checkbox label {
    width: 250px;
    font-weight: bold;
}

form p.checkbox input {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 93px;
    vertical-align: text-bottom;
}

/* MEMBERSHIP PROBLEM */

div.members_problem ul.options li.pb, div.members_problem ul.options li.cancel {
    display: none;
}

/* FAQ */

div.faq div.main {
    margin: 20px 15px;
    background: #F4FFE7 url(../images/d_bg_fieldset.gif) repeat-x 0 0;
}

div.faq h1 {
    color: #7AB82F;
}

div.faq ul.options li.cancel {
    display: none;
}

/* CANCEL MEMBERSHIP CHOICE */

div.cancel_choice p strong {
    display: inline-block;
    width: 100px;
}

div.cancel_choice div.choice {
    margin: 20px 0 0 0;
    text-align: center;
}

div.cancel_choice a.keep, div.cancel_choice a.cancel {
    display: inline-block;
    width: 102px;
    height: 39px;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 0 0 20px;
    text-align: left;
}

div.cancel_choice a.cancel {
    background: url(../images/bt_membership_cancel.png) no-repeat 0 0;
}

div.cancel_choice a.keep {
    background: url(../images/bt_membership_keep.png) no-repeat 0 0;
}

/* CANCEL MEMBERSHIP PAGE */

#cancel_offer {
	font: normal 16px/1.6 sans-serif;
}

.special_offer_title {
	width: 400px;
}

.special_offer_title img {
	display: block;
	width: 100%;
}

.cancelPageBtn {
	margin: 20px 20px 20px 0;
	padding: 10px 20px;
	color: #fefefe;
	border: 1px solid #989898;
	border-bottom-width: 3px;
	border-right-width: 2px;
	border-radius: 2px;
	font-size:	20px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
	cursor: pointer;
	transition: all 0.5s ease;
}

.cancelPageBtn:hover {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.cancelPageBtn#confirmBtn {
	border-color: #39863c;
	background: #4caf50;
}

.cancelPageBtn#confirmBtn:hover {
	border-color: #339b37;
	background:	#34c439;
}

.cancelPageBtn#cancelBtn {
	border-color: #c1342a;
	background:	#f44336;
}

.cancelPageBtn#cancelBtn:hover{
	border-color: #d12316;
	background: #ff1100;
}

/* CONTACT */

div.contact ul.options li.cancel, div.contact ul.options li.contact {
    display: none;
}

div.contact div.bloc {
    padding: 5px 0;
    background: #F4FFE7 url(../images/d_bg_fieldset.gif) repeat-x 0 0;
}

div.contact div.bloc p {
    margin: 5px 0 15px 10px;
}

.contact_chat_button {
    border: 3px solid #1eb04d;
    background-color: #b5e61d;
    text-align: center;
    color: #000;
    display: block;
    width: 280px;
    margin: 15px auto;
    padding: 15px 10px;
    text-transform: uppercase;
}

.contact_chat_button:hover {
    background-color: #d6ea99;
}

.contact_chat_button .lg_text {
    font-size: 30px;
    display: block;
}

.contact_chat_button .md_text {
    font-size: 15px;
    display: block;
}