/* CSS Document */

/*this is the style for the links before it is activated*/
BODY 
{ 
scrollbar-base-color: #B4424C;
scrollbar-arrow-color: #ffffff;
scrollbar-DarkShadow-Color: #B4424C;
scrollbar-Track-Color: #D6A57C;
scrollbar-Highlight-Color: #B4424C;
scrollbar-face-color: #B4424C;
scrollbar-3dlight-color: #ffffff;
font-family: Arial, Helvetica, sans-serif; color: #000000;}

input {
	border-bottom: 1px solid #05117E;
	border-top: 1px solid #05117E;
	border-left: 1px solid #05117E;
	border-right: 1px solid #05117E;		
}
.line {
border: 1px dotted #284BA8;
border-bottom: 1px solid White;
}

.ButtonS {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #ffffff;
	background-color : #FF9933;
	font-weight : bold;
	border: thin solid #FF9933;
	}
	
/*the tags used for LIMO*/	
h3 {font-family: Arial, Helvetica, sans-serif; color: #000000; font-weight: bold;  font-size: 100%;   }
.bcvreb{ background-color: #C7CAF3; }
.bcvrebtop{ background-color: #D7D8E3; }

p {  font-family: Arial, Helvetica, sans-serif; color: #000000;     }
/*the tags used for LIMO*/	

/*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*/	

/*the tags used for links*/	
.links { font-weight: normal;}
/*the tags used for links*/	

td {  font-family: Arial, Helvetica, sans-serif; font-size: 83%; color: #000000; text-decoration: none;  }
.copyright { font-family: Arial, Helvetica, sans-serif;  font-size: 70%; }
.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 110%; 
	color : #000000;
	font-weight: bold;
	
	  }		

.navlinkco {COLOR: #B24B4C; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-size: 80%;}
a:link.navlinkco  {color : #B24B4C; font-size: 100%;}
a:visited.navlinkco  {color : #B24B4C; font-size: 100%;}
a:active.navlinkco  {color : #B24B4C; text-decoration: none; font-size: 100%;}
a:hover.navlinkco  {color : #B24B4C; text-decoration: underline; font-size: 100%;}

.navlinkco2 {COLOR: #D5A07C; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; font-size: 80%;}
a:link.navlinkco2  {color : #D5A07C; font-size: 100%;}
a:visited.navlinkco2  {color : #D5A07C; font-size: 100%;}
a:active.navlinkco2  {color : #D5A07C; text-decoration: none; font-size: 100%;}
a:hover.navlinkco2  {color : #D5A07C; text-decoration: underline; font-size: 100%;}

.picborder {COLOR: #000000; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif;}
a:link.picborder  {color : #000000; font-size: 100%;}
a:visited.picborder  {color : #000000; font-size: 100%;}
a:active.picborder  {color : #000000; text-decoration: none; font-size: 100%;}
a:hover.picborder  {color : #000000; text-decoration: underline; font-size: 100%;}



/*this is the stylesheet for the listing inventory*/
A:LINK {COLOR: #AD4A4D; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif; }
A:visited {COLOR: #CC3300; TEXT-DECORATION: none; font-family: Arial, Helvetica, sans-serif;   }
A:hover {color : #D7AA83; text-decoration: underline; font-family:Arial, Helvetica, sans-serif;  }
A:active {color : #AD4A4D; text-decoration: none; font-family: Arial, Helvetica, sans-serif;  }





/* ***************************888888888888888************************ */

.cellbackground {  background-color: #000000;}
.text {font-family: Arial, Helvetica, sans-serif; font-size: 70%; color: #000000; text-decoration: none;    padding-right: 13px; }
.whitetext {font-family: Arial, Helvetica, sans-serif; font-size: 70%; color: #ffffff; text-decoration: none;}	
.vertline {
	background-image: url(../images/vertical_line.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.mainbg {
	background-image: url(../images/mountain_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.horzline {
	background-image: url(../images/horizontal_line.jpg);
	background-repeat: repeat-x;
}
.blackborder {
	border: 1px solid #000000;
}
.pricelist {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}



/* ***************************thumbnail table list************************ */
#albumlist {
	list-style-type: none;
	margin-top: 50px;
	margin-bottom: 75px;
}
#albumlist li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
}
#albumlist img {
	display: block;
	border: 1px solid #333300;
}
