/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

@import url("fonts.css?v=1.0");    
   
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, img, ins, kbd, q, s, samp,
small, strike, 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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table, tbody, tfoot, thead, tr, th, td{ vertical-align:top; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html { /*overflow-y:scroll;*/ height:100%; min-height:100%; }
body { 
	line-height: 1;
	font:500 12px Arial,Helvetica,sans-serif;
	position:relative;
	height:100%; min-height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
/*ol, ul { list-style: none; }*/
a { text-decoration:none; color:#007eb2; }

.clear{ clear:both; }
.left{ float:left; }
.right{ float:right; }
.wrap{ margin:auto; }
a.inactive{ cursor:default; }
img.mceimg{ max-width:100%; }
.tinymce div, .tinymce p, .tinymce span, .tinymce li, .tinymce a{ 
    color: #242424;
	line-height:1.6em;
	font-size:13px;
}
.tinymce div, .tinymce p{ margin: 0 0 10px 0; }
.tinymce ul{ padding-left:40px; }

#introduce{ width:100%; height:100%; text-align:center; display:table; }
#introduce #inner{ display: table-cell; text-align: center; vertical-align: middle; }
#introduce h2{ font:500 72px 'DBOzoneX-Bold'; }
#introduce h1{ font:500 28px 'DBOzoneX-Light'; }