@charset "UTF-8";

/*reset***********************************************************************/
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, 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, 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; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

body{

max-width: 1010px;
	width:expression(document.body.clientWidth > 1012? "1010px" : "auto");
	padding: 0 0px;
	margin: 0 auto;

background: #fff; 
color: #000000; 
font:12px 'Helvetica', Arial, sans-serif;
line-height: 1.4em; 
vertical-align: baseline; 
}
.ie body {
	min-width: 820px;
}

/*schrolle bar-----
html{overflow: scroll; overflow: -moz-scrollbars-vertical; overflow-x: scroll;}
***********************************************************************/

strong{
font-weight: bold;}

hr{display: none;}
table {border-collapse: collapse; border-spacing: 0;}
a img {border: none;}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: underline;}

/* clearfix***********************************************************************/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




