

/* Colors

Med Blue = #000080;
Dark Blue = #000055;
Blu-Green = #084466;
Light Blue = #aaaacc;
Light Gray = #d6d6d6;

END: Colors */


html
{
font-family: verdana, tahoma, helvetica, sans-serif;
font-size: 11px;
color: #000000;
}


body
{
margin: 0px 0px 20px 0px;
background-color: #ffffff;
background-image: url("/images/bg.jpg");
background-repeat: repeat-x;
background-position: left top;
text-align: center;
}


#container
{
width: 100%;
text-align: center;
}


#top_row
{
width: 100%;
height: 40px;
background-color: #d6d6d6;
text-align: center;
}

#top_body
{
width: 760px;
height: 40px;
margin: 0px auto 0px auto;
text-align: left;
}


#top_left
{
float: left;
width: 210px;
height: 15px;
margin: 15px 0px 0px 6px;
color: #000055;
font-weight: bold;
font-size: 1.2em;
}

#nav
{
float: right;
width: 530px;
height: 30px;
margin: 10px 0px 0px 0px;
background-color: #000055;
}



#top2_row
{
/*display: table;*/
display: block;
overflow: auto;
clear: both;
width: 100%;
background-color: #000055;
text-align: center;
}

#top2_body
{
width: 760px;
margin: 0px auto 0px auto;
text-align: left;
}

#top2_body  #ix_logo
{
float: left;
width: 229px;
height: 260px;
background-color: #000080;
border-left: 1px solid #ffffff;
text-align: center;
}

#top2_body  #ix_logo  img
{
margin: 90px 0px 0px 0px;
}

#top2_body  #sub_logo
{
float: left;
width: 229px;
height: 100px;
background-color: #000080;
border-left: 1px solid #ffffff;
text-align: center;
}

#top2_body  #sub_logo  img
{
margin: 20px 0px 0px 0px;
}



#top2_body  #ix_photo
{
float: right;
width: 528px;
height: 260px;
border-width: 0px 1px 0px 1px;
border-style: solid;
border-color: #ffffff;
}


#top2_body  #header
{
float: right;
width: 528px;
height: 100px;
background-color: #aaaacc;
border-width: 0px 1px 0px 1px;
border-style: solid;
border-color: #ffffff;
color: #ffffff
}

#top2_body  #header  img
{
margin: 65px 0px 0px 15px;
}



#content_row
{
/*display: table;*/
display: block;
overflow: auto;
width: 760px;
margin: 0px auto 0px auto;
background-color: #ffffff;
text-align: left;
vertical-align: top;
}

#left_column
{
/*display: table;*/
display: block;
float: left;
width: 220px;
}

#left_column_body
{
/*display: table;*/
display: block;
overflow: auto;
width: 220px;
margin: 15px 0px 0px 15px;
}

#left_home
{
float:left;
margin: 0px;
}

#left_home_box
{
float:left;
margin: 0px;

}

#left_home #text
{

float:top;
padding: 1em 0em 2em 4em;
margin: 0px 4px 10px 0px;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #cccccc;
}

#content_body
{
display: inline;
float: right;
width: 500px;
margin: 15px 15px 15px 0px;
}


/** wide template **/
body.wide-template #left_column {
display: none;
}

body.wide-template #content_body {
width: 730px; /** 760 - margin **/
margin: 15px;
}
/**END:  wide template **/


#footer_row
{
/*display: table;*/
display: block;
overflow: auto;
width: 760px;
height: 45px;
margin: 0px auto 0px auto;
background-color: #d6d6d6;
text-align: left;
}

#footer_body
{
display: block;
margin: 15px 15px 15px 15px;
font-family: tahoma, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000055;
}

#footer_body  #left
{
float: left;
width: 400px;
}

#footer_body  #right
{
float: right;
width: 300px;
text-align: right;
}


a:link {color: #000080; text-decoration: underline;}
a:visited {color: #000080; text-decoration: underline;}
a:hover {color: #000080; text-decoration: none;}
a:active {color: #000080; text-decoration: underline;}

h1
{
font-size: 160%;
}

h2
{
margin-top: 0;
margin-bottom: 0.5em;
text-transform: uppercase;
font-size: 140%;
color: #084466;
}

h3
{
margin-top: 0;
margin-bottom: 0.5em;
font-size: 140%;
color: #084466;
text-transform: uppercase;
}

p
{
margin-top: 0;
}

ul, ol, dl
{
margin-top: 0;
}

.blue
{
color: #000080;
}

.red
{
color: #cc0000;
}

.gray
{
color: #808080;
}

.lightgray
{
color: #b0b0b0;
}



#ix_subnav
{
width: 100%;
border-top: 1px solid #cccccc;
}

#ix_subnav  #left
{
float: left;
width: 506px;
}

#ix_subnav  div.subhead
{
margin: 10px 0px 0px 0px;
}

#ix_subnav  #right
{
float: right;
width: 245px;
border-left: 1px solid #cccccc;
}

#ix_subnav  ul
{
list-style-image: url("/images/bullet_doublearrows.gif");
list-style-type: circle;
font-weight: bold;
padding-left: 10px;
margin-left: 10px;
}

#ix_subnav  li
{
margin: 0px 0px 8px 0px;
}




/* sub nav */
div.subnav
{
float: right;
width: 200px;
background-color: #e6e6e6;
}

div.subnav_body
{
margin: 10px;
}

div.subnav ul
{
padding: 0px 0px 0px 15px;
margin: 10px 10px 10px 10px;
}

div.subnav li
{
margin-bottom: 0.75em;
}
/* End: sub nav */




/*
ul.hubpage
{

}

ul.hubpage  li
{
margin: 0.75em 0 0.75em 0;
}
*/


div.thumb_row
{
display: block;
clear: both;
height: 70px;
}

div.thumb
{
float: left;
width: 52px;
height: 52px;
margin: 0px 0px 0px 0px;
}

div.thumb  img
{
border: 1px solid #cccccc;
}

div.thumb_text
{
float: left;
width: 400px;
margin: 15px 0px 0px 15px;
}






.disclaimer
{
font-size: 90%;
color: #808080;
}



/* Product Thumbs */
table.product_thumbs
{

}

table.product_thumbs  td
{
width: 33%;
text-align: center;
border: 1px solid #e6e6e6;
}

table.product_thumbs  th
{
width: 33%;
text-align: center;
background-color: #e6e6e6;
padding: 2px 4px 2px 4px;
font-weight: normal;
}
/* End: Product Thumbs */


img.photo
{
border: 1px solid #aaaacc;
}

.caption
{
color: #707070;
font-size: 0.9em;
}


/*========== Icons ==========*/
.email {
padding: 0 0 0 18px !important;
background: transparent url(/images/icons/email-icon-tiny.gif) no-repeat left center !important;
}

.excel, .xls {
padding: 0 0 0 15px !important;
background: transparent url(/images/icons/excel-icon-tiny.gif) no-repeat left center !important;
}

.ppt {
padding: 0 0 0 15px !important;
background: transparent url(/images/icons/ppt-icon-tiny.gif) no-repeat left center !important;
}

.pdf {
padding: 0 0 0 16px !important;
background: transparent url(/images/icons/pdf-icon-tiny.gif) no-repeat left center !important;
}

.word, .doc {
padding: 0 0 0 15px !important;
background: transparent url(/images/icons/word-icon-tiny.gif) no-repeat left center !important;
}

.video {
padding: 0 0 0 16px !important;
background: transparent url(/images/icons/video-icon-tiny.gif) no-repeat left center !important;
}

.top-of-page {
clear: left;
margin: 0 0 2em 0;
padding: 0 0 0 16px !important;
background: transparent url(/images/icons/arrow-up.jpg) no-repeat left center !important;
}

.arrow-right {
clear: left;
margin: 0 0 2em 0;
padding: 0 0 0 12px !important;
background: transparent url(/images/icons/arrow-blue-right.gif) no-repeat left center !important;
}

.facebook {
padding: 0 0 0 18px !important;
background: transparent url(/images/icons/facebook/logo-facebook-tiny.png) no-repeat left center !important;
}

.rss {
padding: 0 0 0 18px !important;
background: transparent url(/images/icons/rss/feed-icon-14x14.png) no-repeat left center !important;
}

.twitter {
padding: 0 0 0 18px !important;
background: transparent url(/images/icons/twitter/logo-twitter-tiny.png) no-repeat left center !important;
}
/*========== END: Icons ==========*/



/*============= Documents Page Menus =============*/
#docdb {

}

#docdb a {
text-decoration: none;
}

#docdb a:hover {
text-decoration: underline;
}

/*
#docdb div {
padding: 5px 10px;
clear: both;
}
*/

.subdoc {
margin-top: -5px;
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.subdoc2 {
padding-bottom: 0 !important;
}

.heading, 
.section {
/*padding-bottom: 10px !important;
height: 10px;*/

padding: 5px 10px;
clear: both;
font-weight: bold;
}

.heading {
background-color: #005;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #fff;
color: #fff;
}

.heading .title {
font-size: 1.4em;
}

.section {
color: #005;
background-color: #ddd;
border-width: 1px 0;
border-style: solid;
border-color: #fff;
}

.section .title {
margin-left: 15px;
text-transform: uppercase;
font-size: 1.1em;
font-weight: normal;
}

#docdb h4 {
margin: 0;
padding: 0.3em 0.6em;
padding-left: 25px;
background: #aac;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #fff;
font-size: 1em;
font-weight: bold;
color: #fff;
}

.subsection {
border-width: 1px 0 0 0;
border-style: solid;
border-color: #fff;
overflow: auto !important;
background: #ddf;
color: #000;
}

.subsection h5 {

}

.subsection-01 {
padding: 0;

}

/*
#docdb div span {
float: left;
}

.text {
width: 710px;
text-align: left;
}

.text ul {
overflow: auto;
}
*/

.handle {
cursor: pointer;
background-repeat: no-repeat;
background-position: 10px 8px;
}

ul.product-entry {
list-style: none;
margin: 0;
padding: 0;

overflow: auto;
border-bottom: 1px solid #fff;
}

ul.product-entry li {
display: inline;
float: left;
width: 12%;
padding: 0.3em 0.6em;
text-align: left;
}

ul.product-entry li.product-name {
width: 25%;
padding-left: 25px;
text-align: left;
}

ul.product-entry li.product-number {
text-align: left;
}

ul.product-entry li.product-info {

}

ul.product-entry li.product-msrs {

}

ul.product-entry li.product-brochure {

}
/*============= END: Documents Page Menus =============*/


