@charset "UTF-8";
/* CSS Document */

body {
	background: #000 url(../images/bg_main.jpg) no-repeat top center;
}

a, a:visited {
	color: #ff8346;
}

a:hover {
	color: #a13336;
}

#header {
	height: 270px;
	position: relative;
	background: url(../images/bg_head.png) repeat-x;
}

#headbar {
	height: 67px;
	background: #522627;
}

#menubar {
	height: 38px;
	background: #752527;
}

#logo {
	position: absolute;
	top: 8px;
	left: -35px;
	z-index: 999;
}

/* menu */
#menu {
	position:absolute;
	top: 68px;
	left: 220px;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li {
	float:left;
	width:180px;
	margin:0;
	padding:0;
	text-align:center;
}
#menu ul li a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	display:block;
	padding: 8px 10px 5px 10px;
	height:100%;
	color:#FFF;
	text-decoration:none;
	border-right: 1px solid #641d1f;
	border-left: 1px solid #8d292b;
}
#menu ul li a {
	background:url(../images/bg2.jpg) repeat 0 0;
}
#menu ul li a:hover {
	background-position:50px 0;
	color: #fff;
}

#menu ul li a.pau {
	border-right: none;
}

/*- Menu 2--------------------------- */
	
#menu2 {
	width: 340px;
	margin-top: 25px;
	}
	
#menu2 li {
	list-style: none;
}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 44px;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #fff;
	display: block;
	background: url(../images/menu2.gif) no-repeat;
	padding: 20px 0 0 15px;
	border-bottom: 1px solid #000;
	}
	
#menu2 li a:hover {
	color: #ff8346;
	background: url(../images/menu3.gif) no-repeat;
	padding: 20px 0 0 17px;
	}


/* content */

#content {
	background: url(../images/bg_content.png) repeat;
}

.ban {
	margin: 25px 0 0 25px;
}

#lt_col h1 {
	padding: 15px 0 10px 25px;
	color: #fff;
	font-size: 24px;
}

#lt_col p.head, td.head {
	padding: 10px 0 10px 25px;
	color: #ff8346;
	font-size: 16px;
}

#lt_col p {
	color: #999;
	padding: 0 10px 0 25px;
	font-size: 14px;
}

#lt_col td {
	color: #999;
}

#lt_col ul {
	list-style: square;
}

#lt_col ul li {
	margin: 0 0 0 25px;
	font-size: 14px;
	color: #CCC;
}

.ltgrn {
	color: #39C;
}

.ltyel {
	color: #FC3;
}

.ltred {
	color: #a13336;
}

.ltorg {
	color: #ff8346;
}

#rt_col p {
	padding: 0 0 0 20px;
	color: #999;
}

#rt_col h2 {
	padding: 5px 0 5px 20px;
	color: #fff;
	font-size: 24px;
}

.map {
	margin: 0 0 0 17px;
}

.big {
	color: #fc3;
	font-weight: bold;
}

.grn {
	color: #090;
}

.itl {
	font-style: italic;
	color: #999;
}

.wht {
	color: #fff;
	font-weight: 500;
}

#footer {
	border-top: 1px dashed #752527;
}

#footer p {
	padding: 10px 25px 10px 25px;
	color: #CCC;
	text-align: center;
}

.bed {
	margin: 0 0 20px 19px;
	border: 1px solid #752527;
	padding: 4px;
}

/* slider */

#slider {
    width: 565px; /* important to be same as image width */
    height: 259px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 25px 0 0 25px;
}

#slider1 {
    width: 565px; /* important to be same as image width */
    height: 259px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent, #slider1Content {
    width: 565px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 24px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 565px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 210px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 210px !important;
	height: 259px;
}
ul { list-style-type: none;}

.tst {
	border: 1px solid #ff8346;
	margin: 0 0 5px 0;
	padding: 3px;
}
