a:link, a:active, a:visited {
	color: #000033;
}
a:hover {
	color: #990000;
}
a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #FFFFFF;
	padding-left: 5px;
	text-decoration: none;
	padding-right: 5px;
	font-weight: bold;
	font-size: 13px;
}
a.navLink:hover {
	color: #FFFFCC;
	padding-left: 5px;
	text-decoration: none;
	padding-right: 5px;
	font-size: 13px;
}
a.subnavLink:link, a.subnavLink:active, a.subnavLink:visited {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	padding-right: 15px;
}
a.subnavLink:hover {
	color: #000066;
	font-size: 14px;
	text-decoration: none;
	padding-right: 15px;
}

a.ordernow:link, a.ordernow:visited {
  font-weight: bold;
  display: block;
  padding: 3px;
  border: 1px solid #881E22;
  text-decoration: none;
  background: #881E22;
  color: #fff;
  width: 110px;
  text-align: center;
}

a.ordernow:active, a.ordernow:hover {
  background: #fff;
  color: #881E22;
}

.bodyTitle {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.pageTitle {
	font-size: 20px;
	color: #000033;
}
body {
	margin: 0px;
	background-image: url(../../../layout/bk.png);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*a:link {color: #345F81;}
a:visited {	color: #425929;}
a:hover {	color: #8CA26B;	text-decoration:none;}
a:active {	color: #76685D;	text-decoration:none;}*/

hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h1 {
	color: #000;
	font-size: 13px;
	margin: 0px;
}

h2 {
	color: #000;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #425929;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #425929;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	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 td, 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  {
	color: #FFFFFF;
	background-color: #7DA7D9;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #DEE9F5;
}
.altRowOdd{
	background-color: #FFFFFF;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

.cartErrorMessage {
  color: #993333;
	font-weight: bold;
	padding: 5px;
	margin: 10px;
	border: 1px solid #993333;
	background: #FBD6DD;
}

.cartSuccessMessage {
  color: #415A20;
	font-weight: bold;
	padding: 5px;
	margin: 10px;
	border: 1px solid #415A20;
	background: #D7EAD4;
}

.logocol {
  background: #fff;
  float: right;
  margin-left: 10px;
  text-align: center;
}

h1.td_title {
  color: #000;
	font-size: 16px;
	margin: 10px 0;  
}

h2.td_subtitle {
  color: #000;
	font-size: 14px;
	margin: 0px;  
}
