@charset "UTF-8";
/* CSS Document */

/* layout */


#nav {
	/* restrict content size */
	top: 0px;
	width: 928px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#nav p {
	/* restrict content size */
	margin-left: 163px;	
}

#pagemast {
	/* restrict content size */
	width: 928px;
	background-color: #DBE1E4;
	margin-top: 28px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	/*margin-top: 28px;*/
	margin-left: 163px;
}

#pagewrapper {
	/* put in the background vertical graphic */
	/* allow height to flex more than 100 percent */
	width: 928px;
	min-height: 100%;
	height: auto; /* for FF/Moz/Safari */
	_height: 100%;	/*position: relative;*/
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}

#sidenav {
	/* nest in the side nav */
	/*position:absolute;z-index:1;*/
	margin-top: 10px;
	width:143px;
	float: left;
}

#pagecontent {
	/* restrict content size */
	width: 622px;
	background-color: #FFFFFF;
	/*min-height: 300px; */
	float: left;
	margin-left: 10px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}

#header {
	/* restrict content size */
	width: 602px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#text {
	/* text block on a basic page */
	width: 384px;
	margin: 40px 10px 10px 230px;
}
#textFullBox {
	/* text block full-wide for form page */
	width: 602px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#productBox {
	/* full-wide for product pages */
	width: 602px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#hometext {
	width: 182px;
	height: 74px;
	margin-left: 336px;
	margin-top: 34px;
	margin-bottom: 45px;
}

#subnav {
	/* subnavigation position */
	width: 602px;
	margin: 10px;
}
#sntext {
	/* use this when there is a subnavigation above the test */
	width: 384px;
	margin: 15px 10px 10px 230px;
}

#footercontent {
	float: left;
	margin: 30px 163px;
}
