.nobreak
{
	page-break-inside: avoid;
}

body
{
	background-color: white;
}

/*********************************** 
		Wrapper / Main Box
***********************************/
.wrapper
{
	width:  auto; 
	border: 0;
	margin: 0; /* was 0 5% */
	padding: 0;
	float: none !important;
}

/*********************************** 
			Header Graphic
***********************************/
.header
{
	position: relative;
	text-align: center;
	background-image: url(/images/navbar.gif); 
	background-repeat: no-repeat;
}

.navbar
{
	height: 122px;
}



/*********************************** 
			Top Menu Bar 
***********************************/
.topnav
{
	display: none;
}

/*********************************** 
			Bottom Menu Bar 
***********************************/
.bottomnav
{
	display: none;
}

/*********************************** 
			Search Bar 
***********************************/
.search
{
	display: none;
}

input.searchbox
{
	display: none;
}

input.searchbutton
{
	display: none;
}

/*********************************** 
			Breadcrumbs 
***********************************/
.crumbs
{
	display: none;
}

/*********************************** 
			Page Menu 
***********************************/
.page-title
{
	position: absolute;
	left: 0px;
	top: 80px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #0000A0;
}

.pagemenu
{
	display: none;
}

/*********************************** 
			Side Bar/Menu 
***********************************/
.sidebar
{
	display: none;
}

/*********************************** 
		   Product Pages
***********************************/
.category {
	color: white;
	font-weight: bold;
	font-size: 12pt;
	background-color:#0000A0; 
	padding:6px 0px;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	display: block;
	clear: left;
}

.prod
{
	float:left; 
	width:46%;
}

.prod .inner
{
	position: relative;
	display: block;
	height: 80px;
	width:100%;
	padding:10px;
}

.thumb
{
	position: relative;
	float: left;
	display: block;
	width: 80px;
	height: 90px;
}

.thumb .normal
{
	position: absolute;
	z-index: 1; 
	top: 0px;
	left: 0px;
}

.thumb .hover
{
	display: none;
}

.prod img
{
	float: left;
	border: 0;
	width: 80px;
}

.prod-id
{
	font-size: 11pt;
	font-weight: bold;
	color: #0000A0;
}

.prod-name
{
	font-size: 10pt;
	font-weight: bold;
	color: #037144;
}

.prod-name a
{
	color: #037144;
}

.prod-desc
{
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

.prod-desc a
{
	font-weight: normal;
}

.blocks
{
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #0000A0;
}
/*********************************** 
		Other Pages
***********************************/

.polaroid 
{
	float: left;
	padding: 9px 17px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.polaroid img
{
     padding:10px 10px 60px 10px;
	 width: 165px;
     border:1px solid black;
     background:white;
}

.polaroidtext {
    position:relative;
    top: -50px;
}

.address
{
	float: left;
	padding: 7px 10px;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	color: black;
}


/************************************
          Popup/Hover Boxes
************************************/

.hoverbox
{
	display: none;
}


/************************************
      Individual Product Pages
************************************/

.txt-panel{
	float:left; 
	width:50%;
	padding-left:7px;
}

.img-panel {
	float:right; 
	width:48%; 
	padding:0px;
	text-align:center;
}

.img-panel img{
	max-width: 300px;
}

.img-caption {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
}

.headers {
	font-size: 10pt;
	font-weight: bold;
	font-style:normal;
	color: #0000A0;
}

.bullets {
	font-size: 10pt;
	font-weight: normal;
	font-style:normal;
	color: black;
}

ul, ol
{
	font-size: 10pt;
	font-weight: normal;
	font-style:normal;
	color: black;
	list-style-position: outside;
	margin: 0px 10px 0px 14px;
	padding: 0;
}

.sub-bullet{
	display: none;
	padding: 0px 0px 10px 15px;
}

/* Firefox bullet adjustment (IE doesn't recognize this)*/
.bullets>li{
	margin-left: 14px;
}

.notes{
	font-size: 9px;
	font-weight: normal;
	font-style:normal;
	color: black;
}


/**********************************
		Library Tables
**********************************/
.news-table
{
	width: 100%;
	border: none;
}

table.manuals
{
	width: 75%;
	border: none;
}

.lib-thumb
{
	width:55px;
	height:100px;
}

.lib-thumb img
{
	width:55px;
	height:71px;
	border:none;
}

.lib-contents
{
	width:100px;
	font-size: 7pt;
	font-weight: normal;
	font-style:normal;
	color: black;
}

.small-text
{
	font-size: 10px;
	font-weight: normal;
	font-style:normal;
	color: black;
}

/*********************************** 
		  Request Info Form 
***********************************/
.formbox
{
	width: 80%; 
	background-color: white;
	border: 1px dotted #333; 
	padding: 5px;
	margin: 0px auto;
	font-size: 12px;

}
.formrow 
{
	clear: both;
	padding-top: 10px;
}

.formrow span.label 
{
	float: left;
	width: 250px;
	text-align: right;
}

.formrow span.field 
{
	float: right;
	width: 380px;
	text-align: left;
} 

.formrow#imgverrow
{
	display: none;
}

.formbuttons
{
	display: none;
}

/*********************************** 
		General	Site Content
***********************************/
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}

.spacer
{
	display: block;
	height: 15px;
	width: 100%;
	clear:both;
}

.row
{
	display: block;
	margin: 20px;
}

h1
{
	color: black;
	font-size: 12pt;
}

h2
{
	color: #000099;
	font-size: 16px;
	font-weight: bold;
}

p
{
	text-align: justify;
	color: black;
	font-size: 12px;
	padding-left: 30px;
	margin-right: 30px;
}

a
{
	font-weight: bold;
	color: #0000A0;
	text-decoration: none;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}


/*********************************** 
			Page Footer 
***********************************/

.footer 
{
	clear: both; 
/*	position: fixed; */
	display: block;
	width: 100%;
/*	bottom: 0; */
/*	background-color: white; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
/*	color: black; */
	vertical-align: top;
	padding: 4px 3px 12px 3px;
	min-height: 46px;
	height: 46px;
}

.footer a
{
/*	color: black; */
	font-weight: normal;
}


.footer #left
{
	position: absolute;
	left: 5px;
/*	float: left; */
	text-align: left;
}


.footer #right
{
	text-align: right;
	position: absolute;
	right: 10px;
}

.footer #center
{
	position: absolute;
	left: 27%;
	width: 40%;
	text-align: center;
}