
body {
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
input[type='button']{
	border-radius: 8px;
}
@media (max-width: 800px){
	body {
		font-size: 16px;
	}
	

}

@media (max-width: 600px){
	body {
		font-size: 12px;
	}
	
}



/* following deals with the initial age validation of the site */



#screen-shade{
   	display: none;
   	position: absolute;
   	z-index: 2000;
   	top: 0;
   	left: 0;
   	height: 2000px;
	width: 100%;
   background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bb000000,endColorstr=#bb000000);
    zoom: 1;
}
#screen-shade:nth-child(n) {
    filter: none;
}
  
#screen-shade #validation{
	position: relative;
	margin-top: 10%;
	width: 60%;
	font-size: 1.5em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	background: #ffffff;
	border: 4px solid #ed1d24;
	border-radius: 15px;
	background: url('../images/banner_as_background.png');
	background-size: 100% 100%;
	
}



/*following deals with the pop up - sign up for specials - form */


#signup-screen-shade{
	display: none;
	position: absolute;
	z-index: 3000;
	top: 0;
	left: 0;
	height: 2000px;
	width: 100%;
	text-align: center;
	
 	/* Fallback for web browsers that don't support RGBa */
 		background-color: rgb(0, 0, 0);
 	/* RGBa with 0.7 opacity */
 		background-color: rgba(0, 0, 0, 0.6);
 	/* For IE 5.5 - 7*/
 		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
 	/* For IE 8*/
 		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#signup_form {
	display: block;
	padding: 30px;
	width: 70%;
	max-width: 400px;
	margin: 50px auto 0 auto;
	text-align: center;
	background-color: #ffffff;
	border: 4px solid #ed1d24;
	border-radius: 15px;
	color: #000000;
}
#signup_form div{
	font-size: .9em;
}
#signup_form input{
	margin-top: 15px;
}
#signup_form input[type='text']{
	color: #969696;
}
	
#signup-thanks {
	display: none;
	padding: 30px;
	width: 70%;
	max-width: 400px;
	text-align: center;
	margin: 50px auto 0 auto;
	border-radius: 15px;
	border: 4px solid #ed1d24;
	background-color: #ffffff;
	color: #000000;
}
#signup-thanks-loader{
	padding-top: 10px;
}
#signup-thanks-close{
	position: absolute;
	top: 0;
	right: 90%;
	display: none;
}
@media screen and (max-width: 800px){
	#signup_form input{
		height: 2em;
	}
}
/* more stuff */

a.whitet:visited { 
	color: #FFFFFF;
	
}

a.whitet:link {
	color: #ffffff;
	text-decoration: none;
	
}
a.whitet:hover{
	
	color: #ff0000;
	
}

a.whitet2:visited { 
	color: #FFFFFF;
	
}

a.whitet2:link {
	color: #ffffff;
	text-decoration: underline;	
}
a.whitet2:hover{
	
	color: #ff0000;
	
}
a.blackt:visited { 
	color: #000000;
	
}

a.blackt:link {
	color: #000000;
	text-decoration: none;
	
}
a.blackt:hover{
	
	color: #000000;
	font-style: italic;
	
}
a.blackt_u:visited { 
	color: #000000;
	
}

a.blackt_u:link {
	color: #000000;
	text-decoration: underline;
	
}
a.blackt_u:hover{
	
	color: #000000;
	font-style: italic;
	
}

ul.tight {
	padding-left: 20px;
	margin-top: 0px;
}
.product-text-caption {
	font-weight: bold;
	margin-bottom: 10px;
}
.product-text-reduced{
	font-size: .9em;
}
.hr-red{
	width: 40%;
	border-color:#ff0000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mt-30{
	margin-top: 30px;
	}
#home #m-home,
#about #m-about,
#locations #m-locations,
#franchise #m-franchise,
#products #m-products,
#careers #m-careers,
#why #m-why
{
	color: #ff0000;
}

#home #mvv-home,
#about #mvv-about,
#locations #mvv-locations,
#franchise #mvv-franchise,
#products #mvv-products,
#careers #mvv-careers,
#why #mvv-why
{
	display: block;
	font-size: 1.2em;
	color: #ff0000;
}
#canvas{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	background-color: #403e3f;
	color: #ffffff;
	border:5px solid #000000;
	border-bottom: none;
	
}
#header{
	width: 100%;
}

#header #banner{
	background: #ffffff;
	color: #000000;
	height: 125px;
	
	
	
}
#header #banner #banner-image {
	float: left;
	width: 43%;
	padding: 5px;
}
#header #banner #banner-image img{
	width: 100%;
	height: auto;
	max-width: 443px;
	min-width: 150px;
}
#header #banner #banner-right-side{
	float: right;
}
#header #banner #banner-right-side #sign-up{
	
	background: url('../images/locations_city_background.png');
	background-size: 100% 100%;
	color: #ffffff;
	padding:10px 10px 10px 40px;
	margin: 45px 5px 0 0;
	cursor: pointer;


}
#header #menu{
	position: relative;
	clear: both;
	background:	#000000;
	color: #ffffff;
	text-align: center;
	font-size: .8em;
	height: 40px;
	
}
#header #menu2-vertical,
#header #menu-vertical{
	position: absolute;
	top: -53px;
	left: 0px;
	width: 150px;
	text-align: left;
	z-index: 100;
	/*overflow: hidden;*/
}
#header #menu2-vertical{
	left: 70px;
}
#header #vmenu,
#header #vmenu2{
	display: none;
}
#header #vmenu2-icon,
#header #vmenu-icon{
	display: inline-block;  *zoom: 1;*display: inline;
	vertical-align: top;
	margin-left: 3%;
	width: 24%;
	text-align: left;
	
}
#header #menu2-vertical ul,
#header #menu-vertical ul{
	list-style-type: none;
	text-align: left;
	margin-top: -2px;
	margin-left: 3%;
	padding: 0px 10px 0px 10px;
	width: 150px;
	border: 2px solid #ffffff;
	border-top: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	/*background-color: #0093d0;*/
	background: linear-gradient(to bottom, #000000 0%,#403e3f 90%); /* W3C */
	background: -webkit-linear-gradient(top, #000000 0%,#403e3f 90%); /* Chrome10+,Safari5.1+ */
	
}
#header #menu #menu-horizontal{
	
	color: #ffffff;
	font-size: .8em;
	/*padding: 10px 0 10px 8%;*/  /*use when turning Franchise link back on */
	padding: 10px 0 10px 14%; /*menu without franchise link*/
	float: left;
	
}
#header #menu #sm-icons{
	background:#000000;
	float: right;
	padding-top: 4px;
	margin-right: 3%;
}
#header #menu2-vertical ul li,
#header #menu-vertical ul li{
	border-bottom: 1px solid #ffffff;
	padding: 15px 7px;
}
#header #menu2-vertical ul li:last-child,
#header #menu-vertical ul li:last-child{
	border-bottom: none;
}
#header .menu-divider{
	display: inline-block;  *zoom: 1;*display: inline;
	vertical-align: middle;
	height: 22px;
	/*margin: 0 12px;*/  /*use when turning Franchise link back on */
	margin: 0 25px;
	border-left: 1px solid #ffffff;
	
}
@media (max-width: 600px){
	#canvas{
		width: 96%;
	}

	#menu-horizontal{
		display: none;
	}
	#menu2-vertical,
	#menu-vertical{
		display: block;
	}
	#header #banner{
		height: 165px;
		}
	#header #banner #banner-image {
		float:	none;
		width: 60%;
		text-align: center;
		margin: 0 auto;
	}
	#header #banner #banner-right-side{
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	#header #banner #banner-right-side #sign-up{
		margin: 0 auto;
		padding:10px 0 10px 0;
		width: 29%;
		border-radius: 15px;
		background: #000000;
	}
	#header #menu{
		height: 0;
	}
	#header #menu #sm-icons{
		background: none;
		float: right;
		padding-top: 0;
		margin-right: 10px;
		margin-top: -33px;
}
}	
@media (min-width: 601px){
	#menu-horizontal{
		display: block;
	}
	#menu-vertical,
	#menu2-vertical{
		display: none;
	}
}
@media (min-width: 601px) and (max-width: 1023px){
	#canvas{
		width: 96%;
	}

}
@media (min-width: 701px) and (max-width: 1023px){
	#header .menu-divider{
		margin: 0 4px;

	}
}
@media (min-width: 601px) and (max-width: 700px){
	#header .menu-divider{
		margin: 0 2px;
	}
}
.menu-item {
	display: inline-block;  *zoom: 1;*display: inline;
	vertical-align: middle;
}


#canvas { 
	
}

#canvas  #content {
	clear: both;
	margin-top: 20px;
}
#canvas #content #page-title{
	background: url('../images/grey_arrow_to_right.png') left no-repeat;
	background-size: contain;
	padding: 15px 0 10px 120px;
	font-size: 2em;
	margin-bottom: 20px;
	
	}
@media (max-width: 650px) {
	#canvas #content #page-title{
		padding-left: 10px;
		margin-left: 10px;
		background-size: cover;
		width: 40%;
		font-size: 1.8em;
	}
	#home #canvas #content #page-title{
		width: 100%;
	}
	
}

#canvas #content #page-text{
	margin-left: 15px;
}
#canvas  #content #main-pic{
	float: right;
	width: 49%;
	margin: 0 15px 0 10px;
	
}
#canvas  #content #main-pic img{
	width: 100%;
	height: auto;
	max-width: 507px;
}

#footer{
	margin-top: 20px;
	background: url("../images/footer_background.jpg") repeat-x;
	text-align: center;
	height: 40px;
	padding-top: 20px;
	font-size: .6em;
	line-height: 19px;
	background: #7c7a7b; /* Old browsers */
	background: -moz-linear-gradient(top,  #7c7a7b 0%, #403e3f 46%, #403e3f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7a7b), color-stop(46%,#403e3f), color-stop(100%,#403e3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7c7a7b 0%,#403e3f 46%,#403e3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7c7a7b 0%,#403e3f 46%,#403e3f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7c7a7b 0%,#403e3f 46%,#403e3f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7c7a7b 0%,#403e3f 46%,#403e3f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7a7b', endColorstr='#403e3f',GradientType=0 ); /* IE6-9 */



}
@media screen and (max-width: 600px){
	#footer{
		display: none;
	}
}
#footer a {
	display: inline-block;  *zoom: 1;*display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #ffffff;
	

	
}
#footer a:first-child {
	padding-left: 20px;
	border-left: none;
}
#footer #admin{
	display: none;
	}
#home #footer #admin{
	display: inline-block;  *zoom: 1;*display: inline;
	}

/* Home Page Specifics follow */
#home #canvas #content {
	margin-top: 0;
	}
#home #main {
	width: 100%;
	height: 380px;
	position: relative;

}

#home #main img{
	position:absolute;
	left:0;
	top:0;
}
#home #main img,
#home #main2 img{
	width: 100%;
	height: auto;
}
#home #main2{
	display: none;
}
#home #main2 img{
	width: 100%;
	height: auto;
}
#home #bottom-half{
	margin: 10px 1% 0 1%;
	}
#home #canvas #content #page-title{
	font-size: 1.8em;
	background: none;
	padding-left: 0;
	}
#home #about-statement{
	text-align: center;
	margin:	50px auto 10px auto;
	}
#home #about-statement img{
	width: 10%;
	height: auto;
	max-width: 91px;
	display: inline-block;
	vertical-align: middle;
}
#home #about-statement div{
	width: 70%;
	padding: 10px 2% 0 2%;
	display: inline-block;
	vertical-align: middle;
}

#home .ads{
	display: inline-block;  *zoom: 1;*display: inline;
	vertical-align: top;
	width:39%;
	margin: 10px 5%;
	max-width: 410px;
	
}
#home .ads .ad-caption{
	background: url('../images/home_ad_background.png');
	background-size: 100% 100%;
	padding: 10px 10px 10px 0;
	text-align: right;
	font-size: 1.8em;
}
#home .ads .ad-img img {
	width: 100%;
	height: auto;
	max-width: 410px;
	min-width: 200px;
}
@media screen and (max-width: 600px){
	#home #main{
		display: none;
	}
	#home #main2{
		display: block;
	}

}
@media screen and (max-width: 800px){
	#home .ads{
		display: block;
		width: 100%;
		text-align: center;
		margin: 10px auto 20px auto;
	}
	#home #main{
		height: 270px;
	}
}
@media screen and (max-width: 900px){
	#home #main{
		height: 300px;
	}
}
@media screen and (max-width: 700px){
	#home #main{
		height: 230px;
	}
}
/* About us specifics follow */

#about #main-pic{
	cursor: pointer;
}
#about #about-statement{
	text-align: center;
	margin:	50px auto 10px auto;
	}
#about #about-statement img{
	width: 10%;
	height: auto;
	max-width: 91px;
}
#about #about-statement div{
	width: 61%;
	padding: 0 2%;
}
#about #tobacco-screen-shade{
	display: none;
	position: absolute;
	z-index: 3000;
	top: 0;
	left: 0;
	height: 2000px;
	width: 100%;
	text-align: center;
	
 	/* Fallback for web browsers that don't support RGBa */
 		background-color: rgb(0, 0, 0);
 	/* RGBa with 0.7 opacity */
 		background-color: rgba(0, 0, 0, 0.7);
 	/* For IE 5.5 - 7*/
 		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
 	/* For IE 8*/
 		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#about #tobacco-history {
	margin-top: 10px;
	
}
#about #tobacco-history img {
	width: 90%;
	max-width: 1000px;
		
}
#about #tobacco-history input {
	display: block;
	text-align: center;
	margin: 10px auto;
	font-size: 1em;
}
#careers #download{
	margin-top: 40px;
	margin-left: 11%;
	margin-bottom: 130px;
	padding: 10px 10px 10px 5%;
	background: url('../images/careers_download_button.png');
	background-size: cover;
	width: 220px;
}
@media screen and (max-width: 800px){
	#careers #download{
		margin-left: 8%;
		padding: 10px 10px 10px 7%;
		width: 160px;
	}
}
@media screen and (max-width: 600px){
	#careers #download{
		padding: 10px 10px 10px 10%;
		width: 120px;
	}
}



/* Products Specifics state here */
#products hr{
	width: 95%;
	margin: 10px auto;
	}
#products .product-item{
	margin: 20px 0 0 20px;
}
#products .product-item .product-image-r{
	width: 27%;
	margin-right: 2.4%;
	float: right;
}
#products .product-item .product-image-l{
	width: 27.5%;
	margin-left: 10px;
	float: left;
}
#products .product-item .product-image-r img,
#products .product-item .product-image-l img{
	border: 1px solid #ff0000;
	width: 100%;
	height: auto;
	max-width: 270px;
	min-width: 175px;
	
	
}
#products .product-text {
	/*width: 68%;*/
	}
#products .product-text .product-icon{
	width: 8.5%;
	display: inline-block;  *zoom: 1;*display: inline;
	vertical-align: top;
}
#products .product-text .product-icon img{
	width: 43px;
}
#products .product-text .right-side{
	width: 60%;
	display: inline-block;  *zoom: 1;*display: inline;
	vertical-align: top;
}
@media screen and (max-width: 800px){
	#products .product-text {
		width: 100%;
	}
	#products .product-item .product-image-r{
		width: auto;
		margin-left: 10px;
	}
	#products .product-item .product-image-l{
		width: auto;
		margin-right: 10px;
	}
	#products .product-item .product-image-r img,
	#products .product-item .product-image-l img{
		width: 175px;
		}
	#products .product-text .product-icon{
		width: 100%;
		display: block;
	}
	#products .product-text .right-side{
		width: 100%;
		display: block;
		
	}
}


/* locations specifics start here */
#locations #main {
	width: 44%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	color: #000000;
}
/*#locations #main img{
	width: 100%;
	height: auto;
	max-width: 600px;
	min-width: 250px;

}*/
#locations #main #select-overlay{
	position: absolute;
	top: 63%;
	height: 31%;
	width: 100%;
	text-align: left;
	background: rgba(64,62,63,0.7);
	}
#locations #main #select-overlay #now-showing{
	text-align: left;
	margin-left: 6%;
	margin-top: 4%;
	color: #ffffff;
	font-weight: bold;
}
#locations #main #select-overlay select{
	background-color: #9c9a9a;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	margin-top: 1.5%;
	width: 53%;
}
#locations hr{
	width: 70%;
	border-color: #9c9c9a;
	border-width: 2px;
	margin-top: 20px;
}
#locations #stores{
	
	font-size:.9em;
	/*text-align: center;
	width: 96%;*/
	margin: 25px auto 0 auto;
	max-width: 940px;
	
}
#locations .store{
	text-align: left;
	display: inline-block;  *zoom: 1;*display: inline;
	vertical-align: top;
	width: 285px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 45px;
	/*
	width: 29%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	*/
}
#locations .store img{
	border: 2px solid #ff0000;
	display: block;
}
#locations .store #loc-name{
	background: url('../images/locations_city_background.png');
	background-size: 100% 100%;
	padding: 10px 0 10px 50px;
	width: 208px;
}
#locations .store .store-details{
	margin-left: 10px;
}
#locations .store .store-details .address-block,
#locations .store .store-details .phone-block,
#locations .store .store-details .manager-block{
	margin-top: 15px;
}
#locations .store .store-details .email-font{
	font-size: .8em;
}

@media (max-width: 800px){
	#locations #main{
		width: 80%;
		}
	#locations #stores{
		font-size: 16px;
	}
	#locations .store .store-details .email-font{
		font-size: 13px;
	}

}

/*why JN Hawks specifics follow*/

#why #about-statement{
	text-align: center;
	margin:	50px auto 10px auto;
	}
#why #about-statement img{
	width: 10%;
	height: auto;
	max-width: 91px;
}
#why #about-statement div{
	width: 45%;
	padding: 10px 2% 0 2%;
}


