/*
* Layout
*-----------------------------------------------------*/
body{
    background:url(/images/body-bg.jpg);
    color: #fff;
}

#header{
    background:url(/images/mini-header-bg.jpg);
    text-align: center;
    height: 40px;
}

#headerInner{
    margin: auto;
    width: 960px;
    text-align: left;
}

#main{ 
    text-align: center;
    padding: 30px 0;
}

#mainInner{
    margin: auto;
    width: 950px;
    text-align: left;
}
a{
    outline: none;
}

a.general{
    color: #eee;
    background-color: #222;
    padding: 0 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

a.general:hover{
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

a.gray{
    color: #666;
    background-color: #ddd;
    padding: 0 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

a.gray:hover{
    color: #444;
    background-color: #ddd;
    text-decoration: none;
}

.clear{clear:both;}

/*
 * Header
 *-----------------------------------------------------*/

#logo{
    float: left;
    width: 230px;
    height: 40px;
    background: url(/images/mini-logo.jpg) 0 -40px no-repeat;
}

#logo:hover{
    background-position: 0 0;
}

#followUs{
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #7a8599;
    text-shadow: 0 1px 0 #f5f5f5;
    float: right;
    padding-left: 35px;
    background: url(/images/twitter.png) 0 50% no-repeat;
    line-height: 40px;
}

#followUs:hover{
    color:#202020;
    text-decoration: none;
}

/*
 * Get Extension
 *--------------------------------------------------------*/
.blueButton{
    float: right;
    outline: none;
    width: 200px;
    padding-right: 20px;
    background: url(/images/button-right.png) right top no-repeat;
    color: #eee;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 -1px 0 #303030;
    margin-bottom: 10px;
}

.blueButton span{
    display: block;
    line-height: 34px;
    height: 36px;
    padding-left: 20px;
    background: url(/images/button-left.png) left top no-repeat;
    text-align: center;
}

.blueButton:hover{
    text-decoration: none;
    color: #fff;
}

.avaliableInfo{
    font-size: 12px;
    color: #aaa;
    text-shadow: 0 -1px 0 #303030;
    text-align: right;
}

.avaliableInfo a{
    color: #eee;
    background-color: #222;
    padding: 0 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.avaliableInfo a:hover{
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

/*
 * Footer
 *--------------------------------------------------------*/
#footer{
    font-size: 12px;
    text-align: center;
    padding: 40px 0;
    color: #777;
    text-shadow: 0 -1px 0 #202020;
}

#footer a{
    color: #fff;
    margin: 0 10px;
}