/* CSS Reset */
html, body, div, span, applet, object, iframe, em, h1, h2, h4, 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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
/*	vertical-align: baseline;*/
	} 

/* HTML5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}
	
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
	}
	
body {
	line-height: 1;
	}
	
ol, ul {
	list-style: none;
	}
	
blockquote, q {
	quotes: none;
	}
	
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
/* End CSS Reset*/
/* body */
html, body {
	font-family: Arial;
	color: #777;
	font-size: 11px;
	height: 100%;
	line-height: normal;
}
body {
	overflow-x: hidden;
}
body.white {
	background: #fff;
	height: 260px;
}
/* end body */
/* general */
a {
	text-decoration: none;
}
p {
	line-height: 1.52em;
	font-size: 1.09em;
	color:#515152;
}
section {
	position: relative;
	/*width: 100%;*/
	width: 894px;
	margin: 0 auto;
	z-index: 1;
}
i, em{
	font-style:italic; 
}
.clear {
	clear: both;
}
/* end general */