@charset "utf-8";
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
body  {
	background: #FAA75B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.twoColFixLtHdr #container {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	height: 100px;
	background-color: #9A8AB7;
	background-image: url(images/bg_header.jpg);
} 
.twoColFixLtHdr #shopcartcontainer {
	height: 27px;
	margin-right: 10px;
	color: #FFFFFF;
}
.twoColFixLtHdr  #shopcartcontainer  .edges {
	float: right;

}


.twoColFixLtHdr #shopcart {
	height: 27px;
	color: #FFFFFF;
	background-color: #000000;
	float: right;
	line-height: 24px;
} 
.twoColFixLtHdr #shopcart a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.twoColFixLtHdr #navigationBar {
	height: 28px;
	background-color: #9A8AB7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #352C42;
	color: #FFFFFF;
	padding-left: 0px;
	line-height: 28px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #625083;
}
.twoColFixLtHdr #searchBar {
	height: 28px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 28px;
	background-image: url(images/bg_search.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.twoColFixLtHdr  #header  .logo {
	padding-left: 20px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-image: url(images/bg_sidebar.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #mainContent {
	margin-left: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
} 

.twoColFixLtHdr #footer {
	background:#FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
.twoColFixLtHdr #navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.twoColFixLtHdr #navlist li
{
	float: left;
	line-height: 28px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.twoColFixLtHdr #navlist li.selected {
	background-image: url(images/nav_selected.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #625083;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
.twoColFixLtHdr #navlist li a 
{
	text-decoration: none;
	color: #3C3050;
}
.twoColFixLtHdr #navlist li a.selected {
	text-decoration: none;
	color: #FFFFFF;
}

.twoColFixLtHdr #navlist a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

.twoColFixLtHdr #catlist
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #000000;
}
.twoColFixLtHdr #catlist li
{
	line-height: 24px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/arrow_right.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #catlist li a 
{
	text-decoration: none;
	color: #000000;
}

.twoColFixLtHdr #catlist a:hover
{
	text-decoration: none;
	color: #7C6D96;
}
.twoColFixLtHdr #navlist2
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #navlist2 li
{
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
}
.twoColFixLtHdr #navlist2 li.first {
	border-left: 0px solid #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixLtHdr #navlist2 li a 
{
	text-decoration: none;
	color: #3E2E6F;
	font-weight: normal;
}
.twoColFixLtHdr #navlist2 a:hover
{
	text-decoration: underline;
	color: #9A8AB7;
	font-weight: normal;
}

.twoColFixLtHdr #navlist3
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.twoColFixLtHdr #navlist3 li
{
	float: left;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixLtHdr #navlist3 li a 
{
	text-decoration: none;
	color: #3E2E6F;
	text-transform: none;
	font-weight: normal;
}
.twoColFixLtHdr #navlist3 a:hover
{
	text-decoration: underline;
	color: #9A8AB7;
}
.twoColFixLtHdr a:link {
	color: #3E2E6F;
	text-decoration: none;
	font-weight: normal;
}
.twoColFixLtHdr a:visited {
	color: #3E2E6F;
	text-decoration: none;
	font-weight: normal;
}
.twoColFixLtHdr a:active {
	color: #DAD3E3;
	text-decoration: underline;
	font-weight: normal;
}
.twoColFixLtHdr a:hover {
	color: #9A8AB7;
	text-decoration: underline;
	font-weight: normal;
}
.twoColFixLtHdr #searchBar form {
	display: block;
	height: 28px;
}
.twoColFixLtHdr  #searchBar textfield {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 22px;
	margin-top: 0px;
}
.twoColFixLtHdr #searchBar br {
	display: none;
}
.twoColFixLtHdr    #searchBar   input#search {
	margin-top: 0px;
	cursor:pointer;
}
.twoColFixLtHdr #searchBar input#button {
	margin-top: 0px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3D3151;
	border: 2px solid #9489AB;
	height: 22px;
	font-size: 1em;
}

.twoColFixLtHdr #searchBar label {
	width: 160px;
	float: left;
}
.twoColFixLtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
.clearfloatleft { /* 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:left;
}
.twoColFixLtHdr #decadeoutercontainer {
	border: 1px solid #CCCCCC;
	width: 254px;
	margin-bottom: 20px;
}

.twoColFixLtHdr #decadecontainer {
	width: 234px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 10px solid #FFFFFF;
}
.twoColFixLtHdr   .overlay   {
	width: 254px;
	position: relative;
	z-index: 2;
	left: 140px;
	top: -300px;
}
.twoColFixLtHdr  #mainContent .overlay2 {
	width: 254px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: 50px;
}

.twoColFixLtHdr  #mainContent caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #625083;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}
.twoColFixLtHdr  #mainContent tbody td.results {
	color: #000000;
	padding: 4px;
}
.twoColFixLtHdr  #mainContent thead td {
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background-color: #9A8AB7;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #352C42;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #625083;
}
.twoColFixLtHdr  #mainContent td.fixed {
	width: 10px;
	text-align: center;
	padding: 4px;
}
.twoColFixLtHdr  #mainContent tr.normal {
	background-color: #FFFFFF;
	text-indent: 0px;
}
.twoColFixLtHdr  #mainContent tr.highlight {
	background-color: #DDD9E7;
	text-indent: 0px;
}
.twoColFixLtHdr  #mainContent  thead  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #625083;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}
h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #625083;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}.twoColFixLtHdr .pagephotoimage {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	align: left;
	margin-right: 10px;
}
