/* ********************************* */
/* GENERAL                           */
/* ********************************* */

html
{
    margin: 0px;
    padding: 0px;
}

*
{
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #000;    
}

img
{
    border: none;
}

.clear
{
    clear: both;
}

/* ********************************* */

h1,h2,h3,h4,h5
{
    font-weight: 500;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

td 
{
    vertical-align: top
}

a.btn{
    display: block;
    width: 150px;
    height: 31px;
    text-align: center;
    padding-top: 9px;
    background-image: url('../Images/btn.png');
    background-repeat: no-repeat;
    font-size: 1.2em;
    text-decoration: none;
    color: #FFF;
    background-position: 0px 0px;
}
        
a.btn:hover
{
    background-position: -150px 0px;
}

input.btn{
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    background-image: url('../Images/btn.png');
    background-repeat: no-repeat;
    font-size: 1.2em;
    text-decoration: none;
    color: #FFF;
    background-position: 0px 0px;
    border: 0px;
    cursor: pointer;
}
        
input.btn:hover
{
    background-position: -150px 0px;
}

#content input.btn{
    background-image: url('../Images/btn-silver.png');
}

p
{
    line-height: 1.7em;
}

.separator
{
    border-bottom: 2px dotted #EEE;
    width: 100%;
    clear: both;
    padding: 15px 0px 0px 0px;
}

/* ********************************* */
/* MAIN                              */
/* ********************************* */

body 
{
    background-color: #FFF;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 76%;
}

#wrapper
{
    width: 920px;
    margin: 10px auto 0px auto;
    background-color: #FFF;
    text-align: left;
}

    #header
    {
        width: 920px;
        height: 130px;
    }
    
        #logo
        {
            position: absolute;
            margin: 5px 0px 0px 15px;
        }
    
        #menu
        {
            position: absolute;
            margin: 45px 0px 0px 200px;
        }
        
            #menu a
            {
                display: block;
                float: left;
                padding: 10px 11px 10px 11px;
                border-right: 1px solid #EEE;
                font-size: 1.2em;
            }
            
            #menu a.last
            {
                border-right: none;
            }
            
    #payAd
    {
        margin: 20px 0px 0px 0px;
        width: 920px;
        height: 150px;
        background-image: url('../Images/payment-bg.jpg');
        background-repeat: no-repeat;
    }
    
        #payAd h3
        {
            position: absolute;
            margin: 20px 0px 0px 30px;
            font-size: 2.0em;
        }
        
        #payAd p
        {
            position: absolute;
            margin: 60px 0px 0px 30px;
            font-size: 1.1em;
        }
        
        #payAd a.btn
        {
            position: absolute;
            margin: 80px 0px 0px 740px;
        }
        
#main
{
    width: 920px;
}

    #content
    {
        width: 560px;
        float: left;
        padding: 0px 20px 20px 20px;
    }
    
        #content h1
        {
            font-size: 2.8em;
        }

        #content h4
        {
            font-size: 1.4em;
            color: #CE2D30;
        }
        
        #content p.intro
        {
            color: #777;
            border-bottom: 2px dotted #EEE;
            padding-bottom: 20px;
        }

        #content.faq p
        {
            color: #000;
            border-bottom: 2px dotted #EEE;
            padding-bottom: 20px;
        }
    
    #sideColumn
    {
        width: 300px;
        float: left;
        margin: 0px 0px 0px 20px;
    }
    
        #sideColumn h2
        {
            font-size: 1.7em;
            color: #CE2D30;
        }
    
        #sideColumn div.btns .btn
        {
            float: right;
            margin-right: 31px;
        }

#footer
{
    width: 880px;
    border-top: 2px dotted #EEE;
    padding: 20px;
    color: #999;
    clear: both;
    height: 60px;
    margin-top: 40px;
    float: left;
}

/* messageLayer */

#messageLayer{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
       background: rgba(0, 0, 0, .4);
	position: fixed;
	z-index: 10000;
	
}

#message{
	width: 600px;
	height: 240px;
	margin: 100px auto auto auto;
	background-color: #FFF;
	border: 5px solid #CE2D30;
	padding: 15px;
}

#message .btn{
	margin-top: 30px;
}

#payForm input[type='text']
{
	border: 1px solid #BBB;
	padding: 5px;
}

#payForm .formError{
	border-color:red!important;
	background-color: #f6e9e9;
}

#payForm .formSeparator{
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#CBAgree{float:left;}

#payForm .label{
	margin-left: 30px;
	display: block;
}

#payForm label.formError{
	color: red;
}