/*SLASH PAGE MENU AND FONT EFFECTS*/
.splash-menu:link {
	FONT-WEIGHT: none; FONT-SIZE: 12px; COLOR: #8D0000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.splash-menu:active {
	FONT-WEIGHT: none; FONT-SIZE: 12px; COLOR: #8D0000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.splash-menu:visited {
	FONT-WEIGHT: none; FONT-SIZE: 12px; COLOR: #8D0000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.splash-menu:hover {
	FONT-WEIGHT: none; FONT-SIZE: 12px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}

.splash-menu2:link {
	FONT-WEIGHT: none; FONT-SIZE: 10px; COLOR: #8D0000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.splash-menu2:active {
	FONT-WEIGHT: none; FONT-SIZE: 10px; COLOR: #8D0000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.splash-menu2:visited {
	FONT-WEIGHT: none; FONT-SIZE: 10px; COLOR: #8D0000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.splash-menu2:hover {
	FONT-WEIGHT: none; FONT-SIZE: 10px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}

.enter {
	color: #8D0000;
	font-weight: bold;
	font-size: 18px
}

.main-ul { list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #999999;
	font-size:10px;
	margin-left:0;
}

.tbl-bottom-bdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: 666666;
	border-right-color: 666666;
	border-bottom-color: 666666;
	border-left-color: 666666;
}
/*SLASH PAGE MENU AND FONT EFFECTS - END*/

/*REMAINDER OF THE PAGES STYLES*/
.body 	{ background-color: #918B6E; }
/*TOP MENU*/
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #8D0000;
background-color: #ffffff;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

#navlist a:hover
{
color: #ffffff;
background-color: #8D0000;
text-decoration: none;
}

.enter2 {
	color: #8D0000;
	font-weight: normal;
	font-size: 15px
}

.rates-tbl {
	background:#7e7754;
	}
.white { font-family: verdana, arial, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color:#ffffff; text-decoration: none; line-height:15px}
.whitebold { font-family: verdana, arial, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color:#ffffff; text-decoration: none; line-height:15px}

/*TOP MENU END*/
/*HEADERS*/
.headers {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #8D0000;
	font-size: 20px;
	padding: 15px;
}

.headers-small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #8D0000;
	font-size: 10px
}
/*HEADERS - END*/

/*INSET IMAGE TABLE LINE*/
.imgtbl {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	padding: 5px;
	}
	
.pad5 {padding: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	font-weight:normal;
	line-height: 15px;
	}
	
.pad5-2 {padding: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
	font-weight:normal; 
	}
	
.pad5-red {padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8D0000;
	font-size:9px;
	font-weight:normal; 
	}
	
.pad5-red2 {padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8D0000;
	font-size:8px;
	font-weight:normal; 
	}

.pad5-red-B {padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#8D0000;
	font-size:9px; 
	}
/*INSET IMAGE TABLE LINE - END*/
/*IMAGE SLIDESHOW*/
#mainContainer{
		margin:0 auto;
		width:560px;
		text-align:center;
		background-color:#FFFFFF;
		padding:1px;
		border:1px solid #8D0000;	
	}
	.clear{
		clear:both;
	}

	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:111px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:170px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:420px;	/* Width of large image div */
		height:162px;	/* Height of large image div */
		float:left;
		padding-left:2px;	/* "Air" */
		padding-right:2px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:400;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:2px solid #8D0000;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	width:50px;	/* Width of strip */
	padding:2px;	/* "Air" inside filmstrip div */
	position:absolute;
	left: -6px;
	top: -1px;

	}
	.strip_of_thumbnails div{
		width:50px;
		height:50px;
		padding:2px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:1px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:2px solid #8d0000;	/* Rark Red border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
/*IMAGE SLIDESHOW - END*/

/*FORM EFFECTS*/
.form-button {
	background-color: #8D0000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	width: 50px;
}

.form-button2 {
	background-color: #8D0000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	width: 70px;
}

.input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #8D0000;
}

.star {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #8D0000;
	font-weight: bold;
}
/*FORM EFFECTS - END*/
/*3PIC EFFECTS*/
.3pic {
	padding: 2px;
	border: 1pt solid #8D0000;
}
/*3PIC EFFECTS - END*/

/*REMAINDER OF THE PAGES STYLES - END*/

