html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.bold {
	color: #996666;
	font-size: 1.3em;
}
body {
	background-color: #FEFFE7;
	text-align: left;
}


html body { width: 730px; }
html>body { width: auto; min-width: 730px; }


div#content {
/*
	background-image: url(images/head-back.gif);
	background-repeat: repeat-x;
*/
	text-align: left;
}

.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }


		/*  As (most) browser default fonts are 1em = 16px, we make
		     1em = 10px, to make larger and smaller sizes easy to calculate */
			 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 10pt;
	color: #333333;
	font-weight: 600;
}
input {
	font-size: 11px;
}
input.qty {
    text-align: right;
    font-weight: bold;
    color: #333;
}
a img {
	border: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.clear {
	clear: both;
}

div#head-container {
    position: relative;
}




div#head-container {
	background-image: url(images/head-back.gif);
	background-repeat: repeat-x;
    position: relative;
    top:0;
    left:0;
    width:100%;
    min-width: 730px;
    height: 150px;
}

* html div#head-container {
  margin: 0;
  padding: 0;
}


div.head-stripe {
    width: 100%; 
    height: 20px;
    background-image: url(/images/head-solid.gif);
    background-repeat: repeat-x;
}

div.head-logo {
    float: left;
    width: 100%;
    margin-right: -400px;
    text-align: center;
}
* html div.head-logo {
    margin-right: -416px;   /* extra IE6 margin to compensate for the scrollbar that goes over content */
}
div.head-logo img {
    top: 20px;
    margin-right: 400px;
    top: 0;
}
div.head-pictures {
    float: right;
    width: 400px;
    margin: 0;
    padding: 0;
    
    background-image: url(/images/head-solid.gif);
    background-repeat: repeat-x;
}
* html div.head-pictures {
    width: 416px;   /* extra width for IE6 to compensate for the scrollbar that goes over content */
}

div.head-pictures div {
    float: left;
    background-image: url(/images/head-solid.gif);
    background-repeat: repeat-x;
}


#navcontainer { 
	width: 180px;
	text-align: left; 
	position: fixed;
	background-color: #FEFFE9;
	top:150px; left:30px;
}

* html #navcontainer {
  position:absolute;
  margin:0;
  padding:0;
  height: 16px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	border: 6px solid #FEFFE9;
}

#navcontainer ul li {
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #FEFFE9;
}

#navcontainer a {
	display: block;
	padding: 3px;
	margin: 0;
	background-color: #676E63;
	border:none;
}

#navcontainer a:link, a:visited {
    color: #EEE;
    text-decoration: none;
}

#navcontainer a:hover {
    background-color: #BBC4B4;
    color: #fff;
}


.left-gap {
    margin-left: 300px;
    margin-right: 50px;
}

h1 {
	font: normal 24pt Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: lighter;
	letter-spacing: .25em;
	padding-bottom: 1em;
	margin:0.1em 0;
}

h3 {
    font: bold italic 16pt  Georgia, "Times New Roman", Times, serif;
    color: #555;
    margin: 2em 1em 5px 302px;
}
h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
    color: #555;
}

h4  {
	color: white;
	background-color: #859291;
	background-image: url(/images/fade-859291-FEFFE7.gif);
	background-repeat: repeat-y;
	background-position: 110%;
	font: lighter 12pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	padding: 0.35em 2em 0.35em 300px;
	margin: 1.5em 0 0 0;
}
h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
    color: white;
}

h5 {
	color: #966;
	font-size: 1.3em;
	margin: 1em 0 0 0;
}

/* more IE6 borkage - the sooner people stop using that excuse for a browser, the better the world will be... */
* html h1, * html h2, * html h3, * html h4, * html h5  {
    position: relative;
}


div.section p {
    font: lighter italic 12px Georgia, "Times New Roman", Times, serif;
    margin: .75em 0 .25em 0;
}

div.section p, div.narrow p {
    width: 380px;
}


table.entry-form p {
    margin: .5em 0 0 300px;
    width: 340px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 11.5pt;
	font-weight: lighter;
	font-style: italic;
}

table.orderform p {
    margin: .25em 0 .5em 0;
}

.striphead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: lighter;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding-top: 0.2em;
	padding-bottom: 0.2cm;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: lighter;
	letter-spacing: .25em;
	padding-bottom: 1em;
	margin:0.1em 0;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.white {
	color: #FFFFFF;
}

table.orderform {
	width: 300px;
	margin-top: 1em;
	border: none;
	border-collapse: collapse;
}

table.orderform tr th {
	margin: 0;
	padding: 5px;
	white-space: nowrap;
}
table.orderform tr td {
	margin: 0;
	padding: 5px;
}

table.orderform tr.oddrow td {
	background-color:transparent;
}
table.orderform tr.evenrow td {
	background-color:#D5B7B3;
}
table.orderform tr.explainrow td {
	background-color:transparent;
	padding: .5em 0;
	margin: .5em 0;
	border-top: solid #ccc 1px;
	font-style: italic;
}
table.orderform tr th {
	text-align:left;
	color:white;
	background-color:#996666;
}
table.orderform tr td.item {
	text-align:left;
}
table.orderform tr td.cost {
	text-align:right;
}
table.orderform tr td.qty {
	text-align:right;
}

.base p {
	font: bold 7pt Arial, Helvetica, sans-serif !important;
	line-height: 10pt;
    margin: .25em 0;
}

