/* CSS Document */

/*body{padding: 0px;background: #000000;	margin: 0px;}*/
body {
	background:			black none repeat scroll 0%;
	/*font:				normal 62.5% Georgia, "Times New Roman", serif; */
	margin:				0px 0;
	padding:			0pt;
	color:				white;
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

a {color:#f8e69c}
a:hover {color:#d66b4a;}
#container{width:955px !important; /*width :460px ;*/
    margin: 0 auto;padding:0px;background:#000}
#header{
	background: #000000 url('images/header.jpg') no-repeat;
	height:110px;
	position:relative;
}
#header #logoLink a {float:left;height:110px;width: 955px;text-decoration: none;margin: 0px;padding: 0px;}



#menu {
	background: #000000 url('images/menu_bg.jpg') repeat-x;
	overflow:hidden;
	height:45px;
	list-style: none;
	font: 16px Tahoma, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 955px;
}

#menu ul{width:914px;padding-top:15px;}
#menu li{float:left;position:relative;top:0;left:0;height:25px;line-height:20px;padding: 0 22px}
#menu li.here {/*	margin-left:		30px; */}
#menu li.last {/*background: #4e3114;*/}
#menu li.current {/*border-bottom:	1px solid #FFFFFF;color:#1e0a02;*/}
#menu li.current a, #menu li.current a:hover {/*color:#1e0a02;*/text-decoration:	none;}
#menu a {color:white;font-weight:600;text-decoration:none;}
#menu a:hover, menu a:focus{color:#f6d45e;text-decoration:none}
#menu ul li a {text-transform: none}
#menu ul li ul li * {text-transform:none;}

#content{
	background: #241a10;
	overflow: auto;
	width: 100%

}



#content_left {
	float:left;
	width:600px;
	margin:0;
	padding: 15px 20px 10px 20px;
	text-align:justify;
	color: #ffffff;
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
}
#content_left ul{margin: 0px 15px;list-style-type: disc;}
#content_left h1{font-size: 18px}
#footer{background: #000000 url('images/footer_bg.jpg') repeat-x;height:85px;clear:both;text-align:center;color:#483424}
#content_right {
	float:right;
	width:455;
	margin:0;
	padding: 0px;
	text-align:justify;
	color: #ffffff
}
#footer p {
	padding:35px
}


/* For FCK Editor List */
img.lfloat{float:left;border:none;margin:0px 10px 30px 20px;}
img.rfloat{float:right;border:none;margin:0px 10px 30px 20px;}
.tLeft {text-align:left}
.tRight {text-align:right}
.tCenter {text-align:Center}
.tJustify {text-align:Justify}
h4{font: normal 120%/1.3 Verdana,sans-serif; font-weight: bold;margin:0px;padding: 0px 10px;text-align:Left;color: #000000}

/*slider stuff*/
#slider {
    width: 955px; /* important to be same as image width */
    height: 330px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 955px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0px 0px;
    width: 0px;
    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 {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
