/* Reset
---------------------------------------- */
ABBR,ARTICLE,ASIDE,AUDIO,BB,CANVAS,DATAGRID,DATALIST,DETAILS,DIALOG,FIGURE,FOOTER,HEADER,MARK,MENU,METER,NAV,OUTPUT,PROGRESS,SECTION,TIME,VIDEO {
	display:block;
}
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,HR,B,U,I,CENTER,DL,DT,DD,OL,UL,LI,FIELDSET,FORM,
LABEL,LEGEND,TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	vertical-align:baseline;
	font-family:inherit;
	font-size:100%;
}
OL,UL { list-style:none; }
IMG { vertical-align:middle; }

/* Global style
---------------------------------------- */

HTML { -webkit-font-smoothing: antialiased; }


BODY {
	font-size: 14px;
	font-family: "Trebuchet MS";
	line-height: 1.2em;
	background: #fff;
}
* {
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix 		      		{ display:inline-block; }
.clear { clear: both; }
html[xmlns] .clearfix		{ display:block; }
textarea:focus, input:focus{
	outline: none;
}


.page-404-wr {
	height: 370px;
}
.page-404 {
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	left: 0;
	margin: auto;
	width: 650px;
	height: 320px;
    padding-left:280px;
}
    .page-404 h3 {
		padding: 35px 0 36px 0;
		font-size: 22px;
		font-weight: 300;
    }
	.page-404 h6 {
		padding: 0 0 17px 0;
		font-size: 15px;
		font-weight: 600;
    }
    .page-404 ul {
		padding: 0 0 23px 0;
    }
    .page-404 ul li {
		list-style: none;
		padding: 0 0 13px 22px;
		overflow: hidden;
		background: url('images/404/bullet.gif') no-repeat left 5px;
    }
    .page-404 a {
		text-decoration: underline;
		color: #1a71ba;
    }
	.page-404 a:hover {
		text-decoration: none;
    }