@charset "UTF-8";

/* The body values set the global positioning of the page and background colors. 
Most changes made here in body will not effect the rest of the page look. */

body  {
	text-align: center;      /* this centers the container in IE 5* browsers.                               */
	/* The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F1F1F1;
	padding: 0px;
	margin: 0px;
	border: 0px solid #333333;
	background-image: url(../images/graphics/pagelayout/sidebar_left_bg_200px.jpg);
	background-repeat: repeat-y;
}

/* the #container values set the overall height, width, backgrond, global positioning of the page. */

.twoColFixLtHdr #container {
	width: 860px;            /*  This is the overall webpage width common screen size is 800x600                          */
	/*  The width of 780 would allow for the horizontal scroll bar and not show a vertical one   */
							 /*  on screens that are 800x600 if you view the webpage at full screen                       */
	background-color: #FFFFFF;
	background-image: url(../images/graphics/pagelayout/sidebar_left_bg_200px.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	padding-top: 10px;        /*  This nudges the top of the web page down 10 pixels from the top of the browser window     */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;      /*  Margin-left along with margin-right both on AUTO, will center the webpage in the bowswer */
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7D7;
} 


/*  The #header values effect the header area alone on this site.  Font settings specific to the header will be assigned  */

.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/graphics/pagelayout/sidebar_left_bg_200px.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
} 


.twoColFixLtHdr #sidebarContainer {
	float: left; /* since this element is floated, a width must be given */
	width: 199px;
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #leftNavigation {
	width: 199px;
	margin: 0px;
	padding-top: 0px;
}


.twoColFixLtHdr #sidebarFixedContent {
	width: 189px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	text-align: center;
}
.twoColFixLtHdr #sidebarVariableContent {
	width: 189px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 210px;
	padding: 0px;
} 
.twoColFixLtHdr #footer {
	background:#FFFFFF;
	margin-left: 210px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #000000;
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Below are global type styles and colorings */

a:link {
	color: #555555;
	text-decoration: none;
}

a:link img {
border-color:#555555;
}


a:visited {
    color: #555555;
	text-decoration: none;
}
a:visited img {
border-color:#555555;
}

a:hover {
	color: #AAAAAA;
    text-decoration:none;
}

a:hover img {
     border-color: #AAAAAA;
}

a:active {
	color: #AAAAAA;
	text-decoration: none;
}

a:active img {
	border-color: #AAAAAA;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	white-space: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: large;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	font-weight: bold;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;
	font-weight: bold;
}

.CatalogProductTitle {
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.CatalogPageTitle {
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
}

.SideBarHeading1 {
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}

.SideBarHeading2 {
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #FF9A00;
}

.SideBarText {
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}

.SideBarTextSmall {
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}

/* The following definitions are for the sidebar text look. This does not effect the menu */

/* link coloring for sidebar only below */

/*
.twoColFixLtHdr #sidebarContainer a:link {
	color:#666666
}
.twoColFixLtHdr #sidebarContainer a:visited {
	color:#666666
}
.twoColFixLtHdr #sidebarContainer a:hover {
	color:#003366
}
.twoColFixLtHdr #sidebarContainer a:active {
	color:#CCCCCC
}
*/
/* paragraph text formatting below */
.twoColFixLtHdr #sidebarContainer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
/* H1 though H6 formatting below */
.twoColFixLtHdr #sidebarContainer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.twoColFixLtHdr #sidebarContainer h2 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebarContainer h3 {
	color:#AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebarContainer h4 {
	color:#FF9A00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.twoColFixLtHdr #sidebarContainer h5 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.twoColFixLtHdr #sidebarContainer h6 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

.BookTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.BookSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.BookAuthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.BookAuthorSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.BookDescripion {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.BookBulletPoints {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	list-style-type: disc;
}

.ProductDetailsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FB9A00;
}

.ProductDetailsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
