body
	{
	padding: 0px;
	margin: 0px;
	background: #410A00;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
table
	{
	border-collapse: collapse;
	border:0px;
	}
table
	{
	width:100%;
	border:0px;
  }
table.shop_table td
	{
	border: solid 1px #ffffff;
	vertical-align: middle;
	}



td
	{
	vertical-align: top;
	padding:0px;
	}

a
	{
	color:#FF9E00;
	}
a:hover
	{
	text-decoration:none;
	}
strong
	{
	color: #FF9E00;
	}
span
	{
	color: #FF9E00
	}
img
	{
	border:0px;
	}
.m_text, table, li, input, textarea
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:normal;
	color:#000000;
	}
.c_text
	{
	text-align: center;
	}
.c_text
	a
	{
	text-decoration: none;
	color: #FFE79E;
	}
.c_text a:hover
	{
	text-decoration: underline;
	color: #FF9900;
	}
.read_more
	{
	color:#FFE79E;
	}
.no_class, form, .no_class td
	{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	border:0px;
	}

ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}
li
	{
	line-height: 18px;
	color:#FF9E00;
	font-weight: bold;
	}
.m_text .style6 .style39 .style34
	{
	font-size: 16px;
	}


/* css for the forms */

/* fieldset styling */
fieldset
	{
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
	}

/* legend styling */
legend
	{
	color: #FF9E00;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	}

/* style for  labels */
label
	{
	display: block;
	color:#FFFFCC;
	font-size: 12px;
	font-weight:bold;
	}

/* style for required labels */
label .required
	{
  font-size: 0.75em;
  color:#760000;
	}

input
	{
	width: 200px;
	}

input.radio, input.submit
	{
	width: auto;
	}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio
	{
	float: left;
	margin-right: 1em;
	}

textarea
	{
  width: 300px;
  height: 100px;
	}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label
	{
	text-indent: 2em;
	}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label
	{
	text-indent: 0;
	}

/* End the hack */

/*
 * CSS Compiled from all the individual files into one source
 */

/* */


.style_title
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFCC;
	}
.style_sub_title
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9E00;
	font-weight: bold;
	font-size: 18px;
	}
.style_para_bold
	{
	font-weight: bold;
	color: #FFFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.style_gold
	{
	color: #FF9E00;
	}
.style_lite
	{
	color: #FFFFCC;
	}

.style_para
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	}


/*
 * CSS for products.php
 */
 
 .product p
	{
	color: #FFFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.product h1
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFCC;
	}
	
.product h2
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9E00;
	font-weight: bold;
	font-size: 18px;
	}
	
.product blockquote
	{
	color: #FFFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}