@charset "utf-8";
.image {
	border:solid 1px silver;
	padding: 5px;
}
a ,
a:link,
a:visited 		{
	color: #000;
	TEXT-DECORATION: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}
a:hover,
a:active 		{
	TEXT-DECORATION: none;
	color: #390;
	
}
#current {
	color: #390;
	text-decoration: underline;
	
}

#body {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-image: url(images/bg_metal.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#top_line {
	height: 14px;
	width: 100%;
	background-color: #000;
}
#top_logo {
	height: 200px;
	width: 546px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}

#content_wrapper {
	height: auto;
	width: 1060px;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
}
#content_left {
	height: auto;
	width: 800px;
	background-color: #FFF;
	float: left;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	box-shadow: 0 0 10px #34717e;
	-moz-box-shadow: 0 0 10px #34717e;
	-webkit-box-shadow: 0 0 10px #34717e;
}
#content_right_box {
	height: auto;
	background-color: #FFF;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	box-shadow: 0 0 10px #34717e;
	-moz-box-shadow: 0 0 10px #34717e;
	-webkit-box-shadow: 0 0 10px #34717e;
	filter: alpha(opacity=80);
	opacity:0.8;
}
#content_right {
	height: auto;
	width: 240px;
	background-color: transparent;
	float: right;
	margin-left: 20px;
}
#menu_kiri_utama{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	background-color: transparent;
	text-shadow:0 1px 1px #ffffff;
	margin: 15px;
}
#menu_kiri_utama  a:link, #menu_kiri_utama a:visited{
	color: #000;
	text-decoration:none;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10;
	display: block;
	font-weight: bold;
	text-shadow:0 1px 1px #ffffff;
	padding-right: 5px;
	padding-left: 5px;
}
#menu_kiri_utama  a:hover, #menu_kiri_utama a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #1A1A1A;
	display: block;
	text-shadow:0 1px 1px #000000;
}
#menu_kiri{
	font-family: "Century Gothic";
	font-size: 11px;
	color: #743E01;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}


#menu_kiri  a:link, #menu_kiri a:visited{
	color: #000;
	text-decoration:none;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0;
	font-weight: bold;
	background-color: transparent;
	display: block;
	text-shadow:0 1px 1px #ffffff;
}
#menu_kiri  a:hover, #menu_kiri a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #1A1A1A;
	display: block;
	text-shadow:0 1px 1px #000000;
}
#padding {
	height: 20px;
	width: auto;
	background-color: transparent;
}
#footer_line {
	background-image: url(images/separator.png);
	height: 2px;
	width: 1000px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	filter: alpha(opacity=80);
	opacity:0.8;
}

#bottom2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
#bottom2 a:link,#bottom2 a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}
#bottom2 a:hover,#bottom2 a:active {
	color: #FFF;
	text-decoration: underline;
}
#footer_wrapper {
	height: auto;
	width: 1000px;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
}

#content_footer {
	height: auto;
	width: 270px;
	height: auto;
	background-color: transparent;
	float: left;
	margin-right: 5px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	padding-right: 30px;
	margin-bottom: 20px;
}



h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000;
	font-weight: normal;
	text-align: center;
	text-shadow:0 1px 1px #ffffff;
	margin: 10px;
}
h2 {
	color: #000;
	margin: 10px;
	text-align: justify;
	text-shadow:0 1px 1px #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	text-shadow:0 1px 1px #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin: 10px;
	text-align: left;
	text-shadow:0 1px 1px #ffffff;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	margin: 10px;
	text-align: center;
	line-height: 1em;
	text-shadow:0 1px 1px #000000;
}
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	margin: 10px;
	text-align: left;
	line-height: 1em;
	text-shadow:0 1px 1px #ffffff;
}


#font_side {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	margin: 10px;
	font-weight: bold;
	text-shadow:0 1px 1px #000000;
}
#font_side a:link, #font_side a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	text-align: justify;
}
#font_side a:hover, #font_side a:active {
	text-decoration: none;
}
#bg_thumb {
	background-color: #333;
	box-shadow: 0 0 10px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
}

input,select,textarea {
	font-size: 12px;
	padding: 4px 3px;
	border: 1px solid #CCC;
	background-color: #fefefe;
}
input:focus, textarea:focus, select:focus {
	background-color: #FFF;
}
.page{
	padding: 5px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin: 1;
	text-align: center;
}
.page a {
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	background-image: url(images/bg_page.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
}
.page a:hover {
	padding: 5px;
	color: #C00;
	text-decoration: none;
	background-color: #CCC;
	font-weight: bold;
	margin: 0;
}
.alpha90 {
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.9);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity:0.9;
	
}

.relative {position:relative}

/* header */
.roundabout-holder  {height:5em;}
.roundabout-moveable-item {
	cursor:pointer;
	width:400px;
	height:300px;
	padding-bottom:20px;
	margin-top: 175px;
}
.roundabout-in-focus {cursor:auto;}
#gallery {
	position:relative;
	height:500px
}
#gallery img {display:block;width:100%;height:100%}
#gallery li {
	overflow:hidden
}


/*menu pet*/
.mypets{ 
	cursor: hand;
	cursor: pointer;
	margin: 0px;
	background-color: transparent;
}

.openpet{ 
	background-color: transparent;
}


/* scrol js */
  div[rel='scrollcontent1'] {
	width: 100%;
	height: 350px;
}
  
  /* Basic CSS for the elements - If rel is "scrollcontent1", style its scrollbar by referring to ".scrollcontent-content", ".scrollcontent-bar", etc. */
  .scrollcontent1-content { /* background: #eee; */ } /* for vertical content, no explicit width is required for inner DIV */
  .scrollcontent1-bar {
	width: 11px;
	background: #dedede;
	border-radius: 4px;
	box-shadow: inset 0px 0px 5px #444444;
	overflow: hidden;
}
  .scrollcontent1-drag {
	border-radius: 4px;
	cursor: pointer;
	background-color: #007967;
}
