/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, center,
dl, dt, dd, ol, ul, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.pw-header{
	background: #0d59b2;
	height: 100px;
	width:100%;
	padding: 0 0 0 70px;
}
.nav-container{
	/*width: 900px;
	margin:0 auto;*/
}
.pw-logo{
	padding: 10px;
}
.pw-menu{
	display: inline-block;
	margin-left: 60px;
}
.pw-menu-item{
	height: 80px;
	color: white;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.pw-menu-item a{
	color: white;
	text-decoration: none;
	text-align: center;
}

h1, p, a{
	font-family: helvetica;
}

h1{
	font-size: 2em;
	text-align:left;
	padding: 20px 80px;
}
p{
	padding: 0 80px;
	text-align: left;
}
.demo-sep{
	border-color: #999;
	margin: 30px 80px 0px 80px;
}
.demo-links{
	width:1000px;
	height: 80px;
	/*margin: 0px auto 0 auto;*/
	padding: 0px 0 0 80px;
}
.demo-link {
	background-color: #093263;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width:160px;
	margin: 20px 10px 0 0;
	padding: 12px 20px;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	transition: .3s background-color ease-out;
}
.demo-link:hover {
	background-color: #00aeef;
}
.back-link{
	display: inline-block;
	text-decoration: none;
	margin: 20px 10px 0 80px;
	cursor: pointer;
	border-radius: 4px;
	transition: .3s all ease-out;
}
.back-link:hover{

}
.back-link span{
	font-size: 1.3em;
	padding-right: 5px;
}
.demo-content{
	padding:0px 80px 60px 80px;
}
















