/******************************* master **************************************/
#master
{
    position: relative;
    background-color: #303030;
    /*background: linear-gradient(#303030 20%, #777 60%);*/
    background: linear-gradient(#303030 1000px, #777 1800px);
}

/**********************************header ***************************************/
#header
{
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
/*
    ======================================================
                       CONTENT STYLES
    ======================================================
*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

#mainContent
{
    position: relative;
    width: 1138px;
    margin: 0 auto;
    padding:15px 0 0 0;
}

@media screen and (max-width: 1138px) {
    #mainContent {
        width: 100%;
    }
}

#contentWide
{
    position: relative;
    width: 1370px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

@media screen and (max-width: 1138px) {
    #contentWide {
        width: 100%;
    }
}

#shell
{
    position: relative;
    margin-bottom:20px;
}
.leftColumn
{
    width: 762px;
    float: left;
    margin: 20px 0px 0px 0px;
}
.downloadleftcolumn {
    width: 749px !important;
    padding-bottom: 0 !important;
}
.rightColumn
{
    float: right;
    width: 378px;
    margin: 20px 0 0 0;
}
.downloadrightColumn {
    margin-bottom: 17px !important;
}
.storeInfoLeft
{
    width: 187px;
    float: left;
    margin: 20px 10px 0px 0px;
}
.storeRight
{
    float: right;
    width: 960px;
    margin: 20px 0px 0px 0px;
}
.holder:before, .holder:after
{
    content: "";
    display: table;
}

.holder:after
{
    clear: both;
}

.headerInner
{
    position: relative;
    color: #888;
    background-color: #6b6b6b;
    letter-spacing: 1px;
}
.headerInner > .wrapper {
    width: 1138px;
    margin: 0 auto;
}
@media screen and (max-width: 1138px) {
    .headerInner > .wrapper {
        width: 100%;
    }
}
.campaignSlider {
    position: relative;
    z-index: 1;
    padding:20px 0 0 0;
    margin-bottom:0px;
    border-bottom:10px solid #fff;
    overflow:hidden;
}
.campaign
{
    position: relative;
    z-index: 1;
    padding:0;
    margin: 0;
    border-bottom:6px solid #303030;
}
.campaign ul
{
    position: relative;
    list-style:none outside;
}
.campaign > ul > li
{
    position: relative;
    /*padding-top: 74px;*/
    overflow:hidden;
}
.campaign > ul > li > img {
    width:100%;
    height:auto;
    min-width:1138px;
    position: absolute;
    top:0;
    left:0;
    z-index:1;
}

/*===========================================================
                        CONTENT
=============================================================*/

.content
{
    overflow:hidden;
	padding:5px 0 0 0;
}

.topmargincontent {
	padding-bottom:10px !important;
}

/*===========================================================
                       END of CONTENT
=============================================================*/
/*********************************footer******************************/
#footer
{
    position:relative;
    background:url(/images/Nemetos/PhaseOne2012/siteMapBg.gif) repeat-x #ccc;
    }