body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
body{
	font-size: 80%;
}
td, th, caption {
	font-size: 100%;
}
.MarginLeft
{
margin-left: 10px;
}
a{
	color: #345F81;
}
a img{
	border: none;
}
#leftNav{
	position: absolute;
	left: 0px; 
	top: 0px; 
	width: 168px; 
	z-index: 1;
}
#leftNav a.leftNav, #leftNav a.leftNavOpen{
	background-color: #a02c2c;
	display: block;
	border-bottom: 1px solid #76685D;
	border-right: 1px solid #76685D;
	padding: 2px 0px 2px 25px;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 4px 50%;
}

/*Navigation- Main Button Styles */
/*Add a border to our first menu button, in this case lnProducts */
#leftNav #lnProducts{
	border-top: 1px solid #76685D;
}
#leftNav a.leftNav{
	background-image: url(images/inactive.gif);
}
#leftNav a.leftNav:hover, #leftNav a.leftNavOpen, #leftNav a.leftNavOpen:hover{
	background-image: url(images/expand.gif);
}

div.lnSubMenu{
	text-indent: 0px;
	padding: 8px 0 0 8px;
	display: none;
}
div.lnSubMenu a{
	color: #345F81;
	text-decoration: none;
	display: block;
	padding-top: 8px;
}
div.lnSubMenu a:hover{
	color: #8CA26B;
	text-decoration: underline;
}

#logOut{
	text-align: center;
	padding: 20px;
}

#divMainContent{
	margin: 10px 10px 10px 180px;
	padding: 10px;
}
#divMainContent h1{
	font-size: 105%;
	color: #425929;
	background: transparent;
	border-bottom: 3px double #425929;
	margin: 0px;
}
#divMainContent h2{
	font-size: 100%;
	color: #76685D;
	padding: 2px 0px 3px 5px;
	margin-right: -10px;
	margin-left: -10px;
}
#divMainContent h3{
	font-size: 95%;
	color: #5E7D39;
	border-bottom: 1px solid #5E7D39;
}
.NoBorderTable
{border : 0px;}
/*Generic Table Styles */
table{
	border-collapse: collapse;
	border: 1px solid #76685D;
	margin: 5px;
}

td, th{
	border: 1px solid #76685D;
	padding: 3px;
	vertical-align: top;
}
th{
	background: #A1978F;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
}
caption{
	color: #5E7D39;
	font-weight: bold;
	text-align: left;
}

/*Form Elements*/
form{
	margin: 0px;
}
fieldset, fieldset a{
	color: #425929;
	padding: 4px;
}
legend{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #76685D;
}
input, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #425929;
	background: #FFFFFF;
}
input.formCheckbox, input.formRadio{
	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;
	margin: 3px 3px 0px 3px;
	cursor: pointer;
}
input.formButton2{
	background: #f00;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	color: #FFFFFF;
	margin: 3px 3px 0px 3px;
	cursor: pointer;
}
td input.formButton{
	margin: 0px 3px 0px 3px;
}

/* Cartweaver Admin Classes */

/* Table Styles */
table.noBorders, table.noBorders td{
	border: none;
}
/* Tables used to display tabular Data. 
In the Admin, it is only necessary to apply within a nested table that has the noBorders class applied. */
table.tabularData, table.tabularData td, table.tabularData th{
	border: 1px solid #76685D;
	border-collapse: collapse;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven{
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}

.smallprint{
	font-size: 80%;
	color: #993300;
}

.TDWidth
{
width : 50%;
vertical-align : top;
border : 0px;
}
.navH1
{
font-size:14px;
text-align:center;
font-weight:bold;
}

a:visited {
  color: #f00;
}