/* CSS Document */

/*this is the style for the links before it is activated*/
BODY 
{ 
scrollbar-base-color: #757238;
scrollbar-arrow-color: #ffffff;
scrollbar-DarkShadow-Color: #ffffff;
scrollbar-Track-Color: #B4BAA1;
scrollbar-Highlight-Color: #757238;
scrollbar-face-color: #858D68;
scrollbar-3dlight-color: #ffffff;
}
input {
	border-bottom: 1px solid #595E49;
	border-top: 1px solid #595E49;
	border-left: 1px solid #595E49;
	border-right: 1px solid #595E49;		
}
.radio {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}	
/*the tags used for LIMO*/	
h3 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-weight: bold;  font-size: 100%;   }
p {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;     }
/*the tags used for LIMO*/
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 72%; color: #000000; text-decoration: none;  }		

.navlinkco {COLOR: #725239; TEXT-DECORATION: none; font-family: verdana, sans-serif;  }
a:link.navlinkco  {color : #725239;}
a:visited.navlinkco  {color : #5C906F;}
a:active.navlinkco  {color : #725239; text-decoration: none;}
a:hover.navlinkco  {color : #B08461; text-decoration: underline;}

/*this is the stylesheet for the listing inventory*/
A:LINK {COLOR: #725239; TEXT-DECORATION: none; font-family: verdana, sans-serif; }
A:visited {COLOR: #5C906F; TEXT-DECORATION: none; font-family: verdana, sans-serif;   }
A:hover {color : #B08461; text-decoration: underline; font-family:verdana, sans-serif;  }
A:active {color : #725239; text-decoration: none; font-family: verdana, sans-serif;  }

.menulink {
width: 130px;
text-align: left;
text-decoration: none;
font-family: verdana;
background-color:#4F4E4E;
color: #ffffff;
font-size: 11px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
border-bottom: 1px solid #000000;
}
a:link.menulink  {color : #ffffff;}
a:visited.menulink  {color : #ffffff;}
a:active.menulink  {color : #ffffff; text-decoration: none;}
a:hover.menulink {
background-color:#313030;
text-decoration: none;
color: #ffffff;
}

/* ***************************888888888888888************************ */

.border {  
	background-color: #F6F1ED;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;		

}
.text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #000000; text-decoration: none;    padding-right: 13px; }
.whitetext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #ffffff; text-decoration: none;}	
.line {
border: 1px dotted #858D68;
border-bottom: 1px solid #F6F1ED;
}
.dotted_line {
border: 1px dotted #858D68;
border-bottom: 1px solid #F6F1ED;
}

.ButtonS {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #ffffff;
	background-color : #8E9677;
	font-weight : bold;
	border: 1px solid #595E49;
	}
.copyright { font-family: verdana, sans-serif;  font-size: 70%; color: #AD7449; }
.title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%; 
	color : #9D6F4C;
	font-weight: bold;	
	  }	
/*the tags used for newsletter*/	
.VREBPara { font-weight: normal; color: #000000;    }
.VREBTitle {color: #000000; }
.VREBDate {color: #000000; font-style: italic; }
.VREBRef {color: #000000;  font-style: italic;  font-size: 78%;   }
/*the tags used for newsletter*/	
.bcvreb{ background-color: #B6BBA6; }
.bcvrebtop{ background-color: #B6BBA6; }


.marginup{
	margin-bottom: -1px;
	margin-top: 1px; 
	list-style-image: url(../images/bullet.gif);
}
.feature{
	font-size: 120%;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;		

}

#menu ul {
	margin: 0; padding: 0; list-style: none;
	width: 197px; 
/* Width of Menu Items */ 
	border-bottom: 0; 
	}
#menu ul li {
	position: relative;
	}
#menu li ul {
	position: absolute; left: 175px;
	/* Set 1px less than menu width */
	top: 2;
	display: block;
	}
#menu li:hover ul {
	display: block; 
}
#menu li:hover>ul {
	visibility:visible;
	}
#menu ul ul {
	visibility:hidden;
	}
/* Fix IE. Hide from IE Mac */* html 
#menu ul li {
	float: left; height: 1%;
	}
	
* html

#menu ul li a {
	height: 1%;
	}
/* End */
/* Make-up syles */ 
#menu ul, li {
	margin: 0 0 0 0;
	}
/* Styles for Menu Items */ 
#menu ul a {
	display: block;
	text-decoration: none;
	/*color: #FFFFFF;*/
	/*background: #0054A0;*/

	/*border: 1px solid #cccccc;*/
	border-bottom: 0;
	}
/* Hover Styles */
#menu ul a:hover {
	/*color: #003366;*/
	/*background: #9CBBEB;*/
	}
/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #FFFFFF;
	background: #B68969;
/* IE6 Bug */
	padding: 2px;
	border: 1px solid #794C2B;
	border-bottom: 0;
	}
/* Sub Menu Hover Styles */
#menu li ul a:hover {
	color: #ffffff;
	background: #794C2B;
	}

/* Sub Menu Classes for Custom Widths */	
#menu .widthclass1 { 
position: absolute; 
width: 200px;
} 

#menu .widthclass2 { 
position: absolute; 
width: 200px;
} 

#menu .widthclass3 { 
position: absolute; 
width: 100px;
} 

#menu .widthclass4 { 
position: absolute; 
width: 140px;
} 

#menu .widthclass5 { 
position: absolute; 
width: 105px;
} 

#menu .widthclass6 { 
position: absolute; 
width: 195px;
} 

/* Icon Styles */
#menu ul a.submenu {
	/*background: #0054A0 url(../../Steeves,%20Clayton/proofs/%22tri.gif%22) no-repeat right;*/
	}
#menu ul a.submenu:hover {
	/*background: #9CBBEB url(../../Steeves,%20Clayton/proofs/%22tri.gif%22) no-repeat right;*/
	}
/************ END MENU CSS ****************/