/*css styles*/

/*--------- Elements Generic HTML---------------*/
body {
	/*background-color: #FFFFFF;*/
	margin: 15px 0px 30px 0px;

	/*this should be changed if the default p value is changed*/
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	background-color:#CCC;
}

p{
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
}
.toptight{
	margin-top:-1px;
	line-height:22px;
}
.leftalign{
	text-align:left;
}
.centeralign{
	text-align:center;
}
.boldsmall{
	font-size:13px;
}

h1{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size:35px;
	color:#000000;
	font-weight:bold;
	text-align:center;
}

h2 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:23px;
	font-weight:normal;
	color:#ff0000;
	padding:0px 0px 0px 0px;
	margin: -28px 0px 0px 0px;
}

img {
	border: none;
}

a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a:active {
	color:#000000;
	text-decoration:none;
}

.separator{
	color:#57ffff;
	font-weight:bolder;
}
/*-------------Holds entire body----------*/
#container{ 
	margin:0 auto;
	position:relative;
	z-index:0;
	text-align:center; 
	width:770px;
	height:100%; 
	border: .1em solid #000; 
	background-color: #FFF;
}


/* -----------keep the divs clear----------*/
.clear{
	clear:both;
}

/*-------------holds the barrel-------------*/
#barrel{
	float:left;
	position:relative;
	z-index:-1;
	margin-top:-30px;
	margin-right:-25px;
	height:260px;
	width:400px;
	background:url(../images/gun-chokes.jpg); 
	background-repeat: no-repeat;
}
#barrelcopy{
	margin-top:10px;
}
#barrelprice{
	float:right;
}
/*--------------yellow price box-------------*/
.box{
	width:200px;
	height:30px;
	border-color:#000;
	border-style:solid;
	border-width:2px;
	background-color:#ffff00;
	font-size:22px;
	margin-right:100px;
}

/*------styles for generic centered text-----*/
.tshooters{
	margin-top:30px;
}
#extrabarrels{
	margin-top:50px;
}
#twobarrels{
	margin-top:-15px;
	margin-bottom:45px;
	height:125px;
	background:url(../images/barrels.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/*------------ Highlight PDF link-------------*/
.highlight{
	padding:3px;
	line-height:40px;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	background-color:#ffff00;
}

/*---------------- CALL rotated --------------*/
#call{
	position:relative;
	z-index:-1;
	float:left;
	margin-top:-90px;
	margin-left:20px;
	width:118px;
	height:75px;
	background:url(../images/call.gif);
}

/*------------- John Contact Info ------------*/
#contactInfo{
}
.contact{
	font-family:Verdana, Geneva, sans-serif;
	font-size:40px;
	color:#ff0000;
}
.contactnumber{
	color:#0c1c8c;
}
.address{
	margin-top:-15px;
	font-size:26px;
}
.italic{
	font-style:italic
}

/*------------ Target Area for JH ------------*/
#turkeyshootgraphic{
	width:100%;
	height:116px;
	background:url(../images/turkeyShootTargets.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#johnnyhoward{
	margin-top:30px;
}

.contactjohnny{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bolder;
	font-size:25px;
	color:#ff0066;
	margin-bottom:-15px;
}

.extraleading{
	line-height:22px;
}
.smallCall{
	font-size:20px;
	font-style:italic;
	color:#43ff00;
}

.disclaimer{
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	line-height:22px;
}

#targets{
	width:100%;
	height:235px;
	background:url(../images/targets.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.tightenTOP{
	margin-top:0px;
	margin-bottom:20px;
	font-size:14px;
}




