/* style sheet for all pages in site before order step 1 */
body {
	padding:0;
	margin:0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	min-width:745px;/* for mozilla*/
	width: 745px;
	/*background-color: #394B3D #fff;*/
	color: #000;
	font-family: Verdana, Helvetica, "sans-serif";
	font-size: 11px;
	background: url(images/bodyshadow.gif) top center repeat-y;
}


.header {
	background-image: url(images/header1.jpg);
	color: 6F4C81;
	width: 745px;
	font-family: verdana, "sans-serif";
	font-size: 14px;
	font-weight: 900;
	}
	
.headlinks {
	font-family: verdana, "sans-serif";
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	}
	
.cart {
	font-family: verdana, "sans-serif";
	font-size: 10px;
	}
	
table.headtable.td {
	padding: 0px;
	margin: 0;
	}
	
.headsublinks {
	font-family: verdana, "sans-serif";
	font-size: 12px;
	}
	
.hptealeafbg {
	background-image: url(images/hptealeafbg.gif); 
	background-repeat: no-repeat;
	}

.hplist li {
	text-align: left;
	padding: 4px;
	font-size: 12px;
	color: #78814c;
	margin-left: -15px;
	font-weight: 600;
	}
	
.hpmessage {
	font-size: 13px;
	color: #777;
	font-weight: 600;
	text-align: left;
	line-height: 1.4em;
	}
	
h2 {
	font-size: 14px;
	font-weight: 600;
	color: #78814c;
	margin: 0;
	padding: 0;
	}
.hpquote {
	font-size: 10px;
	color: #78814c;
		}
		
		
/* link styles */

.headlinks A:link {color:#fff; text-decoration:none}
.headlinks A:visited {color:#fff; text-decoration:none}
.headlinks A:hover {color:#fff; text-decoration:underline}

.headsublinks A:link {font-size: 11px; color:#fff; text-decoration:none}
.headsublinks A:visited {font-size: 11px; color:#fff; text-decoration:none}
.headsublinks A:hover {font-size: 11px; color:#fff; text-decoration:underline}

A:link {color:blue; text-decoration:none}
A:visited {color:blue; text-decoration:none}
A:hover {color:#A2A800; text-decoration:none}

/* main styles */

H1{font-family: verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #7A7A7A;
	font-weight:bold;
}
	

.smalltext{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000;
}

.smalltextgreen{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #78814c;
}

.regulartext{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
	
.regulartextwhite{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #ffffff;
}

.regulartextboldwhite{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #ffffff;
	font-weight:bold;
}

.regulartextboldgreen{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #78814c;
	font-weight:bold;
}

.regulartextbold{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.mediumtext{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
}

.mediumtextbold{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.mediumtextboldwhite{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.mediumtextboldgreen{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #78814c;
}

.pageheader{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #78814c;
}

.footertext{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.green{
	color: #78814c;
}

.white{
	color: #ffffff;
}

.greenbold{
	color: #78814c;
	font-weight: bold;
}

.textgreen{
	color:#78814c; font: normal 12px Verdana, Arial, sans-serif;
}

.textgreenbold{
	color:#78814c; font: bold 12px Verdana, Arial, sans-serif;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.formtextwhite{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.formheader{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

.loginheader{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background: #78814c;
}

.center{
	
	text-align: center;
}

.left{
	text-align: left;
}

.greenbold{
	font-weight: bold;
	color: #78814c;
}

.error{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: red;
	text-align: center;
}

.red{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #D60000;
}

tr.carthead td {
	border-bottom: 2px solid #78814c;
	color: #78814c;
	font-weight: 600;
	}