/* Failure Free Reading, Landing Page
  Revised by: Andrew Ice on 8/15/2012
  background-color: #969FC9;
*/

/*Global Elements*/
@font-face {
    font-family: GillSansStd;
    src: url('font/GillSansStd.otf');
}

body{
    background-image: url('imgs/bg.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-color: #969FC9;
    color: #024da1;
    font-family: GillSansStd, sans-serif;
    font-size: 16px;
}

a img{
    border: none;    
}

a{
    color: white;
    text-decoration: none;
}

ul{
    list-style-type: none;
}

li{
    display: inline;
}

/*Sections*/
#content{
    width: 760px;
    margin: 0px auto;
}

#header{
    height: 133px;
    overflow: hidden;
}

#header img{
    margin: 15px 0 0 48px;
}

#header h1{
    margin: -1px 0 30px 0;
    font-size: 16px;
}

#header .span1{
    margin-left: 15px;
}

#header .span2{
    margin-left: 60px;
}

#header .span3{
    margin: 5px 0 0 65px;
    display: block;
}

#media{
    height: 396px;
}

#media h2{
    clear: both;
    padding-top: 118px;
    margin-left: 300px;
    font-weight: 100;
}

.sidebar {
    margin-right: 24px;
    float: right;
}

.sidebar p{
    width: 270px;
    text-align: center;
    line-height: 35px;
    margin-top: -1px;
}

#media a{
    display: block;
}

#media a:last-child{
    margin-top: 15px;
}

#mediaclose{
    clear: both;
    height: 420px;
}

#mediaclose h2{
    float: left;
    margin-bottom: 0px;
    margin-left: 60px;
    font-weight: 300;
}

#mediainfo{
    float: left;
    width: 450px;
    font-size: 14px;
}

#mediainfo h1{
    text-align: center;
    margin: 60px 0 138px 0;
    font-size: 18px;
}

#mediainfo .span1{
    margin: 0 0 0 10px;
}

#mediainfo .span2{
    margin: 5px 0 0 135px;
}

#mediainfo .span3{
    margin: 3px 0 0 265px;
}

/*Logo Area*/
#logos{
    margin-top: -15px;
    width: 760px;
    clear: both;
    height: 105px;
}

#logos ul{
    list-style-type: none;
}

#logos li{
    display: inline;
    margin-right: 45px;
}

#footer{
    color: white;
    width: 100%;
    text-align: center;
}

#footer li:first-child{
    border-right: 1px solid white;
    margin-right: 5px;
    padding-right: 7px;
}

/*LightBox Css*/
#lightbox{
	display: none;
	background: #555;
	opacity: 0.6;
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 1000;
}

#buynow{
	display: none;
	position: fixed;
	top: 50px;
	left: 20%;
	width: 60%;
	background: #fff;
	padding: 10px 15px 10px 15px;
        height: 600px;
	border: 2px solid #ccc;
	z-index: 1001;
        overflow: auto;
}

#closebuy{
    position: absolute;
    margin-left: 710px;
}

/*PoPup Form*/
#buynow h2{
    background-color: #f7931d;
    width: 100%;
    font-weight: 300;
    padding: 5px 0 0 5px;
}

.bcvv{
    display: inline;
}

.submit{
    background-color: #f7931d;
    width: 100px;
    height: 50px;
    float: right;
    margin-bottom: 5px;
}