/*--

PROJECT: Wittner VIP Club
VERSION: 1.0
LAST UPDATED: 11 Feb 2010

--*/


/*-- COMMON STYLES AND CLASSES --*/

html, * {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    display: block;
}

.off-screen {
    text-indent: -9999px;
    overflow: hidden;
}

.col {
    float: left;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.center {
    text-align: center;
}

.center img {
    margin: 0 auto;
}

.self-clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*-- SITE STRUCTURE AND GLOBAL SETTINGS --*/
body {
    background: #fff;
    font-family: Arial;
    font-size: 62.5%;
    padding-bottom: 50px;
    text-align: center;
    
    
}

a {
    text-decoration: none;
    outline:none;
}
a:hover {
    text-decoration: underline;
}

#wrapper {
    width:920px;
    height:540px;
    
    
    margin:125px auto;
    
	text-align:left;
}
.maindiv
{
	margin-top:50px;
	height:536px;
	margin-left:25px;
	
}
#header {
    height: 93px;
    padding-top: 20px;
    margin-bottom: 76px;
}

#body {
}

#navigation {
    width: 195px;
    float: left;
}

#main {
    float: left;
    width: 780px;
}

/*-- HEADER --*/
#header .logo {
    float: left;
}

#header .links {
    float: right;
    text-transform: uppercase;
    color: #1a1a1a;
}

#header .links li {
    margin-bottom: 8px;
    text-align: right;
}

#header .links li a {
    color: #444;
}

/*-- NAVIGATION --*/
#navigation ul {
    margin-top: 20px;
}

#navigation ul li {
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

#navigation ul li a {
    color: #111;
}

/*-- MAIN CONTENT AREA --*/
#main h1, #main h2, #main h3, #main p, #main ul, #main ol {
    margin-left: 15px;
}

#main h1 {
    font-size: 2.4em;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 15px;
}

#main h2 {
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#main p, #main a, #main ul, #main ol {
    color: #2b2b2b;
}

#main ol {
    list-style-type: decimal;
    margin-left: 30px;
}

#main ul {
    list-style-type: disc;
    margin-left: 30px;
}

#main p, #main ul, #main ol {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 15px;
}

#main ol li, #main ul li {
    margin-bottom: 10px;
}

#main  a {
    border-bottom: 1px dotted #2b2b2b;
    white-space: nowrap;
}

#main a:hover {
    text-decoration: none;
    color: #666;
    border-bottom: 1px dotted #666;
}

#main table {
    margin-left: 15px;
}

#main .top {
    text-align: right;
}

/*-- Content Columns --*/
.wide {
    width: 500px;
    margin-right: 25px;
}

.narrow {
    width: 255px;
}

/*-- SIDEBAR --*/
#main #sidebar table {
    margin-left: 0px;
}

#sidebar .panel {
    background: url(/images/bg-panel.gif);
    border: 1px solid #dadada;
    padding: 12px 15px;
    margin-bottom: 20px;
}

#sidebar .panel h2 {
    margin-left: 0px;
    font-size: 1.2em;
    color: #333;
}

#sidebar .panel p {
    margin-left: 0px;
    font-size: 1.1em;
    color: #333;
}

/*-- BENEFITS TABLE IN PANEL --*/
.panel .benefits-table {
    font-size: 1.1em;
    width: 100%;
    border: none;
}

.panel .benefits-table th, .panel .benefits-table td {
    background: none;
    border: none;
    text-align: left;
    font-style: normal;
}

.panel .benefits-table th {
    text-align: left;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e5e5e5;
    width: 50%;
    text-transform: none;
    background: none;
    color: #000;
}

.panel .benefits-table td {
    padding: 5px 0;
    border-bottom: 1px dotted #e5e5e5;
    color: #000;
}

.panel .benefits-table th em, .panel .benefits-table td em {
    display: block;
    text-align: right;
}

.panel .benefits-table td em {
    color: #636363;
}

.panel .benefits-table th em {
    color: #333;
}

#main .panel .footnote {
    text-align: right;
    font-style: italic;
    color: #636363;
    margin-top: 10px;
}

/*-- PAGE SPECIFIC --*/

/*-- HOMEPAGE --*/
#homepage .col-holder {
    margin-top: 0px;
}

#homepage .col-holder .col {
    width: 224px;
    height: 370px;
    padding-left: 15px;
    padding-right: 20px;
    border-right: 1px dotted #bfbfbf;
}

#homepage .col-holder .col h2, #homepage .col-holder .col p {
    margin-left: 0px;
}

#homepage .col-holder .col p {
    font-size: 1.1em;
    line-height: 1.4em;
}

#homepage .col-holder .col img {
    margin-bottom: 20px;
}

#homepage .col-holder .col .button-link {
    margin-top: 20px;
}


/*-- HOW IT WORKS --*/
#how-it-works {
    width: 500px;
    height: 210px;
    background: url(/images/how-it-works-graphic.jpg) 10px 0 no-repeat;
    margin: 20px 0;
}

    #how-it-works ol {
        list-style: none;
    }

/*-- SIDEBAR SPECIFIC --*/

/*-- PANEL BUTTONS --*/
#main .panel .button {
    height: 45px;
    margin-bottom: 0px;
}

#main .panel .button {
    background-repeat: no-repeat;
    background-position: top center;
}

#main .panel .button a {
    height: 30px;
    display: block;
    margin: 0 auto;
    border-bottom: none;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
}

#main .panel .button a:hover {
    background-position: 0 -51px;
}

#main .login-button, #main .login-button a {
    background-image: url(/images/button-login.gif);
}

#main .login-button a {
    width: 106px;
}

#main .activate-card, #main .activate-card a {
    background-image: url(/images/button-activate-card.gif);
}

#main .activate-card a {
    width: 156px;
}

#main .see-full-table, #main .see-full-table a {
    background-image: url(/images/button-see-full-table.gif);
}

#main .see-full-table a {
    width: 156px;
}

/* CLUB LEVELS & BENEFITS */
.benefits-table {
    font-size: 1.2em;
    border: 1px solid #d7d7d7;
}

.benefits-table th, .benefits-table td {
    text-align: left;
    vertical-align: top;
    padding: 10px;
}

.benefits-table th {
    text-transform: uppercase;
    color: #666;
    background: #ebebeb url(/images/bg-table-th.gif) bottom left repeat-x;
    border: 1px solid #ebebeb;
    border-bottom: 1px solid #d7d7d7;
    width: 100px;
}

.benefits-table td {
    padding-bottom: 40px;
    background: url(/images/bg-td1.gif);
    color: #444;
    font-style: italic;
    text-align: center;
    border-top: 1px dotted #e5e5e5;
}

#main .benefits-table ul {
    margin-left: 0px;
    font-size: 1em;
    list-style: none;
}

.benefits-table td li {
    margin-bottom: 10px;
    line-height: 1;
}

.benefits-table td.alt {
    background: url(/images/bg-td2.gif);
}

.benefits-table tr.alt td {
    background: url(/images/bg-td4.gif);
}

.benefits-table tr.alt td.alt {
    background: url(/images/bg-td3.gif);
}

/* far left column */
.benefits-table td.left {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    font-size: 1.1em;
}

.benefits-table td.left img {
    margin-top: 10px;
}

/* points column */
.benefits-table th.points {
    font-size: 0.9em;
    width: 125px;
    text-align: left;
}

.benefits-table td.points {
    text-align: left;
     width: 125px;
}

/* widest column (far right) */
.benefits-table th.wide, .benefits-table td.wide {
    width: 275px;
    text-align: left;
}

/* FAQS */
#main .faq-links {
    border-bottom: 1px dotted #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 0px;
    list-style: none;
    margin-left: 15px;
}

#main .faq-links li {
    margin-bottom: 15px;
}

#main .faq-answer {
    background: #fafafa;
    padding: 15px 0;
    margin-left: 15px;
    border-bottom: 1px dotted #e5e5e5;
}

#main .faq-alt {
    background: #f5f5f5;
}

#main .faq-answer h2,
#main .faq-answer p {
    margin-left: 10px;
}

#main .faq-answer p {
    margin-right: 50px;
}

#main .faq-answer p.top {
    margin-bottom: 0px;
    margin-right: 10px;
}

/*-- OTHER ELEMENT STYLES --*/
.button-link {
    height: 20px;
    margin-top: 10px;
    line-height: 1em !important;
}

.button-link a {
    background: #000;
    text-transform: uppercase;
    padding: 4px 8px 5px 8px;
    font-size: 1.3em;
    text-decoration: none !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    display: block;
    float: left;
}

.button-link a:hover {
    background: #fff;
    color: #000 !important;
    text-decoration: none;
}
a.two:link { text-decoration: none;color:#605D5A;  font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px;text-decoration: none;  }
a.two:visited { font-family:Arial, Helvetica, sans-serif;font-weight:normal; font-size:12px;text-decoration: none;color:#605D5A }
a.two:hover {font-size:12px; color:#605D5A;text-decoration:underline }

