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

body {
	background: #FFF;
	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: #0065ad; text-decoration: underline;	
}

a.navlink:active, a.navlink:visited, a.navlink:link { color:#FFFFFF; font-weight:bold; text-decoration:none; }
a.navlink:hover {text-decoration:underline; color:white;}

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

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

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

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

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

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

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #0065ad; 
	margin: 0px 0px 12px 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #474747;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	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;
}

/* Design Related Style ****************/

.topbar01 {background:url(images/top_bar01.gif) top repeat-x; line-height:11px;}
.hdr01_bg {background:url(images/hdr01_bg.jpg) top repeat-x;}
.hdr02_bg {background:url(images/hdr02_bg.gif) top repeat-x;}
.nav_bg { background:url(images/nav_bg.gif) top repeat-x; color:#FFFFFF; font-weight:bold;}
.offer_leftBG { background:url(images/offer_leftBG.jpg) top right repeat-x;}
.offer_rightBG { background:url(images/offer_rightBG.jpg) top left repeat-x;}
.offer_txt01 { padding:5px 10px 10px 5px;}
.offer_txt01_bg {background:url(images/offer_txt_bg.jpg) top left no-repeat;}
.bar01_bg {background:url(images/bar01_BG.gif) top repeat-x;}
.shade_bg {background:url(images/shade_bg.gif) top repeat-x;}
.test_txtBG {background:url(images/test01.jpg) top left no-repeat;}
.test_txt {padding:5px 5px 5px 10px; font-weight:bold; color:#434343;}
.pad02 {padding:16px 10px 10px 10px; color:#474747;}
.bar02_BG {background:url(images/bar02_BG.gif) top repeat-x;}
.txt01{
/*  When formatting the text in your pages, 
    you can use .txt01 class to make text stand out. */
	color: #0065ad;
	font-weight: bold;
}

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

.txt03 {
	font-size: 10px;
}

.pad01 {
	padding-top: 16px;
}

.pad03 {
	padding: 8px;
}

.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: #0065ad;
	color: #FFF;
}

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

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

.digits01 li {
	list-style: decimal;
	margin: 0px;
	line-height: 17px;
}

.outtable01 {
	background: #FFF;
	border: 1px solid #000;
}

/**************** 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: #0065ad;
	border: 1px solid #000;
	padding-left: 4px;
}

#WrapFoot {
	color: #000;
}

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

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

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

.DefaultTable {
	padding: 4px;
}

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

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

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

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

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

input.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 #0065ad;
	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 #0065ad;
	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: #632207;
}
