﻿body{
	background-color:#5b0e14; /* d7cd90 */
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
}
a:link, a:visited, a:hover{
	color:#000;
}
#MasterPage
{
	background-color:#fff;
	width:800px;
	margin:auto;
	min-height:600px;
}
#PageContent{
	width:800px;
	background-color:#fff;
	margin:auto;
	min-height:600px;
}
#PageHeader{
	margin:0px 0px 0px 0px;
	/*
	background-image:url('../images/header_bkgd.jpg');
	background-position:bottom center;
	background-repeat:no-repeat;
	height:130px;
	*/
}
#headerClear{
	clear:both;
	/*
	background-image:url('../images/header_lace.gif');
	background-position:bottom center;
	background-repeat:no-repeat;
	height:10px;
	*/

	margin:0px auto;

}
#dropmenudiv
{
	display:none;
}

#HeaderLogo{
	float:left;
	margin-top:10px;
	margin-left:10px;
}
#HeaderFlashBanner
{
	float:right;
	margin-right:50px;
	margin-top:0px;
}

#PageRight{
	width:600px;
	float:right;
	margin:25px 20px 0 0;
}
#PageRight img{
	margin:10px;border:5px #d7cd90 double;
}
#PageRight a{
	color:#000;
}
#PageLeft{
	width:150px;
	float:left;	
	margin:25px 0 0 10px;
	background-color:#d6b750;
	background-image:url('../images/leftnav_bkgd.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	min-height:325px;
}
#PageLeft a{
	color:#000;
}
#PageFooter{
	width:800px;
	text-align:center;
	margin:25px auto;
	background-color:#fff;
	font-size:9pt;
}

#LeftNavLists {
	float: left;
	width: 150px;
	position: relative;
	clear: both;
	margin-top: 15px;
	display: inline;
}
/* Styles for Navigation */
#LeftNavLists ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#LeftNavLists li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;	
}
#LeftNavLists a {
	font-size:12pt;
	font-weight: bold;
	text-decoration: none;
	/*color: #000;*/
	display: block;
	padding: 5px;
	/*border:1px transparent solid;*/	
}
#LeftNavLists a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #d7cd90;
	/*text-indent:15px;
	border:1px #fff solid;*/	
}
/* shopping cart stuff*/
.rdoItems
{
    position: relative;
	top:-125px;
	left:75px;
}
#AddtoCart
{
    position: relative;
	top:-120px;
	left:225px;
}
#prodDisplayContent{
	float: left;
	width: 150px;
	position: relative;
	top:0px;
	left:10px;
	clear: both;
	margin:0px;
	display: inline;
}
#prodDisplayImage
{
    width:200px;
    margin:0px;
}
#prodDisplayImage img
{
    width:200px;
    position:relative;
    left:0px;
    top:0px;
}
#prodOptions
{
    position:relative;
    left:0px;top:5px;width:300px;
}
#prodDisplayContent img{
	float:left;
}
#prodDisplayContent ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#prodDisplayContent li {
	display: block;
	margin: 0;
	padding: 0;
	width:400px;	
}
#prodDisplayContent span{

}
#prodDisplayContainer{
	width: 500px;

}
#AddtoCartImage{
	cursor:pointer;
}

/* forms */
#contactform
{
    width:350px;
}
#contactform label
{
    float:left;
    clear:both;
    width:150px;
    text-align:right;
    margin-right:5px;
    margin-top:3px;
}
#contactform input
{
    float:left;
    border:solid 1px #5b0e14;
    background-color:#d7cd90;
    margin:1px 0px;
    padding:2px 5px;

}
fieldset
{
    padding:20px 0px;
}
#contactform textarea
{
    float:left;
    position:relative;
    left:155px;
    top:-17px;
    width:200px;
    border:solid 1px #5b0e14;
    background-color:#d7cd90;
    padding:2px 5px;
}

#rdoMailingList
{
    float:left;
    width:150px;
}
#rdoMailingList label
{
    width:25px;
    text-align:right;
    position:relative;
    top:0px;
    left:0px;
    margin-left:5px;
    margin-right:5px;
}
#rdoMailingList input
{
    background-color:transparent;
    border:none;
}
#btnSubmit
{
    float:left;
    position:relative;
    left:0px;    
}
#btnReset
{
    float:right;
    position:relative;
    left:5px;
}
#ContactButtons
{
    width:120px;
    float:right;
}

.required
{
    color:Red;
}
.activeTab
{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #d7cd90;
	/*text-indent:15px;
	border:1px #fff solid;*/
}
.activeTab a, .activeTab a:link{
	color: #fff;
}
.Products
{
	width:170px;
	text-align:center;
	margin:20px;
	padding-top:5px;
	
}
.Products a
{
	text-decoration: none;
	color: #000;
}
.Products img{
	width:150px;
	max-height:100px;
	clear:both;
	border:5px #d7cd90 double;
}
.Products span{
	width:50px;text-align:center;
}
/**/
.ProductsHover
{
	width:160px;
	text-align:center;
	margin:20px;
	padding-top:5px;	
	background-color:#d7cd90;
}
.ProductsHover a
{
	text-decoration: none;
	color: #000;
}
.ProductsHover img{
	width:150px;
	max-height:100px;
	clear:both;
}
.ProductsHover span{
	width:50px;text-align:center;
}
.ImageBorders
{
	margin:10px;border:5px #d7cd90 double;
}
.Faqs li
{
	margin:10px 0px;
}
.tblArticles img
{
	width:285px;
	border:5px #d7cd90 double;
	margin:5px;
}

.tblArticles tr{
	vertical-align:top;
}

