/* CSS Document */
body{
	background:#c0c0c0 url(../images/bg.png) repeat-y center;
	font-family:Tahoma; font-size:13px;
	font-family:Arial;
}
#main-content{
	width:875px;
	margin:auto;
}
#main-content #header{
	width:100%; height:105px;
}
#menu {
	height:43px; background:#ccc url(../images/bg-footer.jpg) center repeat-x; width:600px;
}
#content{
	margin-top:30px;
}
#smenu{
	text-align:right;
	margin:38px 0px 4px 0px;
}
.welcome{
	margin-top:20px;
}
#gallery{
	height:150px; width:335px; position:relative;
}
#main-content #footer{
	height:43px; width:875px; background:#ccc url(../images/bg-footer.jpg) center repeat-x; margin-top:20px;
}
#main-content #footer .txt{
	padding:10px 0px 0px 0px;
	color:#fff; text-align:center;
}
.text{font-size:12px; font-weight:normal;}
.mainl{width:450px;}
.mainr{width:350px;}
.mainlpage{width:200px;}
.mainrpage{width:600px;}
.lh{ line-height:18px;}
h2{font-size:22px; text-transform:lowercase;}
h3{font-size:20px; padding:0px; margin:0px;}
h3 .red{color:#C0272A;}
h2 .kecil{font-size:16px; color:#C0272A;}
.context{margin-bottom:30px; font-size:11px;font-weight:bold; color:#333333;}
.headline{height:260px;}
.headline .image{width:475px; height:240px;}
.headline .image-shdw{
	height:35px;background:url(../images/shdw.jpg) no-repeat center bottom; width:475px;
}
#content-slider{
	width:475px; height:240px;
}
.selected{
	background:#ccc;
}
.headline .image #paginate-content-slider{
	margin-top:-25px; text-align:right;
	margin-right:20px;
}
.headline .image #paginate-content-slider a{
	text-decoration:none; color:#fff; font-weight:bold;
	margin:1px; background:#FF0000; padding:2px 5px 2px 5px;
}
.date{font-size:11px; font-weight:bold;}
#smenu a{color:#393A34; font-weight:bold; text-decoration:none;}
/* ******************* */
.fleft{	float:left;}
.tgrey{color:#8A919B;}
.fright{float:right;}
.clr{clear:both;}
.torange {color:#F8A13A;}
.tdark{ color:#393A34;}

/* Easy Slider */
#slider{ margin:auto; position:relative;}	
#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		width:300px;
		height:150px;
		overflow:hidden; 
		}
	#slider li img{
		margin:7px; border:2px solid #999999;
		width:125px; margin-top:10px;
	}
	#slider li{
		text-align:center;
	}
#sliderprev, #slidernext{ 
	display:block;
	width:19px;
	height:146px;
	position:absolute;
	left:5px;
	top:50px;
}	
#slidernext{ 
	left:305px;
}														
#sliderprev a, #slidernext a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/arr-left.jpg) no-repeat 0 0;
}	
#slidernext a{ 
	background:url(../images/arr-right.jpg) no-repeat 0 0;	
}
.rpage{
	width:600px;
}
.lpage{
	width:200px;
}
/* menu */
#nav, #nav ul{
margin:0;
padding:0; font-size:13px; font-weight:bold;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.6em; 
}

ul#nav li a{
	-moz-border-radius-topleft:5px;-webkit-border-radius-topleft:5px;-o-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;-webkit-border-radius-topright:5px;-o-border-radius-topright:5px;
}
ul#nav li ul li a{
	-moz-border-radius-topleft:0px;-webkit-border-radius-topleft:0px;-o-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;-webkit-border-radius-topright:0px;-o-border-radius-topright:0px;
}
#nav a{
display:block;
padding:5px 7px;
color:#fff;
text-decoration:none;
}

#nav a:hover{
background:#fff url(../images/bg-menu-hover.jpg) repeat-x top;
color:#fff;
height:25px;
}

#nav li{
float:left;
border-right:0px solid #999999;
position:relative;
padding: 0px 3px 0px 3px;
}
.no-border{
	border:none;
}
#nav ul {
position:absolute;
display:none;
width:16em;
top:2.5em;
left:0em;
}

#nav .sub {
	background:#CB0014;
}

#nav li ul a{
background:#CB0014;
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
#nav li ul li a{
	height:20px;
}	

