body {
	margin: 0;
	font-family: 'proxima-nova', sans-serif;
	color: #515356;
	-webkit-font-smoothing: antialiased;
	background-color: #f6f6f6;
}

#wrapper {
	width: 1100px;
	margin: 0 auto;
}

.contentbg {
	margin:0 auto;
	display:block;
	background: #fff;
	width: 1100px;
	border-radius:5px;
	border: 1px solid #e9e9e9;
	box-shadow: 0px 2px 2px rgba(0,0,0,.02);
	margin-bottom: 10px;
}
.contentbg880 {
	margin:0 auto;
	display:block;
	background: #fff;
	width: 880px;
	margin-top:100px;
	border-radius:5px;
	border: 1px solid #e9e9e9;
	box-shadow: 0px 2px 2px rgba(0,0,0,.02);
}

.download {
	background: #515356;
	display: block;
	padding: 1px;
	border-radius: 0px 0px 5px 5px;
	color: #e3e5e8;
}

.download .content880 p{
	color:#93969a;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
}

.content880 {
	width: 680px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.content880 p{
	font-size: 1em;
	line-height: 2em;
	color: #7e8288;
}

.content880 h1{
	text-align: center;
	font-size: 2.2em;
	line-height: .1em;
	font-weight: 600;
	padding-bottom: 1.2em;
}

.content880 h2{
	font-size: 1em;
	font-weight: 600;
	padding-top: 2em;
	text-transform: uppercase;
}

.content880 a {
	text-decoration: none;
	font-weight: 600;
	color: #7e8288;
	border-bottom: 1px dotted #7e8288;
}

.content880 a:hover {
	text-decoration: none;
	font-weight: 600;
	color: #e52420;
	border-bottom: 1px solid #e52420;
}

.content880 ul {
	list-style: square;
	color:#7e8288;
	line-height: 2em;
}

a.downloadbutton {
	text-align: center;
	background-color: #077fff;
	border-radius: 5px;
	font-family: "proxima-nova", proxima-nova, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 18px;
	color: white;
	text-decoration: none;
	padding: 20px 20px;
	display: block;
	width: 140px;
	margin: 0 auto;
	border-bottom: none;
}

a.downloadbutton:hover {
	background-color: #278fff;
	color: white;
	border-bottom: none;
}

a.downloadbutton:active {
	background-color: #0e73df;
}

.footer-820{
	width: 820px;
	padding-bottom: 80px;
	margin: 0 auto;
}

.footer {
	display:block;
}

.footer ul {
	list-style: none;
	padding-left:0px;
}


.footer ul.submenu li a{
	float:right;
	margin-left: 20px;
	font-weight: 700;
	font-size: .8em;
	color: #9e9e9e;
}

.footer ul.submenu li a:hover{
	color: #515356;
}

.submenu ul {
	font-size: 15px;
	list-style: none;
	line-height: 2em;
	padding:0px 10px 0px 20px;
	
}

.submenu ul ul {
	font-size: 13px;
	list-style: none;
	line-height: 2em;
	padding-left: 10px;
}

ul a {
	text-decoration: none;
	color: #515356
}

ul a:hover {
	text-decoration: none;
	color: #c52e08;
}
