@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* height: 600px; */
}
/*.oneColFixCtr #mainContent {
	padding: 0px;
}*/

#pageheadervp {
	background: url(http://www.zarc.com/images/pageheadervp.gif) 15px 15px;
	background-repeat: no-repeat;
	width: 749px;
	height: 81px;
	padding: 15px;
}

#headerimg img {
	position: absolute;
	top: 29px;
	width: 289px;
	height: 41px;
	border: none;
	padding-left: 25px;
	margin: 0;
}

/* MENU */

.ddsmoothmenu {
	position: absolute;
	margin-left: 230px;
	margin-top: 53px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Verdana;
	font-size: 9px;
	/*background: #414141;*/ /*background of menu bar (default state)*/
	width: 550px;
	z-index: 999;
}

.ddsmoothmenu ul {
z-index: 100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li {
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	/* background: #414141; background of menu items (default state)*/
	color: white;
	padding: 8px 10px;
	border-right: 1px solid #222;
	color: #919191;
	text-decoration: none;
}

* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: white;
}

.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/* background: #aabbcc; */
	color: white;
}

.ddsmoothmenu ul li a.sub:hover {
	background: #aabbcc; /*background of menu items during onmouseover (hover state)*/
	color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	background: #919191;
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font-family: Verdana;
	font-size: 9px;
	width: 140px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}

/* END MENU */

.linknorm a:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCCC;}

.linknorm a:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFCC00;}

.linknorm a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCCC;}

.linknorm a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFCC00;}

.vexor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66CCFF;
}

.contentholder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin: 20px 0 0 75px;
	padding: 0;
	width: 620px;
	border: 0px solid #FFFFFF;
}

.trainingcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin: 20px 0 0 75px;
	padding: 0;
	width: 662px;
	border: 0px solid #FFFFFF;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 4px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 4px;
}


.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #66CCFF;
	font-weight: bold;
}

.highlight2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #66CCFF;
	font-weight: bold;
}

.bw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.redast {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

.vpfeatures ul {
	line-height:16px;
}

.vpfeatures ul li {
	margin-left: 25px;
	padding: 0;
	list-style-type: disc;
}

.eightpoint {
	font-size: 11px;
}

.sevenpoint {
	font-size: 10px;
}

#vp_cannisters {
	background-image: url(http://www.zarc.com/law_enforcement/images/vp_cannisters.png);
	position: absolute;
	top: 228px;
	margin-left: 519px;
	height: 298px;
	width: 181px;
	background-repeat: no-repeat;
	z-index: 1;
}

#cs_cannisters {
	background-image: url(http://www.zarc.com/law_enforcement/images/cs_cannisters.png);
	position: absolute;
	top: 258px;
	margin-left: 389px;
	height: 276px;
	width: 358px;
	background-repeat: no-repeat;
	z-index: 1;
}

#oc_balls {
	background-image: url(http://www.zarc.com/law_enforcement/images/oc_balls.png);
	position: absolute;
	top: 250px;
	margin-left: 485px;
	height: 298px;
	width: 275px;
	background-repeat: no-repeat;
	z-index: 1;
}

#vp_ocwipes {
	background-image: url(http://www.zarc.com/law_enforcement/images/vp_oc.png);
	position: absolute;
	top: 308px;
	margin-left: 486px;
	height: 246px;
	width: 247px;
	background-repeat: no-repeat;
	z-index: 1;
}

#spacerdiv {
	width: 780px;
	height: 246px;
	clear: both;
}

#csspacerdiv {
	width: 780px;
	height: 234px;
	clear: both;
}

#ocspacerdiv {
	width: 780px;
	height: 246px;
	clear: both;
}

#vp_tagline {
	background: url(http://www.zarc.com/law_enforcement/images/vp_tagline.gif);
	margin-left: 60px;
	padding: 0;
	width: 440px;
	height: 43px;
}

#vp_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 60px;
	padding: 0;
	width: 440px;
	height: 43px;
	
}

#vp_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 420px;
	height: 130px;
	color: #CCCCCC;
	padding-left: 60px;
	padding-top: 6px;
}

#cs_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 310px;
	height: 191px;
	color: #CCCCCC;
	padding-left: 60px;
	padding-top: 0;
}

#oc_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 420px;
	height: 51px;
	color: #fff799;
	padding-left: 60px;
	padding-top: 6px;
	font-style: italic;
}

#oc2_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 420px;
	height: 116px;
	color: #CCCCCC;
	padding-left: 60px;
	padding-top: 6px;
}

#vid_container {
	width: 490px;
	height: 410px;
	margin-top: 25px;
	margin-left: 150px;
}

#vid_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding-top: 12px;
	padding-left: 20px;
}

#vid_links a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66CCFF;
	font-style: italic;
	padding-left: 50px;
}

#vid_links a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-style: italic;
	padding-left: 50px;
}

#vid_links a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66CCFF;
	font-style: italic;
	padding-left: 50px;
}

#vid_links a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-style: italic;
	padding-left: 50px;
}

#vplink a:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #66CCFF;}

#vplink a:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFCC00;}

#vplink a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #66CCFF;}

#vplink a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCCC;}


#holsterlinks {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 780px;
	text-align: center;
}

#holsterlinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}

#holsterlinks ul li {
	position: relative;
	display: inline;
	float: none;
	padding: 0 5px;
}
#holsterlinks ul li a:link {
	text-decoration: none;
	color: #FFFF00;
}

#holsterlinks ul li a:visited {
	text-decoration: none;
	color: #FFFF00;
}

#holsterlinks ul li a:hover {
	text-decoration: underline;
	color: #FFFF00;
}

#holsterlinks ul li a:active {
	text-decoration: underline;
	color: #FFCC00;
}

.textBlack {
	color: #000;
}

.textWhite {
	color: #FFF;
}

.tdbg {
background-color: #e1e9f4;
color: #000;
border: 1px solid #939da9;
}

/* ######### Footer Navigation ######### */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	position: relative;
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 780px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}

#footer ul li {
	position: relative;
	display: inline;
	float: none;
	padding: 0 5px;
}
#footer ul li a:link {
	text-decoration: none;
	color: #FFFF00;
}

#footer ul li a:visited {
	text-decoration: none;
	color: #FFFF00;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #FFFF00;
}

#footer ul li a:active {
	text-decoration: underline;
	color: #FFCC00;
}