* {
	padding : 0;
	margin : 0;

	}

body {
	font-size : 13px;
	color: #013d77;
	line-height: 1.5em;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	background-color: #b7d5f1;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width : 950px;
    position: relative;
	}

/* html,body {overflow-x: hidden;}*/

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width : 950px;
    background: #ffffff;
    text-align: left;
	}

#info {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    background: #dae8f5;
    margin-top:3px;
    margin-bottom: 5px;
    padding-top: 15px;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;

}

a:link, a:visited, a:active {
	color: #013d77;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
}

img {
    border-width: 0px;
}

h1 {
    color: #b30a0c;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}


h2 {
    color: #b30a0c;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background-image: url(../img/header_back.png);
    background-repeat: repeat-x;
    height: 22px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-position: left bottom;
}

h3 {
    color: #b30a0c;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}



#clear {
    clear: both;
}
/* page header / nav bars / banner
---------------------------------------------------------- */

#header {
	background-image: url(../img/header.jpg);
    height: 143px;
    margin-bottom: 3px;
}

#mini-nav {
    position: relative;
    left: 460px;
    top: 10px;
    width: 400px;
}

#mini-nav-logged-in {
	position: relative;
    left: 320px;
    top: 10px;
    width: 600px;
}

.newsletter {
    position: relative;
    left: 460px;
    top: 20px;
    width: 600px;
}

.newsletter-form {
	position: absolute;
	top: -3px;
	left: 290px;
}

#search-field {
    position: absolute;
    width:107px;
    height:13px;
    border-width:0px;
    border: 3px double #cccccc;
    padding:1px;
    color:#6b6b6b; 
}

.email-field {
	width:107px;
    height:13px;
    border-width:0px;
    border: 3px double #cccccc;
    padding:1px;
    color:#6b6b6b; 
}

#btn-search {
    position: relative;
    left:120px;
}

#nav {
    position: relative;
    list-style: none;
    left: 250px;
    top: 60px;
    float: left;
	}

#nav ul {
    margin:0;
    padding:0;
    list-style:none;
    padding:10px 10px 0;
}

#nav li {
    float: left;
    margin:0;
    padding:0;
    }

 #nav li:hover {
	background-position: 0 0;
	}

#nav li:hover ul {
	left: auto;
	}

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

#nav a {
    display:block;
    color: #ffffff;
    font-weight: bold;
    background-image: url("../img/tab-right.png");
    background-repeat: no-repeat;
    background-position: right top;
    padding: 5px 10px 4px 1px;
    text-decoration: none;
}

#header li {
    float:left;
    background-image: url("../img/tab-left.png");
    background-repeat: no-repeat;
    background-position: left top;
    margin-right: 1px;
    padding: 0 0 0 9px;
}

#nav li ul {
	padding: 0;
	margin: 0;
	position: absolute;
	left: -999em;
	z-index: 9000;
    margin-left: -8px;
    width: 200px;
}

#nav li:hover ul {
	left: auto;
	}

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

#nav li ul li {
    width: 200px;
	text-indent: 2px;
    background-image: url(../img/menu_back.png);
	z-index: 9000;
    white-space: nowrap;
}

#nav li ul li a{
	text-decoration: none;
    text-indent: 2px;
    background-image: url(../img/menu_back.png);
    display: block;
    width: 200px;

	}

#nav li ul li a:hover{
	text-decoration: underline;
	font-weight: bold;
	white-space: nowrap;
    display: block;
    text-indent: 2px;
    width: 200px;
	}

#banner {
    margin-bottom: 3px;
}
#sec-nav {    
    height: 28px;
    background-image: url(../img/sec-nav-back.png);
    color: #ffffff;
}

#sec-nav ul {
    margin-top: 3px;
    margin-right: 15px;
    list-style: none;
    float: right;
}

#sec-nav li {
    float: left;
    margin-left: 10px;
}
#sec-nav a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -1px;
    display: block;
}

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

/* left side boxes
---------------------------------------------------------- */

#side-left {
    float:left;
}

#side-main {
    width: 223px;
	background-color: #043d75;
    color: #ffffff;
    margin-top: 3px;
    background-image: url(../img/side-main-back-top.png);
    background-repeat: no-repeat;
    font-size: 12px;
}

#side-main h2{
    margin-left: 10px;
    margin-right: 10px;
}

#side-main ul {
    list-style: none;
    margin-left: 10px;
	}

#side-main li {
    background-image: url(../img/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    text-indent: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}

#side-main a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    }

 #side-main a:hover {
    text-decoration: underline;
    }

#side-main p {
     text-indent: 100px;
     font-size: 15px;
    }

#side-main-btm {
    height: 8px;
    background-image: url(../img/side-main-back-btm.png);
}

#side-left-product {
    float:left;
}

#side-product {
    width: 240px;
    background-color: #043d75;
    color: #ffffff;
    margin-top: 3px;
    background-image: url(../img/side-product-back-top.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

#side-product h2{
    margin-left: 10px;
    margin-right: 10px;
}

#side-product ul {
    list-style: none;
    margin-left: 10px;
	}


#side-product li {
    background-image: url(../img/btn-product-specs.png);
    background-repeat: no-repeat;
    margin-bottom: 1px;
    width: 223px;
}

#side-product a {
    color: #ffffff;
    margin-left: 3px;
    text-decoration: none;
}

#side-product li ul {
    background: #dae8f5;
    margin-top:1px;
    margin-bottom: 5px;
    width: 205px;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
}

#side-product li ul li{
    background: #dae8f5;
    margin-left: 3px;
    width: 180px;
    color: #104170;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: -1px;
    line-height: 13px;
}

#side-product li ul li a{
    color: #bf161b;
}

#side-product-btm {
    height: 8px;
    background-image: url(../img/side-product-back-btm.png);
}
/* content
---------------------------------------------------------- */
#content {
    float: right;
    width: 725px;
	}

#content-full {
    width: 925px;
    margin-top: 3px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #000000;
    text-align: justify;
	}
    
#content-full p{
    margin-bottom: 15px;
}

#content-full ul{
    margin-left: 35px;
}

 #content-product {
    float: right;
    width: 680px;
    margin-right:10px;
    margin-left:10px;
    margin-top:3px;
	}

#featured {
    background: #f3f4f4;;
    /* background-image: url(../img/featured-top.png); */
    margin-top: 3px;
    background-repeat: no-repeat;
}

#featured-btm {
    height: 11px;
    background-image: url(../img/featured-btm.png);
}

#featured h2 {
    margin-left: 10px;
    margin-right: 10px;
}

#featured-products {
    text-align: center;
}

#content-main {
    margin-top: 3px;
    width: 535px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    font-size: 14px;
    color: #000000;
    text-align: justify;
}

#side-right {
    margin-top: 3px;
    float: right;
}
#side-download {
    width: 170px;
    background: #043e75;
	background-image: url(../img/side-download-top.png);
    background-repeat: no-repeat;
}

#side-download-btm {
    width: 170px;
    background: #043e75;
    height: 8px;
    background-image: url(../img/side-download-btm.png);
    background-repeat: no-repeat;
}

#side-download h2{
    margin-left: 10px;
    margin-right: 10px;
}

#side-download p {
    margin-top: 5px;
    text-align: center;
}

#product-family-selection{
    text-align: center;
}

#product-family-pic {
    float: left;
    width: 230px;
    height: 190px;
}

#product-family-pic img{
    border-color: #013d77;
    border-style: solid;
    border-width: 1px;
}

#product-family-pic p{
    margin-top: 3px;
}

#product-search-table{
    background-image: url(../img/table_back.jpg);
}

#custom-quote{
    margin-left: 164px;
}

#search-results{
    display: inline;
    margin-left: 5px;
    font-size: 12px;
}

#products_per_page{
    display: inline;
    margin-left: 410px;
    font-size: 12px;
}


/* graphical checkboxex
---------------------------------------------------------- */
.styled {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url(../img/checkbox.gif) no-repeat;
   display: block;
   clear: left;
   float: left;
}

span.select {
  position: absolute;
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  background: url(../img/select.gif) no-repeat;
  overflow: hidden;
}

/* footer
---------------------------------------------------------- */

#footer {
    width : 950px;
    margin-top: 3px;
    height: 28px;
    background-image: url(../img/sec-nav-back.png);
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 3px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: -1px;
    font-weight: bolder;
}

#footer-nav {
    margin-right: 10px;
    margin-top: 3px;
    float: right;
	}

#footer-nav a {
    color: #ffffff;
	}

#copyright {
    margin-top: 3px;
    float: left;
    margin-left: 10px;
}

#footer-logos {
    clear: both;
	}
	

/*----------- FROM THE OLD WEBSITE..*/
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 10px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

#popup_overlay {
  background-color: whitesmoke;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

div.popup {
    width: 350px;
    color: #104170;
    font-weight: bold;
    padding-left: 3px;
    background-color: #dae8f5;
    border-style: solid;
    border-width: 1px;
    border-color: #147de2;
    
    position: absolute;
}

div.popup ul {
    list-style: none;
}

div.popup a {
    text-decoration: none;
}

div.popup p {
    line-height: 25px;
}

a.popup_closebox
{
	color: #b81a1c;
    font-size: 14px;
    text-align: center;
    
    text-decoration: none;
}

td.pfph {
	border: 1px solid #969696;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-color: #0C5C8F;
	border-bottom-color: #000000;
	background-color:#B1D4E8; 
	color:#0A5C8E; 
	font-weight:bold; 
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: left;
	
	padding: 2px;
}

td.pfph2 {
	border: 1px solid #969696;
	border-right-width: 0px;
	border-left-width: 1px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-color: #0C5C8F;
	border-bottom-color: #000000;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: left;
	
	padding: 2px;
}

td.pfp {
	border: 1px solid #969696;
	border-left-width: 0px;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: left;
	
	padding: 2px;
}

td.pfp2 {
	border: 1px solid #969696;
	border-right-width: 0px;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: left;
	
	padding: 2px;
}

td.partNumber {
	border: 1px solid #969696;
	border-right-width: 0px;
	font-weight:bold;
	background-color:#EAEAEA;
	color: #0C5C8F;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: left;
	
	padding: 2px;
}

#pdtd {
color:#0A5C8E; 
font-weight:bold; 
padding: 5px; 
background-color:#EAEAEA;
}

#pstd {
color:#0A5C8E; 
font-weight:bold; 
padding: 5px; 
background-color:#EAEAEA;
}

.m {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	line-height : 12px;
    color : black;
    font-weight: normal;
    
    text-align: left;
}

.qtpr_1st
{
	padding: 2px;
}

.qtpr
{
	padding: 2px;
}

table.survey td
{
	padding: 10px;
}

.t {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight: bold;
	line-height : 18px;
    color : brown;
}

.n {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height : 14px;
    color : black;
}

a.news { text-decoration:underline; color:#0C5C8F; font-size:10px; font-weight : normal; }
a.news:visited { text-decoration:underline; color:#0C5C8F; }
a.news:hover { color:red; }

p.n
{
	padding-top: 8px;
	padding-bottom: 8px;
}

H1.nh
{	
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 12px;color:#0C5C8F; font-weight:bold; padding: 2px;    margin: 0; padding-bottom: 0px; display: inline;  
}
