/**************************************************
*
*  Menu Section Wrapping Div
*
**************************************************/

div#menu-wrapper {
    position:absolute;
    width: 416px;
    top: 25;
    left: 0;
    height: 1000px;
}

body>div#menu-wrapper
{
    position: fixed;
}

#menu {
    /*border-top: 3px solid #000;*/
    width: 386px;
    margin-top: 25px;

}

/**************************************************
*
*  Menu Section Wrapping Div
*
**************************************************/
div#page-top-wrapper {
    position:absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 10px;
}

body>div#page-top-wrapper
{
    position: fixed;
}

#page-top {
    height: 10px;
    width: inherit;
    margin: 0 auto;
    background: #000;
}

.heist-logo {
    height: 90px;
    background-image: url('http://heist-toronto.com/IMAGES/RULE.jpg');
    background-repeat: repeat-x;
    width: 400px;
    margin-left: 15px;
    margin-bottom: 15px;

}

#heist-logo-image {
    padding-left: 125px;
}

/**************************************************
*
*  Main Menu
*
**************************************************/



.main_menu {
    float: left;
    width: 226px;
    overflow: visible;
	border-right: 1px dotted #666 ;
    /*top: 100px;*/
    bottom: 0;
	left: 0;
    /*position: fixed;*/
    /*height: 20%;*/
	background-color: #fff;
	padding-right:10px;
}

#Nav1 {
	/*width: 100px;*/
	padding: 0;
	list-style: none;
}

#Nav1 li {
	/*background: #ddd;*/
	/*margin: 1px;*/
	height: 28px;
    cursor: crosshair;
    float: right;
    width: 100%;
    margin-bottom: 15px;
}

.menuText {
    float: right;
	font-size: 28px;
	font-weight:bold;
	/*line-height:50px;*/
	font-family: Helvetica, Ariel, sans-serif;
	background: #fff;
    color: #000;
    margin-right: 0px;

}

/**************************************************
*
*  Sub Menu
*
**************************************************/

.menu_subsection {
    float: right;
    width: 128px;
    overflow: visible;
    height: 100%;
    padding:  0 10px;
}

#Nav2 {
	/*width: 100px;*/
	padding: 0;
	list-style: none;
}

#Nav2 li {
	/*background: #ddd;*/
	height: 12px;
    float:left;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.subMenuText {
    white-space: nowrap;
	font-size: 12px;
	font-family:Helvetica, Ariel, sans-serif;
}


/*
This is for styling related to the blurb about Heist
*/
.heistAbout {
    color: #6900a6;
	font-family: Helvetica, Arial, sans-serif;
	top: 110px;
	font-size:12px;
	font-style:italic;
	line-height:20px;
	padding-top:30px;
}


.heistDeclaration {
    color: #AAA;
	font-family: Helvetica, Arial, sans-serif;
	font-size:9px;
	font-style:italic;
    text-align:right;
}



#Nav2 a:link { text-decoration: none; color: #000; }
#Nav2 a:active { text-decoration: none; color: #000; }
#Nav2 a:visited { text-decoration: none; color: #000; }
#Nav2 a:hover { text-decoration: none; color: #000; }



#content_main {

    height: 100%;
    margin-left: 416px;
    padding: 130px 25px;
    top: 0;
    /*position: fixed;*/
    height: 100%;
    z-index:-1;
}
