html {
	height: 100%;
}

body {
	height: 100%;
	background-color: black;
}

#wrapper {
	height: 100%;
}

#top {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#topBarWrapper{
	background-color: black;
}

#topBarSpacer {
	font-size: 1px;
	background-color: black;
}

#topBar {
	background-color: #B49C52;
	border-top: 2px solid #8B7A46;
	border-bottom: 2px solid #8B7A46;
	padding-right: 8px;
	margin-right: -8px;
}

#footer {	
	clear: both;
}  

#sidebar {
	height: 75%;
	margin-left: 15px;
	border-left: 2px solid #8B7A46;
	border-right: 2px solid #8B7A46;
	background-color: #B49C52;
	width: 163px;
}


* html #sidebar {
	height: 75%;
	margin-left: 14px;
	border-left: 2px solid #8B7A46;
	border-right: 2px solid #8B7A46;
	background-color: #B49C52;	
	width: 164px;
	w\idth: 164px;
}

#sidemenu {
	margin-left: 4px;
	width: 152px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

#content {
	z-position: 1;
	position: absolute;
	top: 145px;
	left: 205px;
	margin-right: 10px;
	font-size: 1em;
	font-family: "Times New Roman", serif;
	color: #DFDABA;
}

#navbar {
	position: absolute;
	top: 140px;
	right: 10px;
	z-position: 2;
	color: #B49C52;
}

#footer {
	text-align: center;
	color: #B49C52;
	font-size: .8em;
	font-family: "New Times Roman", serif;
}

#footerRuler {
	
}

.primaryMenuItem {
	border-bottom: 2px solid black;
	width: 152px;
}

.secondaryMenuItem {
	background-color: #DFDABA;
	text-align: left;
	border-bottom:  2px solid black;
	width: 152px;
}


.navLinks:link {
	color: blue;
	font-size: .8em;
	font-family: "New Times Romans", serif;
	font-weight: normal;
}

.navLinks:visited
	color: red;
	font-size: .8em;
	font-family: "New Times Romans", serif;
	font-weight: normal;
}

.footerLinks {
	color: blue;
	font-weight: normal;
}

.spacer {
	height: 3px;
}

a {

}

a:visited {
	color: red;
	font-size: .8em;
	font-family: "New Times Romans", serif;
	font-weight: normal;
}

a:link {
	color: blue;
	font-size: .8em;
	font-family: "New Times Romans", serif;
	font-weight: normal;
}

.sideBarLinks:link {
	color: blue;
	font-size: .8em;
	font-weight: normal;	
}

.sideBarLinks:visited {
	color: red;
	font-size: .8em;
	font-weight: normal;	
}

.headingText {
               color: #B49C52;
               font-size: 1.2em;
               font-weight: bold;
               font-family: "Times New Roman", serif;
               margin: 0px;
               padding: 0px;
               }

.subHeadingText {
	color: #B49C52;
	font-size: 1em;
	font-family: "Times New Roman", serif;
}

.tableTitleText {
	text-align: center;
	color: #B49C52;
	font-size: 16px;
	font-weight: bold;
	font-family: "Times New Roman", serif;
}

.navButtonImg {
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: block;
}

.spacelessImg {
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: block;
}

li {
	font-size: 1em;
	list-style: square url(images/bullet.jpg);
}


.standardText {
	font-size: 1em;
	padding-top: 0.1em;
	padding-bottom: 1em;
}

.lineText {
	padding-top: 0em;
	padding-bottom: 0.1em;
}

.productTable {
	
}

.categoryRow {
	background-color: #B49C52;
	color: black;
	font-size: 1em;
	font-weight: bold;
}
.categoryField {
	padding-left: 3px;
}
.productRow {
	font-size: .9em;	
}

.errorRow {
	font-size: .9em;
	font-weight: bold;
}

.productTitleDiv {
	padding-left: 3px;
	background-color: #B49C52;
	border: 1px #8B7A46 solid;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.productDescDiv {
	font-size: .9em;
}

.productImageDiv {
	padding: 2px;
	border: 1px #B49C52 solid;
	background-color: #DFDABA;
	font-size: .9em;
	color: black;
}	

.productImage {
	margin: 5px;
	border: 1px black solid;
}

.siteImage {
	margin: 5px;
}

.standardTable 
{ 
  border: 1px #B49C52 solid;
  vertical-align: top;
  padding: 10px 0px 10px 0px;
  margin: 0px;
  }

.headerrow 
{ 
  color: #B49C52;
  font-size: 1.0em;
  font-weight: bold;
  font-family: "Times New Roman", serif;
  vertical-align: top;
  padding: 0px 10px 0px 10px;
  } 

.oddrow 
{ 
  vertical-align: top;
  padding: 0px 10px 0px 10px;
  }

.evenrow
{ 
  vertical-align: top;
  padding: 0px 10px 0px 10px;

  }

.LinksDiv
{
	border: 2px solid #b49c52;
	width: 100%;
}
.LinksOdd
{
	background-color: #d4cb8f;
	color: black;
}
.LinksEven
{
	background-color: #dfdaba;
	color: black;
}
.horizontalLine {
	border-right: 10px solid #b49c52;
	valign: top;
}
.noHorizontalLine {
	valign: top;

}
