@charset "UTF-8";
/* CSS Document */

body {
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #7B0D00;
	color: #FFFFFF;
}
h1 {
	color: #FF0000;
}

.footlink {
	color: #000000;
	text-decoration:none;
	font-size: 9px;
	}
.alinkred {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.footertop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.alinkgreen {
	color: #009900;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a:visited {color:#FF0000;}
h2 {
	color: #FF0000;
}
h3 {
	color: #FF0000;
}
h4 {
	color: #FF0000;
}
h5 {
	color: #FF0000;
}
h6 {
	color: #FF0000;
}
.shdleft {
	background-color: #660000;
	background-image: url(../img/shdleft.gif);
	background-repeat: repeat-y;
	width: 22px;
}
.shdright {
	background-color: #660000;
	background-image: url(../img/shdright.gif);
	background-repeat: repeat-y;
	width: 23px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.maintbl {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	width: 746px;
	outline:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	vertical-align: top;	
}
.links {
	background-image: url(../img/menubarlgt.gif);
	height: 23px;
	text-align: center;
	background-color: #424242;
	background-repeat: no-repeat;
	background-position: center;
}
.sublinks {
	background-image: url(../img/menubardrk.gif);
	height: 22px;
	text-align: center;
	background-color: #000000;
	background-repeat: no-repeat;
}

#infosub {
	position:absolute;
	top:348px;
	width:700px;
	visibility: hidden;
	z-index: 1;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#aboutsub {
	position:absolute;
	top:348px;
	width:700px;
	height:23px;
	z-index:1;
	visibility: hidden;
	font-weight: bold;
	text-align: center;	
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#infosubsub {
	position:absolute;
	top:139px;
	width:700px;
	visibility: hidden;
	z-index: 1;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#aboutsubsub {
	position:absolute;
	top:139px;
	width:700px;
	height:23px;
	z-index:1;
	visibility: hidden;
	font-weight: bold;
	text-align: center;	
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	
}
.vptableleft {
	background-image: url(../img/leftbarbackground.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 246px;
}
.footer {
	color: #000000;
	background-image: url(../img/footer.gif);
	text-align: center;
	text-decoration:none;
	height: 53px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #7B0D00;
}
.bottomtable {
	vertical-align: bottom;
	height: 100%;
}
.shipcolumn {
	background-image: url(../img/shipcol.jpg);
	background-repeat: repeat-y;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#nav 
{
	padding:0;
	margin:0;
	list-style:none;
	height:22px;
	position:relative;
	z-index:200;
	font-family:arial, verdana, sans-serif;
	text-align:center;
}

#nav li.top 
{
	display:block;
	float:left;
	text-align:center;
}

#nav li a.top_link 
{
	display:block;
	float:left;
	height:22px;
	line-height:22px;
	color:#333333;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
}

#nav li a.top_link span 
{
	float:left;
	display:block;
	padding:0 24px 0 12px;
	
	height: 22px;
	text-align: center;
}

#nav li a.top_link span.down 
{
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height: 22px;

	
}


#nav li:hover a.top_link,
#nav a.top_link:hover
{
	color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	background:#000000;
	border:#333 medium;

}

#nav li:hover a.top_link span, 
#nav a.top_link:hover span
{

}

#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down
{
	padding-bottom:3px;
}

#nav li a.top_link_red 
{
	display:block;
	float:left;
	height:22px;
	line-height:22px;
	color:#c00;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
}

#nav li a.top_link_red span 
{
	float:left;
	display:block;
	padding:0 24px 0 12px;
	
	height: 22px;
	text-align: center;
}

#nav li a.top_link_red span.down 
{
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height: 22px;

	
}


#nav li:hover a.top_link_red,
#nav a.top_link_red:hover
{
	color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	background:#000000;
	border:#333 medium;

}

#nav li:hover a.top_link_red span, 
#nav a.top_link_red:hover span
{

}

#nav li:hover a.top_link_red span.down,
#nav a.top_link_red:hover span.down
{
	padding-bottom:3px;
}

#nav table 
{
	border-collapse:collapse;
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:0;
}


#nav li:hover 
{
	position:relative;
	z-index:200;
}

#nav a:hover 
{
	position:relative;
	white-space:normal;
	z-index:200;
}


#nav :hover ul.sub
{
	left:0px;
	top:22px;
	background: #111;
	padding:3px;
	border:1px solid #300;
	white-space:nowrap;
	width:auto;
	height:auto;
	z-index:300;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;

}

#nav :hover ul.sub li
{
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:auto;
	font-weight:normal;
	text-align:left;
	
	
}

#nav :hover ul.sub li a
{
	display:block;
	font-size:11px;
	height:18px;
	width:110px;
	line-height:18px;
	text-indent:5px;
	color:#fff;
	text-decoration:none;

	

}

#nav li ul.sub li a.fly
{
	background:#50b5d0;

}

#nav :hover ul.sub li a:hover 
{
	background:#7B0D00;
	color:#fff;
	border-color:#fff;
	
}

#nav :hover ul.sub li a.fly:hover
{
	background:#7B0D00;
	color:#fff;
}


#nav li b 
{
	display:block;
	font-size:11px;
	height:18px;
	width:auto;
	line-height:18px;
	margin-bottom:3px;
	text-indent:6px;
	color:#ff6;
	border-bottom:1px solid #ff6;
	cursor:default;
}


#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{
	left:89px;
	top:-4px;
	background:
	padding:3px;
	border:1px solid #000;
	white-space:nowrap;
	width:90px;
	z-index:400;
	height:auto;
}


#nav ul, 
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}


#nav li:hover li:hover > ul
{
	left:90px;
	top:-4px;
	background: #50b5d0;
	padding:3px;
	border:1px solid #000;
	white-space:nowrap;
	width:90px;
	z-index:400;
	height:auto;
	
}

#nav li:hover > ul ul 
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li:hover li:hover > a.fly
{
	background:#3f96a9t;
	color:#fff;
	border-color:#fff;
}
#vplinks {
	z-index: 2;
	height: 100%;
	position: fixed;
	left: -2px;
	top: 162px;
}
 
#nav li:hover li:hover > li a.fly
{
	background:#7B0D00;
	color:#fff;
	border-color:#7B0D00;
	
}
 
.tableleft {
	
	text-align: left;
}
#vplink {
	visibility: visible;
	z-index: 1;
	position: fixed;
}
.vpsidebar {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/vpsidebar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
}

#sidelinks li a.side_link 
{
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	color:#555555;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding-left: 28px;
	cursor:pointer;
	width:216px;
}

#sidelinks li a.side_link span 
{
	float:left;
	width:216px;
	height: 28px;
	text-align: left;
}

#sidelinks li a.side_link span.down 
{
	float:left;	
	height: 28px;
	width:216px;
	
}


#sidelinks li:hover a.side_link
{
	color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	background:#000000;
	width:216px;
	
}


#sidelinks a:visited a.side_link
{
	color:#f00;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	background:#990000;
	width:216px;
	
}

#sidelinks 
{
	width:216px;
	padding:0;
	list-style:none;
	height:28px;
	position:relative;
	z-index:200;
	font-family:arial, verdana, sans-serif;
	text-align:left;
	margin:0px;
}

#sidelinks li.side 
{
	display:block;
	float:left;
	text-align:left;
	width:246px;
	border-bottom-width:thin;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-color: #666;
	
}



#sidelinks table 
{
	border-collapse:collapse;
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:0;
}


#sidelinks li:hover 
{
	position:relative;
	z-index:200;
}

#sidelinks a:hover 
{
	position:relative;
	white-space:normal;
	z-index:200;
}
#gallery_box {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 500px;
	width: 100%;
}
