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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	overflow-y: scroll;
}
body, textarea {
	color: #3c3c3c;
	font-size: 12px;
	line-height: 1;
	background: url(../../img/bg-top.png) center top repeat-x #0346b5;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
	-moz-outline-style: none;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


small {
	font-size: 9px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.italic {
	font-style: italic;
}
.clear {
	clear: both;
}



a {
	color: #566da9;
	text-decoration: none;
}
a:hover {
	color: #6e8bd8;
	text-decoration: underline;
}



@font-face {
	font-family: 'Helvetica Neue Std Light';
	src: url('../../fonts/helveticaneuestd-lt.eot');
	src: local('☺'), url('../..//fonts/helveticaneueltstd-lt.woff') format('woff'), url('../../fonts/helveticaneuestd-lt.ttf') format('truetype'), url('../../fonts/helveticaneuestd-lt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

#header {
	margin-top: 22px;
	height: 436px;
}
#header-inner {
	height: 436px;
	margin: 0 auto;
	background: url(../../img/header.jpg) center 0 no-repeat;
}

#body {
	background: url(../../img/bg-body.png) center top repeat;
	width: 100%;
	float: left;
}
#body-top {
	background: url(../../img/bg-body-top.png) center top repeat-x;
	width: 100%;
	float: left;
}
#body-bottom {
	background: url(../../img/bg-body-bottom.png) center bottom repeat-x;
	width: 100%;
	float: left;
}
#body-inner {
	width: 987px;
	min-height: 636px;
	position: relative;
	margin: -164px auto 0;
	background: url(../../img/bg-body-inner.png) 0 0 no-repeat;
	padding: 80px 0 0;
}

#content {
	background: url(../../img/bg-content.png) 0 0 repeat-y;
	width: 921px;
	line-height: 1.4;
	margin: 0 0 0 34px;
	float: left;
}
#content h1 {
	position: absolute;
	top: 7px;
	right: 21px;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	font-family: 'Helvetica Neue Std Light';

	text-shadow: 0 -1px 1px #000;
	-moz-text-shadow: 0 -1px 1px #000;
	-o-text-shadow: 0 -1px 1px #000;
	-webkit-text-shadow: 0 -1px 1px #000;
}
#col1 {
	width: 652px;
	float: left;
}
#bg {
	width: 245px;
	padding: 15px 0 15px 407px;
	min-height: 440px;
	background: url(../../img/screenshot.png) 0 10px no-repeat;
}
#col2 {
	width: 214px;
	float: right;
}
#col2 img {
	max-width: 212px;
	margin: 10px 0;
	border: 1px solid #d3d2d2;
}
#content h2, #content h3 {
	font-size: 20px;
	font-weight: normal;
	font-family: 'Helvetica Neue Std Light';
	margin: 0 0 0px 0;
}
#content p {
	margin: 10px 0;
}
#content p a {
	color: #3c69c5;
	text-decoration: underline;
}
#content p a:hover {
	color: #ff8814;
	text-decoration: underline;
}

hr {
	margin: 25px 0;
	border: none;
	border-bottom: 1px dotted #999;
}

#footer {
	width: 100%;
	float: left;
	height: 109px;
	background: url(../../img/bg-footer.png) center 0 repeat-x;
}
#footer-inner {
	width: 970px;
	height: 109px;
	margin: 0 auto;
	background: url(../../img/footer-logo.png) right 30px no-repeat;
}
#footer-inner p {
	line-height: 1.5;
	color: #fff;
	float: left;
	margin: 35px 0 0 0;

	text-shadow: 0 -1px 1px #000;
	-moz-text-shadow: 0 -1px 1px #000;
	-o-text-shadow: 0 -1px 1px #000;
	-webkit-text-shadow: 0 -1px 1px #000;
}
#footer-inner a {
	color: #fff;
	text-decoration: none;
}
#footer-inner a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer-inner .separator {
	padding: 0 6px;
}
