@charset "utf-8";
/* CSS Document */
body, h2, h3, p{
	margin:0;
	padding:0;	
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background:#222;	
}
img {
	border:none;
	outline:none;	
}
#content {
	width:980px;
	margin:0 auto;	
	box-shadow:0 0 30px #000;
}
#content div {
	position:relative;
}
#content div div, #content div ul, .absolute {
	position:absolute;
}
#content div div div {
	position:static;
}
#content div ul {
	color:#FFF;
	font-size:16px;
	line-height:25px;
	top:30px;
	left:470px;
	width:416px;
	list-style-image:url(../images/arrow.png);
}
h2 {
	font-size:24px;	
	font-weight:normal;
	line-height:30px;
	color:#ff4f00;
	margin-bottom:15px;
}
h3 {
	font-size:14px;	
	font-weight:normal;
	line-height:18px;
	color:#fff;
	margin-bottom:15px;
}
h4 {
	font-size:23px;	
	font-weight:bolder;
	line-height:32px;
	color:#ff6000;
	margin:0px;
	transition:all 200ms ease-in-out;
}
h5 {
	font-size:12px;	
	font-weight:normal;
	line-height:18px;
	color:#ddd;
	margin:0px;
	transition:all 200ms ease-in-out;
}

#content p {
	font-size:25px; 
	font-weight:bold; 
	color:#fff;
	border-bottom:#e06c18 solid 1px;
}
#content span {
	font-size:16px;
	margin-left:10px;
}
#content span a{
	color:#fff;
	font-weight:lighter;
	text-decoration:none;
	transition:all 100ms ease-in-out;
}
#content span a:hover{
	color:#e06c18;
}
#content table {
	font-size:17px;
	line-height:23px;
	color:#fff;
	margin-top:15px;
}
#content table th{
	font-weight:normal;
	text-align:left;
	height:30px;
	vertical-align:top;
	color:#e06c18;
}
#content table td{
	vertical-align:top;
	padding-left:20px;
}
#rule {
	left:38px; 
	top:670px; 
	width:904px; 
	background:rgba(31,31,31,0.8); 
	border:solid 1px #2c2c2c; 
	border-radius:5px; 
	box-shadow:inset #000 0 0 10px; 
	display:block;	
}
.description {
	float:left; 
	margin-left:35px;
	margin-top:40px; 
	margin-bottom:40px; 
	width:834px; 
	display:block;
}
#content div.link-section {
	float:left; 
	margin-left:35px; 
	margin-top:5px; 
	margin-bottom:40px; 
	width:834px; 
	display:block; 
	position:relative;	
}
.footer {
	font-size:12px;
	color:#fff;
	background:#000;
	height:78px;
	text-align:center;
}
.footer a {
	width:100%;
	font-size:25px;
	color:#fff;
	text-decoration:none;
	position:absolute;
	left:0px;
	bottom:40px;
	transition:all 100ms ease-in-out;
}
.footer a:hover {
	color:#e06c18;
}
.footer div {
	width:100%;
	font-size:12px;
	text-align:center;
	bottom:15px;
}

.btn-buy {
	-webkit-filter: brightness(0.95);
	filter: brightness(0.95);
	transition:all 200ms ease-in-out;
	left:488px; 
	top:318px;
}
.btn-buy:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
	left:495px;
}

a.btn {
	text-decoration:none;
	position:absolute;
	top:15px;
	text-align:center;
	padding:19px 16px;
	background:#111;
	border-radius:20px;
	border:#000 solid 1px;
	box-shadow:inset #000 0 0 10px;
	transition:all 200ms ease-in-out;
}
a.btn:hover {
	/*-webkit-filter: brightness(1.1);
	transform:scale(1.05);*/
	/*top:11px;
	padding:23px 16px;
	background:#060606;*/
	/*border-radius:30px;
	border:#333 solid 1px;*/
	box-shadow:inset rgba(255,96,0,0.1) 0 0 59px 10px,inset rgba(255,96,0,0.3) 0 0 50px -19px, inset rgba(255,96,0,0.9) 0 0 16px 1px,inset rgba(255,96,0,0.7) 0 0 0px 2px;
}
/*a.btn:hover h4 {
	color:#ff3000;
}
a.btn:hover h5 {
	color:#333;
}*/
h3 a {
	color:#ff6000;
}
h3 a:hover {
	color:#ff9000;
}