/* CSS Document */

.clear {
	clear: both;
}
#login_box {
	_position:absolute;
	_top: 50%;
	_left: 50%;
	_width:20em;
	_height:16em;
	_margin-top: -8em; /*set to a negative number 1/2 of your height*/
	_margin-left: -13em; /*set to a negative number 1/2 of your width*/
	_border: 1px solid #7F5F00;
	_background-color: #000;
	margin-top: 50px;
}
#login_box .field_error, #login_box #message{
	font-size:12px;
	color:#F00;
}

#login_box #form_error_message{
	margin-bottom:20px;
}

#login_box .field_error{
	clear:both;
	margin-left:80px;
}

.form_field{
	border:#666 solid 1px;
}

.form_field:focus{
	background-color:#F9E9A9;
}
body {
	_background:url(../images/bgsplash.jpg) repeat-x #76292f;
	_background:url(../images/bgsplash.jpg) repeat-x #000 fixed;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0 10px;
}

header {
	padding-top: 10px;
}

ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

a:hover {
	color: #dfb65e;
}

input[type=button], input[type=submit] {
	background: #dfb65e;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
}

fieldset {
	border: 1px solid #fff;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
}

header h1 {
	font-size: 16px;
	color: #dfb65e;
	margin: 5px 0;
}

#menu {
	padding: -20px 0;
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 120px;
}

#menu ul {
	clear: left;
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
}

#menu li {
	float: left;
	text-align: center;
	position: relative;
	right: 50%;
	width: 100px;
}

#menu li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px 10px;
	margin-left: 20px;
}

#menu li a:hover {
	box-shadow: 0 0 5px #fff;
}

#menu li .legend {
	_display: none;
	font-size: 11px;
}

#menu li a:hover>.legend {
	display: block;
}

.paging {
	_float: right;
	text-align: right;
	line-height: 30px;
}

#content {
	_width: 960px;
	_margin: 0 auto;
}

#content h2 {
	text-align: center;
	margin: 5px 0;
	font-size: 20px;
	
}

#content table.product th {
	padding: 3px;
	background: #dfb65e;
	color: #000;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	_border-right: 1px inset #000;
}

#content table.product tr {
	border-bottom: 1px solid #dfb65e;
}

#content tr:hover {
	background: rgba(223,182,94,0.3);
}

#content td {
	padding: 8px;
	font-size: 12px;
}

#content a img {
	padding: 3px 1px;
}

#content a {
	color: #000;
	text-decoration:
}

#content table.newproduct input[type=text] {
	width: 200px;
}

#content table.newproduct textarea {
	width: 200px;
}

.links {
	_float: right;
}

.forms {
	_width: 100%;
	_float:left;
	_left: 50%;
	_text-align: center;
}

#inlist {
	margin-top: 20px;
}

#inlist th {
	padding: 3px;
	background: #dfb65e;
	color: #000;
	font-size: 12px;
	vertical-align: top;
	text-align: center;
}

#content table.userlist th {
	padding: 3px;
	background: #dfb65e;
	color: #000;
	font-size: 12px;
	vertical-align: top;
	text-align: center;
	_border-right: 1px inset #000;
}

#content table.userlist tr {
	border-bottom: 1px solid #dfb65e;
}

.heading{
	float: left;
	padding: 5px 10px;
	_border-bottom: 1px solid #fff;
	background: #dfb65e;
	color: #000;
	font-weight: normal;
}

#input_area label {
	height: 25px;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
}
#input_area button {
	margin-top: 3px;
}

/*TEMPLETAMO*/
/*
css by zulkifli
*/
html {
	background: #fff;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background: url(../images/templatemo_header2.jpg) repeat-x;
}

a:link, a:visited {	color: #0066CC; text-decoration: underline; }
a:active, a:hover { color: #990000; text-decoration: none; }

p {
	color: #666;
	text-align: justify;
	margin: 0 0 10px 0;	
}

h1 {
	font-size: 18px;
	color: #999;
	margin: 0 0 10px 0;
}

.templatemo_container {
	width: 100%;
	margin: auto;
}

#templatemo_header {
	width: 100%;
	height: 5px;
	padding: 2px 0 0 0;
	margin: 0 0 25px 0;
}

#templatemo_slider {
	clear: both;
	width: 100%;
	height: 5px;
	padding: 0 10px;
}

#templatemo_logo_area {
	float: left;
	width: 100%px;
	height: 30px;
	font-weight: bold;
	color: #CCC;
	margin: 20px 10px 0 0;
}

#templatemo_logo {
	font-size: 30px;	
	margin: 0 0 5px 0;
}
#templatemo_logo a {
	color: #CCC;
	text-decoration: none;
}
#templatemo_slogan {
	font-size: 14px;
	margin: 0;
}

#templatemo_search {
	float: right;
	width: 650px;
	height: 33px;
	margin: 65px 30px 0 0;
}

.field {
	float: left;
	width: 234px;
	height: 23px;
	border: none;	
	border: none;
	color : #ccc;
	font-size: 15px;
	padding: 5px 3px 0 3px;
	background: #000;
	border: 1px solid #333;

}

.button {
	float: right;
	width: 90px;
	height: 30px;
	border: none;	
	background: url(../images/templatemo_button.jpg) repeat-x;
	border: 1px solid #333;
	color : #ccc;
	font-size: 15px;
	cursor: pointer;
}

#templatemo_menu {
	height: 28px;
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}
/*------------------------------------------------------*/
		/*LEFT SIDEBAR*/
#sidebar {
float : none;
width : 10px;
margin : 0 0 0 0;
padding : 5px;
}
			/*NAVIGATION*/
.menu {
margin-bottom : 20px;
width : 150px;
padding : -5px 0 0 0;
}
.menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.menu li {
margin : 0 0 0.2em 0;
}
.menu a {
display : block;
font-size : 11px;
color : #000000;
background : #FF9900;
width : 150px;
padding : 0.5em 0.8em;
font-weight:bold;
font-size:12px;
text-decoration : none;
border-left : 10px solid #000000;
}
.menu a:hover {
border-left : 10px solid #1f5688;
background-color : #236bac;
color : #fff;
}
.links {
font-size : 1.4em;
text-transform : uppercase;
letter-spacing : 3px;
}
/*----------------------------------------------*/


#templatemo_menu ul {
	list-style: none;
	display: inline;
}

#templatemo_menu ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#templatemo_menu li a {
	float: none;
	height: 23px;
	display: block;
	color: #804000;
	text-decoration: none;
	font-size: 15px;	
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 0 5px 0 0;
	padding: 5px 20px 0 20px;
}

#templatemo_menu li.current a, #templatemo_menu li a:hover {
	background: url(../images/templatemo_menu_current.jpg) repeat-x;
	color: #fff;
}

#templatemo_image_fader {
	
	width: 100%;
	height: 180px;
	padding: 0;
	margin: 0 0 30px 0;
}

#templatemo_content_area {
	width: 100%;
	font-size: 10px;
}

#templatemo_left {
	width: 100px;
	float: center;
}

.templatemo_post {
	width:	100%;
	margin: 0 0 10px 0 ;
}

/*kolom judul */

.templatemo_post_title {
	width: 100%;
	height: 50px;
	background:  url(../images/templatemo_.jpg) no-repeat;
	font-size: 18px;
	padding: 10px 0 0 20px;
	margin: 0;
}

.templatemo_post_title a {
	color: #666;
	text-decoration: none;
}

.templatemo_post_title a:hover {
	color: #0099CC;
}

.templatemo_post_text {
	width: 100%;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	padding: 20px 20px 10px 20px;
}

.templatemo_post_text img {
	float:left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
}

.templatemo_post_bottom {
	width: 100%;
	height: 50px;
	background: url(../images/templatemo_post_.jpg) no-repeat;
	font-size: 12px;
	text-align: right;
	padding: 10px 20px 0 0;
	margin: 0;
}

.templatemo_post_bottom a {
	color: #666;
	text-decoration: none;
}

.templatemo_post_bottom a:hover {
	color: #0066CC;
	text-decoration: underline;
}

#templatemo_right {
	float: right;
	width: 300px;
}

.templatemo_section {
	width: 300px;
	margin: 0 0 30px 0;
}

.templatemo_section_title {
	width: 258px;
	height: 30px;
	background: url(../images/templatemo_section_title.jpg);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 18px;
	color: #666;
	padding: 10px 0 0 20px;
}

.templatemo_section_bottom {
	width: 238px;
	background: url(../images/templatemo_section_bottom.jpg) bottom no-repeat;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 20px 10px 20px;
}

#templatemo_bottom_area {
	background: url(../images/templatemo_bottom.jpg) #000 repeat-x;
	width: 100%;
	padding: 20px 0;
	_margin: 10px 0 0 0;
}

.templatemo_section_1 {
	width: 178px;
	float: left;
	border: 1px solid #292929;
	padding: 20px 20px 10px 20px;
	margin: 0 20px 0 0;
}

.templatemo_section_2 {
	width: 408px;
	float: right;
	border: 1px solid #292929;
	padding: 20px 20px 10px 20px;
	margin: 0;
}

#templatemo_footer {
	width: 100%;
	color: #AAA;
	font-size: 11px;
	background: url(../images/templatemo_footer.jpg);
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

#templatemo_footer a {
	color: #AAA;
	text-decoration: none;
}

#templatemo_footer a:hover {
	color: #FFF;
}

.templatemo_list {
	color: #333;
	text-align: justify;
	list-style: none;
	padding: 0 0 0 10px;
}

.templatemo_list li {
	font-size: 11px;
	list-style: disc;
	padding: 0px;
	margin: 5px 0px;
}

.templatemo_list a {
	color: #333;
	text-decoration: none;
}

.templatemo_list a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.templatemo_gray_list li, .templatemo_gray_list a {
	color: #999;
}

.templatemo_gray_list a:hover {
	color: #FFF;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
<!--Menu Down-->
.mmenu{
	margin:0 -380px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	}
.mmenu ul{
	background:#FF9900;
	height: 35px;
	width:967px;
	list-style:none;
	margin: 0;
	padding:0;
	}
	.mmenu li{
		float:left;
		padding:0px;
		}
	.mmenu li a{
		background:#FF9900 url("images/seperator.gif") bottom right no-repeat;
		color:#000000;
		display:block;
		font-weight:bold;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.mmenu li a:hover, .menu ul li:hover a{
			background: #090909 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.mmenu li ul{
		background:#FF9900;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.mmenu li:hover ul{
		display:block;
		
		}
	.mmenu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.mmenu li:hover li a{
		background:none;
		
		}
	.mmenu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.mmenu li ul a:hover, .menu li ul li:hover a{
			background:#000000 url('images/hover_sub.gif') center left no-repeat;  /*warna link*/
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.mmenu p{
		clear:left;
		}	

		