/* This section below redefines any HMTL tags in the site */

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin: 0px;
	height: 100%;
	color: #000000;
}

p {
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;	
}

form {
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #AE1231;
	text-decoration: none;
}





/* This section below defines the classes for the left navigaiton menus found on the content pages of the site */

.current-mark {
	margin: 2px 0px 0px -10px;
	position: absolute;
	width: 9px;
	height: 9px;
	background-image: url(../images/current-mark.gif);
	background-repeat: no-repeat;
}

.nav-spacer {
	height: 8px;
	line-height: 8px;
	font-size: 0px;
}

.sub-level-ss {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0px;
	margin: 6px 0px 6px 10px;
}





/* This section below defines the the div positions and classes used on all pages of the site */

#spacer {
	float: left;
	width: 100%;
	height: 50%;
	background-color: transparent;
	margin-bottom: -384px;
}

#page-container {
	position: relative;
	clear: left;
	margin: 0px auto;
	width: 1024px;
}

#container {
	height: 768px;
}

#header {
	width: 1024px;
	height: 128px;
	margin: 0px auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#home-link {
	width: 410px;
	height: 110px;
	margin: 0px 0px 0px 80px;
}

#top-nav-container {
	width: 864px;
	height: 28px;
	padding: 0px;
	margin: 0px 80px 0px 80px;
}

#top-nav-1 {
	width: 54px;
	height: 17px;
	padding: 4px 0px 7px 0px;
	display: inline;
	float: left;
	text-align: left;
}

#top-nav-2 {
	width: 100px;
	height: 17px;
	padding: 4px 0px 7px 0px;
	display: inline;
	float: left;
	text-align: center;
}

#top-nav-3 {
	width: 203px;
	height: 17px;
	padding: 4px 0px 7px 0px;
	display: inline;
	float: left;
	text-align: center;
}

#top-nav-4 {
	width: 89px;
	height: 17px;
	padding: 4px 0px 7px 0px;
	display: inline;
	float: left;
	text-align: center;
}

#top-nav-5 {
	width: 152px;
	height: 17px;
	padding: 4px 0px 7px 0px;
	display: inline;
	float: left;
	text-align: center;
}

#top-nav-6 {
	width: 172px;
	height: 17px;
	padding: 4px 0px 7px 0px;
	display: inline;
	float: left;
	text-align: center;
}

#top-nav-7 {
	width: 94px;
	height: 17px;
	padding: 4px 0px 7px 0px;
	display: inline;
	float: right;
	text-align: right;
}

#content-container {
	width: 864px;
	height: 531px;
	margin: 0px 80px 0px 80px;
	text-align: center;
}

#footer {
	width: 1024px;
	height: 81px;
	margin: 0px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#footer a, a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #AE1231;
	text-decoration: underline;
}

#search {
	width: 250px;
	float: right;
	margin: 22px 78px 0px 0px;
	display: inline;
	text-align: right;
}

.search-field {
	border: 0px;
	width: 144px;
	height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 2px 0px 2px 0px;
	color: #333333;
	vertical-align: middle;
}

.search-submit {
	border: 0px;
	height: 18px;
	padding: 1px 4px 1px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #666666;
	vertical-align: middle;
}

#copyright {
	width: 1024px;
	height: 12px;
	float: right;
	padding-top: 20px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}





/* This section below defines div positions and classes that are exclusive to the home page only (index.php) */

#slideshow {
	width: 864px;
	height: 324px;
	margin: 0px auto;
}

#index-nav-container {
	width: 864px;
	height: 191px;
	padding-top: 16px;
	margin: 0px auto;
}

.index-nav-container {
	width: 147px;
	display: inline;
	float: left;
	margin: 0px 0px -10px 0px;
	text-align: left;
}

.index-nav-container-end {
	width: 129px;
	display: inline;
	float: left;
	margin: 0px 0px -10px 0px;
	text-align: left;
}

.nav-img-padding {
	padding-top: 6px;	
}





/* This section below defines div positions and classes that are exclusive to the content pages in the site */

#left-column {
	width: 125px;
	height: 501px;
	padding: 15px 0px 15px 10px;
	background-color: #5A5B5B;
	margin: 0px auto;
	float: left;
	display: inline;
	text-align: left;
}

#left-column a, a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#left-column a:hover {
	color: #AE1231;
	text-decoration: none;
}

#content-column {
	width: 523px;
	height: 531px;
	background-color: #FFFFFF;
	margin: 0px 15px 0px 15px;
	float: left;
	display: inline;
	overflow: auto;
}

#content-column-video { /* This is exclusive to the videos page */
	width: 523px;
	height: 531px;
	background-color: #FFFFFF;
	margin: 0px 15px 0px 15px;
	float: left;
	display: inline;
	overflow: hidden;
}

#h3-background {
	background-color: #AE1231;
	text-align: left;
	padding: 15px;
}

#page-content {
	padding: 15px 15px 0px 15px;
	text-align: left;
	float: left;
	overflow: hidden;
}

#page-content-search { /* This is exclusive to the search results page */
	padding: 0px 0px 0px 15px;
	text-align: left;
	float: left;
	overflow: hidden;
}

#cse-search-results { /* This is exclusive to the search results page */
	width: 493px;
}

#page-content a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

#page-content a:hover {
	color: #AE1231;
	text-decoration: underline;
}

#right-column {
	width: 146px;
	height: 501px;
	padding: 15px;
	background-color: #5A5B5B;
	margin: 0px auto;
	float: right;
	display: inline;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
}

#right-column a, a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#right-column a:hover {
	color: #AE1231;
	text-decoration: none;
}

#links {
	margin: -10px 0px 0px 0px;	
}

#video {
	width: 146px;
	height: 109px;
	margin: 0px 0px 15px 0px;
}

#export-statement {
	width: 146px;
	margin: 157px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #AE1231;
	border-bottom: 1px solid #AE1231;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: none;
}

.red-rule {
	height: 2px;
	width: 100%;
	line-height: 2px;
	font-size: 0px;
	background-color: #AE1231;
	margin: 4px 0px 4px 0px;
}

.header-spacer {
	height: 6px;
	line-height: 6px;
	font-size: 0px;
}

.gsa-image {
	padding: 8px 10px 8px 0px;
	margin-left: -3px;
}






/* This section below defines div positions and classes that are exclusive to all of the product index pages in the site */

#category-description-container {
	height: 150px;
	padding: 15px;
	background-color: #E1E2E3;
	margin: 0px;
	text-align: left;
	float: left;
	display: inline;
}

#category-description-container a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

#category-description-container a:hover {
	color: #AE1231;
	text-decoration: underline;
}

#category-description-image {
	width: 129px;
	height: 150px;
	margin: 0px 15px 0px 0px;
	float: left;
	display: inline;
}

.product-container {
	width: 476px;
	margin: 0px 15px 0px 15px;
	padding: 10px 0px 10px 0px;
	float: left;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	border-bottom: 1px solid #000000;
}

.product-container-gsa { /* This class is exclusive to the GSA Information page */
	width: 476px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	border-bottom: 1px solid #000000;
}

.product-container-gsa-top { /* This class is exclusive to the GSA Information page */
	width: 476px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

.product-container a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

.product-container a:hover {
	color: #AE1231;
	text-decoration: none;
}

.product-image {
	width: 129px;
	float: left;
	display: inline;
}

.product-table {
	width: 334px;
	margin: 0px;
	float: right;
	display: inline;
}

.product-price-title {
	width: 334px;
	margin: 0px;
	float: right;
	display: inline;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.product-title {
	text-align: left;
	float: left;
	width: 50%;
}

.gsa-pricing { /* This class is exclusive to the Handheld Thermal Imaging Landing Page */
	text-align: left;
	float: left;
	font-size: 10px;
	line-height: 12px;
	clear: left;
}

.product-price {
	text-align: right;
	float: right;
	width: 50%;
}

.product-quote {
	text-align: right;
	float: right;
	font-size: 10px;
	line-height: 12px;
	clear: right;
	width: 50%;
}

.product-description {
	width: 334px;
	padding: 8px 0px 8px 0px;
	margin: 0px;
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}

.product-brand {
	width: 50%;
	height: 18px;
	margin: 0px;
	float: left;
	display: inline;
	text-align: left;
}

.product-more-info {
	width: 50%;
	height: 18px;
	margin: 0px;
	float: left;
	display: inline;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
}

.rdfa-hidden {
	visibility: hidden;
}






/* This section below defines div positions and classes that are used on the security and surveillance index page */

.acordian-container {
	width: 476px;
	margin: 0px 15px 0px 15px;
	padding: 15px 0px 10px 0px;
	float: left;
	display: inline;
	text-align: left;
	border-bottom: 1px solid #000000;
}

.product-container-security {
	width: 476px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	border-bottom: 1px solid #000000;
}

.product-container-security a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

.product-container-security a:hover {
	color: #AE1231;
	text-decoration: none;
}

.product-container-security-bottom {
	width: 476px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}

.product-container-security-bottom a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

.product-container-security-bottom a:hover {
	color: #AE1231;
	text-decoration: none;
}







/* This section below defines div positions and classes that are used on the Contact Us page */

#address-container {
	width: 490px;
	margin: 0px;
	height: 90px;
}

#mailing-address {
	width: 238px;
	margin: 0px;
	float: left;
	display: inline;
}

#shipping-address {
	width: 252px;
	margin: 0px;
	float: right;
	display: inline;
}







/* This section below defines div positions and classes that apply to the Admin Control Panel pages */

.admin-login {
	background-color: #AE1231;
	width: 60px;
	height: 20px;
	line-height: 12px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
}

.admin-fields {
	border: 1px solid #666666;
	height: 16px;
	width: 140px;
	padding-left: 4px;
}

.admin-fields:hover {
	border: 1px solid #AE1231;
}

.price-list-bg {
	background-color: #FFFFFF;	
}

th {
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}

.update-prices {
	background-color: #AE1231;
	width: 100px;
	height: 20px;
	line-height: 12px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
}

.price-fields {
	border: 1px solid #666666;
	height: 16px;
	width: 50px;
	padding-left: 4px;
}

.price-fields:hover {
	border: 1px solid #AE1231;
}






/* This section below defines div positions and classes that are used in the accordian panels found on the site */

.p7APM01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px auto;
	width: auto;
}
.p7APM01 .p7APMtrig {
	margin: 0;
	padding: 0px;
}
.p7APM01 .p7APMtrig h4, .p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 14px;
	font-weight: bold;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 10px 0px 10px 25px;
	background-color: #AE1231 !important;
	color: #FFFFFF !important;
	font-weight: bold;
	background-image: url(../images/p7apmPlus_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 0px solid #000;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(../images/p7apm_page_white.gif) !important;
	background-color: #AE1231 !important;
	letter-spacing: normal !important;
	color: #FFFFF !important;
	font-weight: bold;
}
.p7APM01 .p7APMtrig a:hover {
	color: #FFFFFF !important;
	background-color: #AE1231 !important;
	background-image: url(../images/p7apmPlus_white.gif);
	font-weight: bold;
}
.p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {
	background-image: url(../images/p7apmMinus_white.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #AE1231 !important;
	color: #FFFFFF !important;
	font-weight: bold;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
}
.p7APM01 .p7APMpanelcontent {
	padding: 10px 0px 10px 0px;
}
.p7APM01 .p7APMcontent h4, .p7APM01 .p7APMcontent h4, 
.p7APM01 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM01 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}

.p7APMpanelcontent {
	overflow: hidden;
}

.accordion-spacer {
	border-bottom: 1px solid #000000;
	margin: 10px 0px 10px 0px;
}