body {
  margin:0 auto 0 auto;
  padding:0;
  font-family:verdana;
  width:95%;
  background:#009999;
  min-width:930px;
  color:#444444;
  color:black;
}

#page {
  background:#cccccc;
}

a:link, a:visited, a:active {
  color:#0066ff;
}

a:hover {
  color:#ef3e35;
}

img {
  border:none;
}

p {
  margin:0;
  padding:0 5px 0 5px;
}

.c {
  text-align:center;
}

.clear {
  clear:both;
}

#header {
  font-style:oblique;
  position:relative;
  color:#333333;
  background:#009999;
  height:150px;
  border-bottom:3px black solid;
}

#logo {
  float:left;
  width:200px;
}

#headertext {
  margin:15px 0 0 265px;
  padding:0;
}

#headertext p {
  margin:-5px 0 0 0;
  padding:0;
  font-size:40px;
  font-weight:bold;
}

#sublogo{
  position:absolute;
  bottom:0;
  right:10px;
}

#subheader {
  background:url(../images/layout/gtprinting.png) black no-repeat;
  margin:0 0 0 0;
  padding:6px 0 0 130px;
  font-weight:bold;
  font-size:12px;
  color:red;
  clear:both;
  height:20px;
}

.subhright {
  float:right;
  margin-right:10px;
}

.mainlinks {
  width:100%;
  margin:0 auto;
}

.mainlinks table {
  margin:0 auto;
}

.mainlinks table td {
  vertical-align:top;
}

.which {
  
}

.which_unit {
  font-size:larger;
  display:block;
  margin-top:20px;
  padding:5px;
}

.additional_resources {
  margin-top:10px;
}

.additional_links {
  margin-top:0;
}

/*** IMG LINKS ***/
.imglinkcontainer {
  margin:0;
  padding:0;
  width:200px;
  margin:10px;
}

.imglink img {
  border:none;
  display:block;
  width:200px;
  height:200px;
}

.imglink {
  text-decoration:none;
}

.imglink span.imgdesc, .imglink span.imgopac, .imglink span.imgds {
  display:none;
}

.imglink span.imglinkcaption { 
  display:block;
  text-align:center;
}

.imglink:hover {
  position:relative;
  text-decoration:none;
}

.imglink:hover span.imgopac, .imglink:hover span.imgdesc, .imglink:hover span.imgds {
  margin:0;
  padding:0;
  display:inline;
  position:absolute;
  top:50px;
  left:50px;
  height:250px;
  width:190px;
  padding:5px;
  color:#000;
  z-index:100;
}

.imglink:hover span.imgopac {
  background:#ffeebb;
  opacity:0.90;
}

.imglink:hover span.imgds {
  background:url(../images/layout/shadowAlphaLL.png) no-repeat bottom left;
  /*background:url(shadowAlphaLL.png) no-repeat bottom left;*/
  z-index:200;
  left:45px;
  top:55px;
}

.imglink:hover span.imgdesc {
  font-size:9px;
  line-height:1.5em;
}
/*** END IMG LINKS ***/

/* WHICH PRODUCT PAGE */
.which_title {
  text-align:center;
  font-size:24px;
}

.tablemain {
  margin:auto;
  width:800px;
}

.tablelabel {
  font-size:16px;
  margin-bottom:0;
}

.unitselector {
  border:1px solid grey;
  margin:auto;
  padding:0;
  font-size:10px;
  text-align:center;
}

.unitselector th {
  border:1px solid grey;
  width:115px;
}

.unitselector td {
  border:1px solid grey;
  margin:0;
  padding:0;
}

.firstc {
  width:200px;
  text-align:left;
}

.firstc a {
  text-decoration:none;
}

a.xmark {
  font-weight:bold;
  text-decoration:none;
  color:#444444;
}

a.xmark:hover{
  color:#ef3e35;
}
/*END WHICH PRODUCT PAGE*/

.ppimg {
  float:right;
  margin-right:10px;
  margin-left:10px;
}

.product {
  margin-top:10px;
}

.ppavail, .ppoptions, .ppspecs {
  margin-top:0;
}


