/* HTML5 defaults */
header, footer, section, nav, article, aside {
    margin: 0;
    padding: 0;
    display: block;
}


body {
	font-size: 12px;
	font-family: Arial, Verdana, Sans-serif;
	margin: 0;
	padding: 0;
	color: #111;
}
a, a:link {
	color: #007dcd;	
	text-decoration: none;
}
a:hover { 
	color: #dd2b00; 
	/*text-decoration: underline;*/ 
}

#wrapper {
	width: 990px;
	margin: 0 auto;	
	background: transparent url(../i/mountains_bg.jpg) 50% -60px no-repeat;
}

header { height: 120px; }

#homeLink {
	display: block;
	text-indent: -3000px;
	width: 220px;
	height: 99px;
	background: transparent url(../i/yetiLogotype_bg.png) 0 0 no-repeat;
	margin-top: 20px;
}

.page404 { 
	padding: 5em 0 12em 12em; 
	background: transparent url(../i/footprints_bg.png) 80% 120% no-repeat;
}

.button.homeLink {
	display: inline-block;
	color: #fff !important;
	font-weight: bold;	
	border: 1px #203765 solid;
	background-color: #007dcd;
	color: #fff;
	cursor:pointer;
	font-weight: bold;
	padding: 0.45em 1em 0.55em 1em;
	margin: 0;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px #91cce9 inset;
	-moz-box-shadow: 0px 1px 1px #91cce9 inset;
	box-shadow: 0px 1px 1px #91cce9 inset;
}

.page404 > div {
	margin-left: 310px;
	padding-top: 4.5em;	
}
.page404 h1 {
	width: 342px;
	height: 208px;
	text-indent: -3000px;
	background: transparent url(../i/404Title_bg.png) 0 0 no-repeat;
	float: left;
	margin-right: -50px;
}
.page404 h2 {
	font-size: 16px;
	margin: 0 0 0.25em 0;	
}
.page404 p {
	margin: 0 0 1.5em 0;	
}

footer {
	margin-top: 4em;
	border-top: 10px #e1f1fa solid;
	background-color: #f3f8fc;
	clear: both;	
	padding: 2em;
	overflow: auto;
}

footer p a { text-decoration: underline; }

.bottomNav {
	font-family: Tahoma, Arial, Sans-serif;
	float: right;	
	font-size: 11px;
	margin-bottom: 2em;
}
.bottomNav ul {
	list-style-type: disc;
	list-style-image: url(../i/bullet_bg.png);
	list-style-position: inside;
	float: left;	
	margin: 0 2em;
	padding: 0;
}
.bottomNav ul li:first-child { 
	list-style: none !important; 
}
.bottomNav li { margin-bottom: 0.25em }
.bottomNav ul li:hover { list-style-image: url(../i/bulletHover_bg.png); }
.bottomNav h3 {
	font-size: 12px;
	font-weight: bold;	
	margin-bottom: 0.4em;
	color: #007dcd;
}

.bottomNav a:hover { 
	color: #007dcd; 
	text-decoration: underline;
}

.bottomNav a.active { 
	font-weight: bold; 
	text-decoration: none;
}
.bottomNav li.active { list-style-image: url(../i/bulletHover_bg.png); }

footer aside { 	
	margin-top: 0.5em; 
	text-shadow: 0 1px 0 #fff;
}