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

html, body {
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	background-color: #000000;
	margin: 0px;
	height: 100%;
	color: #000000;
}

strong {
	font-weight: 600;	
}

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

h1 {
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 23px;
	color: #000000;	
	margin: -6px 0px 4px 142px;
}

h2 {
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	color: #000000;	
}

h3 {
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	color: #FFFFFF;	
	margin: 0px;
}

h4 {
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #000000;	
}

img {
	border: 0px; /* ensures all images with links have no borders */	
}

ul {
	list-style-position: inside;
	list-style-type: square;
}

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;
}

.product-nav {
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 12px;
	color: #000000;
}

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

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


.top-level {
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 13px;
	color: #FFFFFF;
}

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

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

.sub-level {
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	color: #FFFFFF;
	margin: 7px 0px 0px 10px;
}

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

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

.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 */

#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;
	color: #FFFFFF;
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;	
}

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

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

#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-index {
	width: 864px;
	float: left;
	display: inline;
	margin: 0px 80px 0px 80px;
	text-align: center;
}

#content-container {
	width: 864px;
	float: left;
	display: inline;
	margin: 0px 80px 0px 80px;
	background-color: #5A5B5B;
}

#footer {
	width: 1024px;
	height: 81px;
	margin: 0px;
	float: left;
	display: inline;
	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: 143px;
	height: 14px;
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	padding: 2px 0px 2px 0px;
	color: #333333;
	vertical-align: middle;
}

.search-submit {
	border: 0px;
	height: 18px;
	margin-right: 2px;
	padding-bottom: 3px;
	width: 30px;
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	vertical-align: middle;
}

.search-submit:hover {
	background-color: #AE1231;
	cursor: pointer;
}

#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) */

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

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

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

#index-nav-container {
	width: 864px;
	height: 191px;
	padding-top: 16px;
	margin: 0px auto;
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFFF;
}

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

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

.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 */

#spacer-hidden {
	display: none;
}

#page-container-content {
	margin: 0px auto;
	padding: 0px;
	width: 1024px;
}

h2.content-pages {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 5px;
	border-bottom: 2px solid #AE1231;
}

.cp-headers {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

#left-column {
	width: 125px;
	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;
	min-height: 620px;
	background-color: #FFFFFF;
	margin: 0px;
	border-right: 15px solid #000000;
	border-left: 15px solid #000000;
	float: left;
	display: inline;
}

#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;
}

#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;
	padding: 15px;
	background-color: #5A5B5B;
	margin: 0px;
	float: left;
	display: inline;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	position: absolute;
}

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

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

.right-column {
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 13px;
	color: #FFFFFF;
}

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

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

.right-column-caption {
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
}

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

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

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

#video {
	width: 146px;
	height: 109px;
	float: left;
	display: inline;
	margin: 0px 0px 15px 0px;
}

#export-statement {
	width: 146px;
	float: left;
	display: inline;
	margin: 62px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #AE1231;
	border-bottom: 1px solid #AE1231;
	text-align: left;
	color: #FFFFFF;
	text-transform: none;
	/* ------------- (Positions Export Statement at Bottom of Column Regardles of Page Height)
	position: absolute;
	bottom: 14px;
	------------ */
}

.export-statement {
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}

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

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

.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 LANDING PAGES in the site */

#category-description-container {
	width: 493px;
	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: 492px;
	margin: 0px 15px 0px 15px;
	padding: 10px 0px 10px 0px;
	float: left;
	display: inline;
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	border-bottom: 1px solid #000000;
}

.product-container-gsa { /* This class is exclusive to the GSA Information page */
	width: 492px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	display: inline;
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	border-bottom: 1px solid #000000;
}

.product-container-gsa-top { /* This class is exclusive to the GSA Information page */
	width: 492px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	display: inline;
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	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: 350px;
	margin: 0px;
	float: right;
	display: inline;
}

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

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

.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;
	width: 60%;
}

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

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

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

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

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

.rdfa-hidden {
	visibility: hidden;
}







/* This section below defines div positions and classes that are exclusive to all of the PRODUCT PAGES in the site */

h2.product-page {
	margin: 0px;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #AE1231;
}

h4.product-page {
	margin: 0px 1px 10px 0px;
	line-height: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #AE1231;
}

.pp-logo {
	margin: 0px 0px 0px 0px;
	float: right;
	display: inline;
}

ul.pp-list {
	margin-left: -25px;	
}

ul.pp-list2 {
	margin-left: -40px;	
}

.pp-headers {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

#pp-images {
	width: 150px;
	float: left;
	display: inline;
	margin: 15px 15px 10px 0px;
	text-align: left;
}

p.enlarge-img {
	text-align: center;
	margin: -4px 0px 2px 0px;
	font-weight: 600;
}

#pp-content {
	float: left;
	display: inline;
	padding: 15px 15px 0px 15px;
	text-align: left;
}

#data {
	width: 318px;
	margin: 15px 0px 15px 0px;
	float: left;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding: 10px 0px 10px 10px;
	background-color: #F1F1F1;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
}

#price {
	width: 482px;
	margin: 5px 0px 15px 0px;
	float: left;
	display: inline;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding: 10px 0px 10px 10px;
	background-color: #F1F1F1;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
}

#price a,
#price a:link,
#price a:active {
	text-decoration: underline;
	color: #000000;
}

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

.captions {
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	width: 100%;
}

.image-spacer {
	padding-bottom: 10px;
}

.data-spacer {
	height: 6px;	
}

.price-double-kit {
	font-size: 12px;
	margin: 0px 0px 6px 68px;
}

.gsa-prices {
	font-size: 12px;
	margin: 0px 0px 6px 0px;
}

.large {
	font-size: 16px;
}

.italic {
	font-size: 11px;
	font-weight: 600;
	font-style: italic;
	line-height: 15px;
	margin-bottom: 5px;
	color: #AE1231;
}







/* This section below defines the the div positions and classes used on camera core and maintenance product pages for the inline images */

.img-container-narrow {
	width: 328px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
}

.img-left-narrow {
	width: 156px;
	height: 110px;
	float: left;
	display: inline;
	margin: 0px;
	padding-bottom: 15px;
	padding-right: 14px;
}

.img-right-narrow {
	width: 156px;
	height: 110px;
	float: right;
	display: inline;
	margin: 0px;
	font-size: 11px;
	font-weight: 600;
	padding-bottom: 15px;
}

.img-caption-narrow {
	width: 140px;
	height: 75px;
	float: left;
	display: inline;
	margin: 0px;
	font-size: 12px;
	font-weight: 600;
	padding: 35px 0px 0px 0px;
}

.img-container-wide {
	width: 482x;
	float: left;
	display: inline;
	margin: 0px 0px 12px 0px;
}

.img-left-wide {
	width: 160px;
	height: 110px;
	float: left;
	display: inline;
	margin: 0px;
	padding-right: 12px;
}

.img-right-wide {
	width: 160px;
	height: 110px;
	float: left;
	display: inline;
	margin: 0px;
	padding-right: 14px;
}

.img-caption-wide {
	float: left;
	display: inline;
	font-size: 12px;
	font-weight: 600;
}







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

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

.product-container-ss {
	width: 492px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	display: inline;
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	border-bottom: 1px solid #000000;
}

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

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

.product-container-ss-bottom {
	width: 492px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	display: inline;
	font-family: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
}

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

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







/* This section below defines the the div positions and classes used on the security and surveillance product pages */

h2.product-page-ss {
	margin: 0px;
	line-height: 24px;
	padding-bottom: 10px;
	border-bottom: 2px solid #AE1231;
}

.h2-container-ss {
	margin: 15px 15px 0px 15px;	
}

.pp-logo-ss {
	margin: 0px 0px 0px 0px;
	float: right;
	display: inline;
}

#pp-images-ss {
	width: 120px;
	float: left;
	display: inline;
	margin: 15px;
	text-align: left;
}

#pp-content-ss {
	width: 358px;
	float: left;
	display: inline;
	padding: 15px 15px 15px 0px;
	text-align: left;
}

#pp-content-ss-networked {
	width: 492px;
	float: left;
	display: inline;
	padding: 15px 15px 0px 15px;
	text-align: left;
}

#product-logo-title {
	width: 504px;
	float: left;
	display: inline;
	margin: 0px 0px 10px 0px;
}

#intro-links {
	width: 358px;
	margin: 0px 0px 20px 0px;
	float: left;
	display: inline;
	border-bottom: 2px solid #AE1231;
	padding: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
}

.product-table-ss {
	width: 523px;
	float: left;
	display: inline;
	text-align: left;
	margin: 0px 0px 30px 0px;
}

.product-photo-ss {
	width: 120px;
	float: left;
	margin: 15px;
	display: inline;
}

.product-info-ss {
	width: 358px;
	float: left;
	display: inline;
	margin: 0px;
}

.product-name-ss {
	width: 65%;
	float: left;
	display: inline;
	margin: 0px 0px 10px 0px;
	font-weight: 600;
	font-size: 14px;
}

.product-price-ss {
	width: 35%;
	float: left;
	display: inline;
	margin: 0px 0px 10px 0px;
	font-weight: 600;
	font-size: 14px;
	text-align: right;
}

.product-links-ss {
	width: 348px;
	margin: 10px 0px 0px 150px;
	float: left;
	display: inline;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding: 10px 0px 10px 10px;
	background-color: #F1F1F1;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
}

#data-ss {
	width: 482px;
	margin: 15px 0px 15px 0px;
	float: left;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding: 10px 0px 10px 10px;
	background-color: #F1F1F1;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
}








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

.video-img-padding {
	padding: 0px 10px 0px 0px;
}

.video-img-padding-2 {
	padding: 0px 12px 0px 0px;
}







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

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

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

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

.contact-table {
	width: 492px;
	padding: 0px;
	margin-bottom: 15px;
}

.contact-table-left {
	text-align: right;
	padding-bottom: 4px;
}

.contact-table-right {
	padding-left: 4px;
}

.contact-table-message {
	text-align: right;
	padding-right: 4px;
}

.contact-table-submit {
	text-align: right;
	padding-right: 4px;
}







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

table.admin-login-table {
	width: 300px;
	margin: 15px 0px 0px 90px;
}

.admin-login-table td {
	padding: 2px;	
	text-align: left;
}

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

.admin-login:hover {
	background-color: #AE1231;
}

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

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

table.price-list {
	width: 492px;
	background-color: #FFFFFF;	
}

th.th-header {
	background-color: #666666;	
	padding: 4px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

th.th-product {
	width: 308px;
	padding: 4px;
	background-color: #AE1231;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

th.th-price {
	width: 60px;
	padding: 4px;
	background-color: #AE1231;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

th.th-new-price {
	padding: 4px;
	background-color: #AE1231;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

td.td-grey {
	background-color: #CCCCCC;
	padding: 8px;
}

td.td-white {
	background-color: #FFFFFF;
	padding: 8px 0px 0px 0px;
	text-align: right;
}

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

.update-prices:hover {
	background-color: #AE1231;	
}

.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: "myriad-pro-1","myriad-pro-2", arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	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: 600;
	font-style: normal;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 10px 0px 10px 25px;
	background-color: #AE1231 !important;
	color: #FFFFFF !important;
	font-weight: 600;
	font-style: normal;
	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: 600;
	font-style: normal;
}
.p7APM01 .p7APMtrig a:hover {
	color: #FFFFFF !important;
	background-color: #AE1231 !important;
	background-image: url(../images/p7apmPlus_white.gif);
	font-weight: 600;
	font-style: normal;
}
.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: 600;
	font-style: normal;
}
.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: 600;
	font-style: normal;
}

.p7APMpanelcontent {
	overflow: hidden;
}

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





/* This section below defines classes that are used on the Google search results page */

.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #E9E9E9;
    background-color: #E9E9E9;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-top-color: #FF9900;
    border-left-color: #E9E9E9;
    border-right-color: #E9E9E9;
    background-color: #FFFFFF;
  }
  .gsc-tabsArea {
    border-color: #E9E9E9;
  }
  .gsc-webResult.gsc-result,
  .gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover,
  .gsc-imageResult:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b,
  .gs-imageResult a.gs-title:link,
  .gs-imageResult a.gs-title:link b {
    color: #AE1231;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b,
  .gs-imageResult a.gs-title:visited,
  .gs-imageResult a.gs-title:visited b {
    color: #AE1231;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b,
  .gs-imageResult a.gs-title:hover,
  .gs-imageResult a.gs-title:hover b {
    color: #AE1231;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b,
  .gs-imageResult a.gs-title:active,
  .gs-imageResult a.gs-title:active b {
    color: #AE1231;
  }
  .gsc-cursor-page {
    color: #AE1231;
  }
  a.gsc-trailing-more-results:link {
    color: #AE1231;
  }
  .gs-webResult .gs-snippet,
  .gs-imageResult .gs-snippet,
  .gs-fileFormatType {
    color: #000000;
  }
  .gs-webResult div.gs-visibleUrl,
  .gs-imageResult div.gs-visibleUrl {
    color: #AE1231;
  }
  .gs-webResult div.gs-visibleUrl-short {
    color: #AE1231;
  }
  .gs-webResult div.gs-visibleUrl-short {
    display: none;
  }
  .gs-webResult div.gs-visibleUrl-long {
    display: block;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #E9E9E9;
    background-color: #FFFFFF;
    color: #AE1231;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #FF9900;
    background-color: #FFFFFF;
    color: #AE1231;
  }
  .gs-promotion {
    border-color: #336699;
    background-color: #FFFFFF;
  }
  .gs-promotion a.gs-title:link,
  .gs-promotion a.gs-title:link *,
  .gs-promotion .gs-snippet a:link {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:visited,
  .gs-promotion a.gs-title:visited *,
  .gs-promotion .gs-snippet a:visited {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:hover,
  .gs-promotion a.gs-title:hover *,
  .gs-promotion .gs-snippet a:hover {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:active,
  .gs-promotion a.gs-title:active *,
  .gs-promotion .gs-snippet a:active {
    color: #0000CC;
  }
  .gs-promotion .gs-snippet,
  .gs-promotion .gs-title .gs-promotion-title-right,
  .gs-promotion .gs-title .gs-promotion-title-right *  {
    color: #000000;
  }
  .gs-promotion .gs-visibleUrl,
  .gs-promotion .gs-visibleUrl-short {
    color: #008000;
  }
