﻿
/* standard element style */
body
{
	background-color: #fdb813;
	font-family: Arial,Verdana;
	font-size: 95%; 
	color: #696969;
}

h1
{
	font-weight: bold;
	font-size: 1.5em;
	text-transform: capitalize;
	color: #fdb813;
	vertical-align: top;
	margin: .25em 0em .25em 0em;
	background-color:#ffffff;
}

h2
{
	font-weight: bold;
	font-size: 1.1em;
	color: #f6821f;
	vertical-align: top;
	margin: .25em 0em .25em 0em;
}

/*
h3
{
	font-weight: bold;
	font-size: 1.1em;
		color: #f6821f;
	vertical-align: top;
	margin: .25em 0em .25em 0em;
}
*/

a 
{
	color:#f6821f;
	font-size: 1em;
	text-decoration: none;
}

a:hover
{
	color: #fdb813;
}


.highliteText
{
	color: #fdb813;
}

.highliteOrange
{
	color: #f6821f;
}

.bookTitle
{
    font-style: italic;
}

input[type="submit"],
button,
.button
{
	color: black;
	font-weight: bold;
	border-right: #f6821f 1px outset;
	border-top: #f6821f 1px outset;
	border-left: #f6821f 1px outset;
	border-bottom: #f6821f 1px outset;
}


input[type="submit"]:focus,
input[type="submit"]:hover,
button:focus,
button:hover,
.button_focus
{
	background-color:#f6821f;
}



button[disabled]:active, button[disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
select[disabled] > input[type="button"],
select[disabled] > input[type="button"]:active,
input[type="submit"][disabled]:active,
input[type="submit"][disabled] {
  padding: 0px 6px 0px 6px;
  border: 2px outset ButtonFace;
  color: GrayText;
  cursor: inherit;
}

.bigbutton
{
	height: 35px;
}


/* header style */
.TopOuterPane
{
	background-color: White;
	position: absolute;
	height: 96px;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;	
}

.OuterBodyPane
{
	background-color: #fdb813;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: absolute;
	top: 97px; 
	display:block;
	left: 0px;

	/* border: solid 1px blue; */
}


.HeaderPane
{
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	width: 922px;
	display: block;
	overflow: visible;
	height:96px;
}

.LogoBlock
{
	float: left;
	display: inline;
	margin: 15px auto auto 20px;
	position:absolute;
	border: none 0px;
}

.NavPane
{
	float: right;
	color: #f5821f;
	width:550px;
	height:96px;
	display: inline;
	margin-top: 0px;
}



.BodyPane
{ 
	width: 922px;
	margin-right: auto;
	margin-left: auto;
}


/* footer style */
.FooterPane
{
	font-size: 10pt;
	color: #f6821f;
	position:relative;
	display: block; 
	margin: 1em 0em 1.25em 0em;
	font-weight: bold;
/*	border: solid 1px black; */
}

.PrivacyPane
{
	color: #f6821f;
	float:left;
	text-align: left;
	margin-right: auto;
	margin-left: 15px;
	display: block;
}

.CopyrightPane
{ 
	float: right;
	text-align: right;
	margin-right: 30px;
	margin-left: auto;
	display: block;
 }

.PrivacyPane a {
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px; 
    border: none;
    color: #f6821f;
}

.PrivacyPane_ a:visited {
	color: #f6821f;
}

.PrivacyPane a:hover, 
.PrivacyPane a.current {
	text-decoration: underline;
    font-weight: bold;
	color: #f6821f;
}


.PrivacyPane_ li a:active
{
	color: #f6821f;
}

.cartImg
{
	border: none;
}

/* Css Based round rectangle */
.rr_topleft
{
	background-image:url(images/top_left2.jpg);
}
.rr_topside
{
	background-image:url(images/side_top2.jpg);
}
.rr_topright
{
	background-image:url(images/top_right2.jpg);
}
.rr_leftside
{
	background-image:url(images/side_left2.jpg);
}
.rr_rightside
{
	background-image:url(images/side_right2.jpg);
}
.rr_bottomleft
{
	background-image:url(images/bottom_left2.jpg);
}
.rr_bottomright
{
	background-image:url(images/bottom_right2.jpg);
}
.rr_bottomside
{
	background-image:url(images/side_bottom2.jpg);
}