/* CSS Document */
body {
	background-image: url(Image/rasta_pasta.jpg);
	
	

	
	
	
}
/*1. WRAPPER----------------------*/
#wrapper{
	width:1100px;
	height:auto;
	background-color: #cccccc;
	margin-right:auto;
	margin-left:auto;
	padding-top:30px;
	padding-bottom:30px;
	
	
}
/*2. HEADRE-----------------------*/
#header{
	width:990px;
	height:70px;
	margin-right:auto;
	margin-left:auto;
	background-color:purple;
	padding-top:180px;
	padding-right:10px;
	background-image: url(Image/Header.jpg);
	
}
#search{
          width:300px;
		  height:50px;
		  background-color:grey;
		  float:right;		  
}
/*3. MENU--------------------------*/
#menu{
          width:1000px;
		  height:50px;
		  margin-right:auto;
		  margin-left:auto;
		  background-color:yellow;
		 
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
#cssmenu,
#cssmenu > ul {
  background: url(images/highlight-bg.png) repeat;
  padding-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after {
  content: "";
  display: table;
}
#cssmenu:after,
#cssmenu > ul:after {
  clear: both;
}
#cssmenu {
  width: auto;
  zoom: 1;
}
#cssmenu > ul {
  background: url(images/menu-bg.png) repeat;
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu > ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
  position: relative;
}
#cssmenu > ul > li > a {
  padding: 23px 39px;
  display: block;
  color: white;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #0d0d0d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  line-height: 18px;
}
#cssmenu > ul > li:hover > a {
  background: url(images/highlight-bg.png) repeat;
  text-shadow: 0 -1px 0 #97321f;
  text-shadow: 0 -1px 0 rgba(122, 42, 26, 0.64);
}
#cssmenu > ul > li > a > span {
  line-height: 18px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li > a:active {
  background: url(images/hover.png) repeat;
}
/* Childs */
#cssmenu > ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 120px;
  background: url(images/menu-bg.png) repeat ;
  margin: 0;
  padding: 0;
  z-index: -1;
}
#cssmenu > ul li:hover ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
  color: #000;
  z-index: 2;
  top: 70px;
  left: 0;
}
#cssmenu > ul ul:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 20px;
  background: transparent;
}
#cssmenu > ul ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#cssmenu > ul ul li a {
  padding: 18px 26px;
  display: block;
  color: white;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#cssmenu > ul ul li a:hover {
  border-left: 4px solid #d64e34;
  background: url(images/hover.png) repeat;
}
#cssmenu > ul ul li a:active {
  background: url(images/menu-bg.png) repeat;
}

	  
/*4. CONTENT-----------------------*/
#content{
           width:1000px;
		   height:600px;
		   margin-right:auto;
		   margin-left:auto;
		   background-color:#FFFFFF;
}


#flashbanner{
	margin-right:auto;
	margin-left:auto;
	width:1000px;
	height:300px;
	background-color:blue;
	background-image: url(Image/anigifFLASHBANNER..gif);			 
}
#subcontent{
	margin-right:auto;
	margin-left:auto;
	width:1000px;
	height: 300px;
	background-color:Chocolate;
	
						
}
#subcontent1{
	margin-right:auto;
	margin-left:auto;
	width:1000px;
	height: 600px;
	background-color: #e6e6e6;
	
						
}
#test{
	float:left;
	width:700px;
	height:550px;
	background-color:Chocolate;
	color:white;
	background-image: ;
	background-image: url(Image/kata%20aluan.jpg);
	
			
}
#sidebar{
            float:right;
            width:300px;
			height:300px;
			background-color:#cccc00;
}
/*5. FOOTER-------------------------------*/
#footer{
           width:1000px;
		   height:300px;
		   margin-right:auto;
		   margin-left:auto;
		   background-color:yellow;
		  
}
#address1{
            float:left;
            width:700px;
			height:250px;
			background-color:Darkgray;
			
			
}
#address2{
	float:right;
	width:300px;
	height:250px;
	background-color:#d9d9d9 ;
			
			
}
#link{
	
	width:1000px;
	height:50px;
	background-color:tomato;
	margin-right:auto;
	margin-left:auto;
		   
		  
}





