html { 
	padding:0px;
	margin:0px;
}

body {
	background: #CCFFCC repeat-y url(../images/bgcolor.gif);
	/*background-color: #CCFFCC;*/
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;  
	padding:0px;
	margin:0px;
}

p, h2, h3, h4, pre {
	background-color: #F1F1F1;
	margin: 0px; 
	padding: 5px 20px 5px 20px; 
}

ul ul ul {
	list-style-type: square;
}

p#header {
	background-color: #FFFFFF;
}

a {
	color: #395139;
	text-decoration: underline;
}

pre { 
	color: #564b47;
	font-size: 11px;
	background-color:transparent;
	font-family: Courier, Monaco, Monospace;
}

.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}

h2 {
font-size:16px;
padding-top:10px;
text-transform:uppercase;
color: #564b47;
/*background-color: #E6E6E6;*/
/*background-color: #ffd7d7;*/
background-color: #d1e2ff;
}


h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564B47;
background-color: #99CC99;


padding:5px 15px;
margin:0px

}

h3 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}

h4 {
	font-size: 14px;
	margin: 5px 0px 5px 0px;
}


strong { 
	font-size: 13px;
}

/* dotted underline for navigation */
.navlist {
  margin: 0 0 5px;
  padding: 0px 15px 0px 0px;
  list-style: none;
}

.navlist li {
	display: inline;
}

.navlist a {
	display: block;
	margin-top: 3px;
	padding-left: 20px;
	border-right: 1px dotted #375180;
	border-bottom: 1px dotted #375180;
	letter-spacing: .1em;
	text-decoration: none;
}

.navlist a:hover {
	border-right-style: solid;
	border-bottom-style: solid;
}

.search, .container {
	margin: 0 20px 0 20px;
}

/*.featured_product {
	position: relative;
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
}*/

/* Wrap around images */
.flow {
	float: left;
	clear: left;
	margin: 0px 1.25em 0px 0px;
}

/* Input Boxes */

label
{
	width: 6em;
	float: left;
	text-align: left;
	margin: 0 1em 10px 0px;
	clear: both
}

.input-box
{
	margin-bottom: 7px
}

.submit-button
{
	margin-left: 7em;
	clear: both
}

input, textarea {
  padding: 3px 5px;
  border: 1px dotted #ccc;
  background: transperant;
  font: 1em Verdana, Geneva, sans-serif;
  color: #000;
}

input:focus, textarea:focus {
  border: 1px dotted #375180;
}

input[type="submit"], input[type="reset"] {
	margin: 5px 0 0 0;
	padding: 2px 5px;
	border: 1px solid #ccc;
}

input[type="submit"]:active, input[type="reset"]:active {
  background: #999;
  border-color: #cf6;
}

#right_menu p {
	background-color:transparent;
}

/* Breadcrumbs */

#breadcrumbs {
	position: absolute;
	top: 124px;
	left: 20px;
}

/* 3 Columns */

div#left_menu {
	position: absolute;
	left: 0px;
	width: 190px;
	color: #564b47;
}

#center_menu {
	margin: 0px 190px 0px 190px;
	border-left: 2px solid #564b47;
	border-right: 2px solid #564b47;
	padding: 0px;
	min-height: 600px;
	background-color: #f1f1f1;    
}

/*\ hide from Mac it's not broken */
* html #center_menu {
	height: 600px;
}

#center_menu div {
	margin: 0px 20px 0px 20px;
}

#center_menu div div {
	margin: 0;
}

div#right_menu {
	position: absolute;
	right: 0px;
	width: 190px;
	color: #564b47;
	background-color: #CCFFCC;
}

span.price {
        color: #990000;
        font-weight: bold;
}

