html { background: #000 url('bg-repeat.jpg') repeat-x; }

html, body, div, span, p, ul, li {
    margin: 0;
    padding: 0;
}

body {
    font-family: Tahoma, Arial, Verdana;
    font-size: 13px;
    background-color: #000;
    color: #fff;
    background: url('header-bg.jpg') no-repeat center top;       
}
.banner{
    height:417px;       
    width:1906px;   
}
img {
    border: 1px solid #999;
}

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

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

.wrapper {
    margin: auto;
}
.clickable-header {
    height: 417px;
}

.header {
    
    font-family: Verdana;
}

.header .top {
    height: 26px;
}

.header .top ul {
    position: absolute;
    left: 15px;
    top: 5px;
    color: #747474;
}

.header .top li {
    float: left;
    text-transform: uppercase;
    padding: 0 10px 0 15px;
    background: url('dot.png') no-repeat 0 6px;
}

.header .top .first {
    background: none;
}

.logo {
    float: left;
    background: url('squirt-logo.png?v=1') no-repeat;
    width: 558px;
    height: 158px;
    position: relative;
    top: 11px;
    left: 36px;
}

.get-instant-access {
    float: right;
    background: url('get-instant-access.png') no-repeat;
    width: 339px;
    height: 75px;
    position: relative;
    top: 70px;
    right: 70px;
}

.header-right {
    float: right;
    padding: 3px 10px 0 10px;
    position: absolute;
    right: 25px;
    top: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.header-right a {
    color: #00aeef;
}

.content {
    text-align: center;
}

.pagination_ul {
    float: right;
    padding: 10px 0;
}

.pagination_ul li {
    float: left;
    height: 17px;
    margin: 4px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #4f4949;
    position: relative;
    right: 30px;
    padding: 2px 6px 0;
    background-color: #363636;
}

.pagination_ul li.first {
    background: #929292;
    border: 1px solid #4f4949;
}

.pagination_ul li.first a {
    color: #272727;
}

.pagination_ul li a {
    color: #fff;
}

.pagination_ul li.dots {
    border: none;
    background: none;
}

.pagination_ul li.last {
    width: 34px;
}

.get-instant-access-v2 {
    background: url('get-instant-access1.png') no-repeat;
    width: 343px;
    height: 75px;
    position: absolute;
    top: 363px;
    right: 198px;
    z-index: 1;
    color:white;
    font-size: 26px;
    font-family: sans-serif;
    font-weight: bold;
    padding-top: 22px;
  /*  text-shadow: 1px 1px 1px yellow;*/
}

.pic {
    position: relative;
    width: 378px;
    height: 305px;
    display: inline-block;
    margin: 3px;
}

.pic:hover img {
    border: 1px solid #00aeef;
}

.squirt-logo {
    background: url('shes-gonna-squirt.png') no-repeat;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 7px;
    width: 114px;
    height: 49px;
    cursor: pointer;
}

.pic:hover .squirt-logo {
    display: none;
}

.play-button {
    background: url('play-button.png') no-repeat;
    display: none;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 378px;
    height: 305px;
    cursor: pointer;
}

.pic:hover .play-button {
    display: block;
}

.join-button {
    width: 729px;
    height: 116px;
    background: url('watch-them-all-here.png') no-repeat 0 0;
    position: relative;
    top: 50px;
    margin: auto;
    cursor: pointer;
    text-align: center;
}

.overlay {
    width: 378px;
    height: 305px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('transparent.png') repeat; /* IE needs some background so the video will be clickable */
    cursor: pointer;
}

.footer {
    background: url('disclaimer-bg.jpg') repeat-x center top;
    clear: both;
    display: block;
    text-align: left;
    overflow: hidden;
    color: #acacac;
    padding: 50px 0 30px 0;
    margin-top: 85px;
}

.footer img {
    border: none;
}

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

.footer p {
    margin-bottom: 10px;
}

.footer-wrapper {
    width: 871px;
    margin: auto;
}

.sgs-small-logo {
    float: left;
    background: url('logo-footer.png') no-repeat;
    width: 255px;
    height: 108px;
    text-indent: -9999px;
}

.footer-right {
    float: right;
    width: 582px;
    margin-left: 20px;
}

.footer-menu {
    overflow: hidden;
    margin-top: 10px;
}

.footer-menu li {
    float: left;
    margin-right: 15px;
}

/* for pop-up window */
.black_overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}

.white_content {
    display: none;
    position:fixed;
    overflow: hidden;  
    top: 10%;
    left: 20%;
    width: 780px;
    /*height: 600px;*/
    padding: 0px;
    border: 15px solid rgb(128, 128, 128);
    border: 15px solid rgba(128, 128, 128, .5);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #1f1e1e;
    background-color: #000000;
    z-index:1002;    
  
}
.close-button{
    position:absolute;
    display:block;
    top:5px;
    right:5px;   
}