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

body{
	background-color: #000;
	margin-top:0px;
	background-image:url(../images/background.png);
	background-position:0% 502px;
	background-repeat:repeat-x;
	margin-left:0
}

.header{
	width: 1024px;
	margin:auto;
	height: 502px;
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover
}
.video{
	width:578px;
	height:325px;
	float:right;
	margin-right:25px;
	border:thick #FFF outset;
	margin-top:85px;
	background-color:#000;
	box-shadow: 10px 10px 10px #000
}

.container{
	width:1024px;
	height:1700px;
	margin:auto;
	opacity: #000 30%
}

h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size:22px;
	color: #FFF;
	margin-bottom:15px;
	border-bottom: thin dotted 
}

.top-links{
	height:65px;
	width: auto;
	background-color:#000;
	padding-left:98px;
	padding-right:30px;
	margin-top:25px;
	border-radius: 1em 1em 1em 1em;
	-moz-border-radius:1em 1em 1em 1em;
	-webkit-border-radius:1em 1em 1em 1em;
	
}
.button{
	height:50px;
	width: inherit;
	font-family:Verdana, Geneva, sans-serif;
	font-size:25px;
	color: #FC0;
	text-align:center;
	float: left;
	padding:15px 15px 0px 15px;
	background-color: transparent;
	cursor:pointer
	
}

.about{
	width:425px;
	height: 420px;
	margin-top:25px;
	background-color: #000;
	padding:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#CCC;
	line-height: 18px;
	border:;
	float:left;
	border-radius: 1em 1em 0em 0em;
	-moz-border-radius:1em 1em 0em 0em;
	-webkit-border-radius:1em 1em 0em 0em;
	margin-left:15px;
	margin-right:15px
	

}
.about2{
	width:425px;
	height: 300px;
	margin-top:25px;
	background-color: #000;
	padding:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#CCC;
	line-height: 18px;
	border:;
	float:left;
	border-radius: 1em 1em 0em 0em;
	-moz-border-radius:1em 1em 0em 0em;
	-webkit-border-radius:1em 1em 0em 0em;
	margin-left:15px;
	margin-right:15px
	

}

.package-picture{
	width: 510px;
	height:450px;
	float:left;
	margin-top:25px;
	background-image: url(../images/Freedom_fighter_3d.png);
	background-repeat:no-repeat;
	background-position: center 
}

.product-info{
	height:auto;
	width:460px;
	float:right;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	line-height:19px;
	margin-bottom:85px;
	margin-top:29px;
	margin-right:30px
}
.available{
	width:190px;
	height:auto;
	margin-left:10px;
	float:right;
	padding:8px;
	border-radius: 1em 1em 1em 1em;
	-moz-border-radius:1em 1em 1em 1em;
	-webkit-border-radius:1em 1em 1em 1em;
	color: #FFF;
	font-size:13px;
	text-align:left	
	
}

.author-picture{
	width:150px;
	height:150px;
	float:left;
	margin-right:12px;
	border: thin solid  #FFF;
	background-image: url(../images/T_Majed-Photo3.jpg);
	margin-bottom:75px
}

.endorsement{
	width:440px;
	height:auto;
	float:;
	color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	line-height:23px;
	padding:10px;
	border-radius: 1em 1em 1em 1em;
	-moz-border-radius:1em 1em 1em 1em;
	-webkit-border-radius:1em 1em 1em 1em;
	border:medium solid #FFF;
	margin-left:50px;
	margin-top:0px;
	background-color:#000
}

.testimonials{
	width:460px;
	height:300px;
	margin-left:75px;
	margin-top:0px;
	float:right;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	line-height:23px;
	
}

.videos{
	float:left; 
	height:200px;
	width:267px;
	margin-right:60px;
	margin-left:160px;
	margin-bottom:20px;
	background-color:#000;
	border:thick #FFF outset;
	box-shadow: 5px 5px 5px #000
	
}

.bottom-banner{
	width:600px;
	height:69px;
	background-image:url(../images/bottom_banner.png);
	margin-top:60px;
	float:left;
	border-radius: 1em 1em 1em 1em;
	-moz-border-radius:1em 1em 1em 1em;
	-webkit-border-radius:1em 1em 1em 1em;
	margin-left:200px;
	border:thin dotted #999

	
}

.purchase{
	width:963px;
	height: 160px;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}

