body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */
	color:#444444;
	font-size:13px;
	background: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Gallery styles */

#gallerycontainer{

	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;

	/* The width of the gallery */
	width:100%;
	overflow:hidden;
}


#gallery{
	/* The width of the gallery */
	width:920px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:400px;

	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:100px;
}

.emphasise{
    font-size: 20px;
    color: #7F7F7F;
    line-height: 1.3;
    font-family: Verdana,Tahoma,Geneva,sans-serif;
    text-align: left;
}


.mainbody{
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    transform-origin: left top 0px;
    color: #000;
    font-size: 12px;
    line-height: 1.59;
    font-family: Verdana,Tahoma,Geneva,sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    word-wrap: break-word;
    text-rendering: optimizelegibility;
}

.boxtitle2 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #666;
    line-height: 140%;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:120px;
	display:inline-block;
	list-style:none;
	height:100px;
	overflow:hidden;
}

li.inact:hover{
}

li.act,li.act:hover{
		background-color:#e0e0e0;

}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
}


.appname{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:56px;
	font-weight:300;
	color:#636363; /*#2e6391; #696969;*/
	text-align:center;
	margin-bottom:0px;
	line-height:80%;

}

.apptagline{
margin-top:8px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:28px; /*36px*/
	font-weight:200;
	color:#999999;
	text-align:center;
		line-height:100%;

}

.emaillink{
margin-top:0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:36px;
	font-weight:200;
	color:#FF0000;
	text-decoration:underline;
	text-align:center;
		line-height:100%;

}


.tech{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:400;
	text-align:left;
	color:#666666;
		line-height:140%;

}
.features{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:400;
	text-align:left;
	color:#666666;
		line-height:140%;

}

.boxtitle{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:500;
	text-align:left;
	color:#999999;
		line-height:140%;

}
li a{
	display:block;
	height:65px;
	padding-top:10px;
}

a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:30px;
	font-weight:200;
	text-align:left;

		margin-bottom:2px;
	color: #767474;


}

h2{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;

	font-weight:normal;
	margin-bottom:15px;
		text-align:left;
			font-weight:200;
				color: #898989;



}


h3{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:15px;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:100%;;
	position:relative;
}

a, a:visited {
	color:#1dbcff;
	text-decoration:none;
	outline:none;
		font-size:16px;

}

a:hover{
		color:#1dbcff;
	text-decoration:underline;
}

p{
	padding:2px;
}

/* notification */
		#noty-holder{    
		width: 100%;    
		top: 0;
		font-weight: 300;    
		z-index: 1031; /* Max Z-Index in Fixed Nav Menu is 1030*/
		text-align: center;
		position: fixed;
		}

		#noty-holder .alert {
		padding: 12px;
		margin-bottom: 21px;
		border: 1px solid transparent;
		border-radius: 0px;
		}
		#main{
			min-height:900px;
		}
