/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
  width: 650px;
}

.container {
  background: none;
}

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

h1 {font-size: 16px; margin: 0px;}
h2 {font-size: 14px; margin: 0px;}
h3 {font-size: 12px; margin: 0px;}

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }
p img.top { margin-top: 0; }

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight:6500;
	text-decoration: underline;
}

a:link:after, a:visited:after {
  font-size: 90%;
}

/* Header */
#header {
  color: #000000;
  height: 100px;
  width: 650px;
}

#header .logo, #header .tagLine {
display: none;
}

#header img.printheader { }

#header.logo {
display: none;}

#header.logo img {
display: none;}

#header .tagLine p {
 display: none;
}

#header ul.menu {
display: none;
}

#header ul.menu li a {
display: none;
}

#header ul.menu li a.active {
display: none;
}

/* Side bar */
#sideBar a.freeQuote img {
display: none;
}

/* Newsletter signup */
#sideBar .newsletter {
display: none;
}

#sideBar .newsletter h1 {
display: none;
}

#sideBar .newsletter fieldset {
display: none;
}

#sideBar .newsletter div {
display: none;
}

#sideBar .newsletter label {
display: none;
}

#markupfactory-getnewslettersignup-email {
display: none;
}

/* Contact Info */
#sideBar .contact {
  background: #ffffff;
  border-top: 3px solid #c9c4a8;
  width: 700px;
  float: left;
}

#sideBar .contact h1 {
display: none;
}

#sideBar .contact h2 {
  color: #000000;
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
  margin: 5px 0px 5px 9px;
  float: left;
  display: block;
}

#sideBar .contact p {
  color: #000000;
  font-weight: bold;
  margin: 5px 40px 5px 9px;
  float: left;
  display: block;
}

#sideBar .contact p a {
  color: #000000;
  float: left;
  display: block;
}

#sideBar .contact .fn { display: none; }

/* Home page products box */
#homeBox {
  background: #ffffff;
  border: 1px solid #c9c4a8;
  clear: both;
  color: #000000;
  padding: 5px;
  width: 690px;
  float: left;
}

#homeBox h1 {
  font-size: 1.1em;
}

#homeBox h1 a {
  color: #000000;
  text-decoration: none;
}

#homeBox .price {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}

#homeBox .reset {
  background: transparent url('/assets/ppc/images/design/homeBox.divider.gif') center no-repeat;
  clear: both;
  margin-bottom: 0px;
}

#homeBox .reset.last {
  background: transparent;
  margin-bottom: 0px;
  height: 1px;
}

#homeBox .product {
  margin: 0px 5px;
  width: 450px;
  float: left;
}

#homeBox .links {
display: none;
}

#homeBox img, #homeBox .product, #homeBox .links {
  float: left;
}

#homeBox img {
  border: 1px solid #c9c4a8;
  padding: 3px;
  width: 130px;
}

#homeBox a.order, #homeBox a.learn {
display: none;
}

#homeBox a.order {
display: none;
}
#homeBox a.order img {
display: none;
}

/* Who We Are box */
#whoWeAre {
  display: none;
}  

#whoWeAre p {
  display: none;
} 

#whoWeAre h1 {
  display: none;
} 

#whoWeAre img {
  display: none;
} 

/* Footer */
#footer {
display: none;
}

#footer p {
display: none;
}

#footer img {
display: none;
}

/* Request Form */
.formErrors {
  background: #ebe8d7;
  border: 3px solid #c9c4a8;
  color: #5e583b;
  margin-bottom: 1em;
  padding: 1em 1em 0em 1em;
}

.formItem {
  margin-bottom: 1em;
}

.formItem label {
  color: #5e583b;
  float: left;
  width: 130px;
}

.formItem select {
  width: 240px;
}

.submit {
  margin-left: 300px;
}


/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */
