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, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
	
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
	
img {
    max-width: 100%;
}

a:link, a:visited {
	color: #b03631;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: "TitilliumMaps", helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

@font-face {
	font-family: 'TitilliumMaps';
	src: url('../fonts/TitilliumMaps26L002.eot');
	src: local('?'), url('../fonts/TitilliumMaps26L002.woff') format('woff'), url('../fonts/TitilliumMaps26L002.ttf') format('truetype');
}

body {
	font-size: 62.5%;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #333;
	background-color: #E9E9E9;
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.row {
	width: 950px;
	margin: 0 auto;
}

.header {
	position: relative;
	z-index: 1;
}

.logo {
  position: relative;
	float: left;
}

.logo h1 {
	text-indent: -5000px;
	width: 327px;
	height: 128px;
	background: url(../img/website-logo.png) no-repeat;
}

.logo h2 {
	margin: 10px 0 0 2px;
	letter-spacing: -1px;
}

.logo a {
    display: block;
    position: absolute;
    width: 327px;
    height: 128px;
}

.nav {
	position: absolute;
	right: 18px;
}

.nav li {
	float: left;
	min-width: 136px;
	height: 70px;
	position: relative;
	margin-left: 50px;
}

.nav li a {
	display: block;
	position: absolute;
	height: 47px;
	padding: 16px 4px 0 4px;
	font-size: 1.5em;
	text-decoration: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgb(221, 221, 221);
	min-width: 100px;
	text-align: center;
	width: 100%;
	color: #333;
}

.nav li a:hover {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.4);
}

.nav li span {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 44px 8px 0 12px;
	line-height: 1;
	font-size: 0.85em;
	text-align: center;
}

.logo-install {
	padding-top: 90px;
	margin-bottom: 65px;
}

.install {
	float: right;
	color: #fff;
	text-align: center;
	margin-right: 45px;
}

.install p {
	background: url(../img/install_bg.png);
	width: 250px;
	height: 52px;
	position: relative;
	border: 1px solid #d04949;
	margin: 15px 0 0 35px;
	top: 10px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 2px 2px rgba(131, 117, 117, 0.7);
	-webkit-box-shadow: 2px 2px rgba(131, 117, 117, 0.7);
	box-shadow: 2px 2px rgba(131, 117, 117, 0.7);
}

.install p a {
	display: block;
	width: 250px;
	height: 52px;
	position: absolute;
	font-family: TitilliumMaps;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	padding: 7px 0 0 0;
}

.install p:hover {
	-moz-box-shadow: 1px 1px 3px #000;
}

.install p span {
	display: block;
	padding-top: 33px;
	font-size: 0.8em;
}

.install ul {
	width: 90%;
	margin: 4px 0 0 30px;
}

.install ul li {
	display: inline;
	margin-right: 12px;
	text-align: left;
}

.wrap {
	height: auto;
	font-size: 1.3em;
	min-height: 100%;
	background-image: -ms-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E9E9E9), color-stop(1, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #E9E9E9 0%, #FFFFFF 100%);
}

.body-content {
	padding-bottom: 70px;
	font-size: 1.2em;
}

.home .features {
	margin: 20px auto 0 auto;
	padding: 10px 0 20px 30px
}

.body-content  h2 {
	display:inline;
	font-size: 1.6em;
	font-weight: bold;
	font-family: "trebuchet ms", helvetica, sans-serif;
}

.home .features ul {
	margin: 6px 0 10px 0;
	list-style: none;
	list-style-image: url(../img/tick.png);
}

.home .features ul li {
	margin-left: 25px;
	line-height: 1.5em;
}

.home .features a {
	margin-left: 25px;
	background-color: rgb(180, 178, 178);
	padding: 2px 10px;
	border-radius: 6px;
	text-decoration: none;
	color: #333;
}

.home .features a:hover {
	background-color: rgb(221, 221, 221);
}

html, body, .wrap { height: 100%; }

body > .wrap { height: auto; min-height: 100%; }

.wrap-content {
	padding-bottom: 60px;
}

.footer-content {
	font-size: 1.3em;
	clear: both;
	position: relative;
	z-index: 10;
	height: 60px;
	margin-top: -60px;
	overflow: hidden;
	background: #efefee url(../img/footer-bg.png) repeat-x;
	width: 100%;
}

.footer {
	margin-top:10px;
}

.footer-me {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.google-trademark {
	text-align: center;
	font-size: 0.9em;
}

.page .install p {
	position: relative;
	top: 100px;
}

.page .logo-install {
	padding-top: 0px;
}

.page .logo h2 {
	display: none;
}

.not-found {
	width: 308px;
	margin: 100px auto 0;
}

.not-found h2 {
	font-size: 2.5em;
}

.not-found p {
	margin-top: 20px;
}

.h2 {
	border-bottom: 2px solid #d04949;
	padding-top: 5px;
	margin-bottom: 25px;
}

.page h2 {
	font-size: 1.5em;
}

.features-expanded ul {
	margin: 6px 0 10px 0;
	list-style: none;
	list-style-type: square;
}
.features-expanded ul ul {
	list-style-type: disc;
}
.features-expanded ul li {
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.hilite {
	color: #d04949;
}

a.donate {
	background-color: #d04949;
	color: #ffffff;
	padding: 2px 5px;
	text-decoration: none;
	moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 2px 2px rgba(131, 117, 117, 0.7);
	-webkit-box-shadow: 2px 2px rgba(131, 117, 117, 0.7);
	box-shadow: 2px 2px rgba(131, 117, 117, 0.7);
}

a.donate:active {
	margin-left: 1px;
}

.install a.all_downloads {
	display: block;
	margin-top: 15px;
	margin-left: 35px;
}

.page .install a.all_downloads {
	position: relative;
	top: 90px;
}

.donate ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 5px;
}
