/* Inventory Mover Styles */
/* ------------------------------------------------------------------ */

/* =GLOBAL */

html, body {
	font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 13px;
	font-style: normal; /* normal, italic, oblique */
	color: #000000; /* default text color */
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x; /* no-repeat, repeat, repeat-x, repeat-y */
	background-position: left top; /* left, center, right - top, center, bottom */
	margin: 0 auto 15px; /* don't remove this */
	padding: 0;
}
h1 {
    font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left; /* left, center, right */
	text-transform: uppercase; /* capitalize, uppercase, lowercase, none */
	color: #000000;
	background-image: url(../images/bgH1.jpg);
	background-repeat: repeat-x; /* no-repeat, repeat, repeat-x, repeat-y */
	background-position: left top; /* left, center, right - top, center, bottom */
	margin: 0;
	padding: 7px 15px;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase; /* capitalize, uppercase, lowercase, none */
	color: #22335F;
	margin: 0 0 7px;
	padding: 0;
}
h3 {
	font-size: 15px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 6px;
	padding: 2px 6px;
	background-color: #999999;
	}
p, .md, p.md, a:link, a:visited, a:hover, a.md:link, a.md:visited, a.md:hover, li {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
}
p, .md, p.md, li {
	margin: 0;
	padding: 0 0 7px;
}
a:link, a.md:link {
	font-weight: bold;
	color: #22335F;
	text-decoration: none;
}
a:visited, a.md:visited {
	font-weight: bold;
	color: #22335F;
	text-decoration: none;
}
a:hover, a.md:hover {
	font-weight: bold;
	color: #FFB70B;
	text-decoration: underline;
}
.sm, p.sm, a.sm:link, a.sm:visited, a.sm:hover {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;
}
a.sm:link {
	font-weight: bold;
	color: #22335F;
	text-decoration: none;
}
a.sm:visited {
	font-weight: bold;
	color: #22335F;
	text-decoration: none;
}
a.sm:hover {
	font-weight: bold;
	color: #FFB70B;
	text-decoration: underline;
}
.lg, p.lg, a.lg:link, a.lg:visited, a.lg:hover {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 8px;
	padding: 0;
}
a.lg:link {
	font-weight: bold;
	color: #22335F;
	text-decoration: none;
}
a.lg:visited {
	font-weight: bold;
	color: #22335F;
	text-decoration: none;
}
a.lg:hover {
	font-weight: bold;
	color: #FFB70B;
	text-decoration: underline;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #333333;
	border: 1px #000000 solid;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
	vertical-align: text-top;
}
hr {
	height: 1px;
	color: #333333;
	background-color: #333333;
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
}
.hide {
	display: none;
}
.bgPage {
	border-left: 2px #666666 solid;
	border-right: 2px #666666 solid;
}
/* ------------------------------------------------------------- */
/* =SIDEBAR */
#bgSidebar {
	background-image: url(../images/bgSidebar.jpg);
	background-repeat: repeat-x; /* no-repeat, repeat, repeat-x, repeat-y */
	background-position: left top; /* left, center, right - top, center, bottom */
 width: 200px;
 height: 275px;
 margin: 0;
	padding: 12px 12px 6px;
}
#bgSidebar p, #bgSidebar a:link, #bgSidebar a:visited, #bgSidebar a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #ffffff;
	text-align: right;
	margin: 0;
	padding: 0;
}
#bgSidebar a:link, #bgSidebar a:visited {
	font-weight: bold;
	color: #FFB70B;
	text-decoration: none;
}
#bgSidebar a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#bgSidebar h4 {
 font-size: 15px;
	line-height: 17px;
	font-style: normal;
	font-weight: bold;
	text-transform: none; /* capitalize, uppercase, lowercase, none */
	color: #FFB70B;
	text-align: right;
 margin: 0 0 7px;
	padding: 0;
}
/* ------------------------------------------------------------- */
/* =NAV */
#nav { 
	background-image: url(../images/bgNav.jpg);
	background-repeat: repeat-x; /* no-repeat, repeat, repeat-x, repeat-y */
	background-position: left top; /* left, center, right - top, center, bottom */
	margin: 0;
	padding: 4px 25px;
	text-align: right;
}
#nav p, #nav a:link, #nav a:visited, #nav a:hover {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase; /* capitalize, uppercase, lowercase, none */
	margin: 0;
	padding: 0;
	color: #000000;
}
#nav a:link, #nav a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
/* ------------------------------------------------------------- */
/* =FOOTER */

#rule {
 background-color: #FFB70B;
	height: 6px;
	}
#footer, #footer p, #footer a:link, #footer a:visited, #footer a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 4px 8px;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #FFB70B;
	text-decoration: underline;
}
#footer p.sm, #footer a.sm:link, #footer a.sm:visited, #footer a.sm:hover {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;
}
#footer a.sm:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#footer a.sm:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#footer a.sm:hover {
	font-weight: bold;
	color: #FFB70B;
	text-decoration: none;
}
