/* CSS Document */
	#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
				/* CSS HACK */
		
		position:relative;	/* Never change this value */
		top:13em;
		z-index:-1;
		
	}

	.imageInGallery{		
		width:992px;
		height:500px;
		background-color:#111111;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	#imageSlideshowHolder img{
		position:absolute;
	}
	
/* TOP MENU */

.TopMnu
{
border-left:8em #111111 solid;
background-color:#111111;
}

a.TopMnuLink
{
float:left;
filter:Alpha(opacity=33);
opacity: 0.33;
float:left;
width:90px;
text-decoration:none;
color:#dddddd;
background-color:#111111;
font-size:22px;
padding:0.1em;
}
a.TopMnuLink:hover {
color:#dddddd; border-bottom:#F27A04 solid 3px;
filter:Alpha(opacity=75);
opacity: 0.75;
}

.TopMnuUl
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

.TopMnuLi {display:inline; float:left;}

/* TOP MENU END */

/* BOTTOM MENU */
a.BtnMnuLink
{
/*float:left;
width:140px;*/
text-decoration:none;
color:#FAB055;
background-color:#111111;
font-size:16px;
padding:0.1em 0.1em;
border-left:10px solid #111111;
}
a.BtnMnuLink:hover {background-color:#111111; color:#dddddd;}

.Search{
float:inherit;
position:relative;
vertical-align:middle;
bottom:40px;
left:10px;
width:140px;
height:40px;
background-color:#FAB055;
filter:Alpha(opacity=75);
opacity: 0.75;
border:0px;
}

.SearchBut{
color:#FAB055; background-color:#111111; font-weight:bold; border-width:1px;position:relative; bottom:18px;
}

.SearchCross{
position:relative; bottom:50px;left:63px;
}

.SearchBox{
font-family: Verdana, Helvetica; background-color: #FFFFFF; color: #487081; font-size: 11px; font-weight: bold;
border-width:1px;position:relative; bottom:18px;
}

.Search:hover{
filter:Alpha(opacity=100);
opacity:1;
border:0px;
}

ul.BtnMnuUl
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

li.BtnMnuLi {display:inline;}

/* BOTTOM MENU END */

/* IndexGallery */

	body{
		font-family: Century Gothic, Geneva, Avant Garde Gothic;
		font-variant:small-caps;
		letter-spacing:-1px;
		font-size:22px;
		margin:0px;
		padding:0px;
		text-align:center;
		background-color:#111111;
	}

.BtnMnu
{
	width:992px;
}

.CateImg
{
	width:992px;
	height:540px;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#2B4F5C;
	border-top-style:solid;
	overflow:hidden;
}

.CateMenu
{
	float:left;	width:200px;
	font-family:Century Gothic, Geneva, Avant Garde Gothic; font-size:20px; color:#eeeeee; letter-spacing:-1px; font-variant:small-caps;
	border-right-width:2px;
}



.imgOnRight {float:right;position:relative;}
.imgOnLeft {float:left;position:relative;z-index:1;}

.CharLightGray {}
.CharBlue {}
.CharLightBlue {}