/* Browser reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1.25; color: #000; font-family: Arial, Helvetica, sans-serif; }
strong { font-weight: bold; }
em { font-style: italic; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; width: 100%;}
caption, th, td { text-align: left; font-weight: normal; }
ul,ol { margin-left: 3em; }
p { margin: 1em 0; }
a { outline: none; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* ***************************************************************** */
body {
	background: #323a45;
	/*
	color: #636363;
	*/
	color: #000000;
	font-size: 12px;
}

a {
	color: #ed1b2e;
}

#baseWrapper 
{
	position: relative;
	width: 968px;
	margin: 0 auto;
	border: 4px solid #232830;
	border-top: 0px;
}

#header {
	height: 95px;
	background: #3d4450 url('../images/header-background.png') repeat-y;
	position: relative;
}

h6 {
	position: absolute;
	display: block;
	top: 23px;
	left: 9px;
	width: 285px;
	height: 65px;
	background: url('../images/h1.png') no-repeat;
	text-indent: -2000em;
}

h1, h2, .pageHeading{
	font-family: Tahoma;
	font-size: 22px;
	color: #262c35;
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	color: #262c35;	
}

h4{
	font-family: Tahoma;
	font-size: 16px;
	color: #262c35;
	margin-bottom: 6px;
}

#base {
	position: relative;
	width: 968px;
	background: white url('../images/nav-background.png') repeat-y;
}

#content {
	float: right;
	padding: 20px;
	width: 728px;
	background: white url('../images/content-background.png') repeat-x;
	border-top: 1px solid #14171b;
}

.sublinks {
	background: #f2f0f0;
	padding: 10px;
	margin-bottom: 10px;
}

.sublinks-column {
	float: left;
	width: 125px;
	margin-right: 10px;
}

#welcome {
	position: absolute;
	top: 20px;
	right: 11px;
	color: #bbbbbb;
	font-size: 11px;
}

#quick-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#quick-nav-login-my-profile,
#quick-nav-online-catalog,
#quick-nav-legal {
	position: absolute;
	top: 51px;
	height: 34px;
	text-indent: -2000em;
}

#quick-nav-login-my-profile {
	right: 169px;
	width: 130px;
	background: url('../images/btn-login-my-profile.png') no-repeat;
}

#quick-nav-online-catalog {
	right: 62px;
	width: 107px;
	background: url('../images/btn-online-catalog.png') no-repeat;
}

#quick-nav-legal {
	right: 8px;
	width: 54px;
	background: url('../images/btn-legal.png') no-repeat;
}

#nav {
	float: left;
	width: 199px;
	font-family: Tahoma;
}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav #top {
	padding-bottom: 100px;
}
	
#nav a {
	display: block;
	border-top: 1px solid #40464f;
	border-bottom: 1px solid #14171b;
	color: #fefefe;
	font-size: 15px;
	padding: 5px 5px 5px 12px;
	text-decoration: none;
}

#nav a:hover {
	background-color: #181e26;
}

#nav li li a {
	font-size: 13px;
	color: #bbbbbb;
	padding-left: 25px;
}

#nav li li li a {
	font-size: 12px;
	color: #bbbbbb;
	background: #393e45 url('../images/nav-third-level.png') no-repeat 32px 10px;
	padding-left: 45px;
}

#nav a.on,
#nav li li li a.on {
	/*
	border-top: 1px solid #fd3f50;
	border-bottom: 1px solid #be0112;
	*/
	color: white;
	background: url('../images/nav-on.png') repeat-x 50%;
}

#footer {
	border-top: 3px solid #232830;
	background: #72777f url('../images/footer-background.png') repeat-x;
	color: #e2e1e1;
	font-size: 12px;
}

#footer div {
	float: left;
	padding: 16px 17px;
	height: 70px;
	background: url('../images/footer-divider.png') no-repeat 100% 50%;
}

#footer table {
	margin: 0;	
	width: auto;
}

#footer div strong,
#footer #copyright {
	display: block;
	margin-bottom: 4px;
}

#footer #links {
	background: transparent;
	padding-right: 0px;
}

#footer a {
	color: #e2e1e1;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

A:link, A:visited
{
	color: #1D6CA9;
	text-decoration: underline;
}
A:hover
{
	text-decoration: underline;
}
/* --- End HTML Element Styles --- */


/* --- Begin Old Page Content Styles --- */
.contentBlock
{
	/*height: 500px;
	width: 100%;*/
	padding: 20px 20px 20px 20px;
	background-color: White;
}

/*
.pageHeading
{
	color: black;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}
*/

.pageSubHeading
{
	color: black;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.pageText
{
	color: black;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}

.errorText
{
	color: Red;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
}
/* --- End Page Content Styles --- */


/* --- Begin Control Styles --- */
.btn
{
	background-color: #C5C5C5;
	color: black;
	border: solid 1px #40637A;
	padding: 1px 2px 1px 2px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style:	normal;
}

.cbo
{
	background-color: #F9FAE8;
	color: black;
	border: solid 1px black;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style:	normal;
}

.chk
{
	color: black;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style:	normal;
}

.lbl
{
	color: black;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style:	normal;
}

.lnk
{
	color: #1D6CA9;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style:	normal;
}

.rdo
{
	color: black;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style:	normal;
}

.txt
{
	background-color: #F9FAE8;
	color: black;
	border: solid 1px #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style:	normal;
	padding-left: 2px;
}

.grid
{
	border: solid 1px black;
	border-collapse: collapse;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
.grid TD
{
	border: solid 1px black;
	padding: 2px 4px 2px 4px;
}
.gridHeader
{
	color: #F9FAE8;
	background-color: #C5021D;
	font-weight: bold;
}
.gridHeader A:link, .gridHeader A:visited
{
	color: #F9FAE8;
	text-decoration: underline;
}
.gridHeader A:hover
{	
	text-decoration: underline;
}
.gridItem
{
	color: black;
	background-color: white;
}
.gridAltItem
{
	color: black;
	background-color: #F9FAE8;
}
.gridFooter
{
	color: black;
	background-color: white;
}
.gridPager
{
	color: white;
	background-color: black;
	font-weight: bold;
}
.gridPager A:link, .gridPager A:visited
{
	color: silver;
	text-decoration: none;
}
.gridPager A:hover
{	
	text-decoration: underline;
}
/* --- End Control Styles --- */


/* --- Begin Template-Only Styles --- */
/*
.menuGroup
{
	color: #C1C1C1;
	background-color: #606060;
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	text-transform: uppercase;
}
.menuGroupHover
{
	color: #C1C1C1;
	background-color: #4D4D4D;
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	text-transform: uppercase;
}
.menuGroup2
{
	color: black;
	background-color: #A6A6A6;
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
}
.menuGroupHover2
{
	color: black;
	background-color: #C1C1C1;
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
}
.menu
{
	color: black;
	background-color: #A6A6A6;
	padding: 2px 5px 2px 5px;
	cursor: hand;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
}
.menuHover
{
	color: black;
	background-color: #C1C1C1;
	padding: 2px 5px 2px 5px;
	cursor: hand;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
}

A.sideMenuLink:link, A.sideMenuLink:visited
{
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
A.sideMenuLink:hover
{
	text-decoration: underline;
}

.sideMenuBullet
{
	color: #898989;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
}

.companyName
{
	color: white;
	font-family: Tahoma;
	font-size: 9pt;
	text-transform: uppercase;
}

.loginBullet
{
	color: #898989;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
}
*/

A.loginLink:link, A.loginLink:visited
{
	color: white;
	font-family: Tahoma;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}
A.loginLink:hover
{
	text-decoration: underline;
}


.footerText
{
	color: black;
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}
.footerLink, A.footerLink:link, A.footerLink:visited
{
	color: #E6E6E6;
	font-family: Tahoma;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
A.footerLink:hover
{
	text-decoration: underline;
}
