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

body {
	background: #2f0400;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

a {
/*  Pick a color that will stand out in the psd 
    and do a find and replace throughout this 
	document with this link color, it will change 
	the look and feel for the site. */
	color: #993300; text-decoration: underline;	
}

a:hover {
	color: #181818; text-decoration: none;
}

.navigation {background:url(bg_nav.jpg) repeat-x top; }

a.nav { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color: #ffffff; text-decoration: none;}
a.nav:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color: #300400; text-decoration: none;}

.nav_order {background:url(bg_nav_order.jpg) repeat-x top; }
.nav_additional {background:url(bg_nav_additional.jpg) repeat-x top; }

a.link01 {
	color: #000; text-decoration: underline;
}

a.link01:hover {
	color: #181818; text-decoration: none;
}

a.link02 {
	color: #FFF; text-decoration: underline;
}

a.link02:hover {
	color: #dedede; text-decoration: underline;
}

a.link03 {
	color: #000; text-decoration: underline;
}

a.link03:hover {
	color: #993300; text-decoration: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

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

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #3d6997; 
	margin: 0px 0px 10px 0px; 
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #993300;
	font-weight: bold;
	margin-top: 0px; margin-bottom: 10px;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
}

p {
	margin-top: 0px; margin-bottom: 10px;
}

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

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

.digits01 li {
/*  On a <UL> of a list, use the .digitas01
    class to have the list come out in numbers.
	For example, it'd look like: 
	<UL class=digits01><li></li></UL> */
	list-style: decimal;
	margin: 0px;
	line-height: 17px;
}

/*  Custom CSS Related Style **************/

/*  When using custom CSS styles enter them in
	this section to define them. */



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

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

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

.txt03 {
	font-size: 10px;
}

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

.txtred {
	color: #FF0000;
}

.txtgreen {
	color: #009900;
}

/*  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). */
	background-color: #993300;
	color: #FFF;
	font-size: 12px;
}

.popup02 {
	background-color: #FFF;
	font-size: 12px;
	color: #000;
	line-height: 15px;
	padding: 12px;
}

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

.outertable01 {
	background: #FFF;
/*  Here you can change the color of the
    border for the checkout pages.  */	
	border: 7px solid #dabf98;
}

.Footer01 {
	font-size: 10px;
	text-align: center;
}

.Footer01 p {
	margin: 8px 0px 12px 0px;
}

/**************** Livemercial's CSS ****************/

#WrapHead {

/*  Here you can change the checkout
    bar colors in the #WrapHead ID 
	(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). */
	background-color: #993300;
	border: 1px solid #000;

}

/* Page Related Style ****************/

.outertable {
	border: 2px solid #000;
}

.InnerCell {
	width: 750px;
	background-color: #FFFFFF;
}

.DefaultTable {
	padding: 4px;
	width:733px;
	 
}

.PageTitle {
	font-size: 12px;
	font-weight: bold;
}

.PageHead {
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

.PageTitle02 {
	background-color: #E3E4E4;
	color: #E23025;
}

/* Form Related Style ****************/

input.FormInput {
	background-color: #ffffff;
	background-image: url(bg_input.gif);
	background-repeat: repeat-x;
/*  Below you can change the form border 
    colors (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). */
	border: 1px solid #3d6997;
	padding: 2px;
	height: 20px;
}

select.FormInput {
	color: #000;
/*  Below you can change the form border 
    colors (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). */
	border: 1px solid #3d6997;
	margin-bottom: 2px;
}

input {
	color: #000;
}

.FormTextL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}

.FormTextR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: right;
}

.FormTextR02 {
	color: #FFF;
	text-align: right;
}

.FormTextC {
	color: #000;
	text-align: center;
}

.FormMsg {
	color: #000;
	font-size: 10px;
}

.FormMsg02 {
	color: #FFF;
	font-size: 10px;
}

.FormError {
	color: #AA0000;
}

.FormSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	vertical-align: middle;
	height: 60px;
}

/* Form Input Styles *****************/
#option { }

#quantity { 
	background-color: #FFF;
	width: 25px; text-align: left; 
	padding-left: 3px;
}

#title { 
	width: 50px; 
}

#fname { 
	width: 125px; 
}

#lname { 
	width: 150px; 
}

#address1 { 
	width: 175px; 
}

#address2 { 
	width: 150px; 
}

#city { 
	width: 175px; 
}

#state { 
	width: 150px; 
}

#zip { 
	width: 75px; 
}

#country { 
	width: 150px; 
}

#phone1 { 
	width: 35px; 
}

#phone2 { 
	width: 35px; 
}

#phone3 { 
	width: 45px; 
}

#email { 
	width: 175px; 
}

#ccno { 
	width: 150px; 
}

#cctype { width: 150px; }

#ccexpmo { }

#ccexpyr { }

#cccvv { width: 45px; }

.copybody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2F0400;
}
.copyblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	font-weight: bold;
	color: #561B11;
	font-style: italic;

}
.classic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#993300;
	font-weight: bold;
}
.GranAraoma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#A01200;
	font-weight: bold;
}
.Long {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#E13C00;
	font-weight: bold;
}
.decaff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#00D9FD;
	font-weight: bold;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC66;
}
.copysub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #300401;
	padding:10px;
}
.subsubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#300401;
	font-weight: bold;
}	
	.bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
