html, body {
	height: 100%;
}

html, body, #layout {
	min-width: 1000px;
	_width: 1000px;
}

body {
	position: relative;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

h1 {
	padding: 4px;
	font-size: 1.75em;
	color: #0074ba;
}

h2 {
	padding: 10px 0;
	font-size: 1.25em;
	color: #0074ba;
	clear: both;
}

p {
	font-size: 1em;
}

a {
	color: #50BFEC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

dl { 
	margin-bottom: 1em;
}

dt { 
	font-weight: bold;
}

/* table layout */
table#layout { height: 100%; table-layout: fixed; }

/* corrects z-index so nav overlays content */
td#navigation_2 { position: relative; z-index:2; }
td#content { position: relative; z-index:1; }

ztd#header_2 a {
	display: block;
	height: 112px;
	width: 162px;
	border: none;
	background: transparent url("/theme/images/logo.jpg") top left no-repeat;
	text-indent: -3000em;
	overflow: hidden;
}













/* ----------- */
/* header menu */
/* ----------- */

td#navigation_2 { background-color: #1d1d1d; position: relative;}
td#navigation_2 .phone {position: absolute; right: 20px; color: #FF0; font-size: bold; font-size: 20px; line-height: 34px;}
td#navigation_2 .phone span {font-size: 14px; }

td#navigation_2 #nav, td#navigation_2 #nav ul {
	padding-top: 6px;
	margin: 0;
	list-style: none;
}

td#navigation_2 #nav a {
	display: block;
	width: 7em;   /*space to left of text */
	height: 100%;
	color: #ffffff; /* header menu type color off */
}

td#navigation_2 #nav a:hover { text-decoration: underline; }

td#navigation_2 #nav li {
	padding: 0;
	float: left;
	/*margin-left:10px;
	margin-right:5px;*/
	padding-left: 5px;
	width: 8em;   /*space to right of text */
	text-align: center;
	text-indent: 0;
	/*height: 18px;*/
	line-height: 25px;
	z-index: 1000;
}

td#navigation_2 #nav li#last { background: none; }

td#navigation_2 #nav li#space { 
	background: none;
	width: 3.5em;
}

td#navigation_2 #nav li ul li {
	padding: 0;
	height: auto;
	line-height: 16px;
	text-align: left;
	background: none;
}

td#navigation_2 #nav li ul li a { padding: .75em .25em .25em .25em; } /* pad within menus top, bottom, left, right */

td#navigation_2 #nav li ul {
	position: absolute;
	width: 8em;/* menu width */
	left: -999em;
	background: #095380; /* header menu drop down over color */
}

td#navigation_2 #nav li ul li { border-bottom: 1px solid #0074BA; } /* appears as divider line */

td#navigation_2 #nav li ul li ul li { border-bottom: 1px solid #35C4F8; } /* appears as divider line */

td#navigation_2 #nav li ul ul {
	margin: -5.5em 0 0 8em;/* offset from parent top, ?, ? , from left */
	background: #0074BA; /* header menu drop down level 2 over color */
	position: absolute;
}

td#navigation_2 #nav li:hover ul ul, td#navigation_2 #nav li.sfhover ul ul {
	left: -999em;
}

td#navigation_2 #nav li:hover ul, td#navigation_2 #nav li.sfhover ul {
	left: auto;
}

td#navigation_2 #nav li:hover ul, td#navigation_2 #nav li li:hover ul, td#navigation_2 #nav li.sfhover ul, td#navigation_2 #nav li li.sfhover ul {
	left: auto;
}








/* ? */
td#navigation_2 #nav ul {
	padding-top: 0;
	text-align:left;
}
td#navigation_2 #nav li {
	padding: 0;
	text-align: left;
}
td#navigation_2 #nav a {
	padding: 0 5px;
	text-align: center;
}
td#navigation_2 #nav li, td#navigation_2 #nav ul a {
	text-align: left;
}

td#navigation_2 #nav li ul li a {
	width: 100%;
}
td#navigation_2 #nav li ul {
	width: 185px;
}
td#navigation_2 #nav li ul li {
	width: 100%;
}
td#navigation_2 #nav li ul li {
	position:relative;
}
td#navigation_2 #nav li ul ul {
	margin: 0;
	top: 0;
	right: -100%;
}
td#navigation_2 #nav li ul li a {
	padding: 6px 12px;
	width: 161px;
}







/* special drop-down sub-sections : HotShot cc */
td#navigation_2 #nav ul.sub-items {
	margin: 0 0 1em 25px;
	position: static;
	left: 0;
	right: 0;
	width: auto;
}
body td#navigation_2 #nav ul ul.sub-items li
{ 
	line-height:1em; 
	border: 0;
	margin: 0;
	padding: 0;
}
td#navigation_2 #nav ul.sub-items li.last {
	margin-bottom: 1em;
}
body td#navigation_2 #nav ul.sub-items a {
	color:#97e3ff;
	padding: 3px 0;
	width: auto;
	list-style-type: disc;
	display: list-item;
}











td#search {
	text-align: center;
	height: 28px;
	width: 234px; /*same as right cell*/
	color: #ffffff;
	background: #095380;
}

td#left_2 {
	width: 154px;/*width of hot area*/
}

/* --------- */
/* left menu */
/* --------- */

ul#left_navigation_2 {
	width: 155px;/*width of hot area*/
	list-style-type: none;
}

ul#left_navigation_2 li {
	text-indent: -3000em;
	overflow:visible
}

#left_navigation_2 li, td#left_2 a { 
	display: block;
	width: 100%; 
	color: #ffffff;
}

li#left_gallery_2, li#left_gallery_2 a { 
	height: 140px;
}

li#left_data_2, li#left_data_2 a { 
	height: 52px;
}

li#left_support_2, li#left_support_2 a { 
	height: 47px;
}

li#left_visit_2, li#left_visit_2 a {  
	height: 52px;
}

li#left_find_2, li#left_find_2 a { 
	height: 55px; 
}

/* added*/
left_subscribe_2, li#left_subscribe_2 a { 
	height: 55px; 
}

td#content {
	color: #5F7CA1;
	padding-bottom: 2em;
	padding-right: 2em;
}

td#right_2 {
	width: 234px;
	color: #ffffff;
	background-color: #0074BA;
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

.sidebar_post {
	border-bottom: 1px solid #2b7aba;
}

td#right_2 p {
	font-size: .9em;
	padding: .5em 0 1em 0;
}

td#right_2 div.more-link {
	text-align: right;
	font-style: italic;
	font-size: .9em; 
	margin-bottom: 1em;
}

td#right_2 h1 {
	font-size: 11px;
	color: #ffffff;
}

td#right_2 h2 {
	padding: 1em 0 0 0;
	font-size: 11px;
	color: #ffffff;
}

td#right_2 h2 a {
	color: #ffffff;
}

h1.newsdate {
	padding-top: 2em;
	margin: 0 ;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}

ul.page_navigation {
	margin: 0;
	padding: .25em 0 0 0;
	list-style-type: none;
}

ul.page_navigation a {
	display: block;
	width: 100%;
	padding: .40em 0;
	line-height: 1;
}

ul.page_navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.page_navigation li.page_item {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 2em;
}

ul.page_navigation li.current_page_item {
	list-style-type: none ;
}

td#footer_2 {
	text-align: center;
	color: #666;
	background-color: #1d1d1d;
	padding: 10px 0;
	word-spacing: .25em ;
}
td#footer_2 .phone {color: #FF0; font-weight: bold; font-size: 14px; margin-left: 20px;}
	
td#footer_2 a {
	color: #ffffff;
}

form#search_form {
	padding-top: 5px;
}

input#search_box {
	width: 134px;
	padding: 0;
	border: 1px solid #8acaf1;
}

input#search_arrow {
	vertical-align: top;
	margin: 0 4px 0 4px;
	padding: 0;
}

input#search_arrow:active { 
	margin: 0 0 0 8px;
}

.clear {
	clear: both;
	height: 0;
}


td#content ul {
	margin-left: 0em;
	list-style-type: circle;
}
td#content li {
	margin-left: 15px;
}


div#main_home {
	height: 353px;
	width: 571px;
}

div#main_home h2 {
	font-size: 1.75em;
	padding: 10px;
}

/* EXTRA SIDEBAR STUFF */

.post {
	padding: 1em;
}

.post h1 {
	padding: 0 0 .5em 0;
	text-align: center;
}

.post h1 a { color: #0074ba; }

.post h2 a { 
	color: #0074BA;
}

.post h3 {
	line-height: 1.286;
	margin-top: 1.286em;
	margin-bottom: 1.286em;
}

.post ul li {
	line-height: 1.25;
	margin: .5em 0;
}

#post-44 p { clear: both; }
#post-44 img { margin-top: 0; }

.post p {
	line-height: 1.5;
	margin-top: 1.5em;
	margin-bottom: 1.5em
}

.post a {
	color: #50BFEC;
	font-style: italic;
}

.post img {
	padding: 4px;
	border: 1px solid #939393;
	background-color: #ffffff;
	margin: 1em;
	max-width:100%;
}

.post img.left {
	float: left;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0px;
}

.post img.right {
	float: right;
	vertical-align: top;
}

.edit { margin: 1em; }

.breadcrumb {
	padding: 1em 1em 0 1em;
	font-size: .9em;
}

.breadcrumb a { color: #5F7CA1; }

.breadcrumb a:hover { color: #50BFEC; }

form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form#commentform textarea {
	width: 420px;
}

#zproducts ul {
	padding-bottom: 1em;
	list-style-type: none;
}

ul.application_products li {
	display: block;
	float: left;
	margin: .5em;
	padding: 1em 0;
	border: 1px solid #f0f0f0;
	text-align: center;
}

ul.application_products li.clear_li {
	list-style-type: none;
	display: block;
	float: none;
	clear: left;
	border: none;
}

a.pdf {
	display: block;
	height: 36px;
	line-height: 36px;
	vertical-align:middle;
	padding-left: 75px;
	margin: 10px 0;
	background: #000;
}

ul#test li { padding-bottom: 1em; }

table { border-color: #5F7CA1; }

#comments { padding-left: 1em; }

#respond { padding-left: 1em; }

.commentlist {
	color: #222222;
	padding: 1em;
	list-style-type: none;
}

.commentlist li {
	padding: .5em;
	background-color: #f5f5f5;	
}

.commentlist li.even {
	background-color: #d4e1f4;
}

#commentform { padding-left: 1em; }

#zabout th { padding-top: 1em; }

.pagetitle { font-size: 2em; text-align: center;}

/* 
- login form ~like on data sheets page 
---------------------------------------*/

form#loginform, form#registerform {
	width: 75%;
	margin: 0 auto;
	color: #444444;
}

form#loginform ol, form#registerform ol {
	list-style: none;
}

form#loginform ol li, form#registerform ol li {
	padding: .5em 1em;
}

form#loginform ol li.submit, form#loginform ol li.register, form#registerform ol li.submit, form#registerform ol li.register  {
	text-align: right;
}

form#loginform ol li.register a, form#registerform ol li.register a { color: #222222;}

form#loginform ol li.submit, form#registerform ol li.submit { padding-right: 0;}

form#loginform ol li.submit input, form#registerform ol li.submit input { font-size: 1.2em;}

form#loginform fieldset ol li label, form#registerform fieldset ol li label {
	width: 20%;
	display: block;
	float: left;
}

form#loginform fieldset ol li input, form#registerform fieldset ol li input {
	display: block;
	float: left;
	width: 120px;
}

form#loginform fieldset, form#registerform fieldset {
	border-top: 2px solid #4c4c4c;	
}

form#loginform fieldset h1, form#registerform fieldset h1 {
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	padding: .5em 1em;
	margin: 0;
	color: #5F7CA1;
}

form#loginform fieldset p, form#registerform fieldset p { padding: 0 1em .5em 1em; }

/* request more info form */
.contactform {
	overflow: hidden;
}

.contactleft {
	height: 2em;
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	height: 2em;
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright_txtarea {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright_text {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {

}

ul.download {
	list-style: none;
}

table.image_gallery td {
	text-align: center;
}

table.image_gallery td img {
	margin: 0 0 1em 0;
}

table#find_your_camera th {
	text-align: left;
}

table#find_your_camera td {
	text-align: center;
}











/* the right sidebar news */
#header_2 { 
	padding:0;
	height: 107px;
}
#header_2 object, #header_2 embed { position: absolute; top: 0; left: 0; }
.sidebar {
	margin: 0px; 
	padding: 0px; 
	background-color:#0074BA; 
}
.nac-news td { padding: 10px; }
.nac-news .style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
.nac-news .side {
`	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.nac-news .side a:link, .nac-news .side a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.nav-news .side a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}
/* red newsletter signup button in top nav */
#newsletter-signup:link, #newsletter-signup:visited {
	display: block;
	width: 155px; 
	height: 26px;
	float: right;
	background: transparent url(/theme/images/newsletter_signup.png) no-repeat top left;
	margin-right: 35px;
}
#newsletter-signup:hover, #newsletter-signup:active {
	background-image: url(/theme/images/newsletter_signup_hover.png);
}
#newsletter-signup img { display: none; }













		td#header_2 {
			background: #ffffff; background-image:url('/theme/images/top-drop.jpg');
		}
		
		td#header_2 a {
			background: transparent url("/theme/images/logo.jpg") top left no-repeat;
		}
	
		td#navigation_2 #nav li {
			border-right: 1px solid #666699;
		}
		
		td#left_2 { /* background stripes */
			background: transparent url("/theme/images/leftbg.gif") top left repeat-y;
		}
		
		ul#left_navigation_2 { /* graphic menu buttons image */
			background: transparent url("/theme/images/leftnav.jpg") top left no-repeat;
		}
		
		/* see style css lines 165 to 183 for more */
		li#left_gallery_2 a:hover { 
			background: transparent url("/theme/images/leftnav.jpg") -187px 0 no-repeat; /*-XXX equal position on mouseover */
		}

		li#left_data_2 a:hover { 
			background: transparent url("/theme/images/leftnav.jpg") -187px -140px no-repeat;
		}

		li#left_support_2 a:hover { 
			background: transparent url("/theme/images/leftnav.jpg") -187px -192px no-repeat; 
		}

		li#left_visit_2 a:hover { 
			background: transparent url("/theme/images/leftnav.jpg") -187px -239px no-repeat; 
		}

		li#left_find_2 a:hover { 
			background: transparent url("/theme/images/leftnav.jpg") -187px -291px no-repeat; 
		}
		
		li#left_subscribe_2 a:hover { /* added */
			background: transparent url("/theme/images/leftnav.jpg") -187px -346px no-repeat; 
		}
		
		td#content {
			background: transparent url("/theme/images/main_bg.gif") 0 0 repeat-x;
		}

		div#main_home {
			background: transparent url("/theme/images/quality.png") 0 0 no-repeat;
			height: 377px;
			width: 551px;
		}
		
		a.pdf {
			background: transparent url("/theme/images/pdf_icon.gif") 0 0 no-repeat;
		}
		
		form#loginform fieldset, form#registerform fieldset {
			background: #ffffff url("/theme/images/form_gradient.gif") 0 0 repeat;
		}
		
		form#loginform fieldset ol li, form#registerform fieldset ol li {
			background: transparent url("/theme/images/underline.gif") bottom left  repeat-x;
		}
		
		ul.page_navigation li.current_page_item {
			background: transparent url("/theme/images/blue_arrow.gif") 0 .35em no-repeat;
		}

#contactQuick {float: left; position: relative; width: 214px; padding: 10px 0 10px 10px;}
#contactQuick h6 {float: left; clear: left; width: 95%; font-weight: normal; line-height: 28px; border-bottom: 1px solid #80badd; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; color: #fff;}
#contactQuick label {float: left; clear: left; width: 100%; font-size: 12px; color: #99ccff; margin: 5px 0 3px 0;}
#contactQuick button {float: left; clear: left; background: #c10000 url('/images/btn-red.gif') right top no-repeat; border: 1px solid #ffff00; color: #fff; font-size: 12px; padding: 3px 25px 3px 10px; margin: 10px 0 25px 0;}
#contactQuick input {float: left; clear: left; width: 95%; background: #fff; border: 1px solid #90adc6; padding: 2px;}
#contactQuick select {float: left; clear: left; width: 95%; background: #fff; border: 1px solid #90adc6; padding: 2px;}

.video-section {  }
.video-section h3 { font-size: 18px; color: #000; font-weight: bold; line-height: 20px; padding-bottom: 5px; margin-bottom: 0; }
.video-section a { width: 166px; float: left; display: inline; margin-right: 11px; font-size: 12px; color: #0066cc; font-weight: bold; text-align: center; height: 156px; margin-bottom: 20px; }
.video-section a span { height: 112px; width: 150px; background: url('/images/video-thumb-holder.png') no-repeat 0 0; display: block; padding: 6px 8px 10px 8px; }
.video-section a span img { margin: 0; padding: 0; border: 0; }
.video-section a em { font-style: normal; }

.cl { clear: both; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; }

.popup-btns { display: none; position: absolute; bottom: 4px; left: 0; height: 20px; }
.popup-btns a.twitter-btn { height: 20px; width: 55px; background: url('/images/twitter-btn.png') no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; float: left; display: inline; margin-right: 10px; }
.popup-btns a.facebook-btn { height: 20px; width: 49px; background: url('/images/facebook-btn.png') no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; float: left; display: inline;  }

/* horizontal unordered lists used as links to subpages */
#content ul.directory { margin: 1em auto; line-style-type:none; text-align:center; }
#content ul.directory li { display: inline; padding: 0 4px 0 6px; margin:0; border-left: 1px solid #5F7CA1; font-style:italic; font-size:1em; line-height:1.5; }
#content ul.directory li:first-child { border-left:0; }
#content ul.directory li.active { font-weight:bold; }

a.rss { color:#0074BA; background: transparent url(/images/feed-icon-14x14.png) no-repeat right 1px; padding-right: 20px; }

/* EasyClearing http://www.positioniseverything.net/easyclearing.html */
.contain:after { 
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.contain {display: block;}

td#right_2 { padding:10px; width:215px; }

td#right_2 .phone {
    color: #FFFF00;
    font-size: 18px;
    line-height: normal;
	padding: 0;
	margin: 0;
}
td#right_2 .phone span {
    font-size: 13px;
}

td#right_2 h6 {
    border-bottom: 1px solid #80BADD;
    clear: left;
    color: #FFFFFF;
    float: left;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    width: 95%;
	margin-top: 1.66em;
}

#contactQuick {
    padding: 0;
}
#contactQuick button {
    margin: 15px 0 0;
}

.nac-news h6 { margin-bottom: 10px; }
.nac-news .side { font-weight: normal; }
td#right_2 .nac-news p {
    padding: 0.5em 0 1em;
}
.nac-news td { padding: 0; }

#site_search {
    position: absolute;
    right: 15px;
	margin-top: 6px;
}
#site_search input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #90ADC6;
    clear: left;
    float: left;
    padding: 3px 1px 3px 1px;
    width: 166px;
	max-height: 24px;
}

#site_search button {
    background: url("/images/btn-red.gif") no-repeat scroll right center #C10000;
    border: 1px solid #FFFF00;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    margin-left: 7px;
    padding: 3px 25px 3px 10px;
	max-height: 24px;
}
