
/***************default start*************************/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote,
th, td {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: none;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *
    font-size: 100%;
}


body {
    color: #3B3A3A;
    font: 12px Arial,Helvetica,sans-serif;
}

html, body {
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.wrapper {
    height: 100%;
    min-height: 100%;
    min-width: 1161px;
    padding: 0;
    position: relative;
}

a, .link {
    color: #3B3A3A;
    cursor: pointer;
    text-decoration: underline;
}

ol, ul, li {
    list-style: none;
}


.float-left, .left {
    float: left;
}

.float-right, .right {
    float: right;
}

.none, .hidden {
    display: none;
}

.clear, .clear-both {
    clear: both;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.placeholder {
    color: #808080;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}

.content {
    width: 1000px;
    margin: 0 auto;
}

.inline-block {
    display: inline-block;
    zoom: 1;
    display: inline;
}


/***************default end**************************/

#header {
    background: #000;
    color: #fff;
}

#header .content {
    background: url('./img/header-bg.jpg') no-repeat;
    background-position: top center;
    min-height: 252px;
    overflow: hidden;
}

#header .content .top {
    padding: 10px 0;
}

#header .content .top a.live_chat {
    display: block;
    padding: 0 0 0 20px;
    background-position: center left;
    color: #fff;
    text-decoration: none;
}

#header .content .menu {
    padding: 20px;
    background: url('./img/menu-bg.png') no-repeat;
    background-position: top right;
    padding: 10px;
}

#header .content .menu .icon {
    height: 56px;
    width: 236px;
    background: url('./img/logo.png') no-repeat;
}

#header .content .menu ul {
}

#header .content .menu ul li {
    float: left;
    border-left: 2px solid #000;
    padding: 0 10px;
}

#header .content .menu ul li:first-child {
    border-left: none;
}

#header .content .menu ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 5px;
}

#header .content .menu ul li a:hover {
    background: #232626;
}

#header .content .menu ul li a.active {
    background: #232626;
}

#header .content .menu ul li a h2 {
    font-size: 16px;
    text-transform: uppercase;
}

#header .content .menu ul li a.active h2 {
    color: #FF6507;
}

#header .content .menu ul li a:hover h2 {
    color: #FF6507;
}

#header .content .bottom {
    background: url('./img/hosted_by.png') no-repeat;
    background-position: top right;
}

#header .content .bottom .name {
    padding: 10px 0 10px 180px;
    background: url('./img/man.png') no-repeat;
    background-position: top left;
    min-height: 195px;
}

#header .content .bottom .name h1 {
    font-weight: normal;
    font-size: 26px;
}

#header .content .bottom .name h3 {
    font-weight: normal;
    font-size: 12px;
    padding: 0 0 20px 0;
}

#header .content .bottom .name .banner {
    border: 1px solid #A4A4A4;
    border-radius: 3px;
    padding: 3px 10px;
    margin: 5px;
}

#header .content .bottom .name .banner .text {
    text-transform: uppercase;
    color: #909090;
}

#header .content .bottom .name .banner .big {
    color: #FEAD11;
    font-size: 45px;
    font-weight: bold;
}

#header .content .bottom .name .banner .small {
    color: #FEAD11;
    font-size: 16px;
    font-weight: bold;
}

#header .content .bottom .name .pay {
    padding: 0 0 0 17px;
    background: url('./img/v.png') no-repeat;
    background-position: center left;
    margin: 5px 10px;
}

#header .content .bottom .name .pay b {
    color: #FF6507;
}

#header .content .bottom .name a.gamer {
    background: url("./img/menu-bg.png") no-repeat;
    border: 1px solid #808080;
    border-radius: 3px;
    padding: 3px;
    margin: 5px 10px;
    text-decoration: none;
    color: #fff;
}

#header .content .bottom .name a.active {
    color: #FEB012;
    border-color: #FEB012;
}

#header .content .bottom .name a.gamer:hover {
    color: #FEB012;
    border-color: #FEB012;
}

#content {
    min-height: 100%;
}

#footer .top .content {
    border-top: 2px solid #F2F2F2;
}

#footer .top .content .navigation,
#footer .top .content .information {
    width: 200px;
    padding: 0 30px 0 0;
    color: #BBB;
}

#footer .top .content .information .social a {
    width: 30px;
    height: 29px;
    margin: 5px;
    padding: 0;
    display: block;
}

#footer .top .content .information .social a.facebook {
    background: url('./img/soc-fb.png') no-repeat;
}

#footer .top .content .information .social a.twitter {
    background: url('./img/soc-twitter.png') no-repeat;
}

#footer .top .content .information .social a.yahoo {
    background: url('./img/soc-yahoo.png') no-repeat;
}

#footer .top .content .title {
    padding: 5px;
    font-weight: bold;
}

#footer .top .content .title b{
    color: #000;
    font-weight: bold;
}

#footer .top .content a {
   display: block;
   padding: 5px;
   text-decoration: none;
   color: #BBB;
}

#footer .top .content a:hover {
    text-decoration: underline;
}

#footer .top .content .question {
   margin: 0 0 0 500px;
   color: #BBB;
   padding: 0 0 0 20px
}

#footer .top .content .question input.text {
    border: 1px solid #AFAFAF;
    border-radius: 3px;
    color: #878888;
    padding: 5px;
    width: 100px;
    margin: 5px;
}

#footer .top .content .question textarea {
    border: 1px solid #AFAFAF;
    border-radius: 3px;
    color: #878888;
    padding: 5px;
    width: 300px;
    height: 60px;
}

#footer .top .content .question input.submit {
    background: #666;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    padding: 6px;
    font-size: 14px;
    display: block;
    margin: 5px 30px 5px 5px;
}

#footer .top .content .question .message {
    width: 350px;
    height: 120px;
    overflow: hidden;
}

#footer .bottom {
    background: #000;
}

#footer .content .copyright {
    padding: 10px 0;
    color: #888;
}

.space_20 {
    padding: 20px;
}

.hide {
    display: none;
}

/*****widger******/
.product_widget {
    background: url("img/widget-background.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 226px;
    margin: 30px 78px 0 0;
    width: 241px;
    overflow: hidden;
}

.server-title {
    margin: 12px 0 0 0;
}

.server-title h3 {
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 240px;
    height: 25px;
    overflow: hidden;
}

.specs-list {
    padding: 17px 0 4px 14px;
}

.specs-list ul {
    list-style: none outside none;
}

.specs-list ol, .specs-list ul {
    margin-left: 0;
}

.specs-list ol li, .specs-list ul li{
    margin-left: 0;
    padding: 2px;
    color: #a09e9e;
    width: 300px;
}

.nClear {
    clear: both;
}

.view-more-btn {
    padding: 0 0 0 56px;
}

a.view-server {
    background: url("img/widget-button.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 39px;
    width: 163px;
}

.product_widget .price {
    color: #666666;
    font-size: 28px;
    font-weight: bold;
    padding: 0 5px 5px 54px;
}

.product_widget .month {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
}

/*****end widger******/

/*******index.php********/
.welcome-title {
    color: #666666;
    font-size: 26px;
    font-weight: bold;
}

.tm {
    color: #666666;
    font-size: 12px;
    vertical-align: 9px;
}

.welcome-text {
    color: #ababab;
    font-size: 16px;
    padding: 8px 10px 0 0;
    width: 880px;
}

.welcome-container {
    padding-top: 10px;
}

.game-platforms{
    background: url("img/game-platforms.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 90px;
    width: 949px;
    margin-top: 10px;
}

.game-platforms-text{
    display: block;
    margin-top: 18px;
    color: #666666;
    font-size: 19px;
}

.hosted_widget {
    background: url("img/shosted-background.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 226px;
    margin: 30px 0 0;
    width: 360px;
}

.hosted_widget a{
    background: url("img/shosted-button.png") no-repeat scroll 0 0 transparent;
}

.hosted-specs-list {
    padding: 86px 0 4px 14px;
}

.hosted-specs-list ul {
    list-style: none outside none;
}

.hosted-specs-list ol, .hosted-specs-list ul {
    margin-left: 0;
}

.hosted-specs-list ol li, .hosted-specs-list ul li{
    margin-left: 0;
    padding: 2px;
    color: white;
}

.hosted_widget .view-more-btn {
    padding: 6px 0 0 56px;
}
/*******end index.php********/

.user-reg label.error,
.user-login label.error
{
    color: #FF0000;
    display: block;
    font-size: 12px;
}

