@import url('/library/fonts/fonts.css');
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  outline: 0;
}
/* HTML5 display-role reset for older browsers */

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define visible focus styles! 
	:focus {
		outline: ?????;
	} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/*
**	Cross compatibility style functions
*/
/*
**	Core Colour Scheme
*/
/*
**	Begin styles
*/
html,
body {

  font-family:arial;
  z-index: 555;color:#828080;
}
body {
  -webkit-text-size-adjust: none;
  font-size: 12px;
}
p {

  font-size: 12px;
  margin: 0px; text-align:left; 
}

strong {
  font-weight: bold;
}
a {
  text-decoration: none; 
}
a:hover {
  text-decoration: underline;
}
label.error {
  font-weight: normal;
}

h2 {
  font-family: 'Helvetica-LT-35-Thin', "Century Gothic";
  font-weight: normal;
  color: #ff9900; font-size:30px;
  margin:15px 0px 15px 0px;
}
h3 {
  font-weight:bold;
  font-size: 18px;
  line-height: 20px;
  margin: 20px 0px;
}
.grid-container:after,
.grid-row:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
.grid-container:before,
.grid-row:before {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
.grid-row {
  display: block;
  *zoom: 1;
}
.grid-row > div {
  float: left;
  word-wrap: break-word;
}
.grid-container {
  padding: 0px;
  margin: 0px auto;
}

ul {
  list-style: none;
}
.books {
  width:inherit;
}
.links-wrapper {
  padding: 10px 20px;
  float: left;
  width: 200px;
  height: 100%;
}
.links-wrapper h3 {
  margin: 10px 0px; 
  font-size: 13px;
  font-weight: bold;
}
.links-two-col {
  width:auto; 
}
.links-two-col ul li {
  float: left;
  width:auto;
}
.links-three-col {
  width:563px; font-family:tahoma; font-size:11px;
}
.links-three-col ul li {
  float: left;
  width: 188px; 
}
.links-heading {
    color: #fff;
    font-family:Calibri;
    font-weight:bold;
    font-size: 16px;
    text-align: left;
}
ul.categories_desktop {
  background-image:url(../images/categories_bg.jpg); background-repeat:repeat-x;
  width: 980px;
  height: 42px;
  line-height: 42px;
  z-index: 1500;
  padding: 0;
}
ul.categories_desktop .left-line {
  border-left: 1px solid #bebebe; 
}

ul.categories_desktop .bottom-line {
  border-left: 1px solid #bebebe;
}
ul.categories_desktop li.category {
  display: inline-block;
   font-family:"calibri";
  font-size: 18px; /*background-image:url(../images/sap3.jpg); background-repeat:repeat-y; background-position:right;*/
  padding: 0;
  margin: 0px 2px 0px -5px;
  position: relative;
  z-index: 100;/*border-right: 1px solid #d68000;*/
}
ul.categories_desktop li.category > a {
  color: #ffffff;
  cursor: pointer;
  position: relative;
  display: block;
  height: 42px;
  padding: 0px 11px 0px 11px; 
  z-index: 1;
}
/*ul.categories_desktop li.category:last-child {
  color: #ffffff;
  background:#CD1821;
}*/
ul.categories_desktop li.category ul.submenu-wrapper {
  display: none;
}
ul.categories_desktop li.category:hover {
  background: #8dbe00;
}
ul.categories_desktop li.category:hover > a {
 /* background: url("/styles/assets/images/categories_desktop_arrow.png") no-repeat bottom center;*/
  height: 42px;
  color: #ffffff;
  text-decoration: none; 
  cursor: pointer;
}
ul.categories_desktop li.category:hover ul.submenu-wrapper {
  overflow: hidden;
  display: block;
  margin: 0px;
  position: absolute;
  top: 32px;
  background: #8dbe00;
  text-transform: capitalize;
  font-size: 12px;
  z-index: 0; margin-top:10px; 
}
ul.categories_desktop li a.current{ background-image:url(../images/arrow2.jpg); background-repeat:no-repeat; background-position:right center; background-color:#8dbe00;
}
ul.categories_desktop li a.current2{ background-image:url(../images/top_links_hover.jpg); background-repeat:repeat-x; }
ul.categories_desktop li.category:hover ul.submenu-wrapper.hover-left {
  left:0px; 
}
ul.categories_desktop li.category:hover ul.submenu-wrapper.hover-right {
  right: 0px; 
}
ul.categories_desktop li.category:hover ul.submenu-wrapper a {
  font-weight: normal;
  color: #ffffff;
  display: block;
  height: 25px;
  line-height: 25px;
  padding: 0px;
}
ul.categories_desktop li.category:hover ul.submenu-wrapper a:hover {
  color: #ffffff;
  text-decoration: underline;
}