body {
	margin:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background:url("/images/bg.jpg") center repeat-y;
	background-color:#776655;
	min-width:750px;
	font-size : small;
	overflow: -moz-scrollbars-vertical;
	}

#wrap {
	background:transparent;
	margin:0 auto;
	width:750px;
	}


#header a:hover {
	background-color:transparent;
	}

#header a {
	color:#D5CED8;
	}
	

#header {
	position: relative;
	min-height: 60px;
	height: 4em;
	padding: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 4em;
	padding: 0 0 0 0;
	background:#ebeee7;
	margin:auto;
	width:750px;
	} 
	
#header h1 {
	position: absolute;
	top: 8px;
	left: 10px;
	margin: 0;
	font-size: 2px;
	height: 8px;
	z-index: 3; /* above the UL */
	}
	
#header h1 a {
	display: block;
	width: 299px;
	height: 44px;
	background: transparent url("/images/logo.gif") no-repeat;
	text-indent: -700em;
	text-decoration: none;
	
	}



#main {
	background:#fff;
	float:right;
	width:730px;
	padding:10px;
	
	}

#sidebar {
	background:#99c;
	float:right;
	width:150px;
	}

#sidebar li{
	list-style:none;
	padding:0 0 3px 0;
	font-size:80%;
	width:100%;
	}

#sidebar ul {
	margin: 0; 
	padding: 0;
	list-style: none;
	}   
	
#sidebar h3{
	text-align:left;
	font-size:110%;
	border-bottom:5px solid #F8F7F7;
	
	}



#sidebar li a {
	color:#F8F7F7;
	display: block;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, helvetica, sans-serif;
	padding:2px;
	}

#sidebar a:hover {
	color:#000;
	text-decoration:none;
	}



#footer {
	text-align:center;
	border-top:5px double #52734f;
	color:#666;
	margin:15px 5px 15px 5px;
	background:#fff;
	/* font-weight:bold; */
	
	}

#footer p {
	padding:0px;
	margin:0px;
	}
	
#tabs {
  width:750px;
  font-size:.85em;
  line-height:normal;
  margin:auto;
  }
#tabs ul {
  margin:0;
  padding:3px 3px 0;
  list-style:none;
  }
#tabs li {
  float:left;
  margin:0;
  padding:0 0 0 9px;
  }
#tabs a {
  float:left;
  display:block;
  padding:3px 13px 2px 4px;
  text-decoration:none;
  font-weight:bold;
  color:#2f502d;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#333;
  }
#tabs #current {
  background:#fff;
    border:1px solid #6b6e61;
    border-bottom:none;

  }
#tabs #current a {
  background:#fff;
  color:#333;
  padding-bottom:3px;
  }



div.clear {
	clear:both;
	}

a img {
	border:none;
	}

h2 {
	color:#2f502d;
	font-size:1.3em;
	padding-bottom:5px;
	border-bottom:2px solid #52734f;
	}

dt {
	padding:2px;
	font-weight:bold;
	color:#2f502d;
	border-top:1px solid #2f502d;
	}
		
dd {
	padding:2px;
	padding-top:0px;
	}

/* ---- CONTACT FORM ---- */  
  
div.row {
  clear: both;
  padding-top: 10px;
  
  }

div.row span.label {
  float: left;
  width: 140px;
  text-align: right;
  font-weight:bold;
  }

div.row span.formw {
  float: left;
  width: 55px;
  text-align: left;
  } 
  
/* --- END FORM --- */

  label
 {
 width: 5.75em;
 float: left;
 text-align: right;
 margin-right: 0.5em
 display: block
 }
 
 .submit input
 {
 margin-left: 4.5em;
 }
 
 input, textarea
 {
 color: #765;
 background: #DAE0D2 url(/images/field_drop_shadow.gif) left top;
 border: 1px solid #765;
 }
 
 .submit input
 {
 color: #000;
 background: #765;
 background-image:url(/images/input_bg.gif);
 border: 1px solid #765;
 }
 fieldset
 {
 border: 1px solid #765;
 padding:20px;
 background:#ebeee7;
 
 }
 
 html legend{ position:absolute; top: -.8em; left: .5em; } /* This shiz is for IE */
 html fieldset{ position: relative; margin-top:2em; padding-top:2em; } /* This shiz is for IE */
 legend
 {
 color: #2f502d;
 background: #fff;
 border: 1px solid #765;
 padding: 2px 6px
}

a {
color:#765;
text-decoration:none;
}

a:hover {
  color:#333;
  text-decoration:underline;
  }
 
img a:hover {
	border:1px solid black;
	}

ul.product_details li{
	padding:0 0 20px 0px;
	}
	
	
div.left_top {
	position:relative;
	float:left;
	/* background-image: url(/images/corner_ul.gif); background-repeat:no-repeat; */
	height:50%; 
	width:50%;
	}

div.right_top {
	position:relative;
	float:left;
	/* background-image: url(/images/corner_ur.gif); background-repeat:no-repeat; */
	height:50%; 
	width:50%;
	background-position: top right;
	}

div.left_bottom {
	position:relative;
	float:left;
	/* background-image: url(/images/corner_ll.gif); background-repeat:no-repeat;  */
	height:50%; 
	width:50%;
	background-position: bottom left;
	}

div.right_bottom-logo {
	position:relative;
	float:left;
	background-image: url(/images/magnify.gif); background-repeat:no-repeat; 
	height:50%; 
	width:50%;
	background-position: bottom right;
	}
	
div.unique_right_bottom-logo {
	position:relative;
	float:left;
	background-image: url(/images/corner_zoom_unique.gif); background-repeat:no-repeat; 
	height:50%; 
	width:50%;
	background-position: bottom right;
	}
	
div.right_bottom {
	position:relative;
	float:left;
	/* background-image: url(/images/corner_lr.gif); background-repeat:no-repeat; */
	height:50%; 
	width:50%;
	background-position: bottom right;
	}

td.highlight {
	 text-align:left;
	 vertical-align: top;
	 font-weight:bold;
	 color: #2f502d;
	 padding:3px;
	 }

td p {
	padding-top:0px;
	margin-top:0px;
	
	}
	
/*  This is for the expand and hide link */
a.display:link {color:#404040; font-weight:normal; text-decoration:none; }
a.display:visited {color:#404040; font-weight:normal; text-decoration:none;}
a.display:hover {color:red; font-weight:normal; text-decoration:none; }
a.display:active{color:#404040; font-weight:normal; text-decoration:none;}

a.display span.expand{
   font-family:monospace;
   font-weight:normal;
   display:block;
   float:left;
   cursor:pointer;
}


#expand .save{
   behavior:url(#default#savehistory);}
#expand a.dsphead{
   text-decoration:none;
	}
#expand a.dsphead:hover{
   text-decoration:none;
   	}
#expand a.dsphead span.dspchar{
   font-family:monospace;
   font-weight:normal;
	}
#expand .dspcont{
   display:none;
   margin-left:1.5em;
	}
