/* CSS Style Sheet */

body {
	background-color: #101010;
	color: #cccccc;
	font-family: Palatino Linotype, "Times New Roman", Times, serif;
}

* { outline: none; }

a, a:link, a:visited {text-decoration: none; color:#cccccc}

img {
	behavior:	url(iepngfix/iepngfix.htc);
}

/* menu */

#MainMenu {
	display: 	block;
	width: 		228px;
	min-height:	415px;
	height:		415px;
	bottom: 	105px;
	left:		17px;
	position:	absolute;
	text-align: 	right;
	vertical-align: top;
}

/* category menu */

#CategoryMenu  {
	font-size: small;	
	line-height: large;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px #3e3e3e solid;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	
	/* IE only */
	_font-size: 0.8em;
	
}

.CategoryItem {
	padding-left: 	8px;
	padding-right: 	8px;
}

#CategoryMenu #selected {

	border-left: 	1px #3e3e3e solid; 
	border-right: 	1px #3e3e3e solid;
	border-top: 	1px #3e3e3e solid;
	border-bottom: 	1px #101010 solid;
	padding-left: 	7px;
	padding-right: 	7px;
	padding-bottom: 2px;
	padding-top: 	3px;
}


/* subject menu */

.SubjectMenu {
	display: none;
}

#SubjectMenus #selected {
	display: block;
}

.SubjectItem  {
	font-size:	small;
	line-height: 	normal;
	font-weight: 	normal;
	font-style: 	normal;
	position: 	relative;
	padding-right: 	9px;
	margin-right:	10px;
	
	/* IE only */
	_font-size: 0.8em;
}

.SubjectMenu #selected {
	font-weight: 	bold;
	border-right:	1px #3e3e3e solid;
	position: 	relative;
}

.SubjectItem a:hover {
	font-weight: 	bold;
}

/* images */

#ThumbSection {
	bottom: 	7px;
	left:		7px;
	position:	absolute;
	width:		240px;
	height:		113px;
}

#MainImages {
	bottom: 	105px;
	left:		270px;
	position:	absolute;
}

.Thumb {
	margin:	1px;
	padding: 3px;
	border: none;
	float: left;
	border: none;
}

.InvisibleThumb {
	margin:	1px;
	padding: 3px;
	border: none;
	float: left;
}

#ThumbSection #selected {
	padding: 2px;
	border:  1px #3e3e3e solid;
}

.Thumb:hover {
	padding: 2px;
	border:  1px #3e3e3e solid;
}

.MainImage {
	display: 	none;
}

#MainImages #selected {
	display:	block;
	padding:	4px;
	border:		#3e3e3e 1px solid;
	margin-right:	50px;
}

img:hover {
	cursor: pointer;
}


/* site name */

.SiteName {
	bottom: 	43px;
	left:		273px;
	position:	absolute;
}

.Arrows  {	
	bottom: 	90px;
	left:		205px;
	position:	absolute;
}