/* CSS Document */

/* elements */
body {
	margin: 0px;
	color: #ffffff;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
}

/* template related classes */
.normal li {
	float: none;
}

.container {
	width: 746px;
	margin: 8px auto;
	padding: 0px;
	background-color: #51683c;
	color: inherit;
}

.content {
	background-color: #51683c;
	color: inherit;
	width: 740px;
}

.logo {
	position: absolute;
	left: 538px;
}

.mainBody {
	background: url(../images/template/bodyBg.gif) repeat-y;
	color: #000000;
}

.textContentArea {
	padding: 0px 35px 0px 35px;
	font-size: 12px;
}

.textContentArea a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.textContentArea a:hover {
	color: #333333;
}

h1 {
	margin: 0px;
	padding: 3px;
	color: #51683c;
	font-size: 17px;
}

h1#red {
	color: #88241d;
}


h1#black {
	color: #000000;
}

.spacerBar {
	width: 500px;
	height: 2px;
}

/* Product display classes */
.productTitle {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	padding: 2px 0px 6px 20px;
	text-align: left;
}

.productDescription {
	padding: 2px;
}

.productImage {
	width: 100px;
	height: 100px;
	border: solid 1px #000000;
}

.purchaseButtons {
	text-align: left;
	padding: 0px 0px 0px 20px;
}

.purchaseButtons form {
	
}

.productTable {
	margin-bottom: 7px;
}

/* footer classes */
.footer {
	border-top: solid 1px #89856c;
	border-bottom: solid 1px #89856c;
	height: 15px;
	width: 746px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
}

.footer2 {
	color: #ffffff;
	background-color: #51683c;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
	width: 740px;
	text-align: center;
}

.footer2 span {
	font-size: 14px;
}

.footer3 {
	padding-top: 3px;
	color: #666666;
	background-color: #000000;
	font-size: 9px;
	text-align: center;
	width: 746px;
}

.footer3 a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

/* misc */
.contact td {
	text-align: left;
	padding-left: 5px;
}

.links li {
	margin-bottom: 15px;
}

/* homepage / nav bar related classes */
.homepage {
	padding-left: 6px;
}

.homeHeader {
	background-color: #88241d;
	width: 746px;
	height: 74px;
	text-align: center;
	position: relative;
}

.homeNaviBar {
	background: url(../images/template/naviBar/background.gif) repeat-x;
	height: 20px;
	width: 746px;
	word-spacing: 0px;
}


.homeNaviBar img {
	float: left;
}

.homeNaviBar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;	
}

.homeNaviBar li {
  float: left;
  position: relative;
  width: 85px; /* without a fixed width ie windows screws up the position.  working on a fix */
}

.homeNaviBar li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 20px;
}

.homeNaviBar li ul li {
	width: 150px;
}

.homeNaviBar li ul li a {
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #050000;
	background: #f9d65c;
	padding: 2px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

.homeNaviBar li ul li a:hover {
	color: #293320;
}

.homeNaviBar li:hover ul, .homeNaviBar li.over ul { 
	display: block; 
}

/* pop up thingy classes */
#popUp {

}

div#popUp a {
	color: #ffffff;
	background-color: #000000;
	font-size: 10px;
}

div#popUp a:hover {
	color: #fffff3;
	background-color: #000003;
}

div#popUp a span {
	display: none;
}

div#popUp a:hover span {
	display: block;
	position: absolute;

	padding: 5px; margin: 0px; z-index: 100;
	color: #D8D8D8; 
	background: #050505;
	border: solid 1px #ffffff;
	font: 10px Verdana, sans-serif; text-align: center;
	width: 200px;
}
