@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
}

p {
	/* drop shadow */
	text-shadow: #000000 2px 2px 2px;
}

a, a:link {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #EEEEEE;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

.SmallText {
	font-size: 9px;
	line-height: 12px;
	margin-bottom: 0px;
	margin-top: 4px;
}
.MedText {
	font-size: 11px;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 12px;
}
.LgText {
	font-size: 15px;
	line-height: 19px;
	margin-top: 0px;
}
.copyright {
	font-size: 9px;
	color: #999;
}
.ErrorText {
	text-decoration: blink;
	color: #CC3333;
}

.MedTextBK {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}
.LgTextBK {
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
}
.copyrightBK {
	font-size: 9px;
	color: #000000;
}
.SmallTextBK {
	font-size: 9px;
	line-height: 12px;
	color: #000000;
}

/*---------*/

#main_menu {
	position: absolute;
	left: 200px;
	top: 180px;
	width: 650px;
	z-index: 0;
}

.main_menu_item {
	display: block;
	width: 98px;
	height: 152px;
	margin-right: 10px;
	float: left;
}

.main_menu_item p {
	font-size: 9px;
	line-height: 12px;
	margin-bottom: 0px;
	margin-top: 4px;
}

/*---------*/

#main_image_area {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
	height: 500px;
	width: 780px;
}

.main_image {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	text-align: center;
	height: 500px;
	width: 780px;
	visibility: hidden;
	background-color: #000;
}

#left-slide {
	width: 390px;
	height: 500px;
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 0;
	-webkit-user-select: none;
	background-image: url(images/arrow_left.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#right-slide {
	width: 390px;
	height: 500px;
	z-index: 3;
	background-image: url(images/arrow_right.png);
	position: absolute;
	left: 390px;
	top: 0;
	-webkit-user-select: none;
	background-repeat: no-repeat;
	background-position: right center;
}

.caption {
	color: #CCC;
	font-size: 10px;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 0px;
}

#slideshow-link {
	float: right;
	display: inline;
	width: 300px;
	text-align: right;
}

.thumbnail {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#thumbs {
	width: 900px;
	height: 120px;
	overflow-x: scroll;
	white-space: nowrap;
}

