body {
  color: #333366 ;
  font: normal 10pt Verdana, Geneva, Arial, sans-serif;
  background-image:url(../pg_images/body-bg.gif);
  background-position: 0 0;
  background-repeat: repeat-x;
  text-align: center;
  margin: 0px;
}
#cartholder {
 text-align:right;
 background-color: #333366;
 color: #ffffff;
 border-bottom:#dd6 5px solid;
}
#heading {
  background-color: #fff;
  position: relative;
  top: 0px;
  left: 0px;
  clear: both;
  height: 150px;
  width: auto;
  visibility: visible;
  display: block;
  overflow: visible;
  margin: 0px;
}
#message {
 position: absolute;
  top: 65px;
  left: 280px;
  font-size: 10pt;
  font-weight: 600;
}
#banner {
  position:absolute;
  left:0px;
  top:0px;
  height:130px;
  width: auto;
  z-index:10;
  background-color: transparent;
}
#banner img {
  margin: 5px 0px 0px 5px;
  float: left;
  z-index: 0;
}
#topmenu {
  position:absolute;
  right: 0px;
  bottom:0px;
  height:24px;
  width: auto;
  overflow: visible;
  padding-left: 100px;
  z-index:1;
}

#midregion {
   background-color: #fff;
   margin: 23px 0px;
}
#container {
  color: #333366;
  position: relative;
  text-align: left;
  height: auto;
  font-size: 9pt;
  margin-right: auto;
  margin-left: auto;
  width: 760px;
  visibility: visible;
  display: block;
  background: white;
  /*border-left:solid 1px #333366;
  border-right:solid 1px #333366;*/
}
#footer {
  clear:left;
  margin: 0px;
  padding:4px;
  width:752px;
  font-size:8pt;
  line-height:1.5em;
  background-color:#dd6; /*fc0;*/
  text-align:center;
  border-top:solid 1px #333366;
  border-bottom:solid 1px #333366;
}
div.topnav_fg {
 position: relative;
  height: 23px;
  float: left;
  border-bottom: 3px solid #fafafa;
  background: transparent;
  margin-left:-12px;
}
a.topnav_fg {
  display: block;
  height: 23px;
  font-weight: 400;
  background: #fafafa;
  border-top: 1px solid #ccc;
  float: left;  
}
div.topnav_bg {
  height: 23px;
  float: left;
  background: transparent;
  border-bottom: 1px solid #ccc;
  margin-left:-12px;
  overflow: hidden;
  z-index: 1;
}
a.topnav_bg {
  display: block;
  height: 23px;
  background: #fafafa;
  border-top: 1px solid #ccc;
  font-weight: 400;
  float: left;
}
img.tnav {
  float: left;
  margin-bottom: -1px;
}
/* this is the box that contains the side text and left menu items */
#sideitems {
  float:left;
  padding-left:10px;
}

/* each menu item is wrapped in a 'menuitem' class */
/* all four menus are identical                    */
.menuitem, .lefthead , .leftcontent  {
  margin-top: 16px;
  margin-left: 16px;
  width: 130px;
  padding-bottom:2px;
  border-bottom: 1px dotted #c7ccc6;
  background-color: transparent;
}

.lefthead   {
  font-weight: bold;
  font-size:1.1em;
  color:#000;
}
.leftcontent   {
  color:#000;
}
 a {
  color: #007;
  font-size: x-small;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none
}

a:visited,.menuitem a:visited, .baseline a:visited  { 
  color:#393;
  text-decoration: none;
}

a:hover, .menuitem a:hover, .baseline a:hover {
  color: #007;
  text-decoration: underline;
}
  
a:active, .menuitem a:active, .baseline a:active {
  color: #900;
  text-decoration: none;
}
 a.topnav_bg:hover, a.topnav_fg:hover {
  background-color:#fafafa;
}

/* the three states of the menus are defined here in this order */
.menuitem a, .baseline a {
  color: #070;
  font-size: x-small;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: block;
}


/* The main content block */
#contentcol {
  background-color: transparent;
  text-align: left;
  border-left: 1px solid #b3b3ff;
  width: 560px;
  height: auto;
  visibility: visible;
  display: block;
  margin-left:170px;
  padding-left:12px;
}
a img {
border: none;
}
/* Content Styles */
div.styles {

}
div.title, h1  {
font-size: 18pt;
line-height: 28pt;
}


h2 {
color: #508050;
font-size: 15pt;
margin: 5pt;
}

h3  {
color: #888860;
font-size: 14pt;
}

h4  {
color: #5050A0;
font-size: 13pt;
}

h5  {
font-size: 12pt;
}

h6  {
font-size: 10pt;
}

.red { 
color: #933;
}

.green {
color: #494;
}

.blue {
color: #44a;
}

.sample {
  color: #966b72;
  padding-left: 0em;
}

.sample h1 { 
  color: #966b72;
  text-indent: 0em;
  padding-top: 0em;
  font-size:3em;
}

.sample h2 { 
  position: relative;
  color: #966b72;
  font-size:2.3em;
  left: 0em;
  padding-top: 0em;
}

.sample h3 { 
  color: #966b72;
  font-size:1.6em;
  text-indent: 0em;
  padding-top: 0em;
  padding-top: 0em;
}


/* Odds and ends */

.snippet {
	background-color: #f5f7f5;
	display: block;
	margin-top: 1.2em;
	margin-bottom: 1.5em;
	padding-top: 0.6em;
	padding-bottom: 0.8em;
	padding-left: 2em;
	width: 90%;
	border: solid 1px #688
	}
	
.caption 
        {
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #696;
	}
	
.picbox br 
        {
	display:none;
        }

.code  
	{
	color: #579;
	font-family: Courier, "Courier New", monospace
	}
	
.picbox {
	margin-top:10px;
	height:auto !important;
	text-align:center;
	width:370px;
	clear:right;
	}	
.col {
	float: left;
	margin: 0 0 0 0;
	width: 45%;
	height: auto
	}
	
.piccol {
	margin: 0 0 0 0;
	height: auto
}
	
.baseline {
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-top: 16px;
	width: 97%;
	text-align: right;
	border-bottom: solid 1px #9b9;
}
	
.spacedhead 
{
	color: #933;
	font-size: medium;
	word-spacing: 0.5em; 
	letter-spacing: 0.5em
}

	
.footer a {
  color:#000;
  font-weight:normal;
}

.footer a:visited {
  color:#444;
}

.footer a:hover {
  color:#007;
  text-decoration:underline;
}


/*
product and catalog specific
*/
div.qs_content, div.pd_content, div.brandcell, div.stylecell, div.oriented {
float: left;
margin: 3px;

}
br.carriagereturn {
clear: both;
height: 5px;
}

th, td.heading {
padding: 0px 10px 0px 10px;
text-align: left;
font-size: 10pt;
font-weight: bold;
}
td.left_label, td.addtocart1 {
padding: 0px 10px 0px 10px;
text-align: right;
font-size: 10pt;
font-weight: bold;
}

div#endbuffer {
clear: left;
height: 40px;
}
form { margin: 3px; padding: 3px; }

