body {
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border-width: 0px;
}

 ul
{
	list-style-type: none;
	padding: 1;
	margin: 0;
}

li
{
	padding-left: 0.5em;
	background: url(images/round.png) no-repeat 0em 0.3em;
}

a.nav:link {
	color:#f2c275;
	text-decoration:none;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
}
a.nav:visited {
	color:#f2c275;
	text-decoration:none;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
}
a.nav:hover {
	color:#FFFFFF;
	border-bottom: thin dotted #774F0B;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
}
a.nav:active {
	color:#f2c275;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #ece9d8;
	text-decoration: none;
}
a:visited {
	color: #ece9d8;
	text-decoration: none;
}
a:hover {
	color: #543f30;
	text-decoration: none;
}
a:active {
	color: #CC5200;
	text-decoration: none;
}
#content {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	height: 372px;
	overflow: auto;
	text-align: left;
	line-height: 150%;
	background: #161616;
	padding: 30px;
}
#content h1 {
	color: #CCCCCC;
	letter-spacing: 0.1em;
	padding-bottom: 0px;
	padding-top: 0px;
	font: 200% Georgia, "Times New Roman", Times, serif;
	border-bottom: 3px solid #999999;
}
#content h2 {
	color: #FFFFFF;
	font-size: 150%;
}
#content h3 {
	color: #000000;
	font-size: 110%;
}
#content h5 {
	font-size: 105%;
	color: #002A54;
}
#left {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	height: 328px;
	text-align: left;
	line-height: 150%;
	background: #161616;
	padding: 30px;
}
#left h1 {
	color: #CCCCCC;
	letter-spacing: 0.1em;
	padding-bottom: 0px;
	padding-top: 0px;
	font: 200% Georgia, "Times New Roman", Times, serif;
	border-bottom: 3px solid #999999;
}
#left h2 {
	color: #FFFFFF;
	font-size: 150%;
}
#left h3 {
	color: #000000;
	font-size: 110%;
}
#left h5 {
	font-size: 105%;
	color: #002A54;
}
#acce {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	height: 440px;
	overflow: auto;
	text-align: left;
	line-height: 150%;
	background: #FFFFFF;
	padding: 30px;
}
#acce h1 {
	font-size: 200%;
	color: #000000;
	letter-spacing: 0.1em;
	padding-bottom: 7px;
	padding-top: 0px;
}
#acce h2 {
	color: #FFFFFF;
	font-size: 150%;
}
#acce h3 {
	color: #002A54;
	font-size: 110%;
}
#acce h5 {
	font-size: 105%;
	color: #002A54;
}


#content a {
	text-decoration: none;
	border-bottom: 1px none #FAA234;
	font-weight: bold;
}
#content a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#content li {
	margin-left: 0px;
	line-height: 200%;
	padding-left: 1.5em;
	background: url(images/round.png) no-repeat 0em 0.5em;
	padding-bottom: 3px;
}	
.justpurple {
	font-size: 11px;
	line-height: 150%;
	color: #666666;
	padding-top: 5px;
}
a.justpurple:link {
	font-size:11px;
	color:#666666;
	text-decoration:none;
	text-align: center;
}
a.justpurple:visited { font-size:11px; color:#666666; text-decoration:none}
a.justpurple:hover { font-size:11px; color:#CCCCCC; text-decoration:none}
a.justpurple:active { font-size:11px; color:#666666; text-decoration:none}

/** Blockquote **/
blockquote {
	margin: 0;
	padding: 0 20px 15px;
	border-top: 1px solid #AAD3DB;
	border-bottom: 1px solid #AAD3DB;
}
blockquote li{
	letter-spacing: normal;
	font: 9px/150% Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
blockquote h4 {
	padding-left: 18px;
	background: url(images/ico_info.gif) no-repeat 0 0;
	margin-bottom: 10px;
	margin-left: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
}	
#mytable {
	width: 450px;
	padding: 0;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

#mytable th {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	border-bottom: 1px solid #666666;
}

#mytable td {
	border-right: none;
	padding: 6px 6px 6px 12px;
	color: #000000;
	border-left: none;
	border-bottom: 1px solid #CCCCCC;
}
#mytable td.alt {
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
}
#mytable img {
	background:white;
	padding: 3px;
	margin: 2px;
}
#prod .small a {
	color: #FFFFFF;
}

#prod .small a:hover{
	color: #000000;
}
#prod .small2 a {
	color: #000000;
}
#prod .small2 a:hover {
	color: #EE7F00;
}


/*#products {
	background: url(images/products_all.jpg);
	height: 500px;
	width: 886px;
}
*/
/******************
MAIN PRODUCTS PAGE CSS
******************/
.pTable {
	background: url(images/products_bg.jpg) no-repeat;
	height: 500px;
}
.pTittle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.pTittle2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.small {
	font: 11px Verdana;
	color: #FFFFFF;
}
.small2 {
	font: 11px Verdana;
	color: #000000;
}
/******************
EACH PRODUCTS PAGE CSS
******************/
.transparent_class {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	height: 264px;
	width: 842px;
	background: #EE7F00;
}
.pName {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #000000;
}
.pDescrip {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.pDescrip a {
	color: #FFFFFF;
	font-weight: bold;
}
/******************
FORM FOR ORDER PAGE CSS
******************/

table.form
{
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	width: 440px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding-bottom: 10px;
}

table.form td
{
	color: #FFFFFF;
	padding: 7px 4px;
	text-align: left;
	border-bottom: 1px dotted #333333;
	font-weight: bold;
}

.form_button {
	background-color: #ccc;
	font-size: 0.90em;
	font-family: Arial, Geneva, Helvetica;
	font-weight: bold;
	border: 1px solid #FFF;
	border-width: 1px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-bottom-color: #666;
	border-right-color: #666;
}	
.form_textfield {
	font-family: Arial, Geneva, Helvetica;
	font-size:1em;
	color: #3A3939;
	border: 1px solid #666;
	width: 190px;
}
.form_textfield_small {
	font-family: Arial, Geneva, Helvetica;
	font-size:1em;
	color: #3A3939;
	border: 1px solid #666;
	width: 50px;
}
.form_textarea {
	/* Couldn't use inherit - doesn't work in IE quirks mode. */

	font-family: Arial, Geneva, Helvetica;
	font-size:1em;
	color: #3A3939;
	border: 1px solid #666;
}	
table.Prod {
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	width: 400px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding-bottom: 10px;
}
table.Prod td {
	color: #FFFFFF;
	padding: 7px 4px;
	text-align: left;
	font-weight: bold;
	border-style: none;
}
	
table.Ava {
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 315px;
}
table.Ava td {
	color: #FFFFFF;
	text-align: left;
	border-bottom: 1px dotted #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#loadarea {
	z-index: 1000;
}
