/* @override http://ventro.hizzy.org/np2coming/assets/style.css */

/* @group Reset Styles */

a {
	text-decoration: none;
	outline-style: none;
	-moz-outline-style: none;
}

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* @end */

body {
	font-family: "Helvetica Neue", Arial, Geneva, Helvetica, sans-serif;
}

.header {
	color: #a2a2a2;
	text-align: center;
	height: 30px;
	background: url(headre.jpg) no-repeat center top;
	padding-top: 209px;
	font-size: 24px;
}

.features {
	width: 597px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 29px;
	padding-bottom: 10px;
}

.features h1 {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	line-height: 29px;
	text-indent: 31px;
	margin-left: -30px;
	background-position: 1px 2px;
	background-repeat: no-repeat;
}

.features h2 {
	color: #282828;
	padding-bottom: 30px;
	font: 14px/18px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

/* @group sections */

.features h1.design {
	background: url(icon-design.gif) no-repeat 1px 4px;
}

.features h1.breaking-detection {
	background: url(icon-flame.gif) no-repeat 3px 2px;
}

.features h1.smarter {
	background: url(icon-network.gif) no-repeat 3px 2px;
}

.features h1.sections {
	background: url(icon-blocks.gif) no-repeat 3px 2px;
}



/* @end */

.email-notif {
	width: 712px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 38px;
	padding-bottom: 3px;
}

.email-notif span.question {
	color: #a2a2a2;
	font: 24px "Helvetica Neue", Arial, Geneva, Helvetica, sans-serif;	
}

.notiForm {
	width: 378px;
	height: 27px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 4px;
}

.notiForm input.field {
	width: 226px;
	height: 24px;
	border: 1px solid #d6d6d6;
	font: 13px/23px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-indent: 8px;
	color: #a2a2a2;
	float: left;
	padding-top: 3px;
}

.notiForm input.button {
	cursor: hand;
	
	-webkit-box-shadow: 0px 1px 0px #e0e0e0;
	-moz-box-shadow: 0px 1px 0px #e0e0e0;
	box-shadow: 0px 1px 0px #e0e0e0;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	float: left;
	background-color: #4d66ff;
	border-style: none;
	width: 107px;
	height: 26px;
	color: #fff;
	font: bold 14px/9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 13px;
	margin-top: 2px;
}

.notiForm input.button:active {
	cursor: hand;
	
	-webkit-box-shadow: 0px 1px 0px #e0e0e0;
	-moz-box-shadow: 0px 1px 0px #e0e0e0;
	box-shadow: 0px 1px 0px #e0e0e0;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	float: left;
	background-color: #2c4ddc;
	border-style: none;
	width: 107px;
	height: 26px;
	color: #fff;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 13px;
	margin-top: 2px;
}

.notiForm input:focus {
	color: #000;
}

div.footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #b3b3b3;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 36px;
	padding-bottom: 52px;
}

div.twitter {
	text-align: center;
	margin-top: 63px;
	padding-top: 11px;
	padding-bottom: 11px;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 17px;
	color: #313131;
	background-color: #f2f2f2;
}

div.twitter a {
	font-weight: bold;
	color: #2d2d2d;
}

div.twitter a:hover {
	font-weight: bold;
	color: #2846ff;
	text-decoration: underline;
}

div.footer a {
	color: #b1b1b1;
}

div.footer a:hover {
	color: #b1b1b1;
	text-decoration: underline;
}