body {
    background: #eaeaea url("http://www.remontuj.pl/Application/Resources/images/background.png") center top no-repeat;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#header {
    background: #005992 url("http://www.remontuj.pl/Application/Resources/images/header.png") no-repeat top center;
    padding: 25px 0;
    color: #fff;
    border-bottom: 2px solid #fff;
}

#header a {
    color: #fff;
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

#header .logotype {
    width: 230px;
    float: left;
    margin-left: 20px;
}

#header .logotype a {
    background: transparent url("http://www.remontuj.pl/Application/Resources/images/logotype.png");
    /* background: transparent url("http://www.remontuj.pl/Application/Resources/images/logotype-christmas.png"); */
    height: 43px;
    width: 230px;
    text-indent: -9999px;
    display: block;
    border-bottom: none;
}

.account.not-logged {
    height: 41px;
    position: relative;
    top: -16px;
}

.account .log-in,
.account .logged-in {
    padding: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
    background: #004f82; /* Old browsers */
    background: -moz-linear-gradient(top, #004f82 0%, #003372 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004f82), color-stop(100%,#003372)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #004f82 0%,#003372 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #004f82 0%,#003372 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #004f82 0%,#003372 100%); /* IE10+ */
    background: linear-gradient(top, #004f82 0%,#003372 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f82', endColorstr='#003372',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    margin-right: 5px;
    display: inline-block;
}

.menu-buttons {
    display: inline-block;
    margin-right: 5px;
    height: 43px;
}

#header .facebook-register {
    display: inline-block;
    height: 25px;
    position: relative;
    top: 16px;
}

.account .log-in .caret {
    margin: 7px 0;
}

.account > ul > li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.account > ul {
    margin: 0;
}

.account .subscription {
    width: 106px;
    height: 39px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.account .subscription span {
    display: block;
    width: 106px;
    height: 39px;
    background: url("http://www.remontuj.pl/Application/Resources/images/biznes-partner-button.png") no-repeat;
    position: relative;
    top: -11px;
    text-indent: -9999px;
}

.menu-button {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-top: 1px solid #932600;
    display: inline-block;
    background: #e42c00; /* Old browsers */
    background: -moz-linear-gradient(top, #ef5600 0%, #e42c00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef5600), color-stop(100%,#e42c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ef5600 0%,#e42c00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ef5600 0%,#e42c00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ef5600 0%,#e42c00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ef5600 0%,#e42c00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5600', endColorstr='#e42c00',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
}

.icon.menu-button {
    padding: 10px 12px;
}

.icon.menu-button .icon-home {
    margin-bottom: 2px;
    margin-top: 1px;
}

#header .account .with-dropdown li a {
    border-bottom: none;
    color: #005992;
    text-shadow: none;
}

#header .account .with-dropdown li a:hover {
    color: #000;
}

#footer {
    background: #005992;
    padding: 25px 0;
    color: #fff;
}

#footer h3 {
    color: #fff;
    font-size: 16px;
}

#footer ul {
    margin: 0;
}

#footer li {
    list-style: none;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
}

input[type="submit"],
button[type="submit"],
.search-trigger {
    width: auto;
    font: bold 14px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 4px 20px;
    background: #f05a00; /* Old browsers */
    background: -moz-linear-gradient(top, #f05a00 0%, #e32900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f05a00), color-stop(100%,#e32900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f05a00 0%,#e32900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f05a00 0%,#e32900 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f05a00 0%,#e32900 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05a00', endColorstr='#e32900',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f05a00 0%,#e32900 100%); /* W3C */
    border: 1px solid #c63300;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 rgba(255, 255, 255, .25);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
    color: #fff;
    cursor: pointer;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
.search-trigger:hover {
    color: #fff;
    text-decoration: none;
    background: #e45700; /* Old browsers */
    background: -moz-linear-gradient(top, #e45700 0%, #d82800 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e45700), color-stop(100%,#d82800)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e45700 0%,#d82800 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e45700 0%,#d82800 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #e45700 0%,#d82800 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e45700', endColorstr='#d82800',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #e45700 0%,#d82800 100%); /* W3C */
    border: 1px solid #932600;
}

input[type="submit"].large,
button[type="submit"].large {
    padding: 8px 25px;
    font-size: 20px;
}

.btn.btn-orange {
    font: bold 14px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 4px 20px;
    background: #f05a00; /* Old browsers */
    background: -moz-linear-gradient(top, #f05a00 0%, #e32900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f05a00), color-stop(100%,#e32900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f05a00 0%,#e32900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f05a00 0%,#e32900 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f05a00 0%,#e32900 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05a00', endColorstr='#e32900',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f05a00 0%,#e32900 100%); /* W3C */
    border: 1px solid #c63300;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 rgba(255, 255, 255, .25);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
    color: #fff;
    cursor: pointer;
}

.btn.btn-orange:hover {
    background: #e45700; /* Old browsers */
    background: -moz-linear-gradient(top, #e45700 0%, #d82800 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e45700), color-stop(100%,#d82800)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e45700 0%,#d82800 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e45700 0%,#d82800 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #e45700 0%,#d82800 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e45700', endColorstr='#d82800',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #e45700 0%,#d82800 100%); /* W3C */
    border: 1px solid #932600;
}

.btn.btn-orange.btn-primary {
    font: bold 30px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 40px;
}

.btn.btn-mini {
    font-size: 12px;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 5px;
}

.btn.btn-orange.btn-disabled {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    color: #000;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #777;
    opacity: 0.5;
    cursor: default;
}

.registerbox {
    width: 910px;
    color: #fff;
    background: #4692c4 url("http://www.remontuj.pl/Application/Resources/images/registerbox.png") no-repeat right center;
    border: 1px solid #306e96;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

.registerbox .headline {
    font-size: 24px;
    letter-spacing: -0.05em;
}

.registerbox ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.registerbox li {
    background: url("http://www.remontuj.pl/Application/Resources/images/icons.png") no-repeat 0 -212px;
    padding: 5px 0 5px 25px;
}

.registerbox .right {
    padding-top: 25px;
}

.registerbox .banner-link {
    width: 940px;
    height: 140px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
}

.container input,
.container textarea,
.container select,
.container .uneditable-input {
    width: 900px;
}

#Choose .or {
    padding: 0 10px;
}

#Choose #content-wrapper .fb_register {
    position: relative;
    top: 13px;
}

.ad {
    padding: 20px 0;
    text-align: center;
}
