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

/*  When using custom CSS styles enter them in
	this section to define them. */
	
@import url(umg.css);
	
body {
	background-image:url(../images/back.gif);
	margin: 0px 0px 0px 0px;
}

.nav {
	color: #FFF;
	width: 677px; height: 27px;
	
}

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

.copybody {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #454E5B;
	padding: 10px 10px 0px 10px;
}
.copyheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #47505D;
	font-weight: bold;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #47505D;
}

.hrmain01 {
	background: #fff url(../images/hr_dash01.gif);
	height: 2px;
	margin: 10px 0px 10px 0px;
}

.hrmain01 hr {
	display: none;
}

.txtmain02, .bullets {
	font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold;
}

.bullets {
	font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.bullets li {
	margin-bottom: 4px;
}

.txtblue01, .bullets, .txtmain02 {
	color: #0093d2
}

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

.now01 {
	line-height: 18px;
	padding: 10px 20px 10px 20px;
}


/*  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: #333333;
	text-decoration: underline;
	font-size: 11px;
}

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

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

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

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

a.link02:hover, .nav a: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: #0093d1;
	height: 1px;
	margin: 0px 0px 10px 0px;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #0093d1; 
	margin: 0px 0px 10px 0px; 
}
 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: #0093d1; font-weight: bold;
	margin: 0px 0px 10px 0px;
}

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

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #0093d1; 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: #0093d1; font-weight: bold;
}

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

.txt03 {
	font-size: 10px; 
}

.txt04 {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #0093d1; 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: #0093d1;
	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;
	margin-top: 20px;
}

.Footer01 {
	border-top: 1px solid #0093d1;
	font-size: 10px;
	text-align: center;
	padding-bottom: 8px;
}

.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: #0093d1;
	border: 1px solid #000;
	padding-left: 4px;
}

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

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

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

.DefaultTable {
	padding: 4px;
	background-color:#FFFFFF
}

.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 #0093d1;
	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 #0093d1;
	height: 20px;
	margin-bottom: 2px;
}

input {
	color: #000;
}

#action {
	background: #0093d1;
	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: #0093d1; 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; }


