/* CSS Document */

/*this is the style for the links before it is activated*/
BODY 
{ 
scrollbar-base-color: #757238;
scrollbar-arrow-color: #000000;
scrollbar-DarkShadow-Color: #ffffff;
scrollbar-Track-Color: #1C1A1B;
scrollbar-Highlight-Color: #757238;
scrollbar-face-color: #FEC917;
scrollbar-3dlight-color: #ffffff;
}
input {
	border-bottom: 1px solid #FCDF75;
	border-top: 1px solid #FCDF75;
	border-left: 1px solid #FCDF75;
	border-right: 1px solid #FCDF75;		
}
.radio {
	border-bottom: 1px solid #302F2F;
	border-top: 1px solid #302F2F;
	border-left: 1px solid #302F2F;
	border-right: 1px solid #302F2F;
}	
/*the tags used for LIMO*/	
h3 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-weight: bold;  font-size: 100%;   }
p {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff;     }
/*the tags used for LIMO*/
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 68%; color: #ffffff; text-decoration: none;  }		

.navlinkco {COLOR: #AA0200; TEXT-DECORATION: none; font-family: verdana, sans-serif;  }
a:link.navlinkco  {color : #AA0200;}
a:visited.navlinkco  {color : #FF7777;}
a:active.navlinkco  {color : #AA0200; text-decoration: none;}
a:hover.navlinkco  {color : #DC0200; text-decoration: underline;}


/*this is the stylesheet for the listing inventory*/
A:LINK {COLOR: #FFCA0C; TEXT-DECORATION: none; font-family: verdana, sans-serif; }
A:visited {COLOR: #FFE68C; TEXT-DECORATION: none; font-family: verdana, sans-serif;   }
A:hover {color : #FCDF75; text-decoration: underline; font-family:verdana, sans-serif;  }
A:active {color : #ffffff; text-decoration: none; font-family: verdana, sans-serif;  }



/* ***************************888888888888888************************ */


.line {
border: 1px dotted #FCDF75;
border-bottom: 1px solid #000000;
}
.dotted_line {
border: 1px dotted #FCDF75;
border-bottom: 1px solid #000000;
}

.ButtonS {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 90%;
	color : #000000;
	background-color : #FED54A;
	font-weight : bold;
	border: thin solid #F9C712;
	}
.copyright { font-family: verdana, sans-serif; color: #676566;  font-size: 120%; background-image: url(../images/copyright.jpg); background-repeat: no-repeat;}
.title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%; 
	color : #ffffff;
	font-weight: bold;	
	  }	
.yellow {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%; 
	color : #FCDF75;
	font-weight: bold;	
	  }		  
/*the tags used for newsletter*/	
.VREBPara { font-weight: normal; color: #ffffff;    }
.VREBTitle {color: #ffffff; }
.VREBDate {color: #ffffff; font-style: italic; }
.VREBRef {color: #ffffff;  font-style: italic;  font-size: 78%;   }
/*the tags used for newsletter*/	
.bcvreb{ background-color: #353434; }
.bcvrebtop{ background-color: #353434; }


.links_list {
	margin-left: -20px; 
	}
.small { font-family: verdana, sans-serif;  font-size: 120%; }
	
	#menu ul {
	margin: 0; padding: 0; list-style: none;
	width: 150px; 
/* Width of Menu Items */ 
	border-bottom: 1px solid #000000; 

	}
#menu ul li {
	position: relative;
	}
#menu li ul {
	position: absolute; left: 130px;
	/* Set 1px less than menu width */
	top: 0;
	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: #3D3C3C;
/* IE6 Bug */
	padding: 2px;
	border: 1px solid #000000;
	border-bottom: 0;
	font-size: 83%;
	}
/* Hover Styles */
#menu ul a:hover {
	color: #000000;
	background: #FCC815;
	}
/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #FFFFFF;
	background: #3D3C3C;
/* IE6 Bug */
	padding: 2px;
	border: 1px solid #000000;
	border-bottom: 0;
	}
/* Sub Menu Hover Styles */
#menu li ul a:hover {
	color: #000000;
	background: #FCC815;
	}


/* Sub Menu Classes for Custom Widths */	
#menu .widthclass1 { 
position: absolute; 
width: 150px;
} 

#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: #3D3C3C url(../images/tri.gif) no-repeat right;
	}
#menu ul a.submenu:hover {
	background: #FCC815 url(../images/tri.gif) no-repeat right;
	}
/************ END MENU CSS ****************/

/*
Added by Roger to accomodate the solds.php page
December 13, 2005
*/
#albumlist {
	position: relative;
	list-style-type: none;
}
#albumlist li {
	display: block;
	float: left;
	margin-right: 6px;
	margin-bottom: 50px;
	font: 83% verdana, sans-serif;;
	color: #ffffff;
	width: 142px;
	height: 180px;
}
#albumlist img {
	display: block;
	border: 1px solid #333300;
}
#albumlist {
	list-style-type: none;
	width: 450px;
}


/* ------ START: Form Styles ------ */
.form {
	position: relative;
	display: block;
	width: 100%;
	margin: 1em auto;
	font-size: 1.0em;
}

.form h2, .form h3 {
	clear: both;
}

.form .input_checkbox p {
	position: relative;
	width: 33%;
	float: left;
}

.form .input_checkbox input {
	float: left;
}

.form .input_checkbox label {
	display: block;
	float: left;
	width: auto;
	text-align: left;
	padding-left: 4%;
	line-height: normal;
}


.form .input_text label, .form .input_textarea label {
	display: block;
	float: left;
	width: 28%;
	text-align: right;
	line-height: 20px;
}

.form .input_text p, .form .input_textarea p {
	text-align: right;
}

.form .input_text .input_submit {
	margin: 0 auto;
	width: 100%;
}

.form p.input_submit input {
	width: auto;
}

.form .input_text input {
	width: 70%;
	height: 20px;
	border: 1px solid #999999;
}

.form .input_text select {
	width: 70%;
	height: 40px;
	border: 1px solid #999999;

}

.form .input_textarea textarea {
	width: 70%;
	height: 5em;
	border: 1px solid #999999;
}

.form_result {
	background: #DEDF45;
	color: #000000;
	padding: 5px 10px;
	text-align: center;
}

.form sup.required {
	color: #CF0C19;
	font-size: 0.8em;
}
/* ------ END: Form Styles ------ */
