/*  Grouped CSS Related Styles **************/

/*  Change the 6 colors below. This will change
    all the colors for your site. */

.txtcolor01, a, h1, h3, .txt01, .txt02, .txt04, .txtship01 {
	color: #73614a;
}

.bgcolor01, .popup01, #WrapHead {
	background: #73614a;
}

* html hr {
	color: #73614a;
	height: 1px;
	margin: 0px 0px 10px 0px;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #73614a; 
	margin: 0px 0px 10px 0px; 
}

.bordertop01 {
	border-top: 1px solid #73614a;
}

.border01, input.FormInput, select.FormInput {
	border: 1px solid #73614a;
}

/*  Main CSS Colors */

.txtblack01, a.link01, td, div, input, select, textarea, h2, .popup02, select.FormInput, input, .FormTextL, .FormTextR, .FormTextC, .FormMsg, .FormSubmit {
	color: #000000;
}

.txtdgrey01, a:hover, a.link01:hover {
	color: #181818;
}

.txtwhite01, a.link02, .popup01, .PageHead, .FormTextR02, .FormMsg02 {
	color: #FFF;
}

.txtsilver01, a.link02:hover {
	color: #dedede;
}

.txtred01, .PageTitle02, .FormError {
	color: #FF0000;
}

.txtmaroon01, .copybody {
	color: #632207;
}

.txtgreen01 {
	color: #009900;
}

.bgwhite01, .popup02, .outertable02, #quantity, .InnerCells {
	background: #FFF;
}

.bgsilver01, .PageTitle02 {
	background: #E3E4E4;
}

.borderblack01, .outertable02 {
	border: 1px solid #000;
}

#WrapHead {
	border: 1px solid #000;
}

/*  General CSS Related Styles **************/
 
h1 {
	font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold;
	margin: 0px;
}

h3, .txtship01 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 25px; font-weight: bold;
	margin: 0px 0px 10px 0px;
}

td, div, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.FormTextL, .FormTextR, .FormSubmit {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

.copybody {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
}

.txt02 {
	font-family: Century Gotchic, Arial, Helvetica, sans-serif; font-size: 14px;	
}

.txt03, .Footer01 {
	font-size: 10px;
}

.txt04 {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;
}

.txtbold01, .txt01 {
/*  When formatting the text in your pages, 
    you can use .txt01 class to make text stand out. */
	font-weight: bold;
}

.txtitalic01, .main01 h1 {
	font-style: italic;
}

.txtunderline01, a, a.link01, a.link02, a.link02:hover {
	text-decoration: underline;
}

.txtnounderline01, a:hover, a.link01:hover {
	text-decoration: none;
}

.textleft01, .FormTextL {
	text-align: left;
}

.textright01, .FormTextR, .FormTextR02 {
	text-align: right;
}

.textcenter01, .FormTextC, .Footer01 {
	text-align: center;
}

img {
	border: none;
}

/*  Use the floatleft or floatright class to align an 
    image left or right. */

img.floatleft, .floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.floatright, .floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}
/*  Do not edit the .pad01, .pad02 or .pad03 class.  */
	
.pad01 {
	padding: 10px;
}

.pad02 {
	padding: 0px 10px 0px 10px;
}

.pad03 {
	padding: 10px 0px 10px 0px;
}

.form01 {
	padding: 0px 0px 0px 0px;
}

.popup01 {
/*  Here you can change the popup bar 
    background color in the .popup01 class 
	(normally if you do a find and replace 
	with the link color as I stated above, 
	you won't need to unless you want 
	different colors). */
	font-size: 12px;
}

.popup02 {
	font-size: 12px;
	line-height: 15px;
	padding: 12px;
}

.popup02 p {
	line-height: 17px;
}

/*  Default Related Style ****************/

p {
	margin: 0px 0px 10px 0px;
}

ul {
	padding: 0;
	margin: 0px 0px 10px 20px;
}

li {
	list-style: disc;
	padding-left: 0px;
	margin: auto;
	line-height: 15px;
}

ol li {
/*  On a <ol> of a list, it will make a number
    list for you. So use the following format: 
	<ol><li></li></ol> */
	list-style: decimal;
	margin: 0px 0px 0px 20px;
	line-height: 17px;
}

/*  Template Related Style ****************/

.txtship01 {
	margin: 0px 0px 0px 0px;
}

/*  Do not edit the .pad01, .pad02 or .pad03 class.  */
	
.pad01 {
	padding: 10px;
}

.pad02 {
	padding: 0px 10px 0px 10px;
}

.pad03 {
	padding: 10px 0px 10px 0px;
}

.form01 {
	padding: 10px 10px 0px 10px;
}

.popup01 {
/*  Here you can change the popup bar 
    background color in the .popup01 class 
	(normally if you do a find and replace 
	with the link color as I stated above, 
	you won't need to unless you want 
	different colors). */
	font-size: 12px;
}

.popup02 {
	font-size: 12px;
	line-height: 15px;
	padding: 12px;
}

.popup02 p {
	line-height: 17px;
}

.Footer01 p {
	margin: 0px 0px 20px 0px;
}

