@charset "UTF-8";
/*
      css jimbaran restaurant
      for jimbaran.com.au
      by joekairos.com
      last update:
	   	Yohan Budiman
		June 30 2009
*/
/* CSS Document */
/*@import url('reset.css');*/
@import url('typography.css');

body {
	background-image:url(../images/bata.png);
	background-repeat:repeat;
	background-color: #000000;
	text-align:center;
	padding: 0px;
	}
	
/****************
POSITIONS OF DIVS
****************/
#all {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	}

#header {
	position:inherit;
	width:900px;
	height:345px;
	top:0px;
	}
#conWrap {
	background-color:#eae9de;
	overflow:hidden;
	}
#lefCol {
	position:inherit;
	width: 230px;
	height: 980px;
	background-image:url(../images/lefColbg.png);
	background-repeat:no-repeat;
	float: left;
	}
#rigCol {
	position:inherit;
	margin:15px 20px;
	width:200px;
	float: right;
	}
#content {
	width: 420px;
	position:inherit;
	text-align:justify;
	margin-left: 230px; 
	padding:10px 15px 0px 15px;
	}
#footer {
	border-top: 3px #b5b5b5 solid;
	margin: 20px auto auto 245px;
	width: 640px;
	text-align:center;
	margin-bottom:30px;
	clear:both;
	}
#copyright {
	margin-bottom:30px;
	text-align:center !important;
	}
/****************
Header Style
****************/
#logo {
	z-index:5;
	position:absolute;
	width:900px;
	}
#headAnim {
	position:absolute;
	overflow:hidden;
	width: 900px;
	margin-top:80px; 
	z-index: 1;
	
	}

/****************
MENU STYLES
****************/
#menus {
margin-top:15px;
}
#menus li a{
position: relative;
top:-3px;
}

#menus li:hover{
background-image:url(../images/menuButt.png);
background-repeat:repeat-x;
	}
#menus li a:hover {
	color:#FF0000;
}
.nav {
	margin: 0px auto;
	padding: 0px;
	}
.nav-selected {
background-image:url(../images/menuButt.png);
background-repeat:repeat-x;
color:#FF0000;
}
.nav-selected a{
	background-image: none !important;
	}
.nav li {
	width:190px;
	height: 20px;
	padding-top: 7px;
	padding-left: 10px;
	border-bottom: 1px solid red;
	margin: 0px auto;
	}
#botInfo {
position:relative;
top: 60px;
}

/****************
	Content 
****************/
.submit {
	background-image:url(../images/menuButt.png);
	background-repeat:repeat-x;
	width:100px;
	height: 20px;
	padding-top: 7px;
	float:right;
	text-align:center;
}
.submit:hover{
background-color:#999999;
}

/****************
Right Column
****************/
.slide{
	width: 200px;
	height:200px;
	}


	
/****************
FOOTER
****************/


