@charset "utf-8";
/* CSS Document */

* {
	outline:none;
	border:none;
}

a, a:hover, a:active, a:visited {
	outline:none;
	border:none;
}

body {
	margin:0px;
	background-image:url(../images/bg_01_Yellow.jpg);
	background-repeat:repeat-x;
	background-color:#e4cf80;
	width:100%;
	height:100%;
}
#logoWrapper {
	width:930px;
	height:150px;
	margin:0px auto;
	}
#logo {
	width:930px;
	height:150px;
	/*
	background-image:url(../images/Logo3.png);
	background-position:center top;
	background-repeat:no-repeat;
	*/
	position:absolute;
	z-index:2;
	zoom:1;
	text-align:center;
}
#logoBG {
	width:930px;
	height:150px;
	background-image:url(../images/light_Yelllow.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
}

#mainWrapper {
	width:930px;
	height:555px;
	margin:0px auto;
	position:relative;
}
#mainWrapper #menu {
	width:930px;
	height:50px;
	position:relative;
	left:0px;
}
#menu ul {
	margin:0px 0px 0px 40px;
	padding:0px;
	list-style:none;
}
#menu ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#776b3a;
	line-height:50px;
	float:left;
	padding:0px 17px;
}
#menu ul li a {
	outline:none;
	text-decoration:none;
	color:#776b3a;
}

#menu ul li#links:hover {
	background-image:url(../images/MenBG_Yellow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	cursor:pointer;
}
#mainWrapper #content {
	width:930px;
	height:505px;
	overflow:hidden;
	position:relative;
	background-image:url(../images/centerBG.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	left:0px;
	top:0px;
	zoom:1;
}

#footer{
	font-family:Arial, Helvetica, sans-serif;
	color:#776b3a;
	text-align:center;
	font-size:11px;
	width:930px;
	margin:0px auto;
	text-align:center;
}
.frames {
	position:absolute;
	margin-left:15px;
	margin-top:23px;
}

.pagetitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#a89967;
	padding:3px 10px;
	font-size:16px;
}

.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:left;
}

#leftGallery ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#leftGallery ul li a {
	width:130px;
	height:120px;
	background-color:#e0d29f;
	margin-bottom:5px;
	line-height:120px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	display:block;
	outline:none;
	text-decoration:none;
}
#leftGallery ul li a:hover {
	background-color:#b3a363;
	cursor:pointer;
	cursor:hand;
}


#arrow {
	background-image:url(../images/arrow.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:24px;
	height:110px;
	position:absolute;
	margin-left:130px;
}
.inp {
	width:170px;
	padding:4px;
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.inpText {
	width:170px;
	padding:4px;
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}










/* Slide Show */

#slideshow {
	height:434px;
	width:884px;
	position:absolute;
	background-color:#FFFFFF;
}

#slideshow IMG {
    position:absolute;
	padding:0px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* Slide Show End */