body {
	background-image:url(../Images/VFPbackgroundpattern.jpg);
	margin:5px 0;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;	
}

body, td, th, h3, h6 {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;	
}

h1, h2, h4, h5 {
  color: #952F00;
}
hr{
	margin: 0 10px 0 10px;
	border: 1px solid #952F00;
}
a {
	color: #952F00;
}
.right_shadow {
	background-image:url(../images/shadow_right.jpg);
	background-repeat:repeat-y;
}
.bot_shadow {
	background-image:url(../images/shadow_bot.jpg);
	background-repeat:repeat-x;
}
.container {
	border: 2px solid #952F00;
	height:auto;
}
.top{
	height:141px;
	background:url(../Images/top.jpg) no-repeat top right;
	text-align:left;
	padding: 3px 0 0 15px;
}
.logo{
	float:left;
}
.menu{
	position:relative;
	float:right;
	top:107px;
	margin: 0 8px 0 0;
	font-size:105%;
	font-weight:bold;
}
.menu a{
	color:#2F2F2F;
	text-decoration:none;
}
.menu a:hover{
	color: #952F00;
}	
.menu a#highlight{
	color: #952F00;
}	
#tiny_text{
	font-size:70%;
	text-align:right;
	color:#2F2F2F;
}
#tiny_text a{
	color: #952F00;
}


.middle{
	background:#999999;
}
.middle img{
	border: 1px solid #2F2F2F;
}
.left{
	position:relative;
	float:left;
	width:47%;
	padding:10px;
	text-align:left;
}
.right{
	width:47%;
	float:right;
	position:relative;
	padding:10px;
}
#small_text,
.small_text
{
	font-size:80%;
}

.bottom{
	height:128px;
	background:url(../Images/bottom.jpg) no-repeat bottom right #999999;
	text-align:left;
	position:relative;
}
.bot_left{
	width:450px;
	float:left;
	padding: 0 10px 0;
}
#top{
	font-size:90%;
	font-weight:bold;
}
#bottom{
	font-weight:bold;
	color:#999999;
}
.bot_right{
	float:right;
	margin: 15px 10px 0;
}

#footer a{
	color:#494949;
	text-decoration:none;
	font-size:90%;
}


.content{
	text-align:center;
	padding:10px 10px 10px 60px;
	min-height:200px;
}
.content_exampl{
	text-align:center;
	padding:10px;
	min-height:200px;
}



/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #2F0000;
	border: 1px inset #952F00;
}

/* order form custom styles */

.smallTxtCart {
	font-size: xx-small;
	font-style: italic;
	margin-left: 10px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #2F0000;
	border-bottom: 1px solid #5A0000;
	border-left: 1px solid #5A0000;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData th {
	border: 1px solid #76685D;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #952F00;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* fixes it so the HD logo doesn't have a border around it */

img.noborder {
	border: 0;
}