/* GUI Styles */

/* Borders */


/* Corner Graphics */


/* Global Decorations */


/* Index Decorations */


/* GUI Tables */

#ContentBox_Table {
	margin-top: 0px;
	padding-top: 98px;
	width: 100%;
	position:absolute;
	z-index:30;
}
.ContentBox_Top {
	background-image:url(../images/contentbox_top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:97px; 
}
.ContentBox_Centre {
	background-image:url(../images/contentbox_centre.gif);
	background-repeat:repeat-y;
	background-position:top;
}
.ContentBox_Centre_Login {
	background-image:url(../images/contentbox_centre_login.gif);
	background-repeat: no-repeat;
	background-position:top;
}
.ContentBox_Centre_Contact {
	background-image:url(../images/contentbox_centre_contactus.gif);
	background-repeat: no-repeat;
	background-position:top;
}
.ContentBox_Centre_Thankyou {
	background-image:url(../images/contentbox_centre_thankyou.gif);
	background-repeat: no-repeat;
	background-position:top;
}
.ContentBox_Bottom {
	background-image:url(../images/contentbox_bottom.gif);
	background-repeat:no-repeat;
	height:33px;
}

.ContentBox_Centre_Subleft {
	background-image:url(../images/contentbox_centre_subleft.gif);
	background-repeat:repeat-y;
	background-position:left;
	left:0px;
	width:46px;
}

.ContentBox_Centre_Subright{
	background-image:url(../images/contentbox_centre_subright.gif);
	background-repeat:repeat-y;
	background-position:top;
	width:50px;
}
.ContentBox_Centre_Subcentre{
	background-color:#FFFFFF;
	width:605px;
	border: 1px solid #577024;
}

.ContentBox_Bottom_Sub {
	background-image:url(../images/contentbox_bottom_sub.gif);
	background-repeat:no-repeat;
	height:33px;
}

/* GUI Styles (Popup Images) */
/* disable the below on 2009/06/10
a {color:#000;}
a:hover {text-decoration:none;}
a:visited {color:#000;}*/

/* slides styling */

.photo {width:300px; text-align:left; position:relative; margin:0 auto;}

.photo ul.topic {padding:0; margin:0; list-style:none; width:635px; height:auto; position:relative; z-index:10;}

.photo ul.topic li {display:block; width:125px; height:31px; float:left;}
.photo ul.topic li a.set {display:block; font-size:11px; width:124px; height:30px; text-align:center; line-height:30px; color:#000; text-decoration:none; border:1px solid #fff; border-width:1px 1px 0 0; background:#ccc; font-family:verdana, arial, sans-serif;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li.active a
{color:#000; background:#bbb;}

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#fff; background:#aaa;}

.photo ul.topic li.active ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:375px; background:#ddd; width:464px; padding:40px 60px; border:20px solid #bbb; z-index:1;}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:375px; background:#ddd; width:464px; padding:40px 60px; border:20px solid #aaa; z-index:100;}

.photo ul.topic li ul li
{display:inline; width:112px; height:87px; float:left; border:1px solid #fff; margin:1px;}

.photo ul.topic li ul li a
{display:block; width:110px; height:85px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #888;}

.photo ul.topic li ul li a img
{display:block; width:100px; height:75px; border:5px solid #eee;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:200px; height:150px; border-color:#fff;}


#box_bg {
     background-color: #FDB813;
     height: 100%;
     filter:alpha(opacity=50); /* IE's opacity*/
     left: 0px;
     opacity: 0.50;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 50;
     display:none;
}

#box_fe {
     background-color: #FFFFFF;
     border: solid 4px #FDB813;
     height: 200px;
     width: 300px;
     top: 0px;
     left: 0px;
     position: absolute;
     z-index: 99;
     display:none;
}
.sideimage {
	border: solid 1px #FFFFFF;
	margin-bottom: 88px;
}