html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background: #e8ebef;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;;
    color:#000;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'elegant-icons';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/elegant-icons.woff") format("woff"), url("../fonts/elegant-icons.ttf") format("truetype");
}

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

h1, h2, h3 p, a, input, strong, label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
h1, h2, h3 {
    text-align: center;
    color: #343434;
}
h1 {
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
}

h3 {
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}

h5 {
    margin: 0px;
    padding: 0px;
}

a {
    color: #08c;
    text-decoration: none;
}
a:hover{
    color: #46b2ff;
    text-decoration: underline;
}
a:active{
    outline: none;
}

a.morelarge {
    white-space: nowrap;
    padding-right: 12px;
    background: url("../img/morearrow_big_08c.gif") no-repeat scroll 100% 50% transparent;
    cursor: pointer;
}


#wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0px auto;
    width: 1020px;
    min-width: 1020px;
    background: url('../img/base-middle.jpg') repeat-y scroll 0px 0px transparent;
    padding: 0px 13px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

#header {
    height: 95px;
    padding: 15px 35px 0px;
}
#header .logo {
    background: url('../img/logo-text.png') no-repeat center center transparent;
    width: 220px;
    height: 88px;
    display: block;
    float: left;
}
#header .nav {
    float: right;
}
#header .nav ul {
    float: left;
    display: block;
}

#header .nav ul li {
    float: left;
    margin: 15px 0px 0px 20px;
}

#footer-spacer {
    height: 350px;
}

#footer {
    margin: -350px auto 0px;
    height: 350px;
    width: 1020px;
    min-width: 1020px;
    padding: 30px 50px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
#footer .nav {
    float: left;
}

#footer .nav-block {
    float: left;
    margin: 0 40px 50px 0;
}
#footer .nav-block h5 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}
#footer .nav-block ul {
    list-style: none outside none;
}
#footer .nav-block ul li {
    margin-bottom: 5px;
}
#footer .nav-block ul li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}
#footer .nav-block ul li a:hover {
    text-decoration: underline;
}
#footer .copyright {
    clear: both;
    display: block;
    border-top: 1px dotted #000000;
    color: #000;
    font-size: 12px;
    padding: 20px 0 0;
}
#footer .logo {
    float: right;
}
#footer .logo a {
    display: inline-block;
    background: url("../img/tapmedia-logo.png") no-repeat scroll 0 0 transparent;
    width: 70px;
    height: 84px;
}

ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.doc {
    padding: 0px 55px;
    color:#666;
    word-spacing: -1px;
    margin-bottom: 60px;
}

.doc p, .doc li {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

.doc ol ul {
    margin-top: 20px;
    margin-left: 30px;
}

.btn {
    font-family: "Helvetica Neue",HelveticaNeue,Arial,sans-serif;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0px;
    color:#000;
    background:#fff;
    border: 1px solid #b4b4b4;
    padding: 11px 20px;
    min-width: 122px;
    min-height: 42px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

.btn:hover {
    background: #d6d6d6;
    border-color: #959595;
    text-decoration: none;
    color: #000;
}

.btn.green {
    color:#fff;
    background:#05a686;
    border-color:#05a686
}

.btn.green:hover {
    background:#037962;
    border-color:#037962;
}

.intro {
    text-align: center;
}

.intro h1 {
    font-family: "Helvetica Neue",HelveticaNeue,Arial,sans-serif;
    font-size: 46px;
    line-height: 46px;
    font-weight: 200;
    margin: 45px 0px 0px;
}
.intro p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
    color:#888;
    font-weight: normal;
}

.section {
    background: url("../img/divider-content.png") no-repeat scroll center bottom, -moz-linear-gradient(top, #fff 0%, #f4f9fd 100%);
    background: url("../img/divider-content.png") no-repeat scroll center bottom, -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fff),color-stop(100%,#f4f9fd));
    background: url("../img/divider-content.png") no-repeat scroll center bottom, -webkit-linear-gradient(top, #fff 0%, #f4f9fd 100%);
    background: url("../img/divider-content.png") no-repeat scroll center bottom, -o-linear-gradient(top, #fff 0%, #f4f9fd 100%);
    background: url("../img/divider-content.png") no-repeat scroll center bottom, -ms-linear-gradient(top, #fff 0%, #f4f9fd 100%);
    background: url("../img/divider-content.png") no-repeat scroll center bottom, linear-gradient(top, #fff 0%, #f4f9fd 100%);
    overflow: hidden;
}

.section h2 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}

.section p {
    word-spacing: -1px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

#marketplace .text {
    width: 400px;
    float: left;
    margin-top: 145px;
    margin-left: 40px;
}
#marketplace .pic {
    display: block;
    height: 430px;
    width: 530px;
    position: relative;
    float: right;
    background: url("../img/home-iphones.png") no-repeat scroll right bottom transparent;
}
#management .text {
    width: 380px;
    float: right;
    margin-top: 98px;
    margin-right: 65px;
}
#management .pic {
    display: block;
    height: 400px;
    width: 530px;
    position: relative;
    float: left;
    background: url("../img/adztec-banner.png") no-repeat scroll left 49px transparent;
}

#create {
    height: 480px;
    border-bottom: 1px solid rgb(238, 238, 238);
    background: url("../img/adztec-chart.png") no-repeat scroll center bottom transparent;
}
#create .text {
    width: 420px;
    float: left;
    margin-top: 70px;
    margin-left: 45px;

}

.notification {
    margin-bottom: 20px;
    border: 2px solid #fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -o-border-radius:4px;
    -ms-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
}

.notification p {
    font-size: 16px;
    margin: 0;
    padding: 10px;
}

.notification.error {
    background-color: #fbdbcf;
    color: #5f2423;
    border-color: #f3746d;
}
.notification.success {
    background-color: #e1fac9;
    color: #44582d;
    border-color: #91c753;
}

.table {
    width: 100%;
    border-spacing: 0px;
}
.table tbody td {
    border-bottom: 1px solid #dcdce0;
    padding: 8px 8px;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    background-color: #eeeeee;
}
.table tbody > tr:nth-child(odd) > td {
  background-color: #f6f6f6;
}

.hide {
    display: none;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}
