@charset "UTF-8";
/*------------------------------------------------------------------------------------------
BROWSER RESET
------------------------------------------------------------------------------------------*/

html {
	color:#000;
	background:#000000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, ath, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}

del, ins {
	text-decoration:none;
}

li {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:baseline;
}

sub {
	vertical-align:baseline;
}

legend {
	color:#000;
}

input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}

input, button, textarea, select {
	font-size:100%;
}

body p {
	margin-bottom:10px;
}


/*------------------------------------------------------------------------------------------
GLOBAL
------------------------------------------------------------------------------------------*/

html {
	height: 100%;
}

body {
    /*background-image:url({rel}/images/babalou/bg.jpg);*/
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
}

#wrapper {
	width:100%;
	height:100%;
	background:url(../images/babalou/bg-1.jpg) no-repeat;
    background-attachment:fixed; 
    background-position:top;
	padding-top: 100px;        
}

#maincontent {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	float: left;
	width: 348px;
	height: 84px;
	margin-top: 20px;
	margin-left: 11px;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px;
}

h4 {
	font-weight: bold;
	color: #FF822E
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #ff822e;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

/*------------------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------------------*/

#header {
	width:900px;
	height:200px;
	position: relative;
}

#address {
	width:300px;
	height:80px;
	float:left;
	font-size:16px;
	color:#FFF;
	text-align:right;
	margin-top:50px;
	margin-left:239px;

}

/*------------------------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------------------------*/

.menu {
	height:20px;
	float:left;
	clear: right;
	font-size:16px;
	color:#FFF;
	letter-spacing:2px;
	margin-top:45px;
}

.menu ul {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}

.menu li {
	background: url(../images/bg_nav_off.jpg) no-repeat;
	height: 30px;
	float: left;
	margin-right: 20px;
}

.menu li a {
	color: #ffffff;
	display: block;
	height: 30px;
	text-decoration: none;
	padding-left: 0px;
	line-height: 30px;
	font-weight: bold;
}

.menu li a:hover {
	background: url(../images/bg_nav_on.jpg) no-repeat;
}

/*------------------------------------------------------------------------------------------
MUSIC PLAYER
------------------------------------------------------------------------------------------*/

.player {
	width:200px;
	height:30px;
	float:right;
	margin-top:45px;
	color: #ffffff;
	text-align: right;
	font-size: 10px;
}

/*------------------------------------------------------------------------------------------
HOME PAGE
------------------------------------------------------------------------------------------*/




#imagecontainer {
	width:900px;
	height:350px;
	padding:0px 10px;
	margin:10px 10px 10px -10px;
	position: relative;
	background:#ffffff;
}

/* POP UP BOXES*/


#box1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width:293px;
	height:160px;
	background-color:#990;
	display: none;
       
}

#box2 {
	position: absolute;
	top: 10px;
	left: 313px;	
	width:293px;
	height:160px;
	display: none;
        
}

#box3 {
	position: absolute;
	top: 10px;
	left: 616px;
	width:293px;
	height:160px;
	display: none;
        
}

#box4 {
	position: absolute;
	top: 180px;
	left: 10px;
	width:293px;
	height:160px;
	display: none;
      
}

#box5 {
	position: absolute;
	top: 180px;
	left: 313px;
	width:293px;
	height:160px;
	display: none;
        
}

#box6 {
	position: absolute;
	top: 180px;
	left: 616px;
	width:293px;
	height:160px;
	display: none;
       
}

#lowercontainer {
	display: none;
	width:900px;
	height:190px;
	margin-bottom:20px;
	margin-top:10px;
}

#lowercontainerleft {
	width:410px;
	height:170px;
	float:left;
	background-image:url(../images/babalou/slidebg.png);
	background-repeat:repeat;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

#lowercontainerright {
	width:410px;
	height:170px;
	float:right;
	background-image:url(../images/babalou/slidebg.png);
	background-repeat:repeat;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}


#whatson { width:170px; height:35px; background-image:url(../images/babalou/whatson-caps.png); background-repeat:no-repeat; margin-bottom:10px;}

#dining {  width:170px; height:35px; background-image:url(../images/babalou/dining-caps.png); background-repeat:no-repeat; margin-bottom:10px;}


/*------------------------------------------------------------------------------------------
INTERNAL PAGES
------------------------------------------------------------------------------------------*/

/*body table tr {
      text-align:center;
      font-family:Arial, Helvetica, sans-serif; 
      color:#FFF; 
      font-size:12px; 
      font-weight:bold;
}*/

.slide-out-div {
	padding-right: 20px;
	width: 49%;
	height:100%;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	background: url(http://babalou.com.au/images/babalou/bg_slide_out.png) repeat;
	border-right: 1px solid #000000;
	position: relative;      
}

.content_internal {
	width:485px;
	float: right;
	text-align: left;
	margin-top: 20px;
	clear: right;
}

/*.content_internal table  {
	margin: 5px 0;
	background: #333333;
}*/

.gallery_itemlist {
	width: 150px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	position: relative;
	background: #51341A;
	border: 2px solid #999999;}

.gallery_itemlist div {
	text-align: left;
}

.gallery_itemlist img {
	border-right: 1px solid #666666;
}

.gallery_itemlist_buttons {
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	padding-right: 2px;
	padding-bottom: 2px;
}

.gallery_itemlist_buttons img {
	border-right: none;
}

.gallery_itemlist_buttons a {
	display: block;
	float: left;
}

.content_internal .table_our_food, .content_internal .table_our_wines {
	background: none;
}

.content_internal .table_our_wines { 
     width:500px; 
     background-repeat:no-repeat; 
     background-position:top; 
     text-align:center;
     margin-left:-10px;
	 font-weight: bold;
}

.content_internal .table_our_wines td { 
	text-align: center;
}


table.table_our_food {
	border-spacing: 25px;
	border-collapse: separate;
	margin-left: -25px;
	margin-top: -20px;
}

.table_our_food h4 {
	color: #ffffff;
	font-size: 14px;
	text-decoration: underline;
}



.table_our_food td {
	font-weight: bold;
	line-height: 20px;

	padding: 5px;
}

.ourfood_breakfast {
	background: url(../images/babalou/bg_ourfood_breakfast.png) repeat transparent;
}

.ourfood_shareplates {
	background: url(../images/babalou/bg_ourfood_shareplates.png) repeat transparent;
}

.ourfood_lunch {
	background: url(../images/babalou/bg_ourfood_lunch.png) repeat transparent;
}

.ourfood_dinner {
	background: url(../images/babalou/bg_ourfood_dinner.png) repeat transparent;
}

.ourfood_desserts {
	background: url(../images/babalou/bg_ourfood_desserts.png) repeat transparent;
}

.content_internal .table_contact {
	background: none;
}

.table_contact td {
	padding: 4px;
	vertical-align: top;
}

/*------------------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------------*/

#footer {
	width:900px;
	height:50px;
	font-size:12px;
	color:#999999;
	margin: 0 auto;
}

#footerleft {
	text-align:left;
	float:left;
}

#footerright {
	text-align:right;
}

/*------------------------------------------------------------------------------------------
ADMIN
------------------------------------------------------------------------------------------*/

.table_admin {
	color: #ffffff;
}

.table_admin td {
	text-align: left;
}

.table_admin input {
	width: 300px;
	margin-bottom: 5px;
}

input.form_input_calendarbox {
	width: 20px
}

input.form_visibility {
	width: 10px;
}

input.form_input_calendardata {
	width: 270px;
}

.form_submit input {
	width: 90px;
}

.loginform {
	width: 400px;
	color: #ffffff;
}

.loginform td {
	padding: 5px;
}


.logout {
	background: #333333;
	border: 1px solid #000000;
	padding: 5px;
	position: absolute;
	top: 10px;
	right: 45px;
	text-align: center;
}
