	/*
		----------------------------------------------
		title: master.css
		purpose: master stylesheet for JSAPromos
		by: Richard Manning
		date: July 31, 2008
		Bugfix: 12/11/2008 fixed inline-block bug in
		nav_text class that affected earlier versions
		of Firefox.
		----------------------------------------------
	*/

/* GROUP RESETS */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}


/* MAIN PAGE ELEMENTS */

html, body, div, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-size: 100%;
	color: #000;
}

body {
	background: #000;
}

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

a:hover {
	text-decoration: none;
}


/* PAGE SPECIFIC */

/*body#mainpage {
}

#mainpage a#nav-home {
	color: #FFF;
	font-weight: bold;
}

#programspage a#nav-programs {
	color: #FFF;
	font-weight: bold;
}

#solutionpage a#nav-jsa_solution {
	color: #FFF;
	font-weight: bold;
}

#contactpage a#nav-contact {
	color: #FFF;
	font-weight: bold;
}

#aboutpage a#nav-about_jsa {
	color: #FFF;
	font-weight: bold;
}

#catalogpage a#nav-catalog {
	color: #FFF;
	font-weight: bold;
}

#searchpage a#nav-search {
	color: #FFF;
	font-weight: bold;
}

#catalogpage #nav-wrapper, #searchpage #nav-wrapper, #programspage #nav-wrapper {
	display: none;
}

#searchpage #the-show {
	margin: 0 auto;
	padding: 0;
	float: none;
	height: 526px;
	width: 960px;
}

#catalogpage #the-show {
	margin: 0 auto;
	padding: 0;
	float: none;
	width: 960px;
	height: 640px;
}*/

/* COMMON */

#container {
	margin: 0 auto;
	width: 960px;
}

/* HEADER */

#header {
	background: url(../img/hdr_bg.gif) repeat-x;
	padding-top: 64px;
	height: 36px;
	position: relative;
}

#header ul {
	font-size: 0.96em;
	margin: 0 auto;
	position: absolute;
	right: 0px;
	/*top: 64px;*/
}

#header li {
	float: left;
	letter-spacing: 1px;
	padding: 0 0.5em;
	text-transform: uppercase;
}

/* MAIN CONTENT */

#content {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* left navigation pane */
#nav-wrapper {
	float: left;
}

#side-nav {
	background: url(../img/sidenav_bg.jpg) no-repeat;
	padding-top: 11px;
	height: 429px;
	width: 260px;
	visibility: hidden;
}

.side-nav {
	overflow: hidden;
	position: relative;
	width: 260px;
}

.side-nav {
	color: #FFF;
	cursor: default;
	font-weight: bold;
	font-size: 1.25em;
	text-align: center;
	text-transform: uppercase;
}

.nav-mask {
	position: absolute;
	top: 0;
	left: 0;
}

.nav-text {
	display: block;
	/*display: inline-block;*/
	position: relative;
}

.link-wrap {
	padding-top: 24px;
}

img.menu-pic {
	margin: 0 auto;
	position: relative;
}

/* main content */
#the-show {
	background: #000 url(../img/right_fill.gif) no-repeat right 0;
	padding-left: 16px;
	width: 684px;
	float: left;
	position: relative;
	overflow: hidden;
}

.failure {
	font-size: 0.9em;
	padding-top: 75px;
	height: 365px;
}

.failure p {
	color: #FFF;
	letter-spacing: 1px;
	margin: 0 auto;
	text-align: center;
	width: 350px;
}

/* COMMON AJAX-CONTENT */

.loading div {
	background: #FFF url(../img/throbberlarge.gif) no-repeat center center;
	height: 440px;
	width: 656px;
}

#ajax-container {
	background: #FFF;
	position: relative;
	overflow: hidden;
}

#main-col {
	background: url(../img/ajax_bg.gif) repeat-x;
	padding-top: 82px;
	float: left;
	width: 284px;
	height: 358px;
}

#main-col a:hover {
	color: #FFF;
}

#banner {
	background: url(../img/banner.gif) repeat-x;
	position: absolute;
	left: 0px;
	top: 42px;
	width: 656px;
	height: 40px;
	z-index: 10;
}

#banner h1 {
	height: 40px;
	text-indent: -9000px;
}

#jsa-text {
	font-size: 0.7em;
	padding: 14px;
}

#jsa-text p {
	font-size: 1em;
	margin: 7px 0;
	text-align: justify;
}

#secondary-col {
	font-size: 0.7em;
	float: left;
	padding-top: 82px;
	width: 372px;
}

#secondary-col p {
	color: #7B91B6;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 7px auto;
	text-align: center;
}

/* CATALOG PAGE */

#filler {
	background: url(../img/catalog_bg.jpg) no-repeat;
	float: left;
	width: 154px;
	height: 580px;
}

#myIFrame {
}

/* ABOUT PAGE */

h1#about-txt {
	background: url(../img/about_banner.gif) no-repeat scroll right center;
}

#jsa-text p:last-child {
	margin-top: 15px;
}

img#jsa-bldg {
}

p#about-address {
	width: 30em; /* use em */
}

/* CONTACT PAGE */

h1#contact-txt {
	background: url(../img/contact_banner.gif) no-repeat scroll right center;
}

#jsa-contact {
	font-size: 0.7em;
	padding: 14px 0;
}

#jsa-contact p {
	color: #000;
	margin: 7px 0;
	padding-left: 8px;
	letter-spacing: 1px;
}

#contact-info dt {
	color: #FFF;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 11px;
	letter-spacing: 1px;
	text-indent: 8px;
	text-transform: uppercase;
}

#contact-info dd {
	font-size: 0.8em;
	letter-spacing: 1px;
	text-indent: 8px;
}

.last-contact-item {
	padding-bottom: 15px;
	border-bottom: 2px solid #FFF;
}

#contact-info a {
	color: #000;
}

img#reception {
}

#secondary-col p#service-1 {
	font-weight: normal;
	width: 240px;
}

#secondary-col p#service-2 {
	width: 340px;
}


/* PROGRAMS */

#programs_main-col {
	background: url(../img/ajax_bg.gif) repeat-x;
	padding-top: 111px;
	float: left;
	width: 378px;
	height: 407px;
}

#programs_banner {
	background: url(../img/progs_banner.gif) repeat-x;
	position: absolute;
	left: 0px;
	top: 56px;
	width: 922px;
	height: 55px;
	z-index: 10;
}

#programs_banner h1 {
	height: 55px;
	text-indent: -9000px;
}

h1#programs-txt {
	background: url(../img/programs_banner.gif) no-repeat scroll right center;
}

#gallery-wrapper {
	position: absolute;
	left: 193px;
	top: 142px;
	width: 574px;
	height: 296px;
	overflow: hidden;
	z-index: 30;
}

#gallery {
	width: 1148px;
	overflow: hidden;
}

#gallery-wrapper_small {
	position: absolute;
	left: 123px;
	top: 142px;
	width: 430px;
	height: 215px;
	overflow: hidden;
	z-index: 30;
}

#gallery_small {
	width: 860px;
	overflow: hidden;
}

.gallery {
	cursor: pointer;
	float: left;
}

/*.gallery-left {
	float: left;
}

.gallery-right {
	float: left;
}*/

#scroll-controls {
	position: absolute;
	height: 54px;
	width: 696px;
	top: 263px;
	left: 132px;
	z-index: 20;
}

#scroll-controls_small {
	position: absolute;
	height: 40px;
	width: 522px;
	top: 232px;
	left: 77px;
	z-index: 20;
}

#previous {
	float: left;
}

#next {
	float: right;
}

p#scroll-instructions {
	font-weight: bold;
	width: 224px;
	position: absolute;
	left: 380px;
	top: 440px;
}

/* SOLUTION PAGE */

h1#solution-txt {
	background: url(../img/solution_banner.gif) no-repeat scroll right center;
}

#the-solution {
	background: url(../img/jsa_solution.jpg) no-repeat scroll center bottom;
	padding: 16px 20px 16px 24px;
	height: 408px;
	width: 612px;
	position: relative;
}

#solution-text {
	font-size: 0.76em;
}

.solutions {
	cursor: pointer;
	position: absolute;
	height: 75px;
	width: 125px;
}

#commerce {
	left: 405px;
	top: 89px;
}

#logistics {
	left: 285px;
	top: 320px;
}

#graphics {
	left: 524px;
	top: 326px;
}


/* SURVEY PAGE */

h1#survey-txt {
	background: url(../img/survey_banner.gif) no-repeat scroll right center;
}

.form-text {
	font-size: 0.75em;
	font-weight: bold;
	padding: 24px 40px 36px 30px;
}

#form-outer {
	background: #fff url(../img/form_bg.gif) no-repeat;
	height: 430px;
	left: 0;
	padding: 10px 10px 0;
	position: relative;
	top: 0;
	width: 664px;
	overflow: auto;
}

.form-entry {
	float: left;
	padding-bottom: 10px;
}

.text-label {
	float: left;
	font-size: 0.75em;
	line-height: 1.8em;
	margin-left: 10px;
	padding-right: 6px;
}

.text-input {
	float: left;
}

#contact-form {}

#firstName { margin-left: 32px; margin-right: 0px; width: 120px; }
#lastName {width: 120px; }
#companyName { width: 200px; }
#streetAddress { margin-left: 5px; width: 200px; }
#city { margin-left: 75px; margin-right: 0px; width: 120px; }
#state { margin-right: 0px; margin-top: 2px; }
#zip { width: 50px; }
#phone { margin-left: 7px; }
#email { margin-left: 11px; width: 200px; }
#rep { width: 100px; }
#eventInfo { margin-left: 30px; }

#formButtons {
	padding: 10px 0 0 120px;
}

#formResponse {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.6em;
	position: absolute;
	left: 400px;
	top: 520px;
	height:120px;
	text-align: center;
	width: 200px;
}

.ajax-loading {
	background: #FFF url(../img/spinner.gif) no-repeat scroll center center;
	height: 64px;
	width: 64px;
}

.validation-advice {
	background: #f00;
	font-size: 0.75em;
	color: #fff;
	line-height: 1.8em;
	padding-left: 10px;
	margin-top: 22px;
}


/* CATALOG/SEARCH */

h1#products-txt {
	background: url(../img/products_banner.gif) no-repeat scroll right center;
}

.pic_center {
	display: block;
	margin: 20px auto;
}

#jsa-text p.txt-left {
	font-size: 1.125em;
	line-height: 1.4em;
	margin-top: 25px;
	text-align: center;
}

#jsa-text p.txt-right {
	color: #000;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: normal;
	text-align: center;
}

/* SPECIALS */
#specials_banner {
	background: url(../img/banner.gif) repeat-x;
	position: absolute;
	left: 0px;
	top: 40px;
	width: 922px;
	height: 40px;
	z-index: 10;
}

#specials_banner h1 {
	height: 40px;
	text-indent: -9000px;
}

h1#specials-txt {
	background: url(../img/specials_banner.gif) no-repeat scroll right center;
}

#specials-col {
	background: url(../img/ajax_bg.gif) repeat-x;
	padding-top: 82px;
	float: left;
	width: 480px;
	height: 407px;
}

.page_grp {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.pages {
	cursor: pointer;
	float: left;
	padding: 0 8px;
}

.specials {
	background: #334;
	border: 1px solid #7B91BC;
	margin: 6px auto 0;
	padding: 8px;
	width: 30em;
}

.specials p {
	color: #fff;
	font-size: 0.875em;
	text-align: center;
}

#imgDiv {
	position: absolute;
	left: 122px;
	top: 130px;
}
/* FOOTER */

#footer {
	background: url(../img/ftr_bg.gif) repeat-x;
	padding-top: 30px;
	height: 70px;
	position: relative;
}

#footer-inner {
}

#copyright {
	font-size: 0.9em;
	color: #7B91BC;
	letter-spacing: 1px;
	margin: 0 auto;
	width: 18em;
}

.self-promo {
	font-size: 0.75em;
	color: #7b91bc;
	float: right;
}

.self-promo a:hover { text-decoration: underline; }

/* ------------------------------------------------------
P.I.E. FLOAT CLEARING
http://www.positioniseverything.net/easyclearing.html 
------------------------------------------------------ */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		

.js_note {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}