/*---RESET---*/
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
	pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,
	small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,
	form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
	details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,
	summary,time,mark,audio,video{margin:0;padding:0;border:0;font-family:"Arial";vertical-align:baseline;}
	article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
	ol,ul{margin:0px;padding:0px;}
	blockquote,q{quotes:none;}
	blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
	table{border-collapse:collapse;border-spacing:0;}

	html{
		height: 100%;
		width: 100%;
		padding: 0;
		margin:0;
	}

	@font-face {
	    font-family: 'Arial';
	    src: url('http://LBS.cabitech.co.za/assets/fonts/Arial.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal;

	}

	body{
		height: 100%;
		width: 100%;
		padding: 0;
		-webkit-touch-callout: none; 
		    -webkit-user-select: none; 
		     -khtml-user-select: none; 
		       -moz-user-select: none; 
		        -ms-user-select: none; 
	}

	input {
	    outline: none;
	}

	button{
		outline: none;
	}

	#mainBackground{
		height: 100%;
		width: 100%;
		padding: 0;
		background-color: gainsboro;
	}
/*---Main---*/



	#mainContainerFade{
	    width: 100%;
	    height: 100%;
	    top: 0px;
	    left: 0px;
	    position: fixed;
	    display: block;
	    z-index: 9999;
	    background-color: white;
    }

    #mainContainerWelcome{
    	display: none;
		text-align: center;
		top: calc(50% - 30px);
		position: absolute;
		left: calc(50% - 300px);
		font-size: 3em;
		width: 600px;
		height: 60px;
    }

	#mainContainerSpacer{
		height: 50px
	}

	#mainContainer{
		width: calc(100% - 50px);
		height: calc(100% - 60px);
		margin-left: 50px;
	}

	#mainContainerframe{
		width: 100%;
		height: 100%;
	}
/*---Nav---*/

	#navBar{
		width: 100%;
		height: 50px;
		background-color: white;
		box-shadow: 0px 0px 2px 1px lightgrey;	
		z-index: 1;
		position: fixed;
	}

	#navImg{
		height: 40px;
		margin: 5px;
	}

/*---Drop Menu---*/

    .drop_menu{
        width: 135px;
        background-color: white;
        box-shadow: 0px 20px 30px #888888;
        overflow: hidden;
        margin-top: 50px;
    }

    .droplinks{
        float: left;
        height: 25px;
        border: 1px solid lightgrey;
        width: 125px;
        text-decoration: none;
        color: black;
        padding-top: 10px;
        padding-left: 10px;
        cursor: pointer;
    }

    .droplinkstext{
        float:left;
        margin-left: 10px;
    }

    .droplinksimg{
        float:left;
        margin-top: -3px;
    }

    #navside{
        float: right;
        position: absolute;
        right: 10px;
        width: 53px;
        margin-top: -40px;
        cursor: pointer;
    }

    #navside a img{
        float: right;
        display: inline-block;
        padding: 0px 5px 0px 5px;
        height: 24px;
        width:24px;
    }

    #navsalesbuttons{
        cursor: pointer;
    }
    

/*---Side---*/
	#sideContainer{
		width: 200px;
		height: calc(100% - 50px);
		background-color: white;
		position: absolute;
		box-shadow: 0px 0px 2px 1px lightgrey;
		z-index: 0;
		overflow: hidden;
		margin-top: 50px;
	}

	.sideTitle{
		padding: 5px;
		color: #523e26;
	}

	.sideButtons{
		width: 200px;
		height: 30px;
		padding: 5px 0px;
	}

	.sideButtons:hover{
		width: 200px;
		height: 30px;
		padding: 5px 0px;
		background-color: #47b359;
		cursor: pointer;
	}

	.sideIcons{
		height: 30px;
	    margin-left: 10px;
	    float: left;
	}

	.sideButtonsTitle{
		float:left;
		padding: 5px;
		margin-left: 5px;
	}

/*---Overlays---*/