
/*  Custom CSS Related Style **************/

/*  When using custom CSS styles enter them in
	this section to define them. */
#navigation {
	background:url(../images/nav.gif);
	width: 765px;
	height: 37px;
	padding: 0;
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	float:right;
	
	
}

  #navigation li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
  #navigation li, #navigation a {
    height: 37px; display: block;}
	
 #home {left: 0; width: 191px;}
  #testimonials {left: 191px; width: 192px;}
  #faq {left: 383px; width: 192px;}
  #order {left: 575px; width: 190px;}
  
 
  #home a:hover {
    background: transparent url(../images/nav.gif)
    0 -37px no-repeat;}
 #testimonials a:hover {
    background: transparent url(../images/nav.gif)
    -191px -37px no-repeat;}
  #faq a:hover {
    background: transparent url(../images/nav.gif)
    -383px -37px no-repeat;}
  #order a:hover {
    background: transparent url(../images/nav.gif)
    -575px -37px no-repeat;}	
body {
	background: url(../images/bg_site.gif);
	margin: 0px 0px 0px 0px;
}



/*  Default Related Style ****************/

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: #4ba51b; text-decoration: underline;	
}

a:hover {
	color: #181818; text-decoration: none;
}

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;
}

td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000;
}

img {
	border: none;
}

/*  Use the floatleft or floatright class to align an 
    image left or right. */

img.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000;
}

* html hr {
	color: #4ba51b;
	height: 1px;
	margin: 0px 0px 10px 0px;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #4ba51b; 
	margin: 0px 0px 10px 0px; 
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #4ba51b; font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #000; font-weight: bold;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #4ba51b; font-weight: bold;
	margin: 0px 0px 10px 0px;
}

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.digits01 li {
/*  On a <OL> of a list, use the .digitas01
    class to have the list come out in numbers.
	For example, it'd look like: 
	<OL class=digits01><li></li></OL> */
	list-style: decimal;
	margin: 0px 0px 0px 20px;
	line-height: 17px;
}

/*  Template Related Style ****************/

.txt01 {
/*  When formatting the text in your pages, 
    you can use .txt01 class to make text stand out. */
	color: #4ba51b; font-weight: bold;
}

.txt02 {
	font-family: Century Gotchic, Arial, Helvetica, sans-serif; font-size: 14px; color: #4ba51b;
}

.txt03 {
	font-size: 10px;
}

.txt04 {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #4ba51b; 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: #4ba51b;
	font-size: 12px; color: #FFF;
}

.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: 1px solid #000;
}

.Footer01 {
	
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	
}

.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: #4ba51b;
	border: 1px solid #000;
	padding-left: 4px;
}

/* Page Related Style ****************/

.outertable {
	border: 2px solid #000;
}

.InnerCell {
	width: 750px;
	background-color: #FFFFFF;
}

.DefaultTable {
	padding: 4px;
}

.PageTitle {
	font-size: 12px; font-weight: bold;
}

.PageHead {
	color: #FFF; font-size: 13px; font-weight: bold;
	height: 25px;
}

.PageTitle02 {
	background-color: #E3E4E4;
	color: #E23025;
}

/* Form Related Style ****************/

form {
	margin: 0px;
}

.formInput {
	background-color: #ffffff;
	background-image: url(../images/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 #4ba51b;
	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 #4ba51b;
	height: 20px;
	margin-bottom: 2px;
}

input {
	color: #000;
}

#action {
	margin: 0 350px 0 0;
	background: #4ba51b;
	color: #FFF; font-weight: bold; 
	height: 24px;
	border-left: 2px solid #eff3f5; border-bottom: 2px solid #89a7b6; border-right: 2px solid #89a7b6; border-top: 2px solid #eff3f5;
}

#accept, #reject {
	background: #FFF;
	color: #4ba51b; font-weight: bold; 
	height: 22px;
	border-left: 2px solid #eff3f5; border-bottom: 2px solid #89a7b6; border-right: 2px solid #89a7b6; border-top: 2px solid #eff3f5;
}

.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: 40px; 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: 10px; line-height:10px; color: #000;
}
.copybody2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height:12px; color: #000;
}
.bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height:18px; letter-spacing:0; color: #146390;
}
.bluetext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold; line-height:18px; letter-spacing:0; color: #146390;
}