body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*
	background-color: #3d0600;
*/
	background-image: url(/images/sidebar.gif); 
	background-repeat: repeat-y; 
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	/* start all of the font size percentages below the browser default which is ugly big,
		Small = 60%
		Medium = 69%
		Large = 76%
	*/
	font-size: 69%; /* this value must be one of the three percentages listed above */
}

p, table, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* do not change this value! */
	color: #000;
}

p {
	line-height: 2em;
}

h1 {
	font-family: Garamand Condensed, Garamand, Garamond, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #0c2164;
	margin: 0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-weight: normal;
	color: #000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	background-color: #dfd2a8;
	padding: 2px 5px;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #870c00;
}

a {
	color: #870c00;
}

hr {
	height: 1px;
	border: none 0;
	border-top: 1px solid #555;
	margin: 0px;
	padding: 0px;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	border: 1px solid #806f43;
	padding-left: 2px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #a80f00;
	border: 2px outset #5b0900;
}

/*--------------------------------------------------------------------------------------------------*/

a:hover {
	color: #000;
}
/*--------------------------------------------------------------------------------------------------*/

.alert {
	font-weight: bold;
	color: #900;
}

/*------------------------------------------------------------------------------------------------------------*/

#rightcol {
	/*
	background-image: url(../images/header_shadow.gif);
	background-repeat: repeat-x;
	background-color: #fefefe;
	*/
	float: right; 
	width: 25%; 
	border-left: 1px solid #948768; 
	padding-left: 10px; 
	margin-left: 10px; 
	background-color: #fff;
}
#rightcol ul {
	list-style-image: url(../images/bullet_red.gif);
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#rightcol li {
	padding-bottom: 10px;
}
#rightcol a {
	color: #000;
	text-decoration: none;
}
#rightcol a:hover {
	color: #000;
	text-decoration: underline;
}

#footer {
	clear: both;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #3d0600;
	border-top: 2px solid #fff;
	text-transform: uppercase;
	text-align: center;
	height: 180px; /* 111 */
}
#footer p {
	font-size: 0.8em;
	color: #d0c5a7;
}
#footer a {
	color: #d0c5a7;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#searchbox {
	height: 257px; 
	background-image: url(../images/searchbox_bg.gif); 
	background-repeat: repeat-x;
	vertical-align: top; 
	margin: 0px;
}
#searchbox #left {
	float: left; 
	width: 22px; 
	height: 257px; 
	background-image: url(../images/searchbox_left.gif); 
	background-color: #fff; 
	background-repeat: no-repeat;
	margin: 0px;
}
#searchbox #right {
	float: right; 
	width: 22px; 
	height: 257px; 
	background-image: url(../images/searchbox_right.gif); 
	background-color: #fff; 
	background-repeat: no-repeat;
	margin: 0px;
}
#searchbox #searcharea {
	padding: 22px;
}
#searchbox #title {
	background-image: url(../images/searchbox_title.gif); 
	background-repeat: no-repeat; 
	padding-left: 170px; 
	height: 28px;
	color: #a70f00;
	font-weight: bold;
}
#searchbox #title a, #searchbox table a {
	font-weight: bold;
	text-decoration: underline;
	color: #a70f00;
}
#searchbox #title a:hover, #searchbox table a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
#searchbox table {
/*	width: 90%; */ 
	margin-top: 10px;
}
#searchbox table .label {
	font-weight: bold;
}

/* search plans box */
#searchplans {
	/*
	width: 70%;
	*/
	background-color: #ddcfa2; 
	padding: 15px;
}
#searchplans td {
	padding: 5px;
	border-bottom: 1px solid #fff;
}
#searchplansnav {
	background-color: #ddcfa2;
	padding: 2px 10px;
}

/******************* FIELD SETS **********************/

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

fieldset {
  border: 1px solid #948767;
  padding: 0px;
  margin: 0px;
}
legend {
  color: #333;
}

legend {
  padding: 0 10px;
  font-weight: bold;
  font-size: 1em;
}
fieldset p {
	padding: 10px;
	margin: 0px;
}
dl {
	background-color: #ebe5d0;
	padding: 10px;
	margin: 10px;
}
dl dt {
  float: left;
  width: 24.5%;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  margin: 0 3px 0 0;
  padding: 1px 0 0 0;
}

dl dd {
	/*
	margin: 0 0 0 25%; // this breaks IE6
	*/
	padding: 0 0 5px 0;
}

fieldset .formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	border: 1px solid #dfd2a8;
	padding-left: 2px;

}

.buttonarea {
	background-color: #948767;
	padding: 5px; 
	text-align: center;
	margin-bottom: 20px;
}
.buttonarea .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #a80f00;
	border: 2px outset #5b0900;
}
.buttonarea a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #a80f00;
	border: 2px outset #5b0900;
	padding: 3px 10px;
}

/******************* CART AND CHECKOUT **********************/

.carttable {
	width: 95%;
	padding: 10px;
}
.carttable th {
	font-weight: bold;
	text-align: left;
	padding: 5px 1px;
	border-bottom: 1px solid #dfd2a8;
}
.carttable td {
	border-bottom: 1px solid #dfd2a8;
	padding: 5px 1px;
}

.ordertable {
	width: 95%;
	padding: 10px;
}
.ordertable th {
	font-weight: bold;
	text-align: left;
	padding: 5px 1px;
}
.ordertable td {
	border-top: 1px solid #dfd2a8;
	padding: 5px 1px;
}

/******************* FAQ PAGE **********************/

#faq div {
	padding-left: 30px;
}

#faq h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	padding: 2px 5px;
}
#faq h3 a {
	text-decoration: none;
}
#faq h3 a:hover {
	text-decoration: underline;
}

/******************* OTHER **********************/

.help {
	background-color: #dfd2a8;
	padding: 5px;
	color: #5f512d;
}

div#qTip {
	padding: 8px;
	border: 3px solid #948767;
	display: none;
	background: #ebe5d0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
	position: absolute;
	z-index: 1000;
}

.photoborderleft {
	float: left;
	background-color: #e1d3a9;
	padding: 10px;
	margin-right: 20px;
}
.photoborderright {
	float: right;
	background-color: #e1d3a9;
	padding: 10px;
	margin-left: 20px;
}
.photoborderleft img, .photoborderright img {
	border: 1px solid #5f512d;
}

.formlabel {
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
}
.imageleft {
float:left;
margin-right:10px;

}
.imageright {
float:right;
margin-left:10px;
}
