/* Inventory Mover Styles */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	margin: 18px 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(/images/rocks.jpg);
}
a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #FFD900;
}

a:active {
	color: #FFD900;
}

.sm, p.sm, a.sm:link, a.sm:visited, a.sm:hover, a.sm:active {
	font-size: 10px;
	font-weight: normal;
}
a.sm:link, a.sm:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a.sm:hover, a.sm:active {
font-weight: bold;
color: #FFD900;
text-decoration: none;
}

h1 {
font-size: 20px;
font-weight: bold;
color: #9C6918;
text-align: left;
text-transform: uppercase; /* capitalize, uppercase, lowercase, none */
margin: 12px 0 6px 0;
padding: 0;
}

h2 {
font-size: 16px;
font-weight: bold;
color: #000000;
text-transform: none; /* capitalize, uppercase, lowercase, none */
text-align: left;
margin: 10px 0 6px 0;
padding: 0;
}
.button { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #9C6918;
	border: 1px #000000 solid;
}

.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
	vertical-align: text-top;
}

/* CUSTOM STYLES */ 
.textarea { font: bold 11px verdana, arial, helvetica, sans-serif; color: #333333; text-transform: none; text-decoration: none; background-color: #EEEEEE; border: 1px solid #333333;}
.leftbg { background-image: url(/images/header/leftbg.gif); background-repeat: repeat-y;}
.rightbg { background-image: url(/images/header/rightbg.gif); background-repeat: repeat-y;}

a.nav:link { font: bold 10px verdana, arial, helvetica, sans-serif; color: #9C6918; text-transform: none; text-decoration: underline; margin: 0px; padding: 15px 4px;}
a.nav:visited { font: bold 10px verdana, arial, helvetica, sans-serif; color: #9C6918; text-transform: none; text-decoration: underline; margin: 0px; padding: 15px 4px;}
a.nav:hover { font: bold 10px verdana, arial, helvetica, sans-serif; color: #E9C287; text-transform: none; text-decoration: none; margin: 0px; padding: 15px 4px;}
a.lg:link { font: normal 14px verdana, arial, helvetica, sans-serif; color: #9C6918; text-transform: none; text-decoration: underline;}
a.lg:visited { font: normal 14px verdana, arial, helvetica, sans-serif; color: #9C6918; text-transform: none; text-decoration: underline;}
a.lg:hover { font: normal 14px verdana, arial, helvetica, sans-serif; color: #E9C287; text-transform: none; text-decoration: none;}

/* Footer */

/* -------------Footer Text----------------- */

.footer { font: 12px arial, helvetica, sans-serif; color: #333333; text-decoration: none; }
.footer a:link { color: #333333; text-decoration: none; }
.footer a:hover { color: #333333; text-decoration: underline; }
.footer a:visited { color: #333333; text-decoration: none; }

/* =copyright */
#copyright, #copyright p, #copyright a:link, #copyright a:visited,
#copyright a:hover, #copyright sup {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
margin: 0;
padding: 3px 0 0;
}
#copyright sup {
font-size: 6px;
font-weight: bold;
text-decoration: none;
}
#copyright a:link, #copyright a:visited {
font-weight: bold;
color: #333333;
text-decoration: none;
}
#copyright a:hover {
font-weight: bold;
color: #333333;
text-decoration: underline;
}