BODY { background: #413251; 
	   margin-left: 0px; 
	   margin-right: 0px; 
	   margin-top: 10px;
	   margin-bottom: 10px;
}

A {
  COLOR: #b1710c;
  text-decoration: none;
}

A:hover {
  COLOR: #d5880e;
  text-decoration: underline;
}

.navigation {
  COLOR: #FFFFFF;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
  FONT-SIZE: 11px;
  text-decoration: none;
  font-weight: bold;
  text-transform:uppercase;
  letter-spacing: 1px;
}

.navigation:hover {
  COLOR: #e8b96f;
  text-decoration: none;
}

.subnav {
  COLOR: #b1710c;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
  FONT-SIZE: 11px;
  text-decoration: none;
  font-weight: bold;
}

.subnav:hover {
  COLOR: #d5880e;
  text-decoration: none;
}

.main {  
	color: #373737;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 20px;
}

.grey {  
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 20px;
}

.date {  
	color: #373737;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 20px;
	text-transform:uppercase;
}

.sidebar {  
	color: #373737;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

.headline {
  COLOR: #413251;
  FONT-FAMILY: Georgia, Arial, Helvetica, sans-serif; 
  FONT-SIZE: 22px;
  line-height: 24px;
  FONT-WEIGHT: normal;
  letter-spacing: 1px;
}

.subhead1 {
  COLOR: #413251;
  FONT-FAMILY: Georgia, Arial, Helvetica, sans-serif; 
  FONT-SIZE: 18px;
  FONT-WEIGHT: normal;
  letter-spacing: 1px;
}

.subhead2 {
  COLOR: #373737;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  FONT-SIZE: 18px;
  line-height: 24px;
  FONT-WEIGHT: normal;
}

.subhead3 {
  COLOR: #373737;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  FONT-SIZE: 14px;
  font-weight: bold;
}

.subhead4 {
  COLOR: #373737;
  FONT-FAMILY: Georgia, Arial, Helvetica, sans-serif; 
  FONT-SIZE: 18px;
  FONT-WEIGHT: normal;
  letter-spacing: 1px;
}

.subhead5 {
  COLOR: #373737;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
  FONT-SIZE: 13px;
  FONT-WEIGHT: normal;
  text-transform:uppercase;
}

.header {  
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}

.footer {  
	color: #d3d2d2;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}

.footerlink {  
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;	
}

.footerlink:hover {  
	color: #e8b96f;
	text-decoration: none;
}
	
.smGrey {
  COLOR: #666666;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
  FONT-SIZE: 10px; 
}
	
.error {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
}

.alert {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
}

.upper { 
background-image: url(graphics/uppershade.gif);
background-color: #c8c2b5;
background-repeat: repeat-x;
padding: 20px;
} 

.lower { 
background-image: url(graphics/lowershade.gif); 
background-repeat: repeat-x;
background-color: #e7e4d8;
padding: 20px;
}

.featurebox { 
border-bottom: #aca99d 1px solid;
border-top: #aca99d 1px solid;
border-right: #aca99d 1px solid;
border-left: #aca99d 1px solid;
padding: 10px;
}

.shadedbox {
background-color: #d1cfc3;
border-bottom: #aca99d 1px solid;
border-top: #aca99d 1px solid;
border-right: #aca99d 1px solid;
border-left: #aca99d 1px solid;
padding: 8px;
}

.highlight {
border-bottom: #aca99d 1px solid;
border-top: #aca99d 1px solid;
border-right: #aca99d 1px solid;
border-left: #aca99d 1px solid;
padding: 8px;
}

.20pxpad { 
padding: 20px;
}

.productbox {
background-color: #ffffff;
padding: 5px;
}

.footerbox { 
background-color: #78756b;
padding: 20px;
}

.mainnavbox { 
background-color: #675b74;
padding: 20px;
}

.subnavbox { 
background-color: #e1ddd5;
padding: 20px;
} 

.topbox {
padding: 0px;
}


/* forms
--------------------------------------------- */

.siteform {
	margin-bottom: 10px 0 10px 0;
	}

.formtext {  
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	padding: 3px;
}

.formtext11 {  
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

.button {
	background: #78766a;
	font-family: "New Baskerville", Georgia, "Times New Roman", Times, serif;
	padding: 6px 15px 6px 15px;
	margin: 0;
	border: 2px #ffffff solid;
	color: #fff;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 1.6em;
	font-weight: normal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
.button:hover {
	background: #67655b;
	}	
	
.button-green {
	background: #6d9b3c;
	font-family: "New Baskerville", Georgia, "Times New Roman", Times, serif;
	padding: 6px 15px 6px 15px;
	margin: 0;
	border: 2px #ffffff solid;
	color: #fff;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 1.6em;
	font-weight: normal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
.button-green:hover {
	background: #5e8634;
	}	
	
.button-sm {
	background: #c2bfb2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin: 2px 0 0 5px;
	padding: 1px 6px 2px 6px;
	border: 1px #ffffff solid;
	color: #000000;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: normal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
.button-sm:hover {
	background: #aaa79c;
	}

.button-sm2 {
	background: #78756c;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin: 2px 0 0 1px;
	padding: 1px 6px 1px 6px;
	border: 1px #ffffff solid;
	color: #fff;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
.button-sm2:hover {
	background: #66635b;
	}

.button-cart {
	background: #675b74;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin: 0 0 0 5px;
	padding: 1px 6px 1px 6px;
	border: 1px #ffffff solid;
	color: #fff;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
.button-cart:hover {
	color: #e8b970;
	background: #5c5169;
	}	
	
.siteform input {
	padding: 3px;
	font-size: 10px;
	}	


/* homepage highlights
--------------------------------------------- */

ul.feature {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul.feature li {
	margin: 0 0 25px 0;
	display: block;
	border: 1px solid #d1cbc0;
	padding: 7px 10px 10px 10px;
	overflow: hidden;
	background: #f1f0ed url(graphics/button_arrow.gif) left no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
	}

ul.feature li img {
	float: left;
	margin: 3px 0 0 15px;
	}
	
ul.feature li em {
	float: right;
	width: 180px;
	height: 45px;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #545454;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-style: normal;
	}
	
ul.feature li strong {
	color: #bd7615;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 32px;
	text-transform: none;
	font-weight: normal;
	}

ul.feature li:hover {
	background: #f5f5f5 url(graphics/button_arrow2.gif) left no-repeat;
	box-shadow: 0 0 5px rgba(144,75,6,.3);
	-webkit-box-shadow: 0 0 5px rgba(144,75,6,.3);
	-moz-box-shadow: 0 0 5px rgba(144,75,6,.3);
	}	


