.no-border {
	border: none;
}

.margin-top {
	display: block;
	margin-top: 75px;
}

.float-right {
	float: right;
	margin-left: 15px;
}

.float-left {
	float: left;
	margin-right: 15px;
}

h1,
h2,
h3,
h4 {
	margin: 28px 15px 5px 15px;
	display: inline;
    line-height: 1.75;
	text-indent: 0;
}

span#heading {
	margin: 0 15px 0 15px;
	display: inline;
	font-size: 150%;
    font-weight: bold;
	color: #2380A6;
}

p {
	margin: 0px 15px 10px 15px;
}

h1 {
	font-size: 180%;
	color: #2380A6;
}

h2 {
	font-size: 160%;
	color: #2380A6;
}

h3 {
	font-size: 130%;
	color: #2380A6;
}

h4 {
	font-size: 100%;
	color: #2380A6;
}

p {
	line-height: 1.75em;
}

.superscript {
	font-size: 80%;
	line-height: 0;
	vertical-align: super;
}

.subscript {
	font-size: 80%;
	line-height: 0;
	vertical-align: sub;
}

div.float-left {
	float: left;
	width: 45%;
	margin-right: 10px;
}

div.float-right {
	float: right;
	width: 45%;
}

/*	need to target JUST the div#left lists otherwise using generic list will muck up the nav bar ul	*/
div#left ul,
div#internal-content ul,
div#left ol,
div#internal-content ol {
	margin: 0 0 10px 40px;
}

div#left li,
div#internal-content li {
	line-height: 1.5em;
	margin: 5px 0;
	font-weight: bold;
	color: #933;
}

div#left dl,
div#internal-content dl {
	margin: 0 10px 10px 10px;

}

div#left dt,
div#internal-content dt {
	margin: 10px 0 5px 0;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #872929;
	color: #872929;
}

div#left dd,
div#internal-content dd {
	margin: 0 0 5px 10px;
	line-height: 1.5em;
	color: #666;
}

div#left dd.image,
div#internal-content dd.image {
	float: right;
	width: 204px;
}

div#left dd.image img,
div#internal-content dd.image img {
	background: #fff;
	margin: 5px;
	padding: 2px;
	border: 1px solid #872929;
}

div#left a:link,
div#internal-content a:link,
div#left a:visited,
div#internal-content a:visited {
	text-decoration: underline;
    font-weight: bold;
	color: #872929;
}

div#left a:hover,
div#internal-content a:hover {
    text-decoration: underline;
	color: #009;
}

div#left a:active,
div#internal-content a:active {
	color: #f00;
}

div#internal-content ul a:link,
div#internal-content ul a:visited {
    letter-spacing: normal;
}

address {
	font-size: 85%;
	font-style: normal;
	line-height: 1.50em;
}

#right * {
	text-align: left;
}

#right a {
	color: #000;
}

#right a.top {
	display: block;
	text-decoration: none;
}

div#right a.top:hover span {
	text-decoration: underline;
}

#right ul {
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 20px;
	line-height: 1.5em;
}

#news dl#newsp {
	text-align: left;
}

#newsp dt {
	font: normal normal bold 85% Verdana, sans-serif;
	padding: 4px;
}

#newsp dt a {
	text-decoration: underline;
	color: #3288AC;
}

#newsp dd {
	padding: 4px;
	line-height: 1.85em;
}

#app-gallery {
	height: 350px;
}

div.form {
	margin: 25px 0 50px 0;
}

.form label,
.form span.msg {
	display: block;
}

.form label {
	font-weight: bold;
	margin: 10px 0 2px 0;
	padding-top: 5px;
	border-top: 1px solid #F2F2F2;
}

.form span.msg {
	margin-bottom: 2px;
	color: #F00;
	font-size: 11px;
}

.form input#submit {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

.form input {
	width: 60%;
}

.form textarea {
	width: 100%;
}
/**
 *	PDF Literature Icon 
 */
ul.lg-literature,
ul.sm-literature,
ul.sm-literature-doc {
	list-style: none;
}

ul.lg-literature li {
	height: 50px;
}

ul.lg-literature li a {
	display: block;
	background: url(../images/bg/pdf_icon.gif) no-repeat 0 0;
	width: 100%;
	height: 30px;
	padding: 20px 0 0 0;
	text-indent: 50px;
}

ul.sm-literature li {
	height: 25px;
}

#internal-content ul.sm-literature li a,
#internal-content ul.sm-literature li a:hover,
#internal-content ul.sm-literature li a:visited,
#internal-content ul.sm-literature li a:link,
#internal-content ul.sm-literature-doc li a,
#internal-content ul.sm-literature-doc li a:hover,
#internal-content ul.sm-literature-doc li a:visited,
#internal-content ul.sm-literature-doc li a:link
{
	text-decoration: none;
}

ul.sm-literature li a {
	display: block;
	background: url(../images/bg/sm_pdf_icon.gif) no-repeat 0 0;
	width: 100%;
	height: 15px;
	padding: 5px 0 0 0;
	text-indent: 30px;
}

ul.sm-literature li a.doc {
	background: url(../images/bg/sm_doc_icon.gif) no-repeat 0 0;
}

ul.sm-literature-doc li a {
	display: block;
	background: url(../images/bg/sm_doc_icon.gif) no-repeat 0 0;
	width: 100%;
	height: 15px;
	padding: 5px 0 0 0;
	text-indent: 30px;
}
#content div.float-left ul.sm-literature,
#content div.float-right ul.sm-literature  {
	margin-left: 15px;
}

.float-left .sm-literature li,
.float-right .sm-literature li  {
	background: url(../images/bg/sm_pdf_icon.gif) no-repeat 0 0;
	display: block;
	padding-bottom: 5px;
}

#content .float-left .sm-literature li a,
#content .float-right .sm-literature li a {
	text-indent: 15px;
	float: right;
	width: 90%;
	background: none;
	line-height: 1.25;
	text-indent: 0;
}

li .na {
	color: #ccc;
	margin-left: 30px;
	display: block;
	padding-bottom: 5px;
}

span.na {
	color: #ccc;
}



/**
 *  Zoom Search
 */

div#zoom-search {
	margin-top: -15px;
    padding: 10px 0;
}

#zoom-search .highlight {
    background: #F5C62F;
}

#zoom-search .searchheading {
    font-weight: bold;
}

#zoom-search .summary {
    color: #F5C62F;
    font-weight: bold;
	font-size: 14px;
}

#zoom-search .results {

}

#zoom-search .category {
    color: #999999;
}

#zoom-search .description {

}

#zoom-search .context {
    margin: 2px 0;
    padding: 5px 0;
}

#zoom-search .infoline {
    color: #BFBDBA;
}

#zoom-search .sorting {
    text-align: right;
}

#zoom-search .result_title {
    border-top: 1px solid #DBDEE0;
    padding-top: 10px;
}

#zoom-search .result_title a {
    font-weight: bold;
}

#zoom-search .zoom_searchform {
    margin: 0 0 25px 0;
    padding: 10px;
    border: 1px solid #000;
}

#zoom-search .zoom_options {

}

#zoom-search div#zoom-copy {
    text-align: center;
    margin: 15px 0;
    display: none;
}

/**
 * Image formatting for internal pages
 */

 div.img-fr {
	float: right;
	width: 304px;
	height: auto;
	margin: 10px 15px 10px 20px;
	font-size: 90%;
	color: #2380A6;
	text-align: center;
 }
 
 div.img-fr img {
    display: block;
	background: #fff;
	margin: 5px 5px 5px 5px;
	padding: 2px;
	border: 1px solid #872929;
 }
 
  div.img-fl {
	float: left;
	width: 304px;
	height: auto;
	margin: 10px 20px 10px 0;
	font-size: 90%;
	color: #2380A6;
	text-align: center;
 }

div.img-fl.padr
 {
 	margin-right: 50px;
 }

 
 div.img-fl img {
    display: block;
	background: #fff;
	margin: 5px auto;
	padding: 2px;
	border: 1px solid #872929;
 }

 div.img-fl.noborder img,
 div.img-fr.noborder img
 {
 	border: 0;
 }
 
 div.tile-fr,
 div.tile-fl
 {
	width: 304px;
	height: auto;
	font-size: 90%;
	color: #2380A6;
	text-align: center;
 }
 
 div.tile-fr {
	float: right;
	margin: 0 0 10px 10px;
}

 div.tile-fl {
	float: left;
	margin: 10px 10px 0 0;
}
 
 div.tile-fl img,
 div.tile-fr img
 {
    display: block;
	background: #fff;
	margin: 5px;
	padding: 2px;
	border: 1px solid #872929;
 } 

 /**
  *		Location addresses formatting
  */

  div#locations {
	margin: 0 5px;
  }

div#made-in-usa {
	position: absolute;
	top: 5px;
	left: 0px;
    width: 50px;
	border: 0;
}

#internal-content div#location-map
{
	width: 717px;
	margin: auto;
	text-align: center;
}

#location-map div#globe
{
	position: relative;
	margin: auto;
	width: 621px;
	height: 396px;
	background: transparent url(../images/products/overview/09.jpg) no-repeat;
}

#globe a#div-1,
#globe a#div-2,
#globe a#div-3,
#globe a#div-4,
#globe a#div-5,
#globe a#div-6,
#globe a#div-7,
#globe a#div-8,
#globe a#div-9
{
	position: absolute;
	width: 120px;
	text-decoration: none;
	outline: none;
	z-index: 1;
}

#globe a#div-1:hover,
#globe a#div-2:hover,
#globe a#div-3:hover,
#globe a#div-4:hover,
#globe a#div-5:hover,
#globe a#div-6:hover,
#globe a#div-7:hover,
#globe a#div-8:hover,
#globe a#div-9:hover
{
	background: transparent;
}

 span.address-block span {
	display: block;
	background: #872929;
	margin: -5px -5px 5px -5px;
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	color: #fff;
  }
  
  span.address-block span.anchor {
	margin: 6px 0;
	padding: 0;
	border: 0;
	color: #000;
	background: transparent;
  }

#div-1 span.address-block,
#div-2 span.address-block,
#div-3 span.address-block,
#div-4 span.address-block,
#div-5 span.address-block,
#div-6 span.address-block,
#div-7 span.address-block,
#div-8 span.address-block,
#div-9 span.address-block
{
	position: absolute;
	background: #fff url(../images/bg/address_box.gif) repeat-x 0 0;
	margin: 30px 10px;
	padding: 5px;
	width: 180px;
	height: 140px;
	font-size: 13px;
	border: 1px solid #ccc;
	display: block;
	visibility: hidden;
	font-size: 12px;
	letter-spacing: 0;
}

#div-1 span.address-block a,
#div-2 span.address-block a,
#div-3 span.address-block a,
#div-4 span.address-block a,
#div-5 span.address-block a,
#div-6 span.address-block a,
#div-7 span.address-block a,
#div-8 span.address-block a,
#div-9 span.address-block a
{
	font-size: 12px;
	letter-spacing: 0;
}

#div-1:hover span.address-block,
#div-2:hover span.address-block,
#div-3:hover span.address-block,
#div-4:hover span.address-block,
#div-5:hover span.address-block,
#div-6:hover span.address-block,
#div-7:hover span.address-block,
#div-8:hover span.address-block,
#div-9:hover span.address-block
{ 
	display: block;
	visibility: visible;
	border: 1px solid #ff0000;
}

#div-1 {
	top: 0px;
	left: 0px;
	height: 80px;
}

#div-1 span.address-block{
	top: 100px;
	left: 210px;
}

#div-2 {
	top: 104px;
	left: 0px;
	height: 80px;
}

#div-2 span.address-block{
	top: -4px;
	left: 210px;
}

#div-3 {
	top: 200px;
	left: 0px;
	height: 80px;
}

#div-3 span.address-block{
	top: -100px;
	left: 210px;
}

#div-4 {
	top: 300px;
	left: 0px;
	height: 80px;
}

#div-4 span.address-block{
	top: -200px;
	left: 210px;
}

#div-5 {
	top: 0px;
	right: 8px;
	height: 80px;
}

#div-5 span.address-block{
	top: 100px;
	right: 190px;
}

#div-6 {
	top: 84px;
	right: 8px;
	height: 80px;
}

#div-6 span.address-block{
	top: 16px;
	right: 190px;
}

#div-7 {
	top: 180px;
	right: 8px;
	height: 40px;
}

#div-7 span.address-block{
	top: -80px;
	right: 190px;
}

#div-8 {
	top: 245px;
	right: 8px;
	height: 40px;
}

#div-8 span.address-block{
	top: -145px;
	right: 190px;
}

#div-9 {
	top: 310px;
	right: 8px;
	height: 80px;
}

#div-9 span.address-block{
	top: -210px;
	right: 190px;
}

  div#locations address {
	float: left;
	background: #fff url(../images/bg/address_box.gif) repeat-x 0 0;
	margin: 30px 10px;
	padding: 5px;
	width: 180px;
	height: 140px;
	font-size: 125%;
	border: 1px solid #ccc;
  }

  div#locations address span {
	display: block;
	background: #872929;
	margin: -5px -5px 2px -5px;
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	color: #fff;
  }

  div.overview-img{
	float: left;
	margin: 30px 10px;
  }
  
  #internal-content #locations a
  {
  	font-size: 12px;
	letter-spacing: 0;
  }


table.img-grid {
	width: 100%;	
}

.img-grid td {
	text-align: center;
	padding: 5px;
	vertical-align: top;
}

.img-grid img {
	padding: 2px;
	border: 1px solid #872929;
}

table.internalSmall
{
    background : #E6EEFF url('../images/product_images/table_bg.gif') repeat-x;
    padding : 0;
    border : 1px solid #6d778a;
    border-collapse : collapse;
    clear : both;
}
table.internalSmall th
{
    background : #E6EEFF url('../images/product_images/th_bg.gif') repeat-x;
    padding :  0 5px;
    height : 21px;
    font-family : verdana, arial, helvetica, sans-serif;
    color : #fff;
}
table.internalSmall td
{
    background : url('../images/product_images/bottom_border.gif') bottom repeat-x;
    padding : 5px;
    color : #336;
    font-size : 10px;
    font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
    vertical-align : top;
    text-align : left;
}

/* Mod Login Table */

table.mod_login {
	border: 2px solid #a2a2a2;
	background-color: #c8c8c8;
}

table.mod_login td {
	padding: 6px;
}

