body{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	background:url(images-template/bg.jpg) repeat;
	margin:0 auto;
 }

td {
font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	margin:0 auto;
}

.wrapper {
	width:910px;
	margin:0 auto;
	padding:0;
	}
#header {
	background:url(/images-template/header.png) no-repeat;
	/*** 2 lines below are invalid code but fix png images with ie6 - reactivate if needed ***/
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images-template/header.png');*/
	height:134px;
	width:909px;
	position:relative;
}

.leftheader {
	float:left;
	width:600px;
}

.rightheader {
	padding-top:5px;
	float:right;
	width:250px;
}
.contact {
	color:#f9ea8c;
	font-size:14px;
	text-align:right;
	width:250px;
	position: absolute;
	}
	
.contact a {
	color:#f9ea8c;
	}
.cartView {
	/*padding:50px 0 0 0;*/
	font-size:16px;
	color:#f9ea8c;
	position: absolute;
	top: 105px;
	}
.cartView a {
	color:#f9ea8c;
	font-size:14px;
}
.navbar {
	background:url(images-template/header-images.jpg) no-repeat;
	width:909px;
	height:111px;
	overflow: hidden;
	}
.navlinks {
	margin-top:89px;
	text-align:center;
	}
.content {
	border-left: 5px solid #347322;
	border-right: 5px solid #347322;
	margin:0;
	padding:0;
	width:898px;
	background-color:#FFFFFF;
	}
.rightBar {
	background:url(/images/beige-back_left.gif) repeat-y;
	width: 6px;
	}
.search {
	padding:10px 10px 10px 0;
	}

/* END REGULAR TEMPLATE STYLES */

/* added by ao for content on the checkout.php page*/
.gencontent {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }

.pagename	{ font-size: 16px; font-weight: bold; vertical-align: middle; }
.user		{ font-weight: bold; vertical-align: middle; }
.menu		{ font-size: 9pt; color: #000099; }
.menu2		{ font-size: 9pt; color: #000099; }

.instr		{  }
.instr2		{  }
.instrhl	{ color: #8B0000; }
.instrbld	{ font-weight: bold; }

.fldinstr		{ font-size: 8pt; font-weight: normal; }

.required 	{ font-size: 12pt; color: #CC0000; }
.label		{ text-align: right; vertical-align: top; font-weight: bold; }
.label2		{ text-align: left; vertical-align: top; font-weight: bold; }

.error {color: #CC0000; font-weight: bold}
.highlighted { color: #CC0000; }

.testSig { font-size: 10px; font-weight: bold; font-family: Verdana,arial,helvetica; }



.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000066;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663366;
}
.grnText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006633;
}
a {
	color: #B33D1F;
	font-size: 13px;
}

.chartText
	{
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 11px;
	}
.chartBoldText
	{
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 11px;
		font-weight: bold;
	}


.caption
	{
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 10px;
		font-style: italic;
	}

/*  elements added for the shopping cart */

	table.vw_cart
		{
		color: black;
		/*width: 600px; */
		width: 100%;
		background: white;
		border: 1px solid black;
		padding: 4px;
		}
	table.vw_cart th
		{
		color: black;
		padding: 4px;
		text-align: center;
		}
	table.vw_cart td
		{
		/* color: #000000; */
		color: black;
		padding: 0;
		font-size: 12px;
		}
	td.vw_cart_billship
		{
		line-height: 2em;
		}
	table.vw_cart_display_totals
		{
		width: 100%;
		background: white;
		border: 1px solid black;
		border-spacing: 0;
		color: black;
		border: 0;
		}
	table.vw_cart_display_totals td
		{
		padding: 0;
		}
	table.vw_cart_creditcard
		{
		width: 100%;
		background: white;
		border-spacing: 0;
		color: black;
		border: 1px solid black;
		padding: 4px;
		}
	table.vw_cart_creditcard th
		{
		background: white;
		font-weight: bolder;
		border-spacing: 0;
		border-bottom: 1px solid black;
		color: black;
		}
	tr.vw_cart_ocolor td
		{
		color: black;
		background: #DDDDFF;
		border-bottom: 1px solid black;
		font-size: 12px;
		}
	tr.vw_cart_ecolor td
		{
		color: black;
		background: #fdd798;
		border-bottom: 1px solid black;
		font-size: 12px;
		}
	.text2
		{
		/* text for "enter billing...information" */
		font-weight: bolder;
		color: #773377;
		font-size: 14px;
		}
/*  ending of shopping cart elements  */


.thawte {
	margin-bottom: 15px;
}

/* Styles for the product page expanding information */

.expand_box {
	padding:0px;
	margin: 0 0 20px 20px;
		border: 1px solid #B33D1F;

	}
.expand_text {
	padding:5px;
	}