/************************************/
/*********GENERAL FORMATING**********/
/************************************/
body{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 76%;
	color: #382000;
	line-height: 1.166;	
	padding: 0px;
	margin: 0px;
    text-align:center;
	background-color:#666666;
    background-image:url(images/bg-fade-white-grey.gif);
	background-position:top;
	background-repeat:repeat-x;
}
p {
	font-family: Georgia, Palatino, Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: .8em 0 .2em 0;
}
a:link, a:visited, a:hover {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p,h1,h2,h3,h4 {
	margin:15px 10px 10px 10px;
}
h1 {
	font-size: 1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
}
h2 {
	font-size: 1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #336600;
}
h3 {
	color: #1D0E06;
	font-size: 1em;	
}
h4 {
	color: #1D0E06;
	font-size: 1em;	
}
/************************************/
/***********HEADER SECTION***********/
/************************************/
#frametop{
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-color:#FFFFFF;
/**********	background-image:url(images/main-image-bg.gif);
	background-repeat:repeat-y;	 ****/
}
#header {
	background-image:url(images/main-image.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height: 200px;
}
#header h1 {
	font-size: 1.8em;
	color:#333333;
	position:relative;
	top:100px;
}
#navhead {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	background-color:#ffffff;
}
/************************************/
/*********MAIN BODY SECTION**********/
/************************************/
#framemid{
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	border-top:10px solid #ffffff;
	background-color:#ffffff;
    background-image:url(images/bg-all.gif);
	background-repeat:repeat-y;
}
#maincontent{
	margin: 0;
	margin-left: 235px;
	width: 500px;
	padding: 0 0 10px 0;
	text-align: left;
	line-height: 140%;
	min-height:400px;
	vertical-align:top;
}
#navmenu{
    float: left;
	padding:0px 0px 0px 0px;
	width: 200px;
}
#navmenutext{
	padding: 0 0 0 20px;
}
img.print {
	float: right;
	vertical-align: middle;
	border: 0px;
}
span.faqnum {
	font-size: 1em;
    color : #FFFFFF;
    background-color:#999999;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}
span.faqnum2 {
    font-size: 1em;
    color : #FFFFFF;
	background-color:#999999;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
td.gal{
	line-height: normal;
	color: #000000;
	letter-spacing: 0.5px;
	text-align:center;
    padding: 10px 0px 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f0f0f0;	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #f0f0f0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #f0f0f0;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #f0f0f0;
	vertical-align:top;
	height:160px;
}
.fade img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8; 
}

.fade:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
td.galmain {
text-align:center;
}
li {
	list-style-image: url(images/liimage.gif);
	padding:0px 5px 0px 0px;
	margin:0px 5px 0px 0px;
}
ul {
	list-style-image: url(images/ulimage.gif);
	padding: 1px;
}
/***********Menu Section***********/
/***********Menu With Rollovers in CSS***********/
.buttonscontainer {
width: 174px;
float:left;
}
.buttons a {
color: #000000;
border-bottom:1px solid #ffffff;
background-color: #C1BD9A;
padding:8px 8px 8px 8px;
text-decoration: none;
display: block;
margin: 0px;
width: 100%;
}
.buttons a:hover {
color: #000000;
border-bottom:1px solid #ffffff;
background-color: #ffffff;
padding:8px 8px 8px 8px;
text-decoration: none;
margin: 0px;
width: 100%;
}
/***********Menu With Rollovers in CSS***********/
/***********Under Menu***********/
#undermenu {
background: #AEAB8B url(images/undermenu-bg.gif) no-repeat top left;
border:1px dotted #87846C;
width:100%;
padding-top:10px;
float:left;
margin:20px 0px 0px 1px;
}
/***********Under Menu***********/
td.menuspacer{
	background-image: url(images/menu_div_dash.gif);
	background-position:right;
}
td.TdMenu {
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
td.TdMenuIntact {
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
td.TdMenuSubactive {

}
A.menuactive:link {
	color : #666666;
	font-weight: bold;
	text-decoration: none;

}
A.menuactive:visited {
	color : #666666;
	font-weight: bold;
	text-decoration: none;

}
A.menuactive:hover {
	color : #666666;
	font-weight: bold;
	text-decoration: none;

}
A.menuactive:active {
	color : #666666;
	font-weight: bold;
	text-decoration: none;
}
A.menu:link {
	color : #333333;
	font-weight: normal;
	text-decoration: none;
}
A.menu:visited {
	color : #333333;
	font-weight: normal;
	text-decoration: none;

}
A.menu:hover {
	color : #333333;
	font-weight: normal;
	text-decoration: none;
}
.highlight {
	background-color: #CCCC99;
	cursor: hand;
}
.normal {   
 }
 /***********Downloads Section***********/
A.downlink:link {
	font-size: 1.10em;
	color : #990000;
	font-weight: normal;
	text-decoration: none;
	border-bottom:1px dashed #990000;
}
A.downlink:visited {
	font-size: 1.10em;
	color : #990000;
	font-weight: normal;
	text-decoration: none;
	border-bottom:1px dashed #990000;
}
A.downlink:hover {
	font-size: 1.10em;
	color : #990000;
	font-weight: normal;
	text-decoration: none;
	border-bottom:1px solid #990000;
}
A.downlink:active {
	font-size: 1.10em;
	color : #990000;
	font-weight: normal;
	text-decoration: none;
	border-bottom:1px dashed #990000;	
}
/***********Products Section***********/
td.ProdCats{
	padding: 2px 2px 2px 2px;
	background-image:url(images/prod-cat-bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:120px;
	
}
td.ProdinCat{
	font-size: 83%;
	line-height: normal;
	color : #000000;
	letter-spacing: 0.5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	border-left-style: solid;
	border-left-width: 1px;
}
td.ProdinCatDiv{
	background-image: url(images/prodincatdiv.gif);
	background-repeat: repeat-x;
}
td.ProdinCatVertDiv{
	background-image: url(images/prodincatdivvert.gif);
	background-repeat: repeat-y;
}
a.breadprod:link {
	color : #034975;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.breadprod:visited {
	color : #034975;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.breadprod:hover {
	color : #034975;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.breadprod:active {
	color : #034975;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
span.price {
  font-size: 110%;
  color: #990000;
  font-weight: bold;
}
/************************************/
/***********FOOTER SECTION***********/
/************************************/
#framebott{
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height: 85px;
}
#footertext {
	text-align:center;
	padding: 20px;
	color:#FFFFFF;
}
td.footer {
	color : #CCCCCC;
	font-weight: normal;
}
A.footlink:link {
	color : #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
A.footlink:visited {
	color : #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
A.footlink:hover {
	color : #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
A.footlink:active {
	color : #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
input.btn{
   color: #333333;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   } 
