@charset "UTF-8";
/* CSS Document */

/** tags **/
html{
	@font-face: MankSans;
	src: url(MankSans.ttf);
	
}
body{
	color: #000;	
}
@font-face{
	font-family: ClementePDaa-Hairline;
	src: url('nClementePDaa-Hairline.ttf');
}

@font-face{
	font-family:GeosansLight;
	src: url('GeosansLight.ttf');
}
@font-face{
	font-family: Roboto-Thin;
	src: url('Roboto-Thin.ttf');
}
@font-face{
	font-family: MankSans;
	src: url('MankSans.ttf');
}
@font-face{
	font-family: SF-Movie-Poster;
	src: url('SF-Movie-Poster.ttf');
}
h1.large-heading{
	font-size: 3em;
	margin-top: .5em;
	margin-bottom: .25em;
	color: #6D1214;	
}
a {
	color: #fff;
	text-decoration:none;	
}
a:visited, a:focus, a:hover{
	color: #fff;
	text-decoration:none;
}




/** main layout **/
#wrapper {
	font-size: 12px;
	font-style: normal;
	color: #999;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	/*font-family: sans-serif, Arial, Helvetica;*/
}
#content{
	height: 1000px;	
	background-color: #E9E9E9;
	
}
#showcase {
	height: 400px;
	width: 800px;
	background-color: #ed2728;
}

#main {
	height: 500px;
	width: 800px;
	background-color: #E9E9E9;
	color:#000;
	
}


/**  header formatting  **/
#header{
    width: 800px;
	height: 75px;
	background-color: #212121;	
	color: #fff;
	/*font-family: SF-Movie-Poster;*/
	/*font-family: MankSans;*/
	/*font-family: ClementePDaa-Hairline;*/
	font-family: Roboto-Thin;
}
#header ul{
	width: 800px;
	height: 75px;
	margin:0;
	list-style-type: none;
	/*text-align: center;*/
}
#header li{
	display: inline-block;
	position: relative;
	/*width: 180px;*/
	height: 100%;
	margin: 0 0 0 35px;
	vertical-align: middle;
    
	font-size: 2.5em;
	border-top: 4px solid #000;
	/*line-height: 225%;*/
	
}
#header ul li:hover{
	border-top: 4px  solid #CCC;
	
}
#header ul li a{
	display:block;
	width:100%;
	height: 100%;
	padding-top: 19px;
	text-align:center;
	
	
}

.spacer{
	height: .4em;
	width: 100%;
	background-color: #a9a9a9;
}
#red{
	background-color: #5B5B5B
}


#banner {
	height: 85px;
	width: 800px;
	padding-top: 15px;
	background-color: #000;
	color: #fff;
}
#banner #banner-text{
	font-size: 7em;
	letter-spacing: 8px;
	font-family: SF-Movie-Poster;
	
}
#banner #banner-text a{
	display: block;
	width: 280px;
	text-align:center;
	margin: 0 auto;
	/*background-color: #666*/
	
}

#main-text{
	position: absolute;
	width: 750px;
	padding-left:25px;
	line-height: 1.7em;
	font-size: 1.5em;
	font-family:GeosansLight;
	color: #2C2C2C;
}
#footer{
	width: 750px;
	height: 500px;
	background-color: #aeaeae;
	font-family:MankSans;
	padding: 25px
}
#footer h3{
	font-size: 2.5em;
	color: #333
}
#footer #footer-left{
	color: #000;
	width: 350px;
	float: left;
    padding: 10px;
}
#footer #footer-right{
	color: #000;
	width: 300px;
	float: right;
	padding: 10px;

	
	
}
#footer ul{
	list-style-type:none;
	
}
#footer-text{
    margin-top: 12px;
    margin-left: 15px;
    margin-right: 15px;
	font-size: 1.5em;
	line-height: 1.5em;
}
#buy-now-button{
	width: 150px;
	margin:0 auto 0 auto;
}

.float-left{
	float:left;	
}
.float-right{
	float:right;	
}
.thin-border{
	border: 1px solid #000;
	
}
#left-col{
	width: 350px;
}
#right-col{
	width: 350px;
}
#right-col form{
	width: 150px;
	margin: 10px auto;
}
#purchase-info{
	height: 100%;
	padding: 10px 25px;	
}
#purchase-info .large-black{
	text-align:center;
	font-family: SF-Movie-Poster;
	color: #000;
	font-size: 5em;
	letter-spacing: 4px;
}
#purchase-info ul{
	list-style-position: inside;
	list-style-type: square;
		
}
#purchase-info #col-wrapper{
   line-height: 1.7em;
	font-size: 1.5em;
	font-family:GeosansLight;
	color: #2C2C2C;
}
#cover-wrapper{
	position: relative;
	width: 304px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;	
}
.lh12em{
	line-height:1.2em;	
}