/*
    Theme Name: Hospitality & Gaming Expo Australasia
    Theme URI: www.hospitalityexpo.com.au
    Description: Hospitality & Gaming Expo Australasia theme
    Author: Club Haus
    Version: 1.0
*/
div, table, tr, td {
    padding: 0;
}

body {
    background: url(images/bg.jpg) no-repeat top;
    margin: 0 auto;
    font-family: Verdana;
}

a {
	color:#F60;
}

#wrapper {
    margin: 0 auto;
    width: 1002px;
    padding: 0;
}

#header {
    width: 960px;
}

#header-left {
    text-align: left;
} 

#header-right {
    text-align: right;   
}

#header-menu {
    width: 1002px;
    background-image: url(images/hosExpo-menu-bg.jpg);
    height: 43px;
}

#content-top-border {
    background-image: url(images/hosExpo-top-border.jpg);
    height: 5px;
}

#content-wrapper {
    width: 1002px;
    padding: 22px;
    background-image: url(images/hosExpo-bg-img.jpg);
    filter: alpha(opacity=90); /* IE's opacity*/
    opacity: 0.90;
}

#content {
    width: 605px;
    padding-left: 25px;
    padding-right: 25px;
    vertical-align: top;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#content-header {
    font-family: verdana;
    font-size: 20px;
}

#sidebar-left {
    width: 221px;
    vertical-align: top;
    background-color: #D8D8D8;
    opacity: 1;
    filter: alpha(opacity=100);
}

#sidebar-left-item {
    width: 221px;
    padding: 3px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#sidebar-right {
    width: 170px;
    vertical-align: top;
    opacity: 1;
    filter: alpha(opacity=100);
}

#sidebar-right-image {
    padding-bottom: 12px;
}

#footer {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    width: 996px;
    background-color: #B6B6B6;
}

#footer_menu, #footer_menu ul {
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    font-family: arial;
    text-transform: lowercase;
    font-size:  12px;
    color: #FFF;
    text-decoration: none;
}

#footer_menu ul li a:hover, #footer_menu ul li a:visited, #footer_menu ul li a:active, #footer_menu ul li a {
    text-decoration: none;
    color: #FFF;
}

#footer_menu ul li {
    float: left;
    padding-right: 60px;
}

#footer_copyright {
    padding-top: 10px;
    color: #787878;
    font-size: 12px;
}

#footer_copyright a, #footer_copyright a:hover, #footer_copyright a:visited, #footer_copyright a:active {
    color: #787878;
} 

.clear{clear: both;}

/* NAVIGATION */
#nav, #nav ul{
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    z-index:1000;
    height: 43px;
}

#nav a{
    display:block;
    padding: 12px 20px;
    text-decoration:none;
    background:none;
    font-weight: bold;
    font-family: "Arial Narrow", sans-serif;
    font-size:16px;
    text-transform:uppercase;
}

#nav a, #nav a:active, #nav a:visited {
    color: #FFF;
}

#nav li:hover a {
    color:#464555;
}

#nav a:hover {
    color: #464555;
}

#nav li {
    float:left;
    position:relative;
    color: #FFF;
}

#nav ul {
    position:absolute;
    display:none;
    min-width: 120px;
    height: auto;
    top: 44px;
    border-bottom:none;
    margin:-1px 0 0 0;
}

ul.children {
    top: 44px;
    width: auto;
    background: #EA5210;
}

#nav li ul li:hover a {
    color:#FFF;
}

#nav li ul li {
    float: none;
    padding: 5px;
    padding-left: 17px;
}

#nav li ul a {
    width: auto;
    padding: 1px 5px;
    font-size: 16px;
    text-transform: none;
    height: auto;
    font-weight: bold;
    color: #FFF;
}

#nav ul ul {
    top:auto;
    margin:-1px 0 0 0;
    background: #EB5F23;
}

#nav li ul ul {
    left:200px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
}
