body {
	height: 100%;
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%; /*for iphone landscape to work with menu text*/
}

div#page {
	position: relative;
	min-height: 100%;
}

div#wrap {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: visible;
}

div.sub-wrap {
	position: relative;
	width: 100%;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	clear: both;
}

div.sub-wrap-left {
	position: relative;
	width: 95%;
	z-index: 0;
	margin-left: 0%;
	margin-right: 10%;
	overflow: hidden;
	clear: both;
}

div.sub-wrap-right {
	position: relative;
	width: 95%;
	z-index: 0;
	margin-left: 10%;
	margin-right: 0%;
	overflow: hidden;
	clear: both;
}

div.row {
	position: relative;
	/*percent width in custom*/
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	max-width: 1200px;
	clear: both;
}

img,embed,object,video {
	max-width: 100%;
	height: auto;
}

div.group:after { /* self-clear floats from cederholm; also add ie hacks */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a:link, a:visited {
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

/* @group menu and nav */

div#menu {
	display: block;
	max-height: 1.9em;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
	padding-left: 1em;
	padding-top: .2em;
}

div#menu span {
	font-size: 100%;
}

div#menu:active {
	max-height: 999px;
}

div#menu:hover {
	max-height: 999px;
}

div#menu a:link,a:visited {
	/*in custom*/
}

div#menu a:hover {
	/*in custom*/
}

div#menu span.current {
	/*in custom*/
}

div#nav-wrapper {
	display: none;
}

div#nav {
	display: none;
}

/* @end */

@media screen and (min-width:700px) {

/* @group menu and nav */

div#menu {
	display: none;
}

div#nav-wrapper {
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

div#nav {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

div#nav ul {
	text-align: center;
}

div#nav li {
	display: inline;
	text-align: center;
}

/* @end */

}