* {
        font-family: Georgia,Times New Roman,English Times,serif;
}

DIV {
	border: solid 1px black;
}
LABEL { display: none; }
#features {
	position: relative;
	top: 222px;
	width: 1000px;
	height: 440px;
}
#features img {
	position: absolute;
	z-index: 1;
}
#features img.active {
	z-index: 3;
}
#feature_text_back {
	position: absolute;
	border: none;
	top: 140px;
	left: 60px;
	width: 600px;
	height: 90px;
	background-color: white;
	z-index: 90;
	padding: 16px;
	border-radius: 10px;
	opacity: .5;
}
#feature_text {
	position: absolute;
	border: none;
	top: 140px;
	left: 60px;
	width: 600px;
	color: black;
	text-shadow: 1px 2px 6px white;
	font-size: 28px;
	z-index: 110;
	padding: 16px;
}
#features_frame {
	position: absolute;
	top: 222px;
	width: 1000px;
	height: 440px;
}
.features_div {
	position: absolute;
	top: 222px;
	width: 1000px;
	height: 440px;
	display: none;
	z-index: 5;
}
#features_thumb_back {
	position: absolute;
	border: none;
	padding: 2px;
	top: 360px;
	right: 4px;
	width: 262px;
	height: 65px;
	background-color: white;
	opacity: 0.5;
	z-index: 100;
}
#features_thumb_box {
	position: absolute;
	border: none;
	padding: 2px;
	top: 360px;
	right: 4px;
	width: 262px;
	height: 65px;
	z-index: 101;
}
.features_thumb {
	position: absolute;
	display: inline;
	border: solid 2px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 102;
}
.features_thumb:hover {
	border-color: yellow;
}
#welcome {
	position: absolute;
	top: 670px;
	width: 1000px;
	height: 100px;
}
#break_01 {
	position: absolute;
	border: none;
	top: 782px;
	width: 600px;
	height: 2px;
	background-color: grey;
	left: 50%;
	margin-left: -300px;
}
#primary {
	position: absolute;
	top: 792px;
	width: 1000px;
	height: 440px;
	border:none;
}
.specials {
	border: none;
	color: white;
	margin-top: 40%;
	text-align: center;
}
#feature_01 {
	position: absolute;
	width: 260px;
	height: 214px;
	background-color: white;
	cursor: pointer;
}
#feature_02 {
	position: absolute;
	top: 224px;
	width: 260px;
	height: 214px;
	background-color: white;
	cursor: pointer;
}
#preview {
	position: absolute;
	left: 272px;
	width: 458px;
	height: 438px;
}
#preview_panel {
	position: absolute;
	width: 100%;
	height: 80%;
	border: none;
	background-color: grey;
}
#preview_text {
	position: absolute;
	top: 81%;
	width: 100%;
	border: none;
	color: white;
	text-align: center;
	text-shadow: 1px 2px 8px black;
	font-size: 16px;
}
#feature_menu {
	position: absolute;
	left: 740px;
	width: 260px;
	height: 438px;
	background-color: white;
}
#break_02 {
	position: absolute;
	border: none;
	top: 1243px;
	width: 600px;
	height: 2px;
	background-color: grey;
	left: 50%;
	margin-left: -300px;
}
#secondary {
	position: absolute;
	top: 1254px;
	width: 1000px;
	height:200px;
	background-color: white;
}

/*### COMPANY BLOCK ON THE BOTTON ###
  ### DIFFERENT top FOR EACH PAGE ###
  ### SAME WITH copyright top ### */
#company {
	position: absolute;
	top: 1476px;
	width: 1000px;
	height: 240px;
	background-color: rgb(200,200,200);
	border: none;
	border-radius: 0 0 6px 6px;
}
#copyright {
	position: absolute;
	top: 1728px;
	width: 600px;
	height: 24px;
	left: 50%;
	margin-left: -300px;
	text-align: center;
	border: none;
}
/*### END company BLOCK ###*/

/*### SALE ###*/
.sale_head {
	font-size: 24px;
	font-weight: bold;
	color: rgb(100,0,0);
}
#sale {
	position: relative;
	width: 450px;
	left: 50%;
	margin-left: -225px;
	padding: 20px;
	border: solid 1px grey;
	border-radius: 10px;
	text-align: center;
}
#firearms {
	position: relative;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	border: solid 2px rgb(100,0,0);
	border-radius: 10px;
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */	
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
/*### END SALE ###*/
