body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding:0px;
	margin: 0px;
}
p {
	margin: 0px 5px 0px 5px;
}
blockquote {
	margin-top: 0px 0px 0px 7px;
	color: #666666;
	font-style: italic;	
}
h1 {
	font-size: 14px;
	color: #342870;
	font-style: italic;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
	border-bottom:3px double #342870;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #ff0000;
	margin-top: 3px;
	margin-bottom: 3px;
}
/********************LAYOUT STYLES******************/
#header{
	position:relative;
	top: 0;
	left: 0;
	margin: 0;
	height: 120px;
	/*width: auto;*/
	visibility: visible;
	background-color: #0207DD;
	background-image:url(../images/header_bkg.jpg);
}
#logo {
	position: absolute;
	height: auto;
	width: auto;
	left: 7px;
	top: 0px;
	z-index: 1;
	visibility: visible;
}
#message {
	position:absolute;
	left:130px;
	top:55px;
	width:257px;
	height:27px;
	z-index:4;
	visibility: visible;
	text-align: center;
}
#websites{
	position:absolute;
	left:388px;
	top:6px;
	width:165px;
	height:80px;
	z-index:1;
}

#hnavigation {
	clear:	both;
	border-top:	0px;
	position: absolute;
	height: 20px;
	width: 100%;
	right: 0px;
	left: 0px;
	top: 120px;
	padding-left: 0px;
	z-index: 1;
	visibility: visible;
	background-color: #000000;
	overflow: visible;
}
#leftcol{
	float: left;
	margin-top: 40px;
	padding-bottom: 10px;
	padding-left: 5px;
	width:145px;
	background-color: #ffffff;
	 }
#centercol{
		background:#ffffff;
		margin-top: 30px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
			/*ie fix*/
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 160px;
   		margin-right:155px;
		min-height: 400px;
		}
	
* html #centercol {
	margin-left: 155px;
	margin-right:155px;
	height: 400px;
}

#rightcol{
	position: absolute;
	right:5px;
	top:152px;
	margin-top: 8px;
	width:140px;
	z-index:1;
	visibility: visible;
	padding-bottom: 10px;
	background-color: #ffffff;
	 }
#footer{
	clear:both;
	width: 100%;
	margin: 0px;
	bottom: 800px;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #333333;
	background-color: #eeeeee;
	 }
#bgimage {
	position: absolute;
	height: auto;
	width: auto;
	top: 10px;
	right: 35px;
	visibility: visible;
	}
/**************************Header Styles*********************/
.wht_16px {
	font-size: 16px;
	color: #ffff00;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.websiteslinks a{
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	/*font-style: italic;*/
}
.websiteslinks a:link, .websiteslinks a:visited {
	text-decoration: none;
	color: #ffffff;
	}
.websiteslinks a:hover,.websiteslinks a:active {
	text-decoration: underline;
	color: #FFFF00;
	}
/**************************Column Classes*********************/
.lc_titles{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
}
.lc_headers {
	background-color : #342870; 
	padding: 3px 0px 4px 4px;
	border-left: 5px solid #FF7C3E;
	display : block; 
}
.lc_boxes{
	min-height:20px;
	margin-bottom:15px;
	width: auto;
	text-align:center;
	border-bottom: solid #999999 1px;
	border-left: solid #999999 1px;
	border-right: solid #999999 1px;
	padding-bottom: 5px;
	background-color: #d6d7d9;
}
.navnolink {	  	  
	background-color: #9CBBE0;
	padding: 3px 0px 3px 0.5em;
	border-left: 5px solid #6898d0;
	border-right: 5px solid #6898d0;
	display : block; 
}
.vnav {
	width: 145px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	  	  
	background-color: #6898d0;
	color: #333;
}
.vnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}		
.vnav li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	width: auto;
}
.vnav li a {
	display: block;
	padding: 3px 0px 3px 0.5em;
	border-left: 5px solid #8AA1B6;
	border-right: 5px solid #8AA1B6;
	background-color: #6898d0;
	color: #fff;
	text-decoration: none;
	width: auto;
}
.vnav li a:hover{
	border-left: 5px solid #342870;
	border-right: 5px solid #342870;
	background-color: #FF7C3E;
	color: #fff;
}
.vnav li a:active, .vnav li a:visited{
	color: #fff;
	text-decoration: none;
	}
/******************************LINK STYLES**************************/
/*general*/
a:link {
	color: #342870;
}
a:visited {
	color: #342870;
}
a:hover {
	color: #9486D5;
	text-decoration:none;
}
a:active {
	color: #6492CA;
	text-decoration:none;
}
/*special*/
.hnavlink{
	color: #FFFFFF;
	}
.hnavlink a:link, .hnavlink a:visited {
	text-decoration:none;
	color: #FFFFFF;
	}
.hnavlink a:hover, .hnavlink a:active {
	color: #FFFF00;
	}
.bottomlinks{
	color:#8181A9;
}
.bottomlinks a:link, .bottomlinks a:visited {
	text-decoration:none;
	color: #8181A9;
	}
.bottomlinks a:hover, .bottomlinks a:active {
	color: #666699;
	font-weight:bold;
	}
/*****************Blue Red Blue Link Scheme*************/
.link_BRB a:link {
	text-decoration: underline;
	color: #0000FF;
	}
.link_BRB a:active {
	text-decoration: underline;
	color: #0000ff;
	}
.link_BRB a:visited{
	color: #0000FF;
}
.link_BRB a:hover {
	text-decoration: none;
	color: #FF0000;
	}

/*****************Red Blue Red Link Scheme*************/
.link_RBR a:link {
	text-decoration: underline;
	color: #FF0000;
	}
.link_RBR a:active {
	text-decoration: underline;
	color: #FF0000;
	}
.link_RBR a:visited{
	color: #FF0000;
}
.link_RBR a:hover {
	color: #0000FF;
	}
	/******fakebutton syles********/
.fakebutton {
	background-color: #342870;
	border-bottom: #668099 2px solid;
	border-left: 4px solid #FF7C3E;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	color: #ffffff;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	padding: 1px 12px 2px 12px;
}
.fakebutton a:link, .fakebutton a:visited {
	text-decoration:none;
	color: #FFFFFF;
	}
.fakebutton a:hover {
	color: #FFFFff;
	}
.fakebutton a:active{
	color: #FFFFff;
	padding: 5px 0px 1px 0px;
}
	
/******************************GEN TEXT STYLES**************************/
.bold {
font-weight:bold;
}
.boldtxt12 {
	font-weight:bold;
	font-size: 12px;
}
.whtbldtxt12 {
	font-weight:bold;
	font-size: 12px;
	color:#FFFFFF;
}
.fineprint {
	font-size: 10px;
}
.fineprint9 {
	font-size: 9px;
}
.redtxt10{
	color:#FF0000;
	font-size: 10px;
	}
.redtxt{
	color:#FF0000;
	}
.redtxtbld{
	color:#FF0000;
	font-weight:bold;
	}
.redtxtbld12{
	color:#FF0000;
	font-weight:bold;
	font-size: 12px;
	}
.bluetxt{
	color:#0000FF;
	}
.bluetxtbld{
	color:#0000FF;
	font-weight:bold;
	}
.bluetxtbld12{
	font-size: 12px;
	color:#0000FF;
	font-weight:bold;
	}
/****************************TABLE STYLES************************/
/*minicart table*/
.minicartborder{
	border-bottom: 1px solid #000000;
	}
table.minicart{
	width:95%;
	}
table.minicart, table.minicart td, table.minicart th {
	border-collapse: collapse;
	font-size:10px;
}

/****************************CARTWEAVER SPECIFIC STYLES************************/
/*most are used for general site styles in the main site to style it like cartweaver*/
/*Form Elements*/
form {
	margin: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #342870;
	border: 1px inset #A1978F;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background-color: #342870;
	border-bottom: #668099 2px solid;
	/*border-left: #668099 1px solid;*/
	border-left: 4px solid #FF7C3E;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	color: #ffffff;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	cursor: hand;
}
/****alternate style for add to cart links*/
.atcsubmit {
   color: #fff;
   background-color: #63639C;
   text-decoration: none;
   	border-bottom: #000000 1px solid;
	border-left: 1px solid #ffffff;
	border-right: #000000 1px solid;
	border-top: #ffffff 1px solid;
   cursor: pointer;
   cursor: hand;
  }
/**cartweaver table elements**/

table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #76685D;
	border-collapse: collapse;
}
table.tabularData th{
background-color: #342870;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
.altRowEven {
	background-color: #E9F0F8;
}
.altRowOdd{
	background-color: #CEDEF0;
}

/****misc cartweaver styles****/
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/****************END CARTWEAVER SPECIFIC STYLES************************/
