body {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 22px;
	max-width:1000px;
	margin: auto;
	background-color: #ff0000;
	background-image: url(../blastmaster_27.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	padding: 1% 3%;
	font-weight: normal;
	-webkit-text-size-adjust: 120%;
}
a{
	font-weight: bold;
	color: #F00;
}
a:hover{
	color: #F90;
}	

hr{
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1{
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px 0px 20px;
	text-transform: uppercase;
}

h1 .small{
	color: #FF9900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	font-size: 16px;
	text-transform: none;
}
h2{
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 0px;
}
h3{
	background-color: #F00;
	padding: 10px;
	border-radius:10px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#header, #banner, #footer{
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
	text-align: center;
}
#nav1{
	display: block;
	margin:auto;
	clear: both;
}
#nav2{
	display: none;
	margin:auto;
	clear: both;
}


#container{
	background-color: #000;
	margin-bottom: 1%;
	padding-right: 2%;
	padding-left: 2%;
	border-radius:10px;
	overflow: auto;
	margin-top: 1%;
	box-shadow: 0px 0px 5px #000;
}
/*CALL THIS FOR BANNER BORDER EFFECT*/
.banner_effect{
	  outline: solid #333333 1px;
      outline-offset: -20px;
	  border-radius:10px;
	  box-shadow: 0px 0px 25px #000;
	}

/*CALL THIS FOR THUMBNAIL EFFECT*/
.image_has_border img{
	outline: solid #FFF 3px;
	outline-offset: -3px;
	margin-top: 10px;
	}
	
/*CALL THIS FOR FULL WIDTH IMAGE EFFECT*/	
.image_fit_fit img{
	width: 100%;
}
	
/*CALL THIS FOR BOX SETTING*/
.box_padding{
	border: 1px solid #333333;
	border-radius:10px;
	padding: 3%;
	margin-top: 2%;
	margin-bottom: 2%;
	}

/*CALL THIS FOR BOX SIZE*/
.box_half_width{
	width:43%;
	}

.box_full_width{
	width:auto;
}

/*CALL THIS FOR BOX FLOAT*/
.float_left{
	float: left;
	}
.float_right{
	float: right;
	}
	
/*PRODUCT SECTION*/
.product_3column{
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
	
	-webkit-column-width: auto;
	-moz-column-width: auto;
	column-width: auto;
	
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;	
}

/*BOOK NOW*/
.booknow{
	display:inline-block;
	width:200px;
	position:fixed;
	bottom:0px;
	right:0px;
	}
.booknow:hover{
	opacity:0.8;
	}	