/* styles.css */


body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	font-size:14px;
	background-color:#AEFFD7;
}
p{
	text-align:justify;
}
h4{
	margin-bottom:0;
}
h3{
	font-family:Arial;
	margin:5px ;
	color:#006200;
	font-size:16px;
	text-align:center;
	line-height:23px;
}
ol{
	text-align:justify;
	line-height:23px;
}
#header_spare{
	width:100%;
	height:25px;
	margin:0 auto;
	padding:0;
	position:relative;
	background-color:rgb(50,145,110);
	box-shadow:0 0 6px #333;
}
.menu-top{
	font-family: Arial, Verdana, san-serif;
	margin-left:250px;
	padding-top:3px;
}
.menu-top a{
	font-size:11px;
	color:#fff;
	text-decoration:none;
	margin-right:20px;
}
.menu-top a:hover{
	color:#FFCC00;
}
#header{
	background-color:#008E6E;
	margin:0 auto;
	text-align:center;
}
#main{
	width:900px;
	min-height:400px;
	margin:0 auto;
	padding-bottom:40px;
	background-color:#fff;
}
.content{
	margin: 0 20px 40px 20px;
	padding:15px auto;
}
/* ================= MENU ================== */
.menu{
	width:918px;
	height:46px;
	margin:-45px auto 0;
	z-index:50;
	position:relative;
	background-image:url(../images/menu.png);
	font-size : 14px;
}
/* remove the list style */
#nav {
	margin:0; 
	padding:0; 
	list-style:none;
}	
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */

#nav li {
	float:left; 
	display:block; 
	width:auto; 
	position:relative;
	z-index:500; 
	margin:0 1px;
}
/* this is the parent menu */
#nav li a {
	display:block; 
	padding:8px 0 0;
	margin:15px 10px 2px 25px;
	font-weight:bold;
	height:23px; 
	text-decoration:none; 
	color:#fff; 
	text-align:center;
	font-size:12px;
	font-family: Arial,verdana,san-serif;
}
#nav li a:hover {
	color:#FFFF00;
}

/* you can make a different style for default selected value */
#nav a.selected {
	color:#f00;
}

/* submenu, it's hidden by default */
#nav ul {
	position:absolute; 
	left:0; 
	display:none; 
	margin:0 0 0 -1px; 
	padding:0; 
	list-style:none;
}

#nav ul li {
	width:180px; 
	margin-left:20px; 
	border-bottom:1px solid #ccc;
	background:#008E6E;
/* 	opacity:0.8; */
}
#nav ul li a{
	text-align:left;
	color:#fff;
	margin:2px;
}
#nav ul li a:hover {
	color:#FFF;
}
/* display block will make the link fill the whole area of LI */
#nav ul a {
	display:block;  
	height:15px;
	padding: 8px 5px; 
	color:#666;
}
#nav ul li:hover {
	background-color:#E88B00;
}
#nav ul a:hover {
	text-decoration:none;
}
/* ================ BODY =============== */

#video{
	width:395px;
	height:300px;
	float:right;
	margin-right:5px;
}
#slide{
	width:495px;
	height:300px;
	float:left;
	margin-left:2px;
}
#slide2{
	width:100%;
	height:400px;
	float:left;
	margin-left:2px;
}
#leftside{
	float:left;
	width:500px;
	min-height:300px;
	background:#F4FFFB;
	border-radius:7px;
	padding:10px 20px;
	margin:10px auto 5px;
	border:1px solid #ccc
}
.prodi{
	width:530px;
	min-height:130px;
	background:#DFFFF1;
	/* box-shadow:1px 1px 4px #333; */
	border-radius:7px;
	padding:5px;
	margin:10px auto 5px;
	border:1px solid #ccc;
}
.prodi p{
	font-weight:bold;
	margin-left:5px;
}
.rightside{
	width:330px;
	background:#F4FFFB;
	float:right;
	min-height:250px;
	border-radius:7px;
	padding:5px;
	margin:10px auto;
	border:1px solid #ccc;
}
.rightside p{
	margin-left:5px;
	line-height:23px;
}
.clear{
	clear:both;
}
.title_section{
	border-bottom:1px solid #008000;
	padding-bottom:5px;	
}
.title_section .title{
	font-family:Tahoma;
	font-weight:bold;
	font-size:20px;
	line-height:30px;
	color:#FF9900;
	padding-top:5px;
}
.sk-kiri{
	float:left;
	margin-top:10px;
	width:430px;
}
.sk-kanan{
	float:right;
	margin-top:10px;
	width:430px;
}
.txtbox{
	width:250px;
}
.cbobox{
	width:255px;
	font: .9em "Arial", sans-serif;
}
td{
	padding:2px;
}
.btn{
	text-align: center;
	margin:20px auto;
}
.required_field{
	color: red;
}
/*===============================================*/
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 5px;
	width: 100%;
	font-family:Tahoma;
	font-size:10px;
	color:#545454;
	text-align:center;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 274px;
	height: 199px;
}
ul.thumb li img {
	width: 264px; height: 189px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #fff;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
.td_border{
	border:1px solid #CCC; 
	height:15px;
	padding-left:5px;
}
.cbo_border{
	border-style:none;
	background-color:#FFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent:0.01px;
	text-overflow:'';
}
.login_box {
	width:450px;
	margin:20px auto 30px;
	padding:10px;
	border:1px solid #ccc;
	border-radius: 7px 7px 7px 7px ;
}
#above_footer{
    width:900px;
	margin:auto;
	padding-bottom:80px;
	background-color:#fff;
	position:relative;
	background-repeat:no-repeat;
	text-align:center;
}
#footer{
	width:900px;
	height:70px;
	margin:-45px auto 0;
	z-index:50;
	position:relative;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}
#footer .text{
	text-align:center;
	font-size:11px;
	color:#fff;
	padding-top:38px;
}
select {
	height: 25px;
	padding-top:3px;
}
input[type=text],input[type=email],input[type=password] {
	height: 22px;
	padding-left:3px;
}
input[type=submit], input[type=button] {
    /* Size and position */
    width: 13%;
    height: 32px;
    /* float: left; */
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-family: "Arial", sans-serif;
    font-size: 12px;
    line-height: 30px; /* Same as height */
    text-align: center;
    font-weight: bold;
}
input[type=submit], input[type=button]  {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color:#6C4511;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}
 input[type=submit]:hover,
 input[type=button]:hover{
	color:#996319;
 }
#logout{
	display: inline-block;
	width: 50px;
	float: left;
	margin-top:10px;
	text-align: center;
}
#logout a{
	font-size: small;
	text-decoration: none;
	color:red;
}
#logout a:hover{color:#A80000;}


/*========== Carousel ================*/



