html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
    position:relative;
    left:50px;
    top:0px;
 
  
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}


/*
    permaset inks

    Created by  on 2008-11-20.
    Copyright (c) 2008. All rights reserved.

    (Put commonly used hex color values here)
    
*/

/* =================== re-define the standard tags */

body {
    font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size: 62.5%; /* resets all text to 10px */
    margin: 0;
    padding: 0;
    height: 101%;

}

h1, h2, h3, h4, h5, h6 { font-family: Georgia, Palatino, 'Times New Roman', serif; }

h1 { font-size: 1.8em; }

h2 {
    font-size: 1.5em;
    margin-bottom: 0.4em;
}

h3 {
    font-size: 1.3em;
    margin-bottom: 0.5em;
   color: #A8421C;
}

h4 {
  font-family: 'Graublau Web', sans-serif;
    font-size: 2.2em;
    margin-bottom: 0.2em;
    color:#999
    
}



p {
    font-size: 1.1em;
    line-height: 1.6em;
    margin: 0 0 0.9em 0;
}

ul {

 font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size: 80%; /* resets all text to 10px */
    margin: 0;
    padding: 0;
    height: 101%;
font-weight: bold;
    color: #000;

}

ol {

}

li {

}

blockquote {

}

a {

}

a:link {
    
    color: #000;
    text-decoration: none;
}

a:visited {
    
    color: #888;
    text-decoration: none;
}

a:hover {
    
    text-decoration: underline;
}

a:active {
    
    outline: none; /* fixes dotted outline in Firefox */
}



:focus { -moz-outline-style: none; } /* fixes dotted outline in Firefox */

/* =================== clearfloat - for parent blocks containing floating children */

.clearfloat {
    overflow: auto;
}


/* ===================  layout blocks */

div#wrap {
  width: 100%;
  position: relative;
}
div#header {
  width: 100%;
  height: 128px;
  background: url('images/permaset-header-bg.png') top;
  z-index: 90
}


.related {
  
background: url('images/related.png') top;
background-repeat: no-repeat;
cursor: pointer;
width: 245px;
float: left;
}


.related1 {
  
  background: url('images/related1.png') top;
background-repeat: no-repeat;
cursor: pointer;
width: 245px;
float: left;
}

/* set millions of background images */
.rbroundbox { background: url(/skin1_permasetinks/images/nt.gif) repeat; }
.rbtop div { background: url(/skin1_permasetinks/images/tl.gif) no-repeat top left; }
.rbtop { background: url(/skin1_permasetinks/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(/skin1_permasetinks/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/skin1_permasetinks/images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { 
margin: 0 7px;
}

.rbroundbox { 
float:left; 
width:375px;
 }

div#header-content {
  position: relative;
  margin: 0 auto;
  width: 896px;
  height: 128px;
}
div#header-content h1 {
  text-indent: -10000em;
  background-image: url('images/permaset-h1-logo.png');
  width: 216px;
  height: 88px;
}
div#header-content p {
  display: none;
}
div#header-content img.back {
    position: absolute;
    top: 0;
    width: 200px;
    height: 84px
}

div#login {
  font: 9px/11px Verdana, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px;
}
div#nav-top {
  position: absolute;
  bottom: 6px;
  left: 0;
  height: 34px;
}
div#nav-top ul {
  margin-left: 8px;
list-style-type: none;
}
div#nav-top ul li {
  font-family: 'Graublau Web', sans-serif; /*sadly, will need to replace this*/
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #777;        
  float: left;
  /*border: 1px solid yellow;*/
  height: 28px;
  padding: 6px 16px 0 16px;
  position:relative;
  top:0px;
}

div#nav-top ul li a:visited {
    color: #000;
}

div#nav-top ul li a:hover {
    text-decoration: none;
}


div#main {
  width: 100%;
  /*background: #eeeeee url('images/permaset-main-bg.png') repeat-x top;*/
  background-color: #fff;
}
div#main-content {
  margin: 0 auto;
  width: 848px; /* 896 - 48 */
  padding: 16px 24px;
}
div#main-content h2, div#main-content h3  {
  font-family: 'Graublau Web', sans-serif; /*sadly, will need to replace this*/
  font-weight: bold;
  font-size: 18px;
}
div#main-content p.opening {
  font: 16px/22px 'Graublau Web', sans-serif; /*sadly, will need to replace this*/
  font-size: 15px;
  color: #999;
  width: 420px;
}

.product_title {

float:left;

}

.product_description {
 font: 16px/22px 'Graublau Web', sans-serif; /*sadly, will need to replace this*/
  font-size: 15px;
  color: #999;
  line-height: 15px;
}

.product_description p{

  line-height: 18px;
}


.product_description a:link {
        font-size: 15px;

        color: #79AFEB;
 
}

.product_description a:active {
        color: #79AFEB;
    
}
.product_description a:visited {
        color: #79AFEB;
}
.product_description a:hover {
        text-decoration: underline;
        color: #79AFEB;
}


div.product-pad {
  margin-left: -16px;
  width: 400px; /* 440 - 24 */
  height: 120px;  /* 144 - 24 */
  background: url('images/permaset-product-pad.png');
  background-repeat: no-repeat;
  padding: 12px 12px;
float: left;
cursor: pointer;
}

div.product-pad img {
  float: left;
  width: 95px;
  height: 95px;
  margin: 10px 0px 10px 10px;
  /*margin: 12px 24px 0 8px;*/
}
div.product-pad h4 {
  margin-top: 8px;
margin-left:118px;
margin-right:15px;
  font-family: 'Arial Black', Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
div.product-pad p {
  margin-top: 8px;
margin-left:120px;
margin-right:15px;
  font-size: 11px;
  line-height: 13px;
}

div.product-pad1 {
  margin-left: -16px;
  width: 400px; /* 440 - 24 */
  height: 120px;  /* 144 - 24 */
  background: url('images/permaset-product-pad1.png');
  background-repeat: no-repeat;
  padding: 12px 12px;
  
float: left;
cursor: pointer;

}


div.product-pad1 img {
  float: left;
  width: 95px;
  height: 95px;
  margin: 10px 0px 10px 10px;
  /*margin: 12px 24px 0 8px;*/
}
div.product-pad1 h4 {
  margin-top: 8px;
margin-left:118px;
  margin-right:15px;
  font-family: 'Arial Black', Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
div.product-pad1 p {
  margin-top: 8px;
margin-left:120px;
margin-right:15px;
  font-size: 11px;
  line-height: 13px;
}
div#footer {
  width: 100%;
  height: 512px;
  background: url('images/permaset-footer-bg.png') 50% 0%;
}
div#footer-content {
  margin: 0 auto;
  width: 848px; /* 896 - 48 */
  padding: 16px 24px;
}
div#footer-content p.copyright {
  float: left;
}
div#footer-content p.nav-mini {
  float: right;
}

/* ===================  specific ids and classes */

/* =================== faq section  */

div#search-area div {
    font-size: 1.3em;
    padding: 4px;
}

div#search-area div input {
    padding: 2px;
}

div#question-area ul li {
    background-image: url('images/tmm-faq-q.png');
    background-repeat: no-repeat;
    background-position: 12px 4px;
    font-size: 1.3em;
    border-bottom: 1px solid #eee;
    margin: 0 0 8px 0;
    padding: 12px 8px 16px 64px;
}

div.answer-item {
    background-image: url('images/tmm-faq-a.png');
    background-repeat: no-repeat;
    background-position: 12px 24px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0 0 12px 0;
    padding: 16px 16px 8px 64px;
}

div.answer-item h3 {
    font-size: 1.3em;
    font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    color: #999;
}

div.answer-item p {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-top: 4px;
}

div.answer-item ul {
    font-size: 1.2em;
    line-height: 1.6em;
    margin: 4px 0 16px 0;
    list-style-type: circle;
    width: 80%;
    padding: 0 0 0 24px;
}

div.answer-item li {
}

#quote-box-text div{
 display: none;
}

 #quote-author div {
 display: none;
}

a.testimonial:link {
 color:6D9BF1;
}

a.testimonial:visited {
 color:D1EEEE;
}

.imai {
font-size:1.4em;
font-weight:140%;
}


.jwcolor{
 
 cursor: pointer;
 background-image: url('http://www.buypermasetinks.com/skin1_permasetinks/images/color.png');


}

.jwcolor_on{
 
cursor: pointer;
background-image: url('http://www.buypermasetinks.com/skin1_permasetinks/images/color1.png');


}

.jwcolor:hover{
 
cursor: pointer;
background-image: url('http://www.buypermasetinks.com/skin1_permasetinks/images/color1.png');

}

	Buttons
*/
.FormButton {
	COLOR: #000000;
	FONT-WEIGHT: bold;
}
TABLE.ButtonTable {
	CURSOR: pointer;
	VERTICAL-ALIGN: middle;
	DIRECTION: ltr;
}
TD.Button {								 
	BACKGROUND-COLOR: #f3f3f3;
	padding: 2px 10px 2px 10px;
	VERTICAL-ALIGN: middle;
	WHITE-SPACE: nowrap;
        border: 1px double #515151; 
        border-style: double; 
        height: 20px;

}
FONT.Button {								 
	FONT-FAMILY: Verdana;
	COLOR: #515151;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
        TEXT-TRANSFORM: uppercase;
}
IMG.ButtonSide {
	WIDTH: 7px;
	HEIGHT: 14px;
}
.SimpleButton TR TD {
	PADDING: 0px;
	WHITE-SPACE: nowrap;
}
A.Button:link, A.Button:visited, A.Button:hover, A.Button:active {
	COLOR: #000000;
	FONT-WEIGHT: bold;
}

.sp_button {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
        padding-left: 10px;
        background-color: #e3eaf6;
        font-size:  12px;
        font-family: arial;
        color: #88a4a8;
        cursor: pointer;
}

.RegSectionTitle{
height: 20px;
background-color: #f3f3f3;
color: #515151;

}