#header{
    width: 100%;
    height: 149px;
    /*overflow: hidden;*/
    background-image: url(http://cdn.cheatcc.com/CCC-Css-Images/images/header/bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    text-align: center;
}

.header-top-menu{
    line-height:26px;
    color:#fe0000;
    text-align: left;
    height: 26px;
	overflow: hidden;
}

.header-top-menu a{
    text-decoration:none;
    color:#fe0000;
    font-weight: bold;
}

#header-line-2{
    height: 80px;
}

.header-logo{
    float:left;
    clear:left;
    width: 320px;
    height: 80px;
    overflow: hidden;
}

.header-main-menu{
    float:right;
    clear: right;
    height: 45px;
    overflow: hidden;
    margin-top: 16px;
}

.header-main-menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 45px;
    overflow: hidden;
}

.header-main-menu ul li{
    float:left;
    margin: 0px;
    padding: 0px;
}

.header-main-menu ul li a{
    text-decoration: none;
    color: #FFF;
    display: block;
    font-weight: bold;
    height: 45px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-align: center;
}

.header-main-menu ul li a span{
    line-height: 42px;
}

#header-menu-videos{
    width:98px;
    background-image: url(http://cdn.cheatcc.com/CCC-Css-Images/images/main-menu/videos.png);
}

#header-menu-podcasts{
    width:92px;
    background-image: url(http://cdn.cheatcc.com/CCC-Css-Images/images/main-menu/podcasts.png);
}

#header-menu-special{
    width:134px;
    background-image: url(http://cdn.cheatcc.com/CCC-Css-Images/images/main-menu/specialfeatures.png);
}

#header-menu-game{
    width:108px;
    background-image: url(http://cdn.cheatcc.com/CCC-Css-Images/images/main-menu/gamenews.png);
}

#header-menu-email{
    width:103px; background-image: url(http://cdn.cheatcc.com/CCC-Css-Images/images/main-menu/cccemail.png);
}

#header-menu-contact{
    width:116px;
    background-image: url(http://cdn.cheatcc.com/CCC-Css-Images/images/main-menu/contactus.png);
}

.header-main-menu ul li a:hover{
    color: #EF0000;
    background-position: 0px -47px;
}

#header-line-3{
    height: 44px;
}

/* CONSOLES MENU */
.header-consoles-menu {
    width:670px;
    float:left;
    font-weight:bold;
    font-size:12px;
    color:#FFF;
}

.header-consoles-menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header-consoles-menu ul li{
    float:left;
    text-align:center;
    line-height:44px;
    height:44px;
    background:url('http://cdn.cheatcc.com/CCC-Css-Images/images/consoles-menu/menu_bg.jpg') left top repeat-x;
}


.header-consoles-menu ul li a, .header-consoles-menu ul li a:hover{
    color:#ffffff;
    line-height:44px;
    height:44px;
    display:block;
    text-decoration:none;
    padding:0 4px 0 4px;
}

.header-consoles-menu ul li.consoles-menu-separator-left{
    float:left;
    width:5px;
    height:44px;
    background:url('http://cdn.cheatcc.com/CCC-Css-Images/images/consoles-menu/menu_separator_left.jpg') left top no-repeat;
}

.header-consoles-menu ul li.consoles-menu-separator{
    float:left;
    width:5px;
    height:44px;
    background:url('http://cdn.cheatcc.com/CCC-Css-Images/images/consoles-menu/menu_separator.jpg') left top no-repeat;
}

.header-consoles-menu ul li.consoles-menu-separator-right{
    float:left;
    width:5px;
    height:44px;
    border:0px solid #FF0000;
    background:url('http://cdn.cheatcc.com/CCC-Css-Images/images/consoles-menu/menu_separator_search.jpg') left top no-repeat;
}

.homeMenu:hover{
    color: #990000 !important;
}

.ps2Menu:hover{
    color: #1A6BFF !important;
}

.ps3Menu:hover{
    color: #1A6BFF !important;
}

.ps4Menu:hover{
    color: #1A6BFF !important;
}

.vitaMenu:hover{
    color: #1A6BFF !important;
}

.xboxMenu:hover{
    color: #00E10E !important;
}

.xbox360Menu:hover{
    color: #00E10E !important;
}

.xboxoneMenu:hover{
    color: #00E10E !important;
}

.cubeMenu:hover{
    color: #FF0000 !important;
}

.wiiMenu:hover{
    color: #FF0000 !important;
}

.wiiuMenu:hover{
    color: #FF0000 !important;
}

.pcMenu:hover{ color: #999999 !important;
}

.pspMenu:hover{
    color: #1A6BFF !important;
}

.dsMenu:hover{
    color: #FF0000 !important;
}

.threedsMenu:hover{
    color: #FF0000 !important;
}

.gbaMenu:hover{
    color: #FF0000 !important;
}

.ps1Menu:hover{
    color: #1A6BFF !important;
}

.n64Menu:hover{
    color: #FF0000 !important;
}

.homeMenu.selected{
    color: #990000 !important;
}

.ps2Menu.selected{
    color: #1A6BFF !important;
}

.ps3Menu.selected{
    color: #1A6BFF !important;
}

.ps4Menu.selected{
    color: #1A6BFF !important;
}

.vitaMenu.selected{
	color: #1A6BFF !important;
}

.xboxMenu.selected{
    color: #00E10E !important;
}

.xbox360Menu.selected{
    color: #00E10E !important;
}

.xboxoneMenu.selected{
    color: #00E10E !important;
}

.cubeMenu.selected{
    color: #FF0000 !important;
}

.wiiMenu.selected{
    color: #FF0000 !important;
}

.wiiuMenu.selected{
    color: #FF0000 !important;
}

.pcMenu.selected{ color: #999999 !important;
}

.pspMenu.selected{
    color: #1A6BFF !important;
}

.dsMenu.selected{
    color: #FF0000 !important;
}

.threedsMenu.selected{
    color: #FF0000 !important;
}

.gbaMenu.selected{
    color: #FF0000 !important;
}

.ps1Menu.selected{
    color: #1A6BFF !important;
}

.n64Menu.selected{
    color: #FF0000 !important;
}

.otherMenu.selected{
    color: #FF7300 !important;
}


.otherMenuLI{
    position: relative !important;
}

.otherMenuLI:hover .consoles-sub-menu{
    display: block;
}

.otherMenu:hover{
    color: #FF7300 !important;
}
/* END CONSOLES MENU */

/* CONSOLES MENU DROPDOWN */
.consoles-sub-menu{
    display: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: 43px;
    left: -2px;
    z-index: 1000001;
}

.consoles-sub-menu-item{
    width: 110px !important;
    height: 29px !important;
    line-height: 29px !important;
    background-image: url(http://cdn.cheatcc.com/CCC-Css-Images/images/main-menu/drop-down.png) !important;
    background-position: top left !important;
    background-repeat: no-repeat;
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
}

.consoles-sub-menu-item a{
    text-decoration: none;
    color: #FFF;
    display: block;
    font-weight: bold;
    height: 29px !important;
    line-height: 29px !important;
    text-align: center;
}

.consoles-sub-menu-item a:hover{
    color: #ff4614  !important;
}
/* END CONSOLES MENU DROPDOWN */

/* SEARCH INPUT */
.header-search{
    float:right;
    height:44px;
    width:337px;
    background:url('http://cdn.cheatcc.com/CCC-Css-Images/images/search-box/menu_search_bg.jpg') left top repeat-x;
}

.search-box{
    float:right;
    width: 310px;
}

#searchButton{
    width:31px;
    height:32px;
    background:url('http://cdn.cheatcc.com/CCC-Css-Images/images/search-box/search_button_bg.png') left top no-repeat;
    margin-top:7px;
    margin-left:6px;
    border:none;
}

#searchButton:hover{
    background:url('http://cdn.cheatcc.com/CCC-Css-Images/images/search-box/search_button_bg-hover.png') left top no-repeat;
}

#searchField{
    font-weight:bold;
    font-size:14px;
    color:#1a1a1a;
    width:244px; /* 276 */
    height:30px;
    line-height:30px;
    background:url('http://cdn.cheatcc.com/CCC-Css-Images/images/search-box/search_field_bg.jpg') left top no-repeat;
    margin-top:7px;
    padding-left:16px;
    padding-right:16px;
    border:none;
}

#searchField:focus{
    color: #FF0000 !important;
}

.header-search-right{
    float:right;
    width:16px;
    height:44px;
    background:url('http://cdn.cheatcc.com/CCC-Css-Images/images/search-box/menu_separator_search_right.jpg') right top no-repeat;
}

/* END SEARCH INPUT */

#google_ads_div_970x66_2_ad_container {
    line-height: 1px;
}

/*@media (@media only screen)
and (min-device-width : 375px)
and (max-device-width : 667px) {
  .body-sidebar {
    display: none;
  }
  .body-content {
    width: 790px;
  }
  .header-container {
    width: 690px;
  }
  .wide-banner-left {
    display: none;
  }
  .carousel {
    display:none;
  }
}*/