/* Copyright (c) 2009 Ukao Solutions */

html, body {height: 100%;  }
body {/* customize_background */ background-color: ; /* customize_background */ text-align: center; padding: 0px; margin: 0px; }
img {border: 0px}
a { cursor: pointer}

#page {
    width: 100%;
    text-align: left;
	margin:0 auto;
}

#page #header{
    width: 100%;
    overflow: visible;
	z-index:100;
	background: #241a10;
}

#page #headerin{
    overflow: visible;
    height: 124px;
	background:url(http://bundysculturaltours.com.au/packages/theme_simple_blue/themes/simple_blue/images/hdr-bg.png) no-repeat;
}

#page #logo {
    margin-top: -184px;
	margin-left:40px;
	width:225px;
	z-index:1000;
}

#page #top-right form{
    margin-top: 60px;
}
#page #top-right h3{
    display: none;
}

#page #header-area {
    margin-top: 0px;
    text-align: center;
}

#page #nav-out{width: 650px; height: 60px; margin: 0 auto;}

#page #nav {margin-left:150px;
}
#page #nav ul {list-style: none; margin:0; padding:0; line-height: 30px;}
#page #nav ul li{float: left}
#page #nav ul a{float: left; color: #F99D1C; text-decoration:none; padding: 0 10px;}
#page #nav ul a:hover{color:#C7D2D9;}

#page #contain {
	min-height:550px;
	margin-top:0px;
}


#page #sidebar {
    width: 300px;
    margin-top: 90px;
}
#page #sidebar h2{margin-top: 0px;}

#page #sidebar.right {padding-left: 20px; border-left: 0px solid #333333}
#page #sidebar.left {padding-right: 20px; border-right: 0px solid #333333}

#page #col1 {
    width: 235px;
	padding:2px;
	position: absolute;
	margin-left:265px;
	margin-top:-42px;
}
#page #main.centre {
    width: 235px;
	padding:2px;
	margin-left:505px;
	margin-top:-42px;
	position: absolute;
}
#page #col3 {
    width: 235px;
	padding:2px;
	position: absolute;
	margin-left:745px;
	margin-top:-42px;
}

#page #main {
    width: 600px;
}
#page #main.no-sidebar {
    width: 100%;
}

#page #footer {
    clear: both;
    margin-bottom: 40px;
	background:#FFF
}

#page #footer #copyright{
    border-bottom: 0px solid #999999;
    border-top: 0px solid #999999;
    padding: 8px 5px;
    clear: both;
    overflow: hidden;
    height: 14px;
	width:990px;
	background:#241a10;
}
#page #footer #copyright a:hover{text-decoration: underline;}

#page .footer-area{
    width: 430px;
}

.right{float: right}
.left{float:left}

.full{width: 1000px; margin: 0 auto}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}